Setgamepalette: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This command allows CON coders to switch between the palettes that Duke Nukem 3D uses. The palettes are located in | This command allows CON coders to switch between the palettes that Duke Nukem 3D uses. The palettes are located in LOOKUP.DAT. This command can take values between 0 and 6. An example of this would be; | ||
setgamepalette 0 | 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) | 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 14:20, 27 August 2008
This command allows CON coders to switch between the palettes that Duke Nukem 3D uses. The palettes are located in LOOKUP.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)