LOGO FLAGS: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
New page: LOGO_FLAGS is a gamevar that control the logo displaying. The values are: '''1''' - LOGO_FLAG_ENABLED<br /> '''2''' - LOGO_FLAG_PLAYANIM<br /> '''4''' - LOGO_FLAG_PLAYMUSIC<br /> '''8...
 
Jblade (talk | contribs)
No edit summary
Line 15: Line 15:


Default is 255. It is all bits for exception the last two.
Default is 255. It is all bits for exception the last two.
[[Category:Constantly updated gamevars]]

Revision as of 02:10, 21 April 2008

LOGO_FLAGS is a gamevar that control the logo displaying.

The values are:

1 - LOGO_FLAG_ENABLED
2 - LOGO_FLAG_PLAYANIM
4 - LOGO_FLAG_PLAYMUSIC
8 - LOGO_FLAG_3DRSCREEN
16 - LOGO_FLAG_TITLESCREEN
32 - LOGO_FLAG_DUKENUKEM
64 - LOGO_FLAG_THREEDEE
128- LOGO_FLAG_PLUTOPAKSPRITE
256- LOGO_FLAG_SHAREWARESCREENS
512- LOGO_FLAG_TENSCREEN

Default is 255. It is all bits for exception the last two.