8,018
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:XMLModdingHints}} | {{Template:XMLModdingHints}} | ||
{| border=0 cellspacing=20 cellpadding=0 align=center | |||
| The xml code on this page is based on onisplit '''v0.9.61.0''' | |||
|} | |||
'''general notes''' | '''general notes''' | ||
Line 108: | Line 111: | ||
:: (Screenshot of each would be good.) | :: (Screenshot of each would be good.) | ||
* <TriggerId> : (used by BSL commands) | * <TriggerId> : (used by BSL commands) | ||
* <Flags> | * <Flags> | ||
:: | :: ''active?'' (hex: 4) | ||
:: 8 | :: '''InitialActive''' (hex: 8) | ||
:: 10 | :: '''ReverseAnim''' (hex: 10) | ||
:: 20 | :: '''PingPong''' (hex: 20) | ||
:: 40 | :: ''unknown'' (hex: 40) | ||
:: 80 | :: ''unknown'' (hex: 80) | ||
* <LaserColor> : ([[wikipedia:RGB_color_model#The_24-bit_RGB_representation|RGB]] range, e.g. <LaserColor>255 0 77</LaserColor>) | * <LaserColor> : ([[wikipedia:RGB_color_model#The_24-bit_RGB_representation|RGB]] range, e.g. <LaserColor>255 0 77</LaserColor>) | ||
* <StartPosition> : (float value; start position of the trigger in the rail; range from 0 (bottom) to 1 (top) in connection to the spawn point of the trigger (spawn point = bottom)) | * <StartPosition> : (float value; start position of the trigger in the rail; range from 0 (bottom) to 1 (top) in connection to the spawn point of the trigger (spawn point = bottom)) |
edits