Author Topic: Dungeonmans Alpha 4!  (Read 6522 times)

dungeonmans

  • Newcomer
  • Posts: 39
  • Karma: +0/-0
  • Crush monsters, get loots.
    • View Profile
    • Dungeonmans
    • Email
Dungeonmans Alpha 4!
« on: May 10, 2010, 10:36:56 PM »
Hey everyone, Dungeonmans Alpha 4 is finally ready for prime time!

http://www.dungeonmans.com/

Features of note:

* A whole new class, Wizardmans,
* New skills and powers for the Fightermans and Rangermans
* Actual difficulty-- based on YOUR feedback and playdata from Alpha 4.
* Tons of new loot, magic items, and potions,
* A win condition!

Dungeonmans is a XNA based game written in C# for the Windows platform. If you have an old version of Dungeonmans, please uninstall it before running this one. Remember, each death sends feedback to the server to help make the game better, so please play early and play often.
Dungeonmans: The Heroic Adventure Roguelike! http://www.dungeonmans.com

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Dungeonmans Alpha 4!
« Reply #1 on: May 11, 2010, 12:50:51 AM »
Congrats on reaching the next stage dungeonmans---said stage apparently being made of awesome and win.   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training

Chex Warrior

  • Rogueliker
  • ***
  • Posts: 97
  • Karma: +0/-0
    • AOL Instant Messenger - Cacodaemonical
    • View Profile
    • Email
Re: Dungeonmans Alpha 4!
« Reply #2 on: May 11, 2010, 01:13:44 AM »
Already enjoying it, good job.

roguedjack

  • Rogueliker
  • ***
  • Posts: 70
  • Karma: +0/-0
    • View Profile
    • Rogue Survivor blog
    • Email
Re: Dungeonmans Alpha 4!
« Reply #3 on: May 11, 2010, 06:28:29 PM »
Install/uninstall works fine but got a crash as soon as I start the game.
The usual win crash report:

EventType : clr20r3     P1 : dungeonmans.exe     P2 : 0.2.0.0     P3 : 4be88452
P4 : mscorlib     P5 : 2.0.0.0     P6 : 4a7cd8f7     P7 : c42     P8 : 59     
P9 : system.formatexception     


My config:
WinXP SP 3, 32bits.
.NET 3.5 SP1.
XNA 3.1 already installed.

UPDATE:
Forgot to mention my OS in a non-US culture, the system.formatexception might have to do with C# parsing floats in my OS culture while trying to read English floats.
(Eg "1,00" vs "1.00")
This is a common problem for .NET programs running in different languages.
In my program I force the culture to Invariant.
Code: [Select]
            Application.CurrentCulture = CultureInfo.InvariantCulture;  // avoids nasty "," vs "." format confusion.

Hope this helps.

« Last Edit: May 12, 2010, 12:07:40 PM by roguedjack »

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Dungeonmans Alpha 4!
« Reply #4 on: June 03, 2010, 01:44:28 PM »
.1!

* Better data collection for magic attacks and special power use.

* Bandit Pyromancer and Brigand Foominologist made slightly less deadly.

* Starlight Golem, Elemental Hydra and Teacup Cultist made stronger.

* Yesterday's Knife and Leafy Ranger Stick have been buffed oh-so-slightly, so you don't end up doing -2 damage to Puppy Molds and feeling terrible about yourself.

* Added a no-installer version of the game to the downloads page.

* SIX NEW HERO SPRITES TO CHOOSE FROM
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training