LOGO FLAGS: Difference between revisions
Helixhorned (talk | contribs) add NOExBONUSSCENE flags |
Hendricks266 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
LOGO_FLAGS is a [[gamevar]] that controls the appearance of the introduction and menu. | LOGO_FLAGS is a [[gamevar]] that controls the appearance of the introduction and menu. | ||
It is a [[bitfield]]. The values are: | It is a [[bitfield]]. The default value is 255. That is, all the bits below 256 are set. The values are: | ||
'''1''' - LOGO_FLAG_ENABLED<br /> | '''1''' - LOGO_FLAG_ENABLED<br /> | ||
Line 20: | Line 20: | ||
'''32768''' - LOGO_FLAG_NOE4BONUSSCENE<br /> | '''32768''' - LOGO_FLAG_NOE4BONUSSCENE<br /> | ||
(The names following the numeric values are merely informational, they do not denote labels predefined from CON.) | (The names following the numeric values are merely informational, they do not denote labels predefined from CON.) | ||
[[Category:Bitfields]] | [[Category:Bitfields]] | ||
[[Category:Pre-defined gamevars]] | [[Category:Pre-defined gamevars]] |
Revision as of 17:03, 20 January 2014
LOGO_FLAGS is a gamevar that controls the appearance of the introduction and menu.
It is a bitfield. The default value is 255. That is, all the bits below 256 are set. 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
1024 - LOGO_FLAG_STOPANIMSOUNDS
2048 - LOGO_FLAG_NOE4CUTSCENE
4096 - LOGO_FLAG_NOE1BONUSSCENE
8192 - LOGO_FLAG_NOE2BONUSSCENE
16384 - LOGO_FLAG_NOE3BONUSSCENE
32768 - LOGO_FLAG_NOE4BONUSSCENE
(The names following the numeric values are merely informational, they do not denote labels predefined from CON.)