Temple of The Roguelike Forums

Announcements => Traditional Roguelikes (Turn Based) => Topic started by: itkachev on October 01, 2011, 08:32:02 AM

Title: New Diggr release
Post by: itkachev on October 01, 2011, 08:32:02 AM
Hello all.

A new release of Diggr is live today.

Changes:


You can download it from the official site: http://code.google.com/p/diggr-roguelike/
Title: Re: New Diggr release
Post by: getter77 on October 01, 2011, 12:00:17 PM
Nicely done---full screen support is always a good thing to see.   8)
Title: Re: New Diggr release
Post by: qbradq on October 05, 2011, 06:02:18 PM
Definitely a new take on things. It's nice to see a roguelike with a very clear vision of what it is intended to be and how it will get there.

Not remembering the terrain where you've been is disorienting to me though.
Title: Re: New Diggr release
Post by: itkachev on October 08, 2011, 09:51:29 AM
Hello all.
I've uploaded a new release today!

Changes:


Official site: http://code.google.com/p/diggr-roguelike/

Thank you.
Title: Re: New Diggr release
Post by: getter77 on October 08, 2011, 12:12:33 PM
Nice to see new game mechanics outright still sneaking into the releases with the general polishing!   8)
Title: Re: New Diggr release
Post by: jocke the beast on October 08, 2011, 05:27:50 PM
Great progress, look nice.

Ran into a bug that "killed" my game quite early  :-[


Here's the error-file-message:

Quote
Traceback (most recent call last):
  File "diggr.pyw", line 3782, in <module>
  File "diggr.pyw", line 3732, in main
  File "diggr.pyw", line 3150, in draw
  File "diggr.pyw", line 3067, in process_world
  File "diggr.pyw", line 2884, in walk_monster
AttributeError: Item instance has no attribute 'camorange'
Title: Re: New Diggr release
Post by: itkachev on October 08, 2011, 05:44:20 PM
That sort of error usually happens when you install a new version of the game on top of old version's savefiles.

Do a clean reinstall of the game and start everything from scratch, then it should work.

Great progress, look nice.

Ran into a bug that "killed" my game quite early  :-[


Here's the error-file-message:

Quote
Traceback (most recent call last):
  File "diggr.pyw", line 3782, in <module>
  File "diggr.pyw", line 3732, in main
  File "diggr.pyw", line 3150, in draw
  File "diggr.pyw", line 3067, in process_world
  File "diggr.pyw", line 2884, in walk_monster
AttributeError: Item instance has no attribute 'camorange'
Title: Re: New Diggr release
Post by: jocke the beast on October 08, 2011, 08:13:19 PM
Aaaahh...ok. Will do  ;D