21-09-2008, 06:46 AM
I'm making a game called "Attack of the Penzorz" using MS4. No special features and shit, just going to do like 20 maps and some items and shit so I can get the feel of the engine and get a list of stuff that needs to be done. Here's what I got so far:
Quote:Server-
*Chat box .SelStart needs to be Len(txtChat) so it scrolls down when something is entered
*Saves all online players too much
*When minimized the chat doesn't auto scroll down
Client-
*Form's caption needs to be set to the game's name
*Password text boxes need to have a .PasswordChar
*Map editor needs a fill button
*In Form_KeyPress of frmMirage you need to do: If KeyAscii = 13 Then KeyAscii = 0
*When you type /admin, it lists the /ban command twice
*Emote command isn't outputting right it shows a - when it shouldn't
*You can get the running stuck if you are holding shift when switching maps and then let it go
*Animation is messed up (doesn't seem to clear the mask layer)
*RTE 13's all around! With commands some aren't checked if the value is numerical and RTE 13 comes