8,018
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 8: | Line 8: | ||
'''XML structure''' | '''XML structure'''<br>for onisplit 0.9.59.0 | ||
<?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||
<Oni | <Oni> | ||
<Objects> | |||
'''''[...]''''' | '''''[...]''''' | ||
</ | </Objects> | ||
</Oni> | </Oni> | ||
'''''[...]''''' means at least one door. Paste all door data into there (this includes '''<font color="#0A0">< | '''''[...]''''' means at least one door. Paste all door data into there (this includes '''<font color="#0A0"><DOOR Id="..."></font>''' and '''<font color="#0A0"></DOOR></font>''' tag). | ||
'''example''' | '''example''' | ||
< | '''<font color="#0A0"><DOOR Id="7233"></font>''' | ||
<Header> | <Header> | ||
<Flags> | <Flags>Gunk</Flags> | ||
<Position>- | <Position>-652 0 -753</Position> | ||
<Rotation>0 0 0</Rotation> | <Rotation>0 0 0</Rotation> | ||
</Header> | </Header> | ||
<OSD> | <OSD> | ||
<Class> | <Class>wh_door1dbl</Class> | ||
<DoorId> | <DoorId>1</DoorId> | ||
<KeyId>0</KeyId> | <KeyId>0</KeyId> | ||
<Flags> | <Flags>InitialLocked InDoorFrame DoubleDoor</Flags> | ||
<nowiki><Center>- | <nowiki><Center>-652 16.5 -753</Center></nowiki> | ||
<SquaredActivationRadius>900</SquaredActivationRadius> | <SquaredActivationRadius>900</SquaredActivationRadius> | ||
<Texture1></Texture1> | <Texture1></Texture1> | ||
Line 40: | Line 41: | ||
</Events> | </Events> | ||
</OSD> | </OSD> | ||
</ | '''<font color="#0A0"></DOOR></font>''' | ||
Line 47: | Line 48: | ||
{ | { | ||
dmsg "[r.door test]" | dmsg "[r.door test]" | ||
dmsg " | dmsg "target turret is set active and BSL function is triggered" | ||
dmsg "by any character which comes into specified radius" | dmsg "by any character which comes into specified radius" | ||
} | } | ||
'''flags''' | '''OSD flags''' | ||
None | |||
InitialLocked | |||
InDoorFrame | |||
Manual | |||
DoubleDoor | |||
Mirror | |||
OneWay | |||
Reverse | |||
Jammed | |||
InitialOpen | |||
'''events''' | '''events''' | ||
<Script Function="''calling_this_BSL_function''" /> | |||
<ActivateTurret TargetId="''Id''" /> | |||
<DeactivateTurret TargetId="''Id''" /> | |||
<ActivateConsole TargetId="''Id''" /> | |||
<DeactivateConsole TargetId="''Id''" /> | |||
<ActivateAlarm TargetId="''Id''" /> | |||
<DeactivateAlaram TargetId="''Id''" /> | |||
<ActivateTrigger TargetId="''Id''" /> | |||
<DeactivateTrigger TargetId="''Id''" /> | |||
<LockDoor TargetId="''Id''" /> | |||
<UnlockDoor TargetId="''Id''" /> |
edits