Author Topic: Witchaven the Roguelike (check post #1 for details) Last Ver. .9B5  (Read 25968 times)

SomeGuy

  • Rogueliker
  • ***
  • Posts: 64
  • Karma: +0/-0
    • View Profile
    • Email


WITCHAVEN THE ROGUELIKE.

LAST VERSION RELEASED = 0.9 BETA 5
~~~WARNING: SAVEGAMES PRIOR TO BETA 5 ARE INCOMPATIBLE WITH BETA 5 AND WILL CRASH THE GAME~~~

Access download page with changelog, and news here:

http://asciirealm.blogspot.com.es



Direct link to download files:

https://www.box.com/s/7ek816g8n7jsywcxja2e


Please, let the bug reports and feature request to flow.
Remember that it is still a beta version and some features are still unimplemented, although the game is 100% playable, you can win the game... or die ^_^
« Last Edit: January 09, 2013, 04:21:24 PM by SomeGuy »

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Witchaven the Roguelike
« Reply #1 on: December 20, 2012, 09:29:08 PM »
Looks promising with a good array of initial development targets---keep at the fine work and best of luck making this happen!   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

Legend

  • Rogueliker
  • ***
  • Posts: 657
  • Karma: +0/-0
    • View Profile
    • Email
Re: Witchaven the Roguelike
« Reply #2 on: December 21, 2012, 01:26:39 AM »
Having problems trying to download. I get a file not found page when I try to download the zipped package.

Are there windows binaries? Or plan on it?

SomeGuy

  • Rogueliker
  • ***
  • Posts: 64
  • Karma: +0/-0
    • View Profile
    • Email
Re: Witchaven the Roguelike
« Reply #3 on: December 21, 2012, 09:29:00 AM »
Looks promising with a good array of initial development targets---keep at the fine work and best of luck making this happen!   8)

Actually, I got a growing list if things to do.

Also I have some improvements that are quite interesting.


Having problems trying to download. I get a file not found page when I try to download the zipped package.

Are there windows binaries? Or plan on it?

Yes, other people already complained about downloading problems.
I have provided new links to 2shared.com that should give no problems.

Win binaries are planned, but you can play already in Windows with the .love files provided.
Actually I'm a penguin user, so I need to find a way to build the win binaries. I read somewhere that I can use dosbox/dosemu to do this, but I was a bit busy to try it.

You only need to download "LÖVE engine", then download the zipped .love file, then install LÖVE, that is damn easy (only click 'continue button') and finally, double click on the wirl.love file to enjoy.

In addition, the .love file is in fact a .zip file so you can open and edit it as you please.

SomeGuy

  • Rogueliker
  • ***
  • Posts: 64
  • Karma: +0/-0
    • View Profile
    • Email
Re: Witchaven the Roguelike (check post #1 for details)
« Reply #4 on: December 23, 2012, 10:27:50 AM »
NEW VERSION RELEASED.

See first post for links.

IMPORTANT: WINDOWS USERS MAY ENJOY NOW A STANDALONE 32BIT EXECUTABLE. JUST DOWNLOAD AND PLAY.


Full changelog dump for 0.9BETA2:

Code: [Select]
[Changes]
- Moved potion keys from numeric keyboard to Alt+Number
- ^Q doesn't remove your possible suspended game files.
- Removed the health recovery every 10 turns.
- Slightly reduced monsters damage
- Slightly increased corpses appearance
- Slightly increased item appearance during map generation
- Increased experience gains due to killings and gold pick ups
- Disabled "Save game" options ( Ctrl+S )
- Changed monster stats, now growing with depth level
- Changed key handling method from love.update+sleep to love.keypress+setKeyRepeat

[Additions]
- Added "load suspended game" when game starts (read next, please)
- Added launch flag: -n or --new. It starts a new game instead loading suspended game.
- Added GUI tips overly when start a new game
- Added Armors
- Added Poison, Invisibility and "Über-strength" status (read next please)
- Added Invisibility, Strength and Antidote potions
- Added interactive decorations.
- Created 5 different traps: needle, lance, pitfall, poison gas and boulderfall
- Added "search trap" command (key binding [ s ] )
- Added "switch color mode" trigger (key binding [ ^c ] ), switches from color to black and white

[Bugfixes]
- Fixed bug with scrolls BSOD'ing the app when dropped from corpses
- Fixed bug with some floor items descriptions do not showing the closing bracket
- Fixed some misspellings and some twekings to in-game help commands text

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Witchaven the Roguelike (check post #1 for details)
« Reply #5 on: December 23, 2012, 12:45:34 PM »
Nice work on reckoning that windows binary and all else so promptly!  If this pace even remotely holds up---this project will definitely get somewhere in a jiffy.   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

SomeGuy

  • Rogueliker
  • ***
  • Posts: 64
  • Karma: +0/-0
    • View Profile
    • Email
Re: Witchaven the Roguelike (check post #1 for details)
« Reply #6 on: December 23, 2012, 02:19:14 PM »
Nice work on reckoning that windows binary and all else so promptly!  If this pace even remotely holds up---this project will definitely get somewhere in a jiffy.   8)

Yes. Windows exe was something I had planned even before releasing the first beta, but the problem was that I only use Linux, and creating the Windows exes was impossible... but I literally dreamed two nights ago  with DoSBox and "compiling" the windows exe on my Linux. Just upon waking up in the morning that was the first thing I tried.. and it worked!!! ^_^
Also I have planned a Linux 32bit standalone, without the need of downloading extra libraries. But this may get longer to do, I think, mostly because of libraries compatibility problems and such.


Also, the ToDo list is really huge, and there are many important things I'm going to complete for the next BETA, such as finishing magic system and ranged attacks.
Also I have added a "switch game resolution" in-game trigger, allowing to set game resolution to 640x480, 800x600 and 1024x768. Basically because someone told me he was trying to play the game on a TV with lower resolution. This is just matter of changing fonts size and spacing. Only a pair of lines will be enough.

SomeGuy

  • Rogueliker
  • ***
  • Posts: 64
  • Karma: +0/-0
    • View Profile
    • Email
Re: Witchaven the Roguelike (check post #1 for details)
« Reply #7 on: December 25, 2012, 07:15:41 PM »
NEW VERSION RELEASED (0.9BETA3)

See first post for links.


Full changelog dump for 0.9BETA3:

Code: [Select]
[Changes]
- Slightly changed map description algorithm, to avoid unwanted ")" at the end of the description
- Reviewed/rebalanced looting corpse drop chances.
- Reviewed/rebalanced items generated during map generation process
- Reduced Black & White color mode walls' brightness.

[Additions]
- Added Teleporting Pentagram: to exit level you will need to find the teleporting pentagram first
- Added third color mode: Random color
- Added "animated" pools of water and pools of lava.
- Added Bow ranged attack. The player can use now the bow as a ranged weapon
- Added ranged enemies.
- Added random arrows drop. When the player or enemy shoots an arrow, there is a small chance
  that the arrow drops to floor instead of break and dissapear.
- Added Fireball, Magic Arrow and Night Vision spells.
- Added some more dialogue personalities

[Bugfixes]
- Fixed bug with launch arguments not working on Linux binary or Windows EXE versions.
- Fixed bug with monsters appearing under the player when generating the map
- Fixed bug with gold coins description making the game to crash
- Slightly fixed monster pathfinding. Now they shouldn't get stuck in place much.
- Fixed some misspellings
- Fixed bug with GUi showing incorrect number of arrows left

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Witchaven the Roguelike (check post #1 for details)
« Reply #8 on: December 25, 2012, 08:03:11 PM »
Congrats, I wonder how many releases you can power out by New Year's?   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

SomeGuy

  • Rogueliker
  • ***
  • Posts: 64
  • Karma: +0/-0
    • View Profile
    • Email
Re: Witchaven the Roguelike (check post #1 for details)
« Reply #9 on: December 27, 2012, 10:31:19 AM »
Congrats, I wonder how many releases you can power out by New Year's?   8)

Maybe one more.
And mostly for bugfixing.

SomeGuy

  • Rogueliker
  • ***
  • Posts: 64
  • Karma: +0/-0
    • View Profile
    • Email
Re: Witchaven the Roguelike (check post #1 for details)
« Reply #10 on: December 31, 2012, 04:21:26 PM »
Merry Christmas!!!

and...

NEW VERSION RELEASED (0.9BETA 4)

just the last day of the year!!!!

See first post for links and stuff


Full changelog dump for 0.9BETA4:

Code: [Select]
[Changes]
- Changed/Rebalanced Arrows, Fireball and Magic Arrow spells.
- Changed/Rebalanced ranged enemies damage
- Broken weapons can be wielded, although the player will fight bare handed. This gives the option to repair them with
  Fire Braziers or Jewels of Eternity.

[Additions]
- Added throwing Pike Axes
- Added Enchanting Shrines
- Added Nuke Spell
- Added random ambience quotes
- Added more info to the README file
- Added Magic Jewels

[Bugfixes]
- Fixed bug with weapons durability falling below zero when walking on boulderfall traps
- Fixed serious bug with player projectiles (arrows and spells) do not hitting enemies
  in certain situations.
- Fixed bug with GUI showing incorrect number of pike axes left
- Fixed serious bug preventing game to be won
- Fixed bug with Color mode message, showing an incorrect name for the selected color mode
- Fixed bug with H key not moving the character to the left (Thanks to Saegor at LÖVE forums for bug report)
- Removed some obsolete info from in-game help screen

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Witchaven the Roguelike (check post #1 for details) Last Ver. .9B4
« Reply #11 on: December 31, 2012, 04:46:31 PM »
Well done---yet another nice release to cap out the year.  Here's to a hopeful progress packed 2013 for Witchaven the Roguelike.    8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

tootboot

  • Newcomer
  • Posts: 10
  • Karma: +0/-0
    • View Profile
    • Email
Re: Witchaven the Roguelike (check post #1 for details) Last Ver. .9B4
« Reply #12 on: January 03, 2013, 07:22:18 AM »
Why would you make a roguelike out of Witchaven of all games?

SomeGuy

  • Rogueliker
  • ***
  • Posts: 64
  • Karma: +0/-0
    • View Profile
    • Email
Re: Witchaven the Roguelike (check post #1 for details) Last Ver. .9B4
« Reply #13 on: January 04, 2013, 02:17:05 PM »
Why would you make a roguelike out of Witchaven of all games?

Could you please re-elaborate your question? I think it is hard to really understand it well.

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Witchaven the Roguelike (check post #1 for details) Last Ver. .9B4
« Reply #14 on: January 04, 2013, 08:21:50 PM »
I think it just comes down to obscurity----even I would've thought something like this would only wind up happening over on Chaosforge, but it is great to see new life being fashioned out of something that could've gone differently had the commercial and dev realities of back then played out rather differently.   Part of me would love to see a grand multi-verse mishmash Roguelike of pretty well all the classic and underground FPS games from back in the day as there was quite a bit beyond Doom, Duke, and Hexen that slipped through the cracks.
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training