Cheatkeys: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Hendricks266 (talk | contribs) No edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
This command defines the two key-presses that must begin every cheat code. | This command defines the two key-presses that must begin every cheat code. | ||
The command defaults to: | |||
cheatkeys 32 49 | |||
32 represents D and 49 represents N. | |||
A list of (hexadecimal) values can be found in [{{EDuke32 source|source/build/include/scancodes.h}} scancodes.h] | |||
To change the actual cheat codes, see [[definecheat]]. | |||
[[Category:EDuke32 specific commands]] | [[Category:EDuke32 specific commands]] | ||
[[Category:Game manipulation]] | [[Category:Game manipulation]] |
Latest revision as of 02:35, 1 February 2017
cheatkeys <scan code> <scan code>
This command defines the two key-presses that must begin every cheat code.
The command defaults to:
cheatkeys 32 49
32 represents D and 49 represents N.
A list of (hexadecimal) values can be found in scancodes.h
To change the actual cheat codes, see definecheat.