Robot Underground: for your enjoyment and pleasure

Well, 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:

(log in to comment)

Comments

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.bmp
It's finding the file but pyglet just won't load it! This is on Linux.
Looks like a problem with pyglet on Linux loading 1bpp images
Am I the only one who doesn't want a White Dress?
Am I the only one who doesn't want a White Dress?