Setgamepalette: Difference between revisions
Jump to navigation
Jump to search
New page: This command allows CON coders to switch between the palettes that Duke Nukem 3D uses. The palettes are located in TABLES.DAT. This command can take values between 0 and 6. An example of t... |
No edit summary |
||
Line 3: | Line 3: | ||
setgamepalette 0 | setgamepalette 0 | ||
It sets the palette that the game uses to 0, the normal game palette. (Remember that these | It sets the palette that the game uses to 0, the normal game palette. (Remember that these palettes include underwater palette, night vision palette etc. so this can be used to block them) |
Revision as of 04:45, 27 August 2008
This command allows CON coders to switch between the palettes that Duke Nukem 3D uses. The palettes are located in TABLES.DAT. This command can take values between 0 and 6. An example of this would be;
setgamepalette 0
It sets the palette that the game uses to 0, the normal game palette. (Remember that these palettes include underwater palette, night vision palette etc. so this can be used to block them)