Additional cheat commands?
Posted: Mon Aug 01, 2011 11:23 am
Looking at the part of the code in O_PLAY0A.PAS which implements the various cheat/debug commands, and trying to think if anything else useful might be added here for game development.
One thing I definitely want to do is fix it so you can use the variable PEEK/POKE command (Ctrl-P, when debug mode is enabled), to read/write both sets of variables (A-Z and A2-Z2), not just A-Z as is currently implemented.
Anyone have any other suggestions for debug commands that might be helpful?
....
The current cheat/debug/special key list is:
One thing I definitely want to do is fix it so you can use the variable PEEK/POKE command (Ctrl-P, when debug mode is enabled), to read/write both sets of variables (A-Z and A2-Z2), not just A-Z as is currently implemented.
Anyone have any other suggestions for debug commands that might be helpful?
....
The current cheat/debug/special key list is:
Code: Select all
Normal game commands
--------------------
-/+
Change combat message speed
Ctrl-V
Sound on/off/volume
Cheat/debug commands
--------------------
TAB
Reload editor files
~
Show transparency mask/status
Ctrl-B
Switch keybuffer on/off (not sure what this does exactly)
Ctrl-F
Flight mode on/off
Ctrl-G
Show free memory amount
Ctrl-H
Restore HP/MP to maximum levels
Ctrl-L
Show current location
Ctrl-T
Show current time
Ctrl-W
Warp to a specified location
Ctrl-X
Run a specified macro
Ctrl-Z
Turn on invisible mode