This tag is used to create Static Phys Chunks.
These chunks are static collision in the world made up of boxes, cylinders and spheres.
Usage
To use this group tag, you must first Include
any of the following XML files:
Zone.xml
Then you must execute any of the following ModelOutputInstructions
on the tagged group or a group containing it:
BaseZone
- Recommended.
Entities
- Not recommended.
Phys
- Not recommended.
Syntax
<StaticPhysName> [StaticPhys] [<ClassTypeID>] [<ATCEntry>] [<SoundResourceName>]
- StaticPhysName: The name of this Static Phys.
- ClassTypeID: The Class Type ID
- ATCEntry: TODO.
- SoundResourceName: TODO.
These parameters represent the values stored in the Collision Effect chunk inside the Static Phys chunk.
Group Structure
This tag should be applied to a group exclusively containing CollisionBox, CollisionCylinder and/or CollisionSphere components.
Examples
TODO
Other Tags
These are other tags that can be used with this to configure it further.
Version History
1.0
Initial release.