Author Topic: Kharne Alpha 1 Available  (Read 57879 times)

Perdurabo

  • Rogueliker
  • ***
  • Posts: 99
  • Karma: +0/-0
    • View Profile
    • Email
Kharne Alpha 1 Available
« on: March 09, 2009, 01:25:00 PM »
(Edit: see below)

Shamed into action by the 7DRL folks, I've decided to release an alpha
version of the rewrite of Kharne this coming weekend or so.

Many features will be missing, and gameplay is non-existent yet (its
more of an interactive demo than anything else really), but it will give you an idea of what to expect when the game is finally finished (in the year 2112, probably).

Random screenshot:



It will be downloadable from the Kharne Devblog, http://kharne-rl.blogspot.com/ soon!

Feedback and criticism will be sought and most welcomed.

Best,
Dave

« Last Edit: March 15, 2009, 09:12:19 PM by Perdurabo »

makkE

  • Newcomer
  • Posts: 23
  • Karma: +0/-0
    • View Profile
Re: Kharne - coming soon
« Reply #1 on: March 15, 2009, 06:10:10 PM »
Will it run in fullscreen?

Perdurabo

  • Rogueliker
  • ***
  • Posts: 99
  • Karma: +0/-0
    • View Profile
    • Email
Re: Kharne - coming soon
« Reply #2 on: March 15, 2009, 09:11:53 PM »
Not at the moment. Eventually, I hope so.

Anyway, I've released an Alpha version, more of an interactive demo really, and you can get it from here:

http://kharne-rl.blogspot.com/2009/03/kharne-alpha-1-available-for-download.html

Enjoy!




Perdurabo

  • Rogueliker
  • ***
  • Posts: 99
  • Karma: +0/-0
    • View Profile
    • Email
Re: Kharne Alpha 1 Available
« Reply #3 on: March 17, 2009, 10:43:42 PM »
New version (Alpha 1b) available which fixes a few annoying bugs and boobs that people have had.

Get it via http://kharne-rl.blogspot.com/2009/03/kharne-alpha-1b-available.html

Best,
P.

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Kharne Alpha 1 Available
« Reply #4 on: March 17, 2009, 10:46:10 PM »
Shaping up nifty so far...keep up the good work!   8)

oh how those colorful icons do trigger the instinct for tiles one day
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

Perdurabo

  • Rogueliker
  • ***
  • Posts: 99
  • Karma: +0/-0
    • View Profile
    • Email
Re: Kharne Alpha 1 Available
« Reply #5 on: March 22, 2009, 12:32:13 AM »
http://kharne-rl.blogspot.com/2009/03/progress-report-9-ai-mutterings.html has a video showing the initial development on pathfinding and monster AI.

Best,
P.

magellan

  • Rogueliker
  • ***
  • Posts: 91
  • Karma: +0/-0
    • View Profile
    • Email
Re: Kharne Alpha 1 Available
« Reply #6 on: March 22, 2009, 10:33:37 AM »
I found this comment a little odd:

Quote
but for every monster that wants to move towards the @ (a later enhancement I'll add is moving them towards the last known position of the @) I need to recalculate the terrain costs of the entire level, and the only way for now to do that is to iterate through the entire level one tile at a time.

Is there any reason to do that more than once? preferably at level creation?

Otherwise this game looks like it will be really pretty cool!

Perdurabo

  • Rogueliker
  • ***
  • Posts: 99
  • Karma: +0/-0
    • View Profile
    • Email
Re: Kharne Alpha 1 Available
« Reply #7 on: March 22, 2009, 11:06:01 AM »
You know, you're right. I was being an idiot.

Originally I wanted to have terrain being given different costs depending on the monster type (for example, Ice-based creatures might treat elemental fire as unwalkable), but indeed, there is no need to recalculate terrain costs for every single monster regardless of whither it is needed or not.

For a group of 30 monsters, only recalculating pathing info once at the start of the processmonsters() routine (as opposed to recalculating it for every monster) reduces the refresh from ~100 ms back down to under 1 ms!

I can add in pathing recalculations for specific monsters that need it later. Cheers

Perdurabo

  • Rogueliker
  • ***
  • Posts: 99
  • Karma: +0/-0
    • View Profile
    • Email
Re: Kharne Alpha 1 Available
« Reply #8 on: March 28, 2009, 01:46:58 AM »
Anyway, Kharne Alpha Version 0.01d is now available from:

http://kharne-rl.blogspot.com/2009/03/kharne-alpha-001d-available.html

Changes in this refactoring and maintenance release:

- Spruced up some of the dungeons with additional terrain types and visual effects
- The Abyss is now a completely different map type.
- The Main Screen can now be resized and maximised.
- Clicking on the Main Screen is now handled more accurately.
- The colours of the Portals in the Nexus now correspond better to the Level Type
- Custom Fonts are now added to the system table using the non-blocking PostMessage API Call
- Fixed a bug in the Dungeon Generation code for the Mausoleum and the Keep that could lead to a morass of dead end passages in certain parts of the map.
- Smoothed the maps for the Elemental Plains to remove most freestanding isolated walls.
- Moved the Status Window to the bottom of the main panel.
- When waiting for a direction to dig in, a visual indicator will now be displayed
- You can no longer dig on the town level


Monster AI is actually mostly implemented, but has been switched off for now until I get combat working as well!

Perdurabo

  • Rogueliker
  • ***
  • Posts: 99
  • Karma: +0/-0
    • View Profile
    • Email
Re: Kharne Alpha 1 Available
« Reply #9 on: March 31, 2009, 07:53:57 PM »
Well, I've been fiddling about with a new UI, to cut down on all the extraneous windows where possible:



Yes, its very Crawl-ey. I know.

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Kharne Alpha 1 Available
« Reply #10 on: March 31, 2009, 11:31:54 PM »
Hey, whatever works and is intuitive!   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

purpleflayer

  • Newcomer
  • Posts: 13
  • Karma: +0/-0
    • View Profile
    • Email
Re: Kharne Alpha 1 Available
« Reply #11 on: April 01, 2009, 06:31:09 AM »
I like the "monster summary" in the bottom corner.  That is very interesting approach.  I do have a complaint though which is that, I could not remember what all the button syuymbols are.  Is it possible, you can add a little word beneath each to remind what they are?  Perhaps within the icon if you may not mix graphics and text on such controls.

Keep it up :)

Perdurabo

  • Rogueliker
  • ***
  • Posts: 99
  • Karma: +0/-0
    • View Profile
    • Email
Re: Kharne Alpha 1 Available
« Reply #12 on: April 01, 2009, 09:00:24 AM »
Oh, there's already a standard windows hint that comes up whenever you hover over it for a second or so, but I'll look into what you suggest!

Perdurabo

  • Rogueliker
  • ***
  • Posts: 99
  • Karma: +0/-0
    • View Profile
    • Email
Re: Kharne Alpha 1 Available
« Reply #13 on: April 01, 2009, 10:52:14 PM »


The new inventory GUI.

Full details at: http://kharne-rl.blogspot.com/2009/04/new-inventory.html


Perdurabo

  • Rogueliker
  • ***
  • Posts: 99
  • Karma: +0/-0
    • View Profile
    • Email
Re: Kharne Alpha 1 Available
« Reply #14 on: April 03, 2009, 10:17:41 PM »
A first stab at a revamped magic selection UI: