Setgamepalette: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
XTHX2 (talk | contribs)
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...
 
XTHX2 (talk | contribs)
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 paletttes 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 05: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)