Hello,
First of all, congratulations, this is a good game !
Second, I have found a little bug. If I rename my player "test again" in "testagain", I have a crash with this message (maybe a 'space' problem ...) :
An error has occurred. Traceback (most recent call last): File "./ardentryst.py", line 4718, in <module> main() File "./ardentryst.py", line 4419, in main handle_game(Game, True) File "./ardentryst.py", line 2984, in handle_game r = Ingame_Menu((screen, Data, Fonts, p1c, soundbox, ticker, Game, player, False)) File "/home/bonnegent/Desktop/ardentryst1.71/play_level.py", line 1593, in Ingame_Menu tempgobj = cPickle.load(open(os.path.join("Saves", game.savefilename),"r")) IOError: [Errno 2] No such file or directory: 'Saves/test again.asf'
My version: Ardentryst v.20090726 (1.71-Comet Unstable)
Regards |