8,144
edits
Paradox-01 (talk | contribs) m (osv update, too bad that -help enum was and is cut of in pc version, so possible changes in events remain unchecked) |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 29: | Line 29: | ||
'''<font color="#0A0"><CONS Id="8179"></font>''' | '''<font color="#0A0"><CONS Id="8179"></font>''' | ||
<Header> | <Header> | ||
<Flags> | <Flags>Locked Gunk</Flags> | ||
<Position>-1354.927 45 860.053</Position> | <Position>-1354.927 45 860.053</Position> | ||
<Rotation>180.000015 0 180.000015</Rotation> | <Rotation>180.000015 0 180.000015</Rotation> | ||
Line 37: | Line 37: | ||
<ConsoleId>2</ConsoleId> | <ConsoleId>2</ConsoleId> | ||
<Flags>Active</Flags> | <Flags>Active</Flags> | ||
< | <InactiveTexture>_con_INACTIVE</InactiveTexture> | ||
< | <ActiveTexture>_con_MTCOM_DISH</ActiveTexture> | ||
< | <TriggeredTexture>_con_MTC_DISHFLASH</TriggeredTexture> | ||
<Events> | <Events> | ||
<Script Function="fconsole_ok" /> | <Script Function="fconsole_ok" /> | ||
Line 49: | Line 49: | ||
'''tags''' | '''tags''' | ||
* <Flags> : | * <Flags> : | ||
: Locked (hex: 1) | : Locked (means what in this case?) (hex: 1) | ||
: Gunk (means what?) (hex: 8) | : Gunk (means what?) (hex: 8) | ||
* <Position> : (console is spawned at this xyz-position) | * <Position> : (console is spawned at this xyz-position) | ||
Line 75: | Line 75: | ||
::known flags are extracted as readable flags, separated by a space sign (see 28) | ::known flags are extracted as readable flags, separated by a space sign (see 28) | ||
* < | * <InactiveTexture> : _con_ALARM_SLEEP / _con_USED / _con_used / _con_INACTIVE / <font color="#777">(etc.)</font> | ||
* < | * <ActiveTexture> : _con_ALARM_SLEEP / _con_INFO / _con_MTC_2 / _con_mtc_stairs / _con_MTCOM_DISH / _con_MTCOM_DISH / <font color="#777">(etc.)</font> | ||
* < | * <TriggeredTexture> : _con_ALARM_ON / _con_USED / _con_used / _con_MTC_DISHFLASH / <font color="#777">(etc.)</font> (custom textures should be possible) | ||
* <Events> (from v52, not checked for higher onisplit versions) | * <Events> (from v52, not checked for higher onisplit versions) | ||
: <Script Function="calling_this_BSL_function" /> | : <Script Function="calling_this_BSL_function" /> |
edits