Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <plugin class="mach" author="Moonfish" headersize="24">
- <enum16 name="Type" offset="0">
- <option name="Door" value="0" />
- <option name="Platform" value="1" />
- <option name="Gear" value="2" />
- </enum16>
- <bitmask16 name="Flags" offset="2">
- <option name="Pathfinding Obstacle" value="0" />
- <option name="...But Not When Open" value="1" />
- <option name="Elevator" description="lighting based on what's around, rather than what's below" value="2" />
- </bitmask16>
- <float name="Door Open Time (seconds)" offset="4" />
- <float name="Door Occlusion Bounds" description="maps position [0,1] to occlusion:min" offset="8" />
- <float name="Door Occlusion Bounds" description="maps position [0,1] to occlusion:max" offset="8" />
- <enum16 name="Collision Response" offset="16">
- <option name="Pause Until Crushed" value="0" />
- <option name="Reverse Directions" value="1" />
- </enum16>
- <short name="Elevator Node" offset="18" />
- <enum16 name="Pathfinding Policy" offset="20">
- <option name="Discs" value="0" />
- <option name="Sectors" value="1" />
- <option name="Cut Out" value="2" />
- <option name="None" value="3" />
- </enum16>
- <unused size="2" offset="22" />
- </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement