| |||||||||||
PyWeek - Robot Underground: for your enjoyment and pleasureWell, with the madness of coding behind us, we've managed to take some time out to actually play our game (along with everyone else's). There's a whole raft of stuff we'd like to improve or add, possibly in some future post-Pyweek release, but there's a couple of specific issues which might merit the attention of players over the next two weeks:
— adam on 2008/04/07 00:14 of Super Effective 6 Comments: |
Next Challenge
September 2008 [entries, ratings] Previous > March 2008 [entries, ratings] September 2007 [entries, ratings] April 2007 [entries, ratings] September 2006 [entries, ratings] March 2006 [entries, ratings] (June 2006) August 2005 [entries, ratings] Not logged in Login Register | ||||||||||
By richard on 2008/04/07 02:48:
Wah! It doesn't work :(File "lib/content/__init__.py", line 25, in setupMission act1.setupMission(ps, m, nextScene) File "lib/content/act1.py", line 24, in setupMission setupFirstMission(ps, m) File "lib/content/act1.py", line 512, in setupFirstMission m.map = worldgen.makeDungeon2(top="maps/controlroom.bmp", bottom="maps/3rooms.bmp", maxrooms=6) File "lib/worldgen.py", line 31, in makeDungeon2 othermap = loadFixedMap(top) File "lib/worldgen.py", line 17, in loadFixedMap img = image.load(name, file=data.load_file(name)) File "./pyglet/image/__init__.py", line 194, in load raise first_exception pyglet.image.codecs.ImageDecodeException: Unable to load: maps/controlroom.bmpIt's finding the file but pyglet just won't load it! This is on Linux.By richard on 2008/04/07 03:05:
Looks like a problem with pyglet on Linux loading 1bpp images