Carpet Madness by digital_sorceress
Controls are like those in Quake.
Move with Cursor keys
ALT to strafe
SHIFT to run
A&Z to look up and down
Move with Cursor keys
ALT to strafe
SHIFT to run
A&Z to look up and down
| Windows | http://www.dropbox.com/ |
| Original URL | https://ludumdare.com/compo/minild-29/?action=preview&uid=5745 |
Were there any problems running it? Did sound work okay?
Susan
Nice 3D view though and ofcourse the capret was cool!
I can actually remember my way about the map so it doesn't seem that big to me. I suppose I could have used some extra wall textures for people to use as landmarks.
The program displays a "well done" on completion, but one key press will then terminate it. I know I should have done that differently. :)
"Run-time error '6':"
"Overflow"
if I start the game.
Windows 7 64-bit
If a texture fail to load, then it's dimensions will default to 0x0, which can cause a div-0 to occur when texture coordinates are calculated. This overflow would occur as soon as the game loads. Although the game window should display and sound should play.
The mystery is why a texture is not loading. Are all files present? Did you unzip them to a root directory? Is there a sharing violation as might happen if one of the game files is being accessed with another application?