This page lists all the XML elements you can use in your rules files for the tool.
General Elements
These are general elements related to configuring the tool.
Build
Added in Version 1.0.
This type of element is used as the root of each XML file.
Context
Added in Version 1.0.
This type of element allows you to scope other elements inside it. This is like using the Include XML Element without actually including another file.
If
Added in Version 1.0.
This type of element allows you to only use certain rules if the specified conditions are met. This is useful for doing checks in shared XML files.
IgnoreWarning
Added in Version 1.0.
This type of element allows you to hide specific types of warnings. This is useful if you're intentionally doing something that would be invalid under normal circumstances but is not in your case.
Include
Added in Version 1.0.
This type of element allows you to load another XML file containing more rules. This is useful for organization and sharing XML files between multiple map projects.
SetVariable
Added in Version 1.0.
This type of element allows you to set variables that can be referenced elsewhere.
Transform
Added in Version 1.0.
This type of element allows you to define transformations that can be applied to groups in SketchUp models via the Transform group tag.
Animation Elements
These elements allow you to define various types of animations.
PoseTransformAnimation
Added in Version 1.0.
This type of element is used to create pose transform (PTRN) type Animations.
TextureAnimation
Added in Version 1.0.
This element is used to create a texture animation for a material.
Entity Elements
These elements define information about various entities.
Gag
Added in Version 1.0.
No description provided.
Mesh
Added in Version 1.0.
This element is used to create a Mesh.
StateProp
Added in Version 1.0.
No description provided.
Input Elements
These elements tell the tool how to input files.
InputPure3DFile
Added in Version 1.0.
This element is used to input a Pure3D File.
InputSketchUpModel
Added in Version 1.0.
This type of element allows you to define a SketchUp model as an input file.
Lighting Elements
These elements define light groups and vertex colours.
LightGroup
Added in Version 1.0.
No description provided.
VertexColours
Added in Version 1.0.
No description provided.
Material Elements
These elements are related to the creation and configuration of materials.
Material
Added in Version 1.0.
This type of element allows you to define a basic RGB material to be referenced by other types of elements.
MaterialRules
Added in Version 1.0.
This type of element allows you to define rules for handling materials on an InputSketchUpModel.
Set
Added in Version 1.0.
This element can be used to create a Set chunk in an output P3D file.
Output Elements
These elements tell the tool how to build output files.
HitAndRunMap
Added in Version 1.0.
No description provided.
HitAndRunZone
Added in Version 1.0.
No description provided.
ModelOutputInstructions
Added in Version 1.0.
This type of element is used to define instructions on how to build output files.
OutputPure3DFile
Added in Version 1.0.
No description provided.
Pure3DFileChunksOutput
Added in Version 1.0.
No description provided.
SketchUpModelOutput
Added in Version 1.0.
No description provided.