mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-10 05:57:48 +00:00
Mass refactoring part 1/2: establishing multiple subprojects, moving source files to their new location, adding resources/templates to version control
This commit is contained in:
22
templates/mp1/Script/AIJumpPoint.xml
Normal file
22
templates/mp1/Script/AIJumpPoint.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>AIJumpPoint</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Active" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 1" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Active" ID="0x03"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
21
templates/mp1/Script/AIKeyframe.xml
Normal file
21
templates/mp1/Script/AIKeyframe.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>AIKeyframe</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Unknown 2" type="bool"/>
|
||||
<property ID="0x03" name="Unknown 3" type="float"/>
|
||||
<property ID="0x04" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x05" name="Unknown 5" type="long"/>
|
||||
<property ID="0x06" name="Unknown 6" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
48
templates/mp1/Script/Actor.xml
Normal file
48
templates/mp1/Script/Actor.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Actor</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<property ID="0x04" name="Unknown 1" type="vector3f"/>
|
||||
<property ID="0x05" name="Scan Offset" type="vector3f"/>
|
||||
<property ID="0x06" name="Unknown 2" type="float"/>
|
||||
<property ID="0x07" name="Unknown 3" type="float"/>
|
||||
<struct ID="0x08" name="HealthInfo" template="Structs/HealthInfo.xml"/>
|
||||
<struct ID="0x09" name="DamageVulnerability" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x0A" name="Model" type="file" ext="CMDL"/>
|
||||
<property ID="0x0B" name="AnimationParameters" type="animparams"/>
|
||||
<struct ID="0x0C" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x0D" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x0E" name="Unknown 5" type="bool"/>
|
||||
<property ID="0x0F" name="Unknown 6" type="bool"/>
|
||||
<property ID="0x10" name="Unknown 7" type="bool"/>
|
||||
<property ID="0x11" name="Unknown 8" type="bool"/>
|
||||
<property ID="0x12" name="Unknown 9" type="long"/>
|
||||
<property ID="0x13" name="Unknown 10" type="float"/>
|
||||
<property ID="0x14" name="Unknown 11" type="bool"/>
|
||||
<property ID="0x15" name="Unknown 12" type="bool"/>
|
||||
<property ID="0x16" name="Unknown 13" type="bool"/>
|
||||
<property ID="0x17" name="Unknown 14" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="Active" ID="0x11"/>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="LightParameters" ID="0x0C:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x0B</animparams>
|
||||
<model source="property">0x0A</model>
|
||||
<model source="property">0x0C:0x02</model>
|
||||
<model source="property">0x0C:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
37
templates/mp1/Script/ActorContraption.xml
Normal file
37
templates/mp1/Script/ActorContraption.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>ActorContraption</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<property ID="0x04" name="Unknown 1" type="vector3f"/>
|
||||
<property ID="0x05" name="Scan Offset" type="vector3f"/>
|
||||
<property ID="0x06" name="Unknown 2" type="float"/>
|
||||
<property ID="0x07" name="Unknown 3" type="float"/>
|
||||
<struct ID="0x08" name="HealthInfo" template="Structs/HealthInfo.xml"/>
|
||||
<struct ID="0x09" name="DamageVulnerability" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x0A" name="AnimationParameters" type="animparams"/>
|
||||
<struct ID="0x0B" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x0C" name="Particle" type="file" ext="PART"/>
|
||||
<struct ID="0x0D" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0E" name="Unknown 4" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="LightParameters" ID="0x0B:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x0A</animparams>
|
||||
<model source="property">0x0B:0x02</model>
|
||||
<model source="property">0x0B:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
21
templates/mp1/Script/ActorKeyframe.xml
Normal file
21
templates/mp1/Script/ActorKeyframe.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>ActorKeyframe</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Unknown 2" type="bool"/>
|
||||
<property ID="0x03" name="Unknown 3" type="float"/>
|
||||
<property ID="0x04" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x05" name="Unknown 5" type="long"/>
|
||||
<property ID="0x06" name="Unknown 6" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
21
templates/mp1/Script/ActorRotate.xml
Normal file
21
templates/mp1/Script/ActorRotate.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>ActorRotate</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Rotation Offset" type="vector3f"/>
|
||||
<property ID="0x02" name="Time Scale " type="float"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 2" type="bool"/>
|
||||
<property ID="0x05" name="Active" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Active" ID="0x05"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
38
templates/mp1/Script/AmbientAI.xml
Normal file
38
templates/mp1/Script/AmbientAI.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>AmbientAI</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<property ID="0x04" name="Unknown 1" type="vector3f"/>
|
||||
<property ID="0x05" name="Scan Offset" type="vector3f"/>
|
||||
<property ID="0x06" name="Unknown 2" type="float"/>
|
||||
<struct ID="0x07" name="HealthInfo" template="Structs/HealthInfo.xml"/>
|
||||
<struct ID="0x08" name="DamageVulnerability" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x09" name="AnimationParameters" type="animparams"/>
|
||||
<struct ID="0x0A" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x0B" name="Unknown 3" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 5" type="long"/>
|
||||
<property ID="0x0E" name="Unknown 6" type="long"/>
|
||||
<property ID="0x0F" name="Unknown 7" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="LightParameters" ID="0x0A:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x09</animparams>
|
||||
<model source="property">0x0A:0x02</model>
|
||||
<model source="property">0x0A:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
23
templates/mp1/Script/AreaAttributes.xml
Normal file
23
templates/mp1/Script/AreaAttributes.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>AreaAttributes</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Unknown 1" type="long"/>
|
||||
<property ID="0x01" name="Skybox toggle" type="bool"/>
|
||||
<property ID="0x02" name="Unknown 2" type="long"/>
|
||||
<property ID="0x03" name="Unknown 3" type="float"/>
|
||||
<property ID="0x04" name="Unknown 4" type="float"/>
|
||||
<property ID="0x05" name="Unknown 5" type="float"/>
|
||||
<property ID="0x06" name="Unknown 6" type="float"/>
|
||||
<property ID="0x07" name="Skybox model (uses MLVL skybox if not specified)" type="file" ext="CMDL"/>
|
||||
<property ID="0x08" name="Unknown 7" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties/>
|
||||
<assets>
|
||||
<model source="property">0x07</model>
|
||||
</assets>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
38
templates/mp1/Script/AtomicAlpha.xml
Normal file
38
templates/mp1/Script/AtomicAlpha.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>AtomicAlpha</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="WPSC" type="file" ext="WPSC"/>
|
||||
<property ID="0x07" name="Model" type="file" ext="CMDL"/>
|
||||
<struct ID="0x08" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x09" name="Unknown 1" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 2" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 3" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x0D" name="Unknown 5" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
<model source="property">0x07</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
44
templates/mp1/Script/AtomicBeta.xml
Normal file
44
templates/mp1/Script/AtomicBeta.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>AtomicBeta</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="ELSC" type="file" ext="ELSC"/>
|
||||
<property ID="0x07" name="WPSC" type="file" ext="WPSC"/>
|
||||
<struct ID="0x08" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x09" name="Particle" type="file" ext="PART"/>
|
||||
<property ID="0x0A" name="Unknown 1" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 2" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 3" type="float"/>
|
||||
<struct ID="0x0D" name="DamageVulnerability" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x0E" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0F" name="Unknown 5" type="float"/>
|
||||
<property ID="0x10" name="Unknown 6" type="float"/>
|
||||
<property ID="0x11" name="Unknown 7" type="long"/>
|
||||
<property ID="0x12" name="Unknown 8" type="long"/>
|
||||
<property ID="0x13" name="Unknown 9" type="long"/>
|
||||
<property ID="0x14" name="Unknown 10" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
57
templates/mp1/Script/Babygoth.xml
Normal file
57
templates/mp1/Script/Babygoth.xml
Normal file
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Babygoth</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="float"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="WPSC 1" type="file" ext="WPSC"/>
|
||||
<struct ID="0x09" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x0A" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0B" name="WPSC 2" type="file" ext="WPSC"/>
|
||||
<property ID="0x0C" name="Particle 1" type="file" ext="PART"/>
|
||||
<struct ID="0x0D" name="DamageInfo 3" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x0E" name="DamageVulnerability 1" template="Structs/DamageVulnerability.xml"/>
|
||||
<struct ID="0x0F" name="DamageVulnerability 2" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x10" name="Model" type="file" ext="CMDL"/>
|
||||
<property ID="0x11" name="CSKR" type="file" ext="CSKR"/>
|
||||
<property ID="0x12" name="Unknown 3" type="float"/>
|
||||
<property ID="0x13" name="Unknown 4" type="long"/>
|
||||
<property ID="0x14" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x15" name="Particle 3" type="file" ext="PART"/>
|
||||
<property ID="0x16" name="Particle 4" type="file" ext="PART"/>
|
||||
<property ID="0x17" name="Particle 5" type="file" ext="PART"/>
|
||||
<property ID="0x18" name="Unknown 5" type="long"/>
|
||||
<property ID="0x19" name="Unknown 6" type="long"/>
|
||||
<property ID="0x1A" name="Unknown 7" type="long"/>
|
||||
<property ID="0x1B" name="Unknown 8" type="float"/>
|
||||
<property ID="0x1C" name="Unknown 9" type="float"/>
|
||||
<property ID="0x1D" name="Unknown 10" type="float"/>
|
||||
<property ID="0x1E" name="Texture" type="file" ext="TXTR"/>
|
||||
<property ID="0x1F" name="Unknown 11" type="long"/>
|
||||
<property ID="0x20" name="Particle 6" type="file" ext="PART"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
<model source="property">0x10</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
26
templates/mp1/Script/BallTrigger.xml
Normal file
26
templates/mp1/Script/BallTrigger.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>BallTrigger</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Volume" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 2" type="float"/>
|
||||
<property ID="0x05" name="Unknown 3" type="float"/>
|
||||
<property ID="0x06" name="Unknown 4" type="float"/>
|
||||
<property ID="0x07" name="Unknown 5" type="vector3f"/>
|
||||
<property ID="0x08" name="Unknown 6" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Scale" ID="0x02"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>volume</scale_type>
|
||||
<preview_volume shape="Box"/>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
40
templates/mp1/Script/Beetle.xml
Normal file
40
templates/mp1/Script/Beetle.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Beetle</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Position" type="vector3f"/>
|
||||
<property ID="0x03" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x04" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x05" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x06" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<struct ID="0x07" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x08" name="Unknown 2" type="vector3f"/>
|
||||
<property ID="0x09" name="Unknown 3" type="float"/>
|
||||
<struct ID="0x0A" name="Abdomen Vulnerability" template="Structs/DamageVulnerability.xml"/>
|
||||
<struct ID="0x0B" name="Armor Vulnerability" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x0C" name="Model" type="file" ext="CMDL"/>
|
||||
<property ID="0x0D" name="Unknown 4" type="long"/>
|
||||
<property ID="0x0E" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0F" name="Unknown 6" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x02"/>
|
||||
<property name="Rotation" ID="0x03"/>
|
||||
<property name="Scale" ID="0x04"/>
|
||||
<property name="Active" ID="0x05:0x1A"/>
|
||||
<property name="LightParameters" ID="0x06:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x05:0x19</animparams>
|
||||
<model source="property">0x06:0x02</model>
|
||||
<model source="property">0x06:0x04</model>
|
||||
<model source="property">0x0C</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
41
templates/mp1/Script/BloodFlower.xml
Normal file
41
templates/mp1/Script/BloodFlower.xml
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>BloodFlower</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x07" name="WPSC 1" type="file" ext="WPSC"/>
|
||||
<property ID="0x08" name="WPSC 2" type="file" ext="WPSC"/>
|
||||
<struct ID="0x09" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x0A" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x0B" name="DamageInfo 3" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0C" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x0D" name="Particle 3" type="file" ext="PART"/>
|
||||
<property ID="0x0E" name="Particle 4" type="file" ext="PART"/>
|
||||
<property ID="0x0F" name="Unknown 1" type="float"/>
|
||||
<property ID="0x10" name="Particle 5" type="file" ext="PART"/>
|
||||
<property ID="0x11" name="Unknown 2" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
36
templates/mp1/Script/Burrower.xml
Normal file
36
templates/mp1/Script/Burrower.xml
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Burrower</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x07" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x08" name="WPSC" type="file" ext="WPSC"/>
|
||||
<struct ID="0x09" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0A" name="Particle 3" type="file" ext="PART"/>
|
||||
<property ID="0x0B" name="Always FFFFFFFF" type="long"/>
|
||||
<property ID="0x0C" name="Particle 4" type="file" ext="PART"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
31
templates/mp1/Script/Camera.xml
Normal file
31
templates/mp1/Script/Camera.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Camera</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 2" type="float"/>
|
||||
<property ID="0x05" name="Unknown 3" type="bool"/>
|
||||
<property ID="0x06" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x07" name="Unknown 5" type="bool"/>
|
||||
<property ID="0x08" name="Unknown 6" type="bool"/>
|
||||
<property ID="0x09" name="Unknown 7" type="bool"/>
|
||||
<property ID="0x0A" name="Unknown 8" type="bool"/>
|
||||
<property ID="0x0B" name="Unknown 9" type="bool"/>
|
||||
<property ID="0x0C" name="Unknown 10" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 11" type="bool"/>
|
||||
<property ID="0x0E" name="Unknown 12" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
21
templates/mp1/Script/CameraBlurKeyframe.xml
Normal file
21
templates/mp1/Script/CameraBlurKeyframe.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>CameraBlurKeyframe</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x02" name="Unknown 2" type="long"/>
|
||||
<property ID="0x03" name="Unknown 3" type="float"/>
|
||||
<property ID="0x04" name="Unknown 4" type="long"/>
|
||||
<property ID="0x05" name="Unknown 5" type="float"/>
|
||||
<property ID="0x06" name="Unknown 6" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
24
templates/mp1/Script/CameraFilterKeyframe.xml
Normal file
24
templates/mp1/Script/CameraFilterKeyframe.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>CameraFilterKeyframe</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x02" name="Unknown 2" type="long"/>
|
||||
<property ID="0x03" name="Unknown 3" type="long"/>
|
||||
<property ID="0x04" name="Unknown 4" type="long"/>
|
||||
<property ID="0x05" name="Unknown 5" type="long"/>
|
||||
<property ID="0x06" name="Unknown 6" type="color"/>
|
||||
<property ID="0x07" name="Unknown 7" type="float"/>
|
||||
<property ID="0x08" name="Unknown 8" type="float"/>
|
||||
<property ID="0x09" name="Texture" type="file" ext="TXTR"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
92
templates/mp1/Script/CameraHint.xml
Normal file
92
templates/mp1/Script/CameraHint.xml
Normal file
@@ -0,0 +1,92 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>CameraHint</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 2" type="long"/>
|
||||
<property ID="0x05" name="Unknown 3" type="long"/>
|
||||
<struct ID="0x06" name="CameraHintStruct" type="multi">
|
||||
<property ID="0x00" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 5" type="bool"/>
|
||||
<property ID="0x02" name="Unknown 6" type="bool"/>
|
||||
<property ID="0x03" name="Unknown 7" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 8" type="bool"/>
|
||||
<property ID="0x05" name="Unknown 9" type="bool"/>
|
||||
<property ID="0x06" name="Unknown 10" type="bool"/>
|
||||
<property ID="0x07" name="Unknown 11" type="bool"/>
|
||||
<property ID="0x08" name="Unknown 12" type="bool"/>
|
||||
<property ID="0x09" name="Unknown 13" type="bool"/>
|
||||
<property ID="0x0A" name="Unknown 14" type="bool"/>
|
||||
<property ID="0x0B" name="Unknown 15" type="bool"/>
|
||||
<property ID="0x0C" name="Unknown 16" type="bool"/>
|
||||
<property ID="0x0D" name="Unknown 17" type="bool"/>
|
||||
<property ID="0x0E" name="Unknown 18" type="bool"/>
|
||||
<property ID="0x0F" name="Unknown 19" type="bool"/>
|
||||
<property ID="0x10" name="Unknown 20" type="bool"/>
|
||||
<property ID="0x11" name="Unknown 21" type="bool"/>
|
||||
<property ID="0x12" name="Unknown 22" type="bool"/>
|
||||
<property ID="0x13" name="Unknown 23" type="bool"/>
|
||||
<property ID="0x14" name="Unknown 24" type="bool"/>
|
||||
<property ID="0x15" name="Unknown 25" type="bool"/>
|
||||
</struct>
|
||||
<struct ID="0x07" name="BoolFloat 1" type="single">
|
||||
<property ID="0x00" name="Unknown 26" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 27" type="float"/>
|
||||
</struct>
|
||||
<struct ID="0x08" name="BoolFloat 2" type="single">
|
||||
<property ID="0x00" name="Unknown 28" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 29" type="float"/>
|
||||
</struct>
|
||||
<struct ID="0x09" name="BoolFloat 3" type="single">
|
||||
<property ID="0x00" name="Unknown 30" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 31" type="float"/>
|
||||
</struct>
|
||||
<struct ID="0x0A" name="BoolVec3f 1" type="single">
|
||||
<property ID="0x00" name="Unknown 32" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 33" type="vector3f"/>
|
||||
</struct>
|
||||
<struct ID="0x0B" name="BoolVec3f 2" type="single">
|
||||
<property ID="0x00" name="Unknown 34" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 35" type="vector3f"/>
|
||||
</struct>
|
||||
<property ID="0x0C" name="Unknown 36" type="vector3f"/>
|
||||
<struct ID="0x0D" name="BoolFloat 4" type="single">
|
||||
<property ID="0x00" name="Unknown 37" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 38" type="float"/>
|
||||
</struct>
|
||||
<struct ID="0x0E" name="BoolFloat 5" type="single">
|
||||
<property ID="0x00" name="Unknown 39" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 40" type="float"/>
|
||||
</struct>
|
||||
<struct ID="0x0F" name="BoolFloat 6" type="single">
|
||||
<property ID="0x00" name="Unknown 41" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 42" type="float"/>
|
||||
</struct>
|
||||
<struct ID="0x10" name="BoolFloat 7" type="single">
|
||||
<property ID="0x00" name="Unknown 43" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 44" type="float"/>
|
||||
</struct>
|
||||
<property ID="0x11" name="Unknown 45" type="float"/>
|
||||
<property ID="0x12" name="Unknown 46" type="float"/>
|
||||
<struct ID="0x13" name="BoolFloat 8" type="single">
|
||||
<property ID="0x00" name="Unknown 47" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 48" type="float"/>
|
||||
</struct>
|
||||
<property ID="0x14" name="Unknown 49" type="float"/>
|
||||
<property ID="0x15" name="Unknown 50" type="float"/>
|
||||
<property ID="0x16" name="Unknown 51" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
25
templates/mp1/Script/CameraHintTrigger.xml
Normal file
25
templates/mp1/Script/CameraHintTrigger.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>CameraHintTrigger</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Volume" type="vector3f"/>
|
||||
<property ID="0x04" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x05" name="Unknown 2" type="bool"/>
|
||||
<property ID="0x06" name="Unknown 3" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>volume</scale_type>
|
||||
<preview_volume shape="Box"/>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
26
templates/mp1/Script/CameraPitchVolume.xml
Normal file
26
templates/mp1/Script/CameraPitchVolume.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>CameraPitchVolume</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Volume" type="vector3f"/>
|
||||
<property ID="0x04" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x05" name="Unknown 2" type="float"/>
|
||||
<property ID="0x06" name="Unknown 3" type="float"/>
|
||||
<property ID="0x07" name="Unknown 4" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>volume</scale_type>
|
||||
<preview_volume shape="Box"/>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
23
templates/mp1/Script/CameraShaker.xml
Normal file
23
templates/mp1/Script/CameraShaker.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>CameraShaker</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="float"/>
|
||||
<property ID="0x02" name="Unknown 2" type="float"/>
|
||||
<property ID="0x03" name="Unknown 3" type="float"/>
|
||||
<property ID="0x04" name="Unknown 4" type="float"/>
|
||||
<property ID="0x05" name="Unknown 5" type="float"/>
|
||||
<property ID="0x06" name="Unknown 6" type="float"/>
|
||||
<property ID="0x07" name="Unknown 7" type="float"/>
|
||||
<property ID="0x08" name="Unknown 8" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
25
templates/mp1/Script/CameraWaypoint.xml
Normal file
25
templates/mp1/Script/CameraWaypoint.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>CameraWaypoint</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 2" type="float"/>
|
||||
<property ID="0x05" name="Unknown 3" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<model source="file">script/common/CameraWaypoint.CMDL</model>
|
||||
</assets>
|
||||
<preview_scale>0.5</preview_scale>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
54
templates/mp1/Script/ChozoGhost.xml
Normal file
54
templates/mp1/Script/ChozoGhost.xml
Normal file
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>ChozoGhost</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="float"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="Unknown 3" type="float"/>
|
||||
<property ID="0x09" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0A" name="WPSC 1" type="file" ext="WPSC"/>
|
||||
<struct ID="0x0B" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0C" name="WPSC 2" type="file" ext="WPSC"/>
|
||||
<struct ID="0x0D" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x0E" name="BehaveChance 1" template="Structs/BehaveChance.xml"/>
|
||||
<struct ID="0x0F" name="BehaveChance 2" template="Structs/BehaveChance.xml"/>
|
||||
<struct ID="0x10" name="BehaveChance 3" template="Structs/BehaveChance.xml"/>
|
||||
<property ID="0x11" name="Sound ID 1" type="long"/>
|
||||
<property ID="0x12" name="Unknown 5" type="float"/>
|
||||
<property ID="0x13" name="Sound ID 2" type="long"/>
|
||||
<property ID="0x14" name="Sound ID 3" type="long"/>
|
||||
<property ID="0x15" name="Unknown 6" type="long"/>
|
||||
<property ID="0x16" name="Unknown 7" type="float"/>
|
||||
<property ID="0x17" name="Unknown 8" type="long"/>
|
||||
<property ID="0x18" name="Unknown 9" type="float"/>
|
||||
<property ID="0x19" name="Particle" type="file" ext="PART"/>
|
||||
<property ID="0x1A" name="Sound ID 4" type="long"/>
|
||||
<property ID="0x1B" name="Unknown 10" type="float"/>
|
||||
<property ID="0x1C" name="Unknown 11" type="float"/>
|
||||
<property ID="0x1D" name="Unknown 12" type="long"/>
|
||||
<property ID="0x1E" name="Unknown 13" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
26
templates/mp1/Script/ColorModulate.xml
Normal file
26
templates/mp1/Script/ColorModulate.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>ColorModulate</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="color"/>
|
||||
<property ID="0x02" name="Unknown 2" type="color"/>
|
||||
<property ID="0x03" name="Unknown 3" type="long"/>
|
||||
<property ID="0x04" name="Unknown 4" type="float"/>
|
||||
<property ID="0x05" name="Unknown 5" type="float"/>
|
||||
<property ID="0x06" name="Unknown 6" type="bool"/>
|
||||
<property ID="0x07" name="Unknown 7" type="bool"/>
|
||||
<property ID="0x08" name="Unknown 8" type="bool"/>
|
||||
<property ID="0x09" name="Unknown 9" type="bool"/>
|
||||
<property ID="0x0A" name="Unknown 10" type="bool"/>
|
||||
<property ID="0x0B" name="Unknown 11" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
18
templates/mp1/Script/ControllerAction.xml
Normal file
18
templates/mp1/Script/ControllerAction.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>ControllerAction</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x02" name="Unknown 2" type="long"/>
|
||||
<property ID="0x03" name="Unknown 3" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
21
templates/mp1/Script/Counter.xml
Normal file
21
templates/mp1/Script/Counter.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Counter</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Start value?" type="long"/>
|
||||
<property ID="0x02" name="Max value?" type="long"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 2" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<billboard source="file">script/common/Counter.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
25
templates/mp1/Script/CoverPoint.xml
Normal file
25
templates/mp1/Script/CoverPoint.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>CoverPoint</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 2" type="long"/>
|
||||
<property ID="0x05" name="Unknown 3" type="bool"/>
|
||||
<property ID="0x06" name="Unknown 4" type="float"/>
|
||||
<property ID="0x07" name="Unknown 5" type="float"/>
|
||||
<property ID="0x08" name="Unknown 6" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
38
templates/mp1/Script/DamageableTrigger.xml
Normal file
38
templates/mp1/Script/DamageableTrigger.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>DamageableTrigger</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Volume" type="vector3f"/>
|
||||
<struct ID="0x03" name="HealthInfo" template="Structs/HealthInfo.xml"/>
|
||||
<struct ID="0x04" name="DamageVulnerability" template="Structs/DamageVulnerability.xml"/>
|
||||
<enum ID="0x05" name="Render Side">
|
||||
<enumerator value="0x00" name="Don't Render"/>
|
||||
<enumerator value="0x01" name="North"/>
|
||||
<enumerator value="0x02" name="South"/>
|
||||
<enumerator value="0x04" name="West"/>
|
||||
<enumerator value="0x08" name="East"/>
|
||||
<enumerator value="0x10" name="Top"/>
|
||||
<enumerator value="0x20" name="Bottom"/>
|
||||
</enum>
|
||||
<property ID="0x06" name="Texture 1" type="file" ext="TXTR"/>
|
||||
<property ID="0x07" name="Texture 2" type="file" ext="TXTR"/>
|
||||
<property ID="0x08" name="Texture 3" type="file" ext="TXTR"/>
|
||||
<property ID="0x09" name="Enable Lock-On" type="bool"/>
|
||||
<property ID="0x0A" name="Active" type="bool"/>
|
||||
<struct ID="0x0B" name="VisorParameters" template="Structs/VisorParameters.xml"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Scale" ID="0x02"/>
|
||||
<property name="Active" ID="0x0A"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>volume</scale_type>
|
||||
<preview_volume shape="Box"/>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
40
templates/mp1/Script/Debris.xml
Normal file
40
templates/mp1/Script/Debris.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Debris</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<property ID="0x04" name="Unknown 1" type="float"/>
|
||||
<property ID="0x05" name="Unknown 2" type="vector3f"/>
|
||||
<property ID="0x06" name="Unknown 3" type="color"/>
|
||||
<property ID="0x07" name="Unknown 4" type="float"/>
|
||||
<property ID="0x08" name="Unknown 5" type="float"/>
|
||||
<property ID="0x09" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 7" type="long"/>
|
||||
<property ID="0x0B" name="Unknown 8" type="bool"/>
|
||||
<property ID="0x0C" name="Model" type="file" ext="CMDL"/>
|
||||
<struct ID="0x0D" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x0E" name="Particle" type="file" ext="PART"/>
|
||||
<property ID="0x0F" name="Unknown 9" type="vector3f"/>
|
||||
<property ID="0x10" name="Unknown 10" type="bool"/>
|
||||
<property ID="0x11" name="Unknown 11" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="LightParameters" ID="0x0D:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<model source="property">0x0C</model>
|
||||
<model source="property">0x0D:0x02</model>
|
||||
<model source="property">0x0D:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
61
templates/mp1/Script/DebrisExtended.xml
Normal file
61
templates/mp1/Script/DebrisExtended.xml
Normal file
@@ -0,0 +1,61 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>DebrisExtended</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<property ID="0x04" name="Unknown 1" type="float"/>
|
||||
<property ID="0x05" name="Unknown 2" type="float"/>
|
||||
<property ID="0x06" name="Unknown 3" type="float"/>
|
||||
<property ID="0x07" name="Unknown 4" type="float"/>
|
||||
<property ID="0x08" name="Unknown 5" type="float"/>
|
||||
<property ID="0x09" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 8" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 9" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 10" type="color"/>
|
||||
<property ID="0x0E" name="Unknown 11" type="color"/>
|
||||
<property ID="0x0F" name="Unknown 12" type="float"/>
|
||||
<property ID="0x10" name="Unknown 13" type="vector3f"/>
|
||||
<property ID="0x11" name="Unknown 14" type="float"/>
|
||||
<property ID="0x12" name="Unknown 15" type="float"/>
|
||||
<property ID="0x13" name="Unknown 16" type="vector3f"/>
|
||||
<property ID="0x14" name="Model" type="file" ext="CMDL"/>
|
||||
<struct ID="0x15" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x16" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x17" name="Unknown 17" type="vector3f"/>
|
||||
<property ID="0x18" name="Unknown 18" type="bool"/>
|
||||
<property ID="0x19" name="Unknown 19" type="bool"/>
|
||||
<property ID="0x1A" name="Unknown 20" type="long"/>
|
||||
<property ID="0x1B" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x1C" name="Unknown 21" type="vector3f"/>
|
||||
<property ID="0x1D" name="Unknown 22" type="bool"/>
|
||||
<property ID="0x1E" name="Unknown 23" type="bool"/>
|
||||
<property ID="0x1F" name="Unknown 24" type="long"/>
|
||||
<property ID="0x20" name="Particle 3" type="file" ext="PART"/>
|
||||
<property ID="0x21" name="Unknown 25" type="vector3f"/>
|
||||
<property ID="0x22" name="Unknown 26" type="long"/>
|
||||
<property ID="0x23" name="Unknown 27" type="bool"/>
|
||||
<property ID="0x24" name="Unknown 28" type="bool"/>
|
||||
<property ID="0x25" name="Unknown 29" type="bool"/>
|
||||
<property ID="0x26" name="Unknown 30" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="LightParameters" ID="0x15:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<model source="property">0x14</model>
|
||||
<model source="property">0x15:0x02</model>
|
||||
<model source="property">0x15:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
22
templates/mp1/Script/DebugCameraWaypoint.xml
Normal file
22
templates/mp1/Script/DebugCameraWaypoint.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>DebugCameraWaypoint</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<model source="file">script/common/DebugCameraWaypoint.CMDL</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
28
templates/mp1/Script/DistanceFog.xml
Normal file
28
templates/mp1/Script/DistanceFog.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>DistanceFog</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Unknown 2" type="color"/>
|
||||
<struct ID="0x03" name="FloatFloat 1" type="single">
|
||||
<property ID="0x00" name="Unknown 3" type="float"/>
|
||||
<property ID="0x01" name="Unknown 4" type="float"/>
|
||||
</struct>
|
||||
<struct ID="0x04" name="FloatFloat 2" type="single">
|
||||
<property ID="0x00" name="Unknown 5" type="float"/>
|
||||
<property ID="0x01" name="Unknown 6" type="float"/>
|
||||
</struct>
|
||||
<property ID="0x05" name="Unknown 7" type="float"/>
|
||||
<property ID="0x06" name="Unknown 8" type="bool"/>
|
||||
<property ID="0x07" name="Unknown 9" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
27
templates/mp1/Script/Dock.xml
Normal file
27
templates/mp1/Script/Dock.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Dock</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Active" type="bool"/>
|
||||
<property ID="0x02" name="Position" type="vector3f"/>
|
||||
<property ID="0x03" name="Volume" type="vector3f"/>
|
||||
<property ID="0x04" name="Dock Number" type="long"/>
|
||||
<property ID="0x05" name="Room Number" type="long"/>
|
||||
<property ID="0x06" name="Load Automatically?" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x01"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<billboard source="file">script/common/Dock.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>volume</scale_type>
|
||||
<preview_volume shape="AxisAlignedBox"/>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
17
templates/mp1/Script/DockAreaChange.xml
Normal file
17
templates/mp1/Script/DockAreaChange.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>DockAreaChange</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Unknown 2" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
37
templates/mp1/Script/DoorArea.xml
Normal file
37
templates/mp1/Script/DoorArea.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>DoorArea</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<property ID="0x04" name="AnimationParameters" type="animparams"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="vector3f"/>
|
||||
<property ID="0x07" name="Unknown 2" type="vector3f"/>
|
||||
<property ID="0x08" name="Unknown 3" type="vector3f"/>
|
||||
<property ID="0x09" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x0A" name="Unknown 5" type="bool"/>
|
||||
<property ID="0x0B" name="Unknown 6" type="bool"/>
|
||||
<property ID="0x0C" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 8" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="Active" ID="0x09"/>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
68
templates/mp1/Script/Drone.xml
Normal file
68
templates/mp1/Script/Drone.xml
Normal file
@@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Drone</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Position" type="vector3f"/>
|
||||
<property ID="0x03" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x04" name="Scale" type="vector3f"/>
|
||||
<property ID="0x05" name="Unknown 2" type="float"/>
|
||||
<struct ID="0x06" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x07" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<struct ID="0x08" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x09" name="Unknown 3" type="long"/>
|
||||
<struct ID="0x0A" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0B" name="Unknown 4" type="long"/>
|
||||
<property ID="0x0C" name="Unknown 5" type="long"/>
|
||||
<property ID="0x0D" name="Unknown 6" type="long"/>
|
||||
<struct ID="0x0E" name="FlareDef 1" template="Structs/FlareDef.xml"/>
|
||||
<struct ID="0x0F" name="FlareDef 2" template="Structs/FlareDef.xml"/>
|
||||
<struct ID="0x10" name="FlareDef 3" template="Structs/FlareDef.xml"/>
|
||||
<struct ID="0x11" name="FlareDef 4" template="Structs/FlareDef.xml"/>
|
||||
<struct ID="0x12" name="FlareDef 5" template="Structs/FlareDef.xml"/>
|
||||
<property ID="0x13" name="Unknown 7" type="float"/>
|
||||
<property ID="0x14" name="Unknown 8" type="float"/>
|
||||
<property ID="0x15" name="Unknown 9" type="float"/>
|
||||
<property ID="0x16" name="Unknown 10" type="float"/>
|
||||
<property ID="0x17" name="Unknown 11" type="float"/>
|
||||
<property ID="0x18" name="Unknown 12" type="float"/>
|
||||
<property ID="0x19" name="Unknown 13" type="float"/>
|
||||
<property ID="0x1A" name="Unknown 14" type="float"/>
|
||||
<property ID="0x1B" name="Unknown 15" type="float"/>
|
||||
<property ID="0x1C" name="Unknown 16" type="float"/>
|
||||
<property ID="0x1D" name="Unknown 17" type="float"/>
|
||||
<property ID="0x1E" name="Unknown 18" type="float"/>
|
||||
<property ID="0x1F" name="Unknown 19" type="float"/>
|
||||
<property ID="0x20" name="Unknown 20" type="float"/>
|
||||
<property ID="0x21" name="Unknown 21" type="float"/>
|
||||
<property ID="0x22" name="Unknown 22" type="float"/>
|
||||
<property ID="0x23" name="Unknown 23" type="float"/>
|
||||
<property ID="0x24" name="Unknown 24" type="float"/>
|
||||
<property ID="0x25" name="Unknown 25" type="float"/>
|
||||
<property ID="0x26" name="CRSC" type="file" ext="CRSC"/>
|
||||
<property ID="0x27" name="Unknown 26" type="float"/>
|
||||
<property ID="0x28" name="Unknown 27" type="float"/>
|
||||
<property ID="0x29" name="Unknown 28" type="float"/>
|
||||
<property ID="0x2A" name="Unknown 29" type="float"/>
|
||||
<property ID="0x2B" name="Sound?" type="long"/>
|
||||
<property ID="0x2C" name="Unknown 30" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x02"/>
|
||||
<property name="Rotation" ID="0x03"/>
|
||||
<property name="Scale" ID="0x04"/>
|
||||
<property name="Active" ID="0x06:0x1A"/>
|
||||
<property name="LightParameters" ID="0x07:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x06:0x19</animparams>
|
||||
<model source="property">0x07:0x02</model>
|
||||
<model source="property">0x07:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
44
templates/mp1/Script/Effect.xml
Normal file
44
templates/mp1/Script/Effect.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Effect</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<property ID="0x04" name="Particle" type="file" ext="PART"/>
|
||||
<property ID="0x05" name="ELSC" type="file" ext="ELSC"/>
|
||||
<property ID="0x06" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x07" name="Unknown 2" type="bool"/>
|
||||
<property ID="0x08" name="Unknown 3" type="bool"/>
|
||||
<property ID="0x09" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x0A" name="Unknown 5" type="bool"/>
|
||||
<property ID="0x0B" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 8" type="float"/>
|
||||
<property ID="0x0E" name="Unknown 9" type="float"/>
|
||||
<property ID="0x0F" name="Unknown 10" type="bool"/>
|
||||
<property ID="0x10" name="Unknown 11" type="float"/>
|
||||
<property ID="0x11" name="Unknown 12" type="float"/>
|
||||
<property ID="0x12" name="Unknown 13" type="float"/>
|
||||
<property ID="0x13" name="Unknown 14" type="bool"/>
|
||||
<property ID="0x14" name="Unknown 15" type="bool"/>
|
||||
<property ID="0x15" name="Unknown 16" type="bool"/>
|
||||
<property ID="0x16" name="Unknown 17" type="bool"/>
|
||||
<struct ID="0x17" name="LightParameters" template="Structs/LightParameters.xml"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="LightParameters" ID="0x17"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<billboard source="file">script/common/Effect.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
28
templates/mp1/Script/ElectroMagneticPulse.xml
Normal file
28
templates/mp1/Script/ElectroMagneticPulse.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>ElectroMagneticPulse</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 2" type="float"/>
|
||||
<property ID="0x05" name="Unknown 3" type="float"/>
|
||||
<property ID="0x06" name="Unknown 4" type="float"/>
|
||||
<property ID="0x07" name="Unknown 5" type="float"/>
|
||||
<property ID="0x08" name="Unknown 6" type="float"/>
|
||||
<property ID="0x09" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 8" type="float"/>
|
||||
<property ID="0x0B" name="Particle" type="file" ext="PART"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
65
templates/mp1/Script/ElitePirate.xml
Normal file
65
templates/mp1/Script/ElitePirate.xml
Normal file
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>ElitePirate</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters 1" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="float"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="Unknown 3" type="float"/>
|
||||
<property ID="0x09" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 8" type="float"/>
|
||||
<property ID="0x0E" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x0F" name="Sound ID 1" type="long"/>
|
||||
<struct ID="0x10" name="ActorParameters 2" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x11" name="AnimationParameters" type="animparams"/>
|
||||
<property ID="0x12" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x13" name="Sound ID 2" type="long"/>
|
||||
<property ID="0x14" name="Model" type="file" ext="CMDL"/>
|
||||
<struct ID="0x15" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x16" name="Unknown 9" type="float"/>
|
||||
<property ID="0x17" name="Particle 3" type="file" ext="PART"/>
|
||||
<property ID="0x18" name="Particle 4" type="file" ext="PART"/>
|
||||
<property ID="0x19" name="Particle 5" type="file" ext="PART"/>
|
||||
<property ID="0x1A" name="Particle 6" type="file" ext="PART"/>
|
||||
<property ID="0x1B" name="Unknown 10" type="float"/>
|
||||
<property ID="0x1C" name="Unknown 11" type="float"/>
|
||||
<property ID="0x1D" name="Unknown 12" type="float"/>
|
||||
<property ID="0x1E" name="Unknown 13" type="float"/>
|
||||
<property ID="0x1F" name="Unknown 14" type="float"/>
|
||||
<property ID="0x20" name="Unknown 15" type="float"/>
|
||||
<property ID="0x21" name="Unknown 16" type="long"/>
|
||||
<property ID="0x22" name="Sound ID 3" type="long"/>
|
||||
<property ID="0x23" name="Sound ID 4" type="long"/>
|
||||
<property ID="0x24" name="Particle 7" type="file" ext="PART"/>
|
||||
<struct ID="0x25" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x26" name="ELSC" type="file" ext="ELSC"/>
|
||||
<property ID="0x27" name="Sound ID 5" type="long"/>
|
||||
<property ID="0x28" name="Unknown 17" type="bool"/>
|
||||
<property ID="0x29" name="Unknown 18" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<animparams source="property">0x11</animparams>
|
||||
<model source="property">0x14</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
43
templates/mp1/Script/EnergyBall.xml
Normal file
43
templates/mp1/Script/EnergyBall.xml
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>EnergyBall</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="long"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<struct ID="0x08" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x09" name="Unknown 3" type="float"/>
|
||||
<property ID="0x0A" name="Texture" type="file" ext="TXTR"/>
|
||||
<property ID="0x0B" name="Sound ID 1" type="long"/>
|
||||
<property ID="0x0C" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x0D" name="ELSC" type="file" ext="ELSC"/>
|
||||
<property ID="0x0E" name="Sound ID 2" type="long"/>
|
||||
<property ID="0x0F" name="Unknown 4" type="float"/>
|
||||
<property ID="0x10" name="Unknown 5" type="float"/>
|
||||
<property ID="0x11" name="Particle 2" type="file" ext="PART"/>
|
||||
<struct ID="0x12" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x13" name="Unknown 6" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
18
templates/mp1/Script/EnvFxDensityController.xml
Normal file
18
templates/mp1/Script/EnvFxDensityController.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>EnvFxDensityController</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x02" name="Unknown 2" type="float"/>
|
||||
<property ID="0x03" name="Unknown 3" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
44
templates/mp1/Script/Eyeball.xml
Normal file
44
templates/mp1/Script/Eyeball.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Eyeball</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Position" type="vector3f"/>
|
||||
<property ID="0x03" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x04" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x05" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x06" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="Unknown 3" type="float"/>
|
||||
<property ID="0x09" name="WPSC" type="file" ext="WPSC"/>
|
||||
<struct ID="0x0A" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0B" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x0C" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x0D" name="Texture 1" type="file" ext="TXTR"/>
|
||||
<property ID="0x0E" name="Texture 2" type="file" ext="TXTR"/>
|
||||
<property ID="0x0F" name="Unknown 4" type="long"/>
|
||||
<property ID="0x10" name="Always FFFFFFFF 1" type="long"/>
|
||||
<property ID="0x11" name="Always FFFFFFFF 2" type="long"/>
|
||||
<property ID="0x12" name="Always FFFFFFFF 3" type="long"/>
|
||||
<property ID="0x13" name="Unknown 5" type="long"/>
|
||||
<property ID="0x14" name="Unknown 6" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x02"/>
|
||||
<property name="Rotation" ID="0x03"/>
|
||||
<property name="Scale" ID="0x04"/>
|
||||
<property name="Active" ID="0x05:0x1A"/>
|
||||
<property name="LightParameters" ID="0x06:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x05:0x19</animparams>
|
||||
<model source="property">0x06:0x02</model>
|
||||
<model source="property">0x06:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
32
templates/mp1/Script/FireFlea.xml
Normal file
32
templates/mp1/Script/FireFlea.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>FireFlea</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x07" name="Unknown 2" type="bool"/>
|
||||
<property ID="0x08" name="Unknown 3" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
57
templates/mp1/Script/FishCloud.xml
Normal file
57
templates/mp1/Script/FishCloud.xml
Normal file
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>FishCloud</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Volume" type="vector3f"/>
|
||||
<property ID="0x04" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x05" name="Model" type="file" ext="CMDL"/>
|
||||
<property ID="0x06" name="AnimationParameters" type="animparams"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="Unknown 3" type="float"/>
|
||||
<property ID="0x09" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 8" type="float"/>
|
||||
<property ID="0x0E" name="Unknown 9" type="float"/>
|
||||
<property ID="0x0F" name="Unknown 10" type="float"/>
|
||||
<property ID="0x10" name="Unknown 11" type="float"/>
|
||||
<property ID="0x11" name="Unknown 12" type="float"/>
|
||||
<property ID="0x12" name="Unknown 13" type="float"/>
|
||||
<property ID="0x13" name="Unknown 14" type="float"/>
|
||||
<property ID="0x14" name="Unknown 15" type="float"/>
|
||||
<property ID="0x15" name="Unknown 16" type="long"/>
|
||||
<property ID="0x16" name="Unknown 17" type="color"/>
|
||||
<property ID="0x17" name="Unknown 18" type="bool"/>
|
||||
<property ID="0x18" name="Unknown 19" type="float"/>
|
||||
<property ID="0x19" name="Unknown 20" type="long"/>
|
||||
<property ID="0x1A" name="Unknown 21" type="long"/>
|
||||
<property ID="0x1B" name="Unknown 22" type="long"/>
|
||||
<property ID="0x1C" name="Unknown 23" type="long"/>
|
||||
<property ID="0x1D" name="Unknown 24" type="long"/>
|
||||
<property ID="0x1E" name="Unknown 25" type="long"/>
|
||||
<property ID="0x1F" name="Unknown 26" type="long"/>
|
||||
<property ID="0x20" name="Unknown 27" type="long"/>
|
||||
<property ID="0x21" name="Unknown 28" type="long"/>
|
||||
<property ID="0x22" name="Unknown 29" type="bool"/>
|
||||
<property ID="0x23" name="Unknown 30" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x06</animparams>
|
||||
<model source="property">0x05</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>volume</scale_type>
|
||||
<preview_volume shape="Box"/>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
22
templates/mp1/Script/FishCloudModifier.xml
Normal file
22
templates/mp1/Script/FishCloudModifier.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>FishCloudModifier</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x03" name="Unknown 2" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 3" type="bool"/>
|
||||
<property ID="0x05" name="Unknown 4" type="float"/>
|
||||
<property ID="0x06" name="Unknown 5" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
45
templates/mp1/Script/Flaahgra.xml
Normal file
45
templates/mp1/Script/Flaahgra.xml
Normal file
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Flaahgra</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters 1" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="float"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="Unknown 3" type="float"/>
|
||||
<property ID="0x09" name="Unknown 4" type="float"/>
|
||||
<struct ID="0x0A" name="DamageVulnerability" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x0B" name="WPSC 1" type="file" ext="WPSC"/>
|
||||
<struct ID="0x0C" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0D" name="WPSC 2" type="file" ext="WPSC"/>
|
||||
<struct ID="0x0E" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0F" name="Particle" type="file" ext="PART"/>
|
||||
<struct ID="0x10" name="DamageInfo 3" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x11" name="ActorParameters 2" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x12" name="Unknown 5" type="float"/>
|
||||
<property ID="0x13" name="Unknown 6" type="float"/>
|
||||
<property ID="0x14" name="Unknown 7" type="float"/>
|
||||
<property ID="0x15" name="AnimationParameters" type="animparams"/>
|
||||
<property ID="0x16" name="DGRP" type="file" ext="DGRP"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<animparams source="property">0x15</animparams>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
29
templates/mp1/Script/FlaahgraTentacle.xml
Normal file
29
templates/mp1/Script/FlaahgraTentacle.xml
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>FlaahgraTentacle</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
33
templates/mp1/Script/FlickerBat.xml
Normal file
33
templates/mp1/Script/FlickerBat.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>FlickerBat</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Position" type="vector3f"/>
|
||||
<property ID="0x03" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x04" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x05" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x06" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x07" name="Unknown 2" type="bool"/>
|
||||
<property ID="0x08" name="Unknown 3" type="bool"/>
|
||||
<property ID="0x09" name="Unknown 4" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x02"/>
|
||||
<property name="Rotation" ID="0x03"/>
|
||||
<property name="Scale" ID="0x04"/>
|
||||
<property name="Active" ID="0x05:0x1A"/>
|
||||
<property name="LightParameters" ID="0x06:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x05:0x19</animparams>
|
||||
<model source="property">0x06:0x02</model>
|
||||
<model source="property">0x06:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
59
templates/mp1/Script/FlyingPirate.xml
Normal file
59
templates/mp1/Script/FlyingPirate.xml
Normal file
@@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>FlyingPirate</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="float"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="Unknown 3" type="long"/>
|
||||
<property ID="0x09" name="WPSC 1" type="file" ext="WPSC"/>
|
||||
<struct ID="0x0A" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0B" name="Unknown 4" type="long"/>
|
||||
<property ID="0x0C" name="WPSC 2" type="file" ext="WPSC"/>
|
||||
<struct ID="0x0D" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0E" name="WPSC 3" type="file" ext="WPSC"/>
|
||||
<property ID="0x0F" name="Unknown 5" type="float"/>
|
||||
<property ID="0x10" name="Unknown 6" type="float"/>
|
||||
<property ID="0x11" name="Particle 1" type="file" ext="PART"/>
|
||||
<struct ID="0x12" name="DamageInfo 3" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x13" name="Unknown 7" type="float"/>
|
||||
<property ID="0x14" name="Unknown 8" type="float"/>
|
||||
<property ID="0x15" name="Unknown 9" type="float"/>
|
||||
<property ID="0x16" name="Unknown 10" type="float"/>
|
||||
<property ID="0x17" name="Unknown 11" type="long"/>
|
||||
<property ID="0x18" name="Unknown 12" type="long"/>
|
||||
<property ID="0x19" name="Unknown 13" type="float"/>
|
||||
<property ID="0x1A" name="Unknown 14" type="float"/>
|
||||
<property ID="0x1B" name="Unknown 15" type="float"/>
|
||||
<property ID="0x1C" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x1D" name="Particle 3" type="file" ext="PART"/>
|
||||
<property ID="0x1E" name="Particle 4" type="file" ext="PART"/>
|
||||
<property ID="0x1F" name="Unknown 16" type="long"/>
|
||||
<property ID="0x20" name="Unknown 17" type="long"/>
|
||||
<property ID="0x21" name="Unknown 18" type="float"/>
|
||||
<property ID="0x22" name="Unknown 19" type="float"/>
|
||||
<property ID="0x23" name="Unknown 20" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
24
templates/mp1/Script/FogVolume.xml
Normal file
24
templates/mp1/Script/FogVolume.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>FogVolume</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Volume" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="float"/>
|
||||
<property ID="0x04" name="Unknown 2" type="float"/>
|
||||
<property ID="0x05" name="Unknown 3" type="color"/>
|
||||
<property ID="0x06" name="Unknown 4" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Scale" ID="0x02"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>volume</scale_type>
|
||||
<preview_volume shape="Box"/>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
39
templates/mp1/Script/Geemer.xml
Normal file
39
templates/mp1/Script/Geemer.xml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Geemer</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="float"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="Unknown 3" type="float"/>
|
||||
<property ID="0x09" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 8" type="long"/>
|
||||
<property ID="0x0E" name="Unknown 9" type="long"/>
|
||||
<property ID="0x0F" name="Unknown 10" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
22
templates/mp1/Script/Generator.xml
Normal file
22
templates/mp1/Script/Generator.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Generator</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Unknown 2" type="bool"/>
|
||||
<property ID="0x03" name="Unknown 3" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 4" type="vector3f"/>
|
||||
<property ID="0x05" name="Unknown 5" type="bool"/>
|
||||
<property ID="0x06" name="Unknown 6" type="float"/>
|
||||
<property ID="0x07" name="Unknown 7" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
24
templates/mp1/Script/GrapplePoint.xml
Normal file
24
templates/mp1/Script/GrapplePoint.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>GrapplePoint</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Active" type="bool"/>
|
||||
<struct ID="0x04" name="GrappleParameters" template="Structs/GrappleParameters.xml"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Active" ID="0x03"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<billboard source="file">script/common/GrapplePoint.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
71
templates/mp1/Script/GunTurret.xml
Normal file
71
templates/mp1/Script/GunTurret.xml
Normal file
@@ -0,0 +1,71 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>GunTurret</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Position" type="vector3f"/>
|
||||
<property ID="0x03" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x04" name="Scale" type="vector3f"/>
|
||||
<property ID="0x05" name="Unknown 2" type="vector3f"/>
|
||||
<property ID="0x06" name="Scan Offset" type="vector3f"/>
|
||||
<property ID="0x07" name="AnimationParameters" type="animparams"/>
|
||||
<struct ID="0x08" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<struct ID="0x09" name="HealthInfo" template="Structs/HealthInfo.xml"/>
|
||||
<struct ID="0x0A" name="DamageVulnerability" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x0B" name="Unknown 3" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0E" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0F" name="Unknown 7" type="float"/>
|
||||
<property ID="0x10" name="Unknown 8" type="float"/>
|
||||
<property ID="0x11" name="Unknown 9" type="float"/>
|
||||
<property ID="0x12" name="Unknown 10" type="float"/>
|
||||
<property ID="0x13" name="Unknown 11" type="float"/>
|
||||
<property ID="0x14" name="Unknown 12" type="float"/>
|
||||
<property ID="0x15" name="Unknown 13" type="float"/>
|
||||
<property ID="0x16" name="Unknown 14" type="float"/>
|
||||
<property ID="0x17" name="Unknown 15" type="float"/>
|
||||
<property ID="0x18" name="Unknown 16" type="float"/>
|
||||
<property ID="0x19" name="Unknown 17" type="bool"/>
|
||||
<property ID="0x1A" name="Unknown 18" type="file" ext="WPSC"/>
|
||||
<struct ID="0x1B" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x1C" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x1D" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x1E" name="Particle 3" type="file" ext="PART"/>
|
||||
<property ID="0x1F" name="Particle 4" type="file" ext="PART"/>
|
||||
<property ID="0x20" name="Particle 5" type="file" ext="PART"/>
|
||||
<property ID="0x21" name="Particle 6" type="file" ext="PART"/>
|
||||
<property ID="0x22" name="Particle 7" type="file" ext="PART"/>
|
||||
<property ID="0x23" name="Unknown 19" type="long"/>
|
||||
<property ID="0x24" name="Unknown 20" type="long"/>
|
||||
<property ID="0x25" name="Unknown 21" type="long"/>
|
||||
<property ID="0x26" name="Unknown 22" type="long"/>
|
||||
<property ID="0x27" name="Unknown 23" type="long"/>
|
||||
<property ID="0x28" name="Unknown 24" type="long"/>
|
||||
<property ID="0x29" name="Model" type="file" ext="CMDL"/>
|
||||
<property ID="0x2A" name="Unknown 25" type="float"/>
|
||||
<property ID="0x2B" name="Unknown 26" type="long"/>
|
||||
<property ID="0x2C" name="Unknown 27" type="long"/>
|
||||
<property ID="0x2D" name="Unknown 28" type="long"/>
|
||||
<property ID="0x2E" name="Unknown 29" type="float"/>
|
||||
<property ID="0x2F" name="Unknown 30" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x02"/>
|
||||
<property name="Rotation" ID="0x03"/>
|
||||
<property name="Scale" ID="0x04"/>
|
||||
<property name="LightParameters" ID="0x08:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x07</animparams>
|
||||
<model source="property">0x08:0x02</model>
|
||||
<model source="property">0x08:0x04</model>
|
||||
<model source="property">0x29</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
26
templates/mp1/Script/HUDMemo.xml
Normal file
26
templates/mp1/Script/HUDMemo.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>HUDMemo</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="First message timer" type="float"/>
|
||||
<property ID="0x02" name="Unknown 1" type="bool"/>
|
||||
<enum ID="0x03" name="Memo Type">
|
||||
<enumerator value="0x0" name="Status Message" />
|
||||
<enumerator value="0x1" name="Message Box" />
|
||||
</enum>
|
||||
<property ID="0x04" name="STRG" type="file" ext="STRG"/>
|
||||
<property ID="0x05" name="Active" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Active" ID="0x05"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<billboard source="file">script/common/HUDMemo.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
60
templates/mp1/Script/IceSheegoth.xml
Normal file
60
templates/mp1/Script/IceSheegoth.xml
Normal file
@@ -0,0 +1,60 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>IceSheegoth</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="float"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="Unknown 3" type="vector3f"/>
|
||||
<property ID="0x09" name="Unknown 4" type="float"/>
|
||||
<struct ID="0x0A" name="DamageVulnerability 1" template="Structs/DamageVulnerability.xml"/>
|
||||
<struct ID="0x0B" name="DamageVulnerability 2" template="Structs/DamageVulnerability.xml"/>
|
||||
<struct ID="0x0C" name="DamageVulnerability 3" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x0D" name="WPSC 1" type="file" ext="WPSC"/>
|
||||
<struct ID="0x0E" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0F" name="Unknown 5" type="float"/>
|
||||
<property ID="0x10" name="Unknown 6" type="float"/>
|
||||
<property ID="0x11" name="WPSC 2" type="file" ext="WPSC"/>
|
||||
<property ID="0x12" name="Particle 1" type="file" ext="PART"/>
|
||||
<struct ID="0x13" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x14" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x15" name="Particle 3" type="file" ext="PART"/>
|
||||
<property ID="0x16" name="Particle 4" type="file" ext="PART"/>
|
||||
<property ID="0x17" name="Particle 5" type="file" ext="PART"/>
|
||||
<property ID="0x18" name="ELSC" type="file" ext="ELSC"/>
|
||||
<property ID="0x19" name="Unknown 7" type="float"/>
|
||||
<property ID="0x1A" name="Unknown 8" type="float"/>
|
||||
<struct ID="0x1B" name="DamageInfo 3" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x1C" name="Sound ID 1" type="long"/>
|
||||
<property ID="0x1D" name="Unknown 9" type="float"/>
|
||||
<property ID="0x1E" name="Unknown 10" type="float"/>
|
||||
<property ID="0x1F" name="Unknown 11" type="float"/>
|
||||
<property ID="0x20" name="Texture" type="file" ext="TXTR"/>
|
||||
<property ID="0x21" name="Sound ID 2" type="long"/>
|
||||
<property ID="0x22" name="Particle 6" type="file" ext="PART"/>
|
||||
<property ID="0x23" name="Unknown 12" type="bool"/>
|
||||
<property ID="0x24" name="Unknown 13" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
39
templates/mp1/Script/IceZoomer.xml
Normal file
39
templates/mp1/Script/IceZoomer.xml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>IceZoomer</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="float"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="Unknown 3" type="float"/>
|
||||
<property ID="0x09" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 7" type="long"/>
|
||||
<property ID="0x0D" name="Unknown 8" type="long"/>
|
||||
<struct ID="0x0E" name="DamageVulnerability" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x0F" name="Unknown 9" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
43
templates/mp1/Script/JellyZap.xml
Normal file
43
templates/mp1/Script/JellyZap.xml
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>JellyZap</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<struct ID="0x06" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x07" name="Unknown 1" type="float"/>
|
||||
<property ID="0x08" name="Unknown 2" type="float"/>
|
||||
<property ID="0x09" name="Unknown 3" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0E" name="Unknown 8" type="float"/>
|
||||
<property ID="0x0F" name="Unknown 9" type="float"/>
|
||||
<property ID="0x10" name="Unknown 10" type="float"/>
|
||||
<property ID="0x11" name="Unknown 11" type="float"/>
|
||||
<property ID="0x12" name="Unknown 12" type="float"/>
|
||||
<property ID="0x13" name="Unknown 13" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
53
templates/mp1/Script/Magdolite.xml
Normal file
53
templates/mp1/Script/Magdolite.xml
Normal file
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Magdolite</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="float"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<struct ID="0x08" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x09" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x0A" name="DamageVulnerability 1" template="Structs/DamageVulnerability.xml"/>
|
||||
<struct ID="0x0B" name="DamageVulnerability 2" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x0C" name="Model" type="file" ext="CMDL"/>
|
||||
<property ID="0x0D" name="CSKR" type="file" ext="CSKR"/>
|
||||
<property ID="0x0E" name="Unknown 3" type="float"/>
|
||||
<property ID="0x0F" name="Unknown 4" type="float"/>
|
||||
<property ID="0x10" name="Unknown 5" type="float"/>
|
||||
<property ID="0x11" name="Unknown 6" type="float"/>
|
||||
<struct ID="0x12" name="MagdoliteStruct" type="multi">
|
||||
<property ID="0x00" name="Unknown 7" type="long"/>
|
||||
<property ID="0x01" name="Particle" type="file" ext="PART"/>
|
||||
<property ID="0x02" name="Unknown 8" type="long"/>
|
||||
<property ID="0x03" name="Unknown 9" type="float"/>
|
||||
<property ID="0x04" name="Unknown 10" type="float"/>
|
||||
<property ID="0x05" name="Unknown 11" type="float"/>
|
||||
</struct>
|
||||
<property ID="0x13" name="Unknown 12" type="float"/>
|
||||
<property ID="0x14" name="Unknown 13" type="float"/>
|
||||
<property ID="0x15" name="Unknown 14" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
<model source="property">0x0C</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
26
templates/mp1/Script/MazeNode.xml
Normal file
26
templates/mp1/Script/MazeNode.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>MazeNode</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 2" type="long"/>
|
||||
<property ID="0x05" name="Unknown 3" type="long"/>
|
||||
<property ID="0x06" name="Unknown 4" type="long"/>
|
||||
<property ID="0x07" name="Unknown 5" type="vector3f"/>
|
||||
<property ID="0x08" name="Unknown 6" type="vector3f"/>
|
||||
<property ID="0x09" name="Unknown 7" type="vector3f"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
20
templates/mp1/Script/MemoryRelay.xml
Normal file
20
templates/mp1/Script/MemoryRelay.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>MemoryRelay</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x02" name="Active" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Active" ID="0x02"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<billboard source="file">script/common/MemoryRelay.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
35
templates/mp1/Script/MetareeAlpha.xml
Normal file
35
templates/mp1/Script/MetareeAlpha.xml
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>MetareeAlpha</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<struct ID="0x06" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x07" name="Unknown 1" type="float"/>
|
||||
<property ID="0x08" name="Unknown 2" type="vector3f"/>
|
||||
<property ID="0x09" name="Unknown 3" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 5" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
47
templates/mp1/Script/MetroidAlpha.xml
Normal file
47
templates/mp1/Script/MetroidAlpha.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>MetroidAlpha</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Position" type="vector3f"/>
|
||||
<property ID="0x03" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x04" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x05" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x06" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<struct ID="0x07" name="DamageVulnerability 1" template="Structs/DamageVulnerability.xml"/>
|
||||
<struct ID="0x08" name="DamageVulnerability 2" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x09" name="Unknown 2" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 3" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0E" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0F" name="AnimationParameters 1" type="animparams"/>
|
||||
<property ID="0x10" name="AnimationParameters 2" type="animparams"/>
|
||||
<property ID="0x11" name="AnimationParameters 3" type="animparams"/>
|
||||
<property ID="0x12" name="AnimationParameters 4" type="animparams"/>
|
||||
<property ID="0x13" name="Unknown 8" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x02"/>
|
||||
<property name="Rotation" ID="0x03"/>
|
||||
<property name="Scale" ID="0x04"/>
|
||||
<property name="Active" ID="0x05:0x1A"/>
|
||||
<property name="LightParameters" ID="0x06:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x05:0x19</animparams>
|
||||
<animparams source="property">0x0F</animparams>
|
||||
<animparams source="property">0x10</animparams>
|
||||
<animparams source="property">0x11</animparams>
|
||||
<animparams source="property">0x12</animparams>
|
||||
<model source="property">0x06:0x02</model>
|
||||
<model source="property">0x06:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
46
templates/mp1/Script/MetroidBeta.xml
Normal file
46
templates/mp1/Script/MetroidBeta.xml
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>MetroidBeta</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<struct ID="0x06" name="DamageVulnerability 1" template="Structs/DamageVulnerability.xml"/>
|
||||
<struct ID="0x07" name="DamageVulnerability 2" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x08" name="Unknown 1" type="float"/>
|
||||
<property ID="0x09" name="Unknown 2" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 3" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0E" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0F" name="Unknown 8" type="float"/>
|
||||
<property ID="0x10" name="Unknown 9" type="float"/>
|
||||
<property ID="0x11" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x12" name="SWHC" type="file" ext="SWHC"/>
|
||||
<property ID="0x13" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x14" name="Particle 3" type="file" ext="PART"/>
|
||||
<property ID="0x15" name="Particle 4" type="file" ext="PART"/>
|
||||
<property ID="0x16" name="Unknown 10" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
95
templates/mp1/Script/MetroidPrimeStage1.xml
Normal file
95
templates/mp1/Script/MetroidPrimeStage1.xml
Normal file
@@ -0,0 +1,95 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>MetroidPrimeStage1</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Unknown 1" type="long"/>
|
||||
<property ID="0x01" name="Name" type="string"/>
|
||||
<property ID="0x02" name="Position" type="vector3f"/>
|
||||
<property ID="0x03" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x04" name="Scale" type="vector3f"/>
|
||||
<property ID="0x05" name="Unknown 2" type="bool"/>
|
||||
<property ID="0x06" name="Unknown 3" type="float"/>
|
||||
<property ID="0x07" name="Unknown 4" type="float"/>
|
||||
<property ID="0x08" name="Unknown 5" type="float"/>
|
||||
<property ID="0x09" name="Unknown 6" type="long"/>
|
||||
<property ID="0x0A" name="Unknown 7" type="bool"/>
|
||||
<property ID="0x0B" name="Unknown 8" type="long"/>
|
||||
<struct ID="0x0C" name="HealthInfo 1" template="Structs/HealthInfo.xml"/>
|
||||
<struct ID="0x0D" name="HealthInfo 2" template="Structs/HealthInfo.xml"/>
|
||||
<property ID="0x0E" name="Unknown 9" type="long"/>
|
||||
<struct ID="0x0F" name="PrimeStruct1 1" template="Structs/PrimeStruct1.xml"/>
|
||||
<struct ID="0x10" name="PrimeStruct1 2" template="Structs/PrimeStruct1.xml"/>
|
||||
<struct ID="0x11" name="PrimeStruct1 3" template="Structs/PrimeStruct1.xml"/>
|
||||
<struct ID="0x12" name="PrimeStruct1 4" template="Structs/PrimeStruct1.xml"/>
|
||||
<property ID="0x13" name="Unknown 10" type="long"/>
|
||||
<property ID="0x14" name="Unknown 11" type="long"/>
|
||||
<struct ID="0x15" name="MassivePrimeStruct" type="single">
|
||||
<property ID="0x00" name="Unknown 12" type="long"/>
|
||||
<struct ID="0x01" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x02" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x03" name="Unknown 13" type="long"/>
|
||||
<struct ID="0x04" name="PrimeStruct2 1" template="Structs/PrimeStruct2.xml"/>
|
||||
<struct ID="0x05" name="PrimeStruct2 2" template="Structs/PrimeStruct2.xml"/>
|
||||
<struct ID="0x06" name="PrimeStruct2 3" template="Structs/PrimeStruct2.xml"/>
|
||||
<property ID="0x07" name="Unknown 14" type="long"/>
|
||||
<property ID="0x08" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x09" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x0A" name="Particle 3" type="file" ext="PART"/>
|
||||
<struct ID="0x0B" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0C" name="Unknown 15" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 16" type="float"/>
|
||||
<property ID="0x0E" name="Texture 1" type="file" ext="TXTR"/>
|
||||
<property ID="0x0F" name="Unknown 17" type="long"/>
|
||||
<property ID="0x10" name="Unknown 18" type="long"/>
|
||||
<property ID="0x11" name="Particle 4" type="file" ext="PART"/>
|
||||
<struct ID="0x12" name="PrimeStruct4 1" template="Structs/PrimeStruct4.xml"/>
|
||||
<struct ID="0x13" name="PrimeStruct4 2" template="Structs/PrimeStruct4.xml"/>
|
||||
<struct ID="0x14" name="PrimeStruct4 3" template="Structs/PrimeStruct4.xml"/>
|
||||
<struct ID="0x15" name="PrimeStruct4 4" template="Structs/PrimeStruct4.xml"/>
|
||||
<property ID="0x16" name="WPSC 1" type="file" ext="WPSC"/>
|
||||
<struct ID="0x17" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x18" name="PrimeStruct2 4" template="Structs/PrimeStruct2.xml"/>
|
||||
<property ID="0x19" name="WPSC 2" type="file" ext="WPSC"/>
|
||||
<struct ID="0x1A" name="DamageInfo 3" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x1B" name="PrimeStruct2 5" template="Structs/PrimeStruct2.xml"/>
|
||||
<property ID="0x1C" name="Unknown 19" type="long"/>
|
||||
<property ID="0x1D" name="Particle 5" type="file" ext="PART"/>
|
||||
<struct ID="0x1E" name="DamageInfo 4" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x1F" name="Unknown 20" type="float"/>
|
||||
<property ID="0x20" name="Unknown 21" type="float"/>
|
||||
<property ID="0x21" name="Unknown 22" type="float"/>
|
||||
<property ID="0x22" name="Texture 2" type="file" ext="TXTR"/>
|
||||
<property ID="0x23" name="Unknown 23" type="bool"/>
|
||||
<property ID="0x24" name="Unknown 24" type="bool"/>
|
||||
<property ID="0x25" name="Unknown 25" type="bool"/>
|
||||
<property ID="0x26" name="Unknown 26" type="bool"/>
|
||||
<struct ID="0x27" name="DamageInfo 5" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x28" name="PrimeStruct2 6" template="Structs/PrimeStruct2.xml"/>
|
||||
<property ID="0x29" name="Particle 6" type="file" ext="PART"/>
|
||||
<property ID="0x2A" name="SWHC" type="file" ext="SWHC"/>
|
||||
<property ID="0x2B" name="Particle 7" type="file" ext="PART"/>
|
||||
<property ID="0x2C" name="Particle 8" type="file" ext="PART"/>
|
||||
<struct ID="0x2D" name="PrimeStruct6 1" template="Structs/PrimeStruct6.xml"/>
|
||||
<struct ID="0x2E" name="PrimeStruct6 2" template="Structs/PrimeStruct6.xml"/>
|
||||
<struct ID="0x2F" name="PrimeStruct6 3" template="Structs/PrimeStruct6.xml"/>
|
||||
<struct ID="0x30" name="PrimeStruct6 4" template="Structs/PrimeStruct6.xml"/>
|
||||
</struct>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x01"/>
|
||||
<property name="Position" ID="0x02"/>
|
||||
<property name="Rotation" ID="0x03"/>
|
||||
<property name="Scale" ID="0x04"/>
|
||||
<property name="Active" ID="0x15:0x01:0x1A"/>
|
||||
<property name="LightParameters" ID="0x15:0x02:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x15:0x01:0x19</animparams>
|
||||
<model source="property">0x15:0x02:0x02</model>
|
||||
<model source="property">0x15:0x02:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
34
templates/mp1/Script/MetroidPrimeStage2.xml
Normal file
34
templates/mp1/Script/MetroidPrimeStage2.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>MetroidPrimeStage2</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Particle 1" type="file" ext="PART"/>
|
||||
<struct ID="0x07" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x08" name="ELSC" type="file" ext="ELSC"/>
|
||||
<property ID="0x09" name="Unknown 1" type="long"/>
|
||||
<property ID="0x0A" name="Particle 2" type="file" ext="PART"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
20
templates/mp1/Script/Midi.xml
Normal file
20
templates/mp1/Script/Midi.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Midi</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x02" name="CSNG" type="file" ext="CSNG"/>
|
||||
<property ID="0x03" name="Unknown 2" type="float"/>
|
||||
<property ID="0x04" name="Unknown 3" type="float"/>
|
||||
<property ID="0x05" name="Unknown 4" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
74
templates/mp1/Script/NewCameraShaker.xml
Normal file
74
templates/mp1/Script/NewCameraShaker.xml
Normal file
@@ -0,0 +1,74 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>NewCameraShaker</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Unknown 1" type="bool"/>
|
||||
<struct ID="0x03" name="LongBool" type="single">
|
||||
<property ID="0x00" name="Unknown 2" type="long"/>
|
||||
<property ID="0x01" name="Unknown 3" type="bool"/>
|
||||
</struct>
|
||||
<struct ID="0x04" name="GuessStruct" type="single">
|
||||
<property ID="0x00" name="Unknown 4" type="float"/>
|
||||
<property ID="0x01" name="Unknown 5" type="float"/>
|
||||
</struct>
|
||||
<struct ID="0x05" name="NewCameraShakerStruct 1" type="single">
|
||||
<property ID="0x00" name="Unknown 6" type="long"/>
|
||||
<property ID="0x01" name="Unknown 7" type="bool"/>
|
||||
<property ID="0x02" name="Unknown 8" type="long"/>
|
||||
<property ID="0x03" name="Unknown 9" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 10" type="float"/>
|
||||
<property ID="0x05" name="Unknown 11" type="float"/>
|
||||
<property ID="0x06" name="Unknown 12" type="float"/>
|
||||
<property ID="0x07" name="Unknown 13" type="float"/>
|
||||
<property ID="0x08" name="Unknown 14" type="long"/>
|
||||
<property ID="0x09" name="Unknown 15" type="bool"/>
|
||||
<property ID="0x0A" name="Unknown 16" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 17" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 18" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 19" type="float"/>
|
||||
</struct>
|
||||
<struct ID="0x06" name="NewCameraShakerStruct 2" type="single">
|
||||
<property ID="0x00" name="Unknown 20" type="long"/>
|
||||
<property ID="0x01" name="Unknown 21" type="bool"/>
|
||||
<property ID="0x02" name="Unknown 22" type="long"/>
|
||||
<property ID="0x03" name="Unknown 23" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 24" type="float"/>
|
||||
<property ID="0x05" name="Unknown 25" type="float"/>
|
||||
<property ID="0x06" name="Unknown 26" type="float"/>
|
||||
<property ID="0x07" name="Unknown 27" type="float"/>
|
||||
<property ID="0x08" name="Unknown 28" type="long"/>
|
||||
<property ID="0x09" name="Unknown 29" type="bool"/>
|
||||
<property ID="0x0A" name="Unknown 30" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 31" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 32" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 33" type="float"/>
|
||||
</struct>
|
||||
<struct ID="0x07" name="NewCameraShakerStruct 3" type="single">
|
||||
<property ID="0x00" name="Unknown 34" type="long"/>
|
||||
<property ID="0x01" name="Unknown 35" type="bool"/>
|
||||
<property ID="0x02" name="Unknown 36" type="long"/>
|
||||
<property ID="0x03" name="Unknown 37" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 38" type="float"/>
|
||||
<property ID="0x05" name="Unknown 39" type="float"/>
|
||||
<property ID="0x06" name="Unknown 40" type="float"/>
|
||||
<property ID="0x07" name="Unknown 41" type="float"/>
|
||||
<property ID="0x08" name="Unknown 42" type="long"/>
|
||||
<property ID="0x09" name="Unknown 43" type="bool"/>
|
||||
<property ID="0x0A" name="Unknown 44" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 45" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 46" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 47" type="float"/>
|
||||
</struct>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
36
templates/mp1/Script/NewIntroBoss.xml
Normal file
36
templates/mp1/Script/NewIntroBoss.xml
Normal file
@@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>NewIntroBoss</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="float"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<struct ID="0x08" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x09" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x0A" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x0B" name="Texture 1" type="file" ext="TXTR"/>
|
||||
<property ID="0x0C" name="Texture 2" type="file" ext="TXTR"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
38
templates/mp1/Script/Oculus.xml
Normal file
38
templates/mp1/Script/Oculus.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Oculus</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="float"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="Unknown 3" type="float"/>
|
||||
<property ID="0x09" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 6" type="float"/>
|
||||
<struct ID="0x0C" name="DamageVulnerability" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x0D" name="Unknown 7" type="float"/>
|
||||
<struct ID="0x0E" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
69
templates/mp1/Script/OmegaPirate.xml
Normal file
69
templates/mp1/Script/OmegaPirate.xml
Normal file
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>OmegaPirate</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters 1" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="float"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="Unknown 3" type="float"/>
|
||||
<property ID="0x09" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 8" type="float"/>
|
||||
<property ID="0x0E" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x0F" name="Sound ID 1" type="long"/>
|
||||
<struct ID="0x10" name="ActorParameters 2" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x11" name="AnimationParameters" type="animparams"/>
|
||||
<property ID="0x12" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x13" name="Sound ID 2" type="long"/>
|
||||
<property ID="0x14" name="Model 1" type="file" ext="CMDL"/>
|
||||
<struct ID="0x15" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x16" name="Unknown 9" type="float"/>
|
||||
<property ID="0x17" name="Particle 3" type="file" ext="PART"/>
|
||||
<property ID="0x18" name="Particle 4" type="file" ext="PART"/>
|
||||
<property ID="0x19" name="Particle 5" type="file" ext="PART"/>
|
||||
<property ID="0x1A" name="Particle 6" type="file" ext="PART"/>
|
||||
<property ID="0x1B" name="Unknown 10" type="float"/>
|
||||
<property ID="0x1C" name="Unknown 11" type="float"/>
|
||||
<property ID="0x1D" name="Unknown 12" type="float"/>
|
||||
<property ID="0x1E" name="Unknown 13" type="float"/>
|
||||
<property ID="0x1F" name="Unknown 14" type="float"/>
|
||||
<property ID="0x20" name="Unknown 15" type="float"/>
|
||||
<property ID="0x21" name="Unknown 16" type="long"/>
|
||||
<property ID="0x22" name="Sound ID 3" type="long"/>
|
||||
<property ID="0x23" name="Sound ID 4" type="long"/>
|
||||
<property ID="0x24" name="Particle 7" type="file" ext="PART"/>
|
||||
<struct ID="0x25" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x26" name="ELSC" type="file" ext="ELSC"/>
|
||||
<property ID="0x27" name="Sound ID 5" type="long"/>
|
||||
<property ID="0x28" name="Unknown 17" type="bool"/>
|
||||
<property ID="0x29" name="Unknown 18" type="bool"/>
|
||||
<property ID="0x2A" name="Model 2" type="file" ext="CMDL"/>
|
||||
<property ID="0x2B" name="CSKR" type="file" ext="CSKR"/>
|
||||
<property ID="0x2C" name="CINF" type="file" ext="CINF"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<animparams source="property">0x11</animparams>
|
||||
<model source="property">0x14</model>
|
||||
<model source="property">0x2A</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
48
templates/mp1/Script/Parasite.xml
Normal file
48
templates/mp1/Script/Parasite.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Parasite</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Position" type="vector3f"/>
|
||||
<property ID="0x03" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x04" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x05" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x06" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="Unknown 3" type="float"/>
|
||||
<property ID="0x09" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 8" type="float"/>
|
||||
<property ID="0x0E" name="Unknown 9" type="float"/>
|
||||
<property ID="0x0F" name="Unknown 10" type="float"/>
|
||||
<property ID="0x10" name="Unknown 11" type="float"/>
|
||||
<property ID="0x11" name="Unknown 12" type="float"/>
|
||||
<property ID="0x12" name="Unknown 13" type="float"/>
|
||||
<property ID="0x13" name="Unknown 14" type="float"/>
|
||||
<property ID="0x14" name="Unknown 15" type="float"/>
|
||||
<property ID="0x15" name="Unknown 16" type="float"/>
|
||||
<property ID="0x16" name="Unknown 17" type="float"/>
|
||||
<property ID="0x17" name="Unknown 18" type="float"/>
|
||||
<property ID="0x18" name="Unknown 19" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x02"/>
|
||||
<property name="Rotation" ID="0x03"/>
|
||||
<property name="Scale" ID="0x04"/>
|
||||
<property name="Active" ID="0x05:0x1A"/>
|
||||
<property name="LightParameters" ID="0x06:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x05:0x19</animparams>
|
||||
<model source="property">0x06:0x02</model>
|
||||
<model source="property">0x06:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
34
templates/mp1/Script/PathCamera.xml
Normal file
34
templates/mp1/Script/PathCamera.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>PathCamera</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<struct ID="0x04" name="PathCameraStruct" type="multi">
|
||||
<property ID="0x00" name="Unknown 2" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 3" type="bool"/>
|
||||
<property ID="0x02" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x03" name="Unknown 5" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 6" type="bool"/>
|
||||
<property ID="0x05" name="Unknown 7" type="bool"/>
|
||||
</struct>
|
||||
<property ID="0x05" name="Unknown 8" type="float"/>
|
||||
<property ID="0x06" name="Unknown 9" type="float"/>
|
||||
<property ID="0x07" name="Unknown 10" type="float"/>
|
||||
<property ID="0x08" name="Unknown 11" type="long"/>
|
||||
<property ID="0x09" name="Unknown 12" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 13" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
32
templates/mp1/Script/PhazonHealingNodule.xml
Normal file
32
templates/mp1/Script/PhazonHealingNodule.xml
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>PhazonHealingNodule</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x07" name="ELSC" type="file" ext="ELSC"/>
|
||||
<property ID="0x08" name="Unknown 2" type="string"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
38
templates/mp1/Script/PhazonPool.xml
Normal file
38
templates/mp1/Script/PhazonPool.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>PhazonPool</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<property ID="0x04" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x05" name="Model 1" type="file" ext="CMDL"/>
|
||||
<property ID="0x06" name="Model 2" type="file" ext="CMDL"/>
|
||||
<property ID="0x07" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x08" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x09" name="Unknown 2" type="long"/>
|
||||
<struct ID="0x0A" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0B" name="Unknown 3" type="vector3f"/>
|
||||
<property ID="0x0C" name="Unknown 4" type="long"/>
|
||||
<property ID="0x0D" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0E" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0F" name="Unknown 7" type="float"/>
|
||||
<property ID="0x10" name="Unknown 8" type="bool"/>
|
||||
<property ID="0x11" name="Unknown 9" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<model source="property">0x05</model>
|
||||
<model source="property">0x06</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
42
templates/mp1/Script/Pickup.xml
Normal file
42
templates/mp1/Script/Pickup.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Pickup</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<property ID="0x04" name="Hitbox size" type="vector3f"/>
|
||||
<property ID="0x05" name="Scan position" type="vector3f"/>
|
||||
<enum ID="0x06" name="Pickup Type" template="Enums/InventorySlot.xml" />
|
||||
<property ID="0x07" name="Capacity" type="long"/>
|
||||
<property ID="0x08" name="Amount" type="long"/>
|
||||
<property ID="0x09" name="Drop rate" type="float"/>
|
||||
<property ID="0x0A" name="Life time" type="float"/>
|
||||
<property ID="0x0B" name="Spawn delay" type="float"/>
|
||||
<property ID="0x0C" name="Model" type="file" ext="CMDL"/>
|
||||
<property ID="0x0D" name="AnimationParameters" type="animparams"/>
|
||||
<struct ID="0x0E" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x0F" name="Active" type="bool"/>
|
||||
<property ID="0x10" name="Unknown 1" type="float"/>
|
||||
<property ID="0x11" name="Particle" type="file" ext="PART"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x0F"/>
|
||||
<property name="LightParameters" ID="0x0E:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x0D</animparams>
|
||||
<model source="property">0x0C</model>
|
||||
<model source="property">0x0E:0x02</model>
|
||||
<model source="property">0x0E:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
19
templates/mp1/Script/PickupGenerator.xml
Normal file
19
templates/mp1/Script/PickupGenerator.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>PickupGenerator</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Offset" type="vector3f"/>
|
||||
<property ID="0x02" name="Active" type="bool"/>
|
||||
<property ID="0x03" name="Frequency" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Active" ID="0x02"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
44
templates/mp1/Script/Platform.xml
Normal file
44
templates/mp1/Script/Platform.xml
Normal file
@@ -0,0 +1,44 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Platform</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<property ID="0x04" name="Unknown 1" type="vector3f"/>
|
||||
<property ID="0x05" name="Scan Offset" type="vector3f"/>
|
||||
<property ID="0x06" name="Model" type="file" ext="CMDL"/>
|
||||
<property ID="0x07" name="AnimationParameters" type="animparams"/>
|
||||
<struct ID="0x08" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x09" name="Unknown 2" type="float"/>
|
||||
<property ID="0x0A" name="Active" type="bool"/>
|
||||
<property ID="0x0B" name="DCLN" type="file" ext="DCLN"/>
|
||||
<struct ID="0x0C" name="HealthInfo" template="Structs/HealthInfo.xml"/>
|
||||
<struct ID="0x0D" name="DamageVulnerability" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x0E" name="Unknown 3" type="bool"/>
|
||||
<property ID="0x0F" name="Unknown 4" type="float"/>
|
||||
<property ID="0x10" name="Unknown 5" type="bool"/>
|
||||
<property ID="0x11" name="Unknown 6" type="long"/>
|
||||
<property ID="0x12" name="Unknown 7" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x0A"/>
|
||||
<property name="LightParameters" ID="0x08:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x07</animparams>
|
||||
<model source="property">0x06</model>
|
||||
<model source="property">0x08:0x02</model>
|
||||
<model source="property">0x08:0x04</model>
|
||||
<collision source="property">0x0B</collision>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
48
templates/mp1/Script/PlayerActor.xml
Normal file
48
templates/mp1/Script/PlayerActor.xml
Normal file
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>PlayerActor</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<property ID="0x04" name="Unknown 1" type="vector3f"/>
|
||||
<property ID="0x05" name="Scan Offset" type="vector3f"/>
|
||||
<property ID="0x06" name="Unknown 2" type="float"/>
|
||||
<property ID="0x07" name="Unknown 3" type="float"/>
|
||||
<struct ID="0x08" name="HealthInfo" template="Structs/HealthInfo.xml"/>
|
||||
<struct ID="0x09" name="DamageVulnerability" template="Structs/DamageVulnerability.xml"/>
|
||||
<property ID="0x0A" name="Model" type="file" ext="CMDL"/>
|
||||
<property ID="0x0B" name="AnimationParameters" type="animparams"/>
|
||||
<struct ID="0x0C" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x0D" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x0E" name="Unknown 5" type="bool"/>
|
||||
<property ID="0x0F" name="Unknown 6" type="bool"/>
|
||||
<property ID="0x10" name="Unknown 7" type="bool"/>
|
||||
<struct ID="0x11" name="PlayerActorStruct" type="multi">
|
||||
<property ID="0x00" name="Unknown 8" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 9" type="bool"/>
|
||||
<property ID="0x02" name="Unknown 10" type="bool"/>
|
||||
<property ID="0x03" name="Unknown 11" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 12" type="bool"/>
|
||||
</struct>
|
||||
<property ID="0x12" name="Unknown 13" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="LightParameters" ID="0x0C:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property" force="2">0x0B</animparams>
|
||||
<model source="property">0x0A</model>
|
||||
<model source="property">0x0C:0x02</model>
|
||||
<model source="property">0x0C:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
22
templates/mp1/Script/PlayerHint.xml
Normal file
22
templates/mp1/Script/PlayerHint.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>PlayerHint</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<struct ID="0x04" name="PlayerHintStruct" template="Structs/PlayerHintStruct.xml"/>
|
||||
<property ID="0x05" name="Unknown 2" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
21
templates/mp1/Script/PlayerStateChange.xml
Normal file
21
templates/mp1/Script/PlayerStateChange.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>PlayerStateChange</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="bool"/>
|
||||
<enum ID="0x02" name="Inventory Slot" template="Enums/InventorySlot.xml" />
|
||||
<property ID="0x03" name="Unknown 2" type="long"/>
|
||||
<property ID="0x04" name="Unknown 3" type="long"/>
|
||||
<property ID="0x05" name="Unknown 4" type="long"/>
|
||||
<property ID="0x06" name="Unknown 5" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
26
templates/mp1/Script/PointOfInterest.xml
Normal file
26
templates/mp1/Script/PointOfInterest.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>PointOfInterest</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<struct ID="0x04" name="ScannableParameters" type="multi">
|
||||
<property ID="0x00" name="SCAN" type="file" ext="SCAN"/>
|
||||
</struct>
|
||||
<property ID="0x05" name="Unknown 2" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<billboard source="file">script/common/PointOfInterest.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
39
templates/mp1/Script/PuddleSpore.xml
Normal file
39
templates/mp1/Script/PuddleSpore.xml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>PuddleSpore</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Position" type="vector3f"/>
|
||||
<property ID="0x03" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x04" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x05" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x06" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x07" name="Unknown 2" type="bool"/>
|
||||
<property ID="0x08" name="Particle" type="file" ext="PART"/>
|
||||
<property ID="0x09" name="Unknown 3" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0E" name="WPSC" type="file" ext="WPSC"/>
|
||||
<struct ID="0x0F" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x02"/>
|
||||
<property name="Rotation" ID="0x03"/>
|
||||
<property name="Scale" ID="0x04"/>
|
||||
<property name="Active" ID="0x05:0x1A"/>
|
||||
<property name="LightParameters" ID="0x06:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x05:0x19</animparams>
|
||||
<model source="property">0x06:0x02</model>
|
||||
<model source="property">0x06:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
40
templates/mp1/Script/PuddleToadGamma.xml
Normal file
40
templates/mp1/Script/PuddleToadGamma.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>PuddleToadGamma</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Position" type="vector3f"/>
|
||||
<property ID="0x03" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x04" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x05" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x06" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x07" name="Unknown 2" type="float"/>
|
||||
<property ID="0x08" name="Unknown 3" type="float"/>
|
||||
<property ID="0x09" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 5" type="vector3f"/>
|
||||
<property ID="0x0B" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 8" type="float"/>
|
||||
<struct ID="0x0E" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x0F" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x10" name="DCLN" type="file" ext="DCLN"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x02"/>
|
||||
<property name="Rotation" ID="0x03"/>
|
||||
<property name="Scale" ID="0x04"/>
|
||||
<property name="Active" ID="0x05:0x1A"/>
|
||||
<property name="LightParameters" ID="0x06:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x05:0x19</animparams>
|
||||
<model source="property">0x06:0x02</model>
|
||||
<model source="property">0x06:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
39
templates/mp1/Script/Puffer.xml
Normal file
39
templates/mp1/Script/Puffer.xml
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Puffer</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="float"/>
|
||||
<property ID="0x07" name="Particle" type="file" ext="PART"/>
|
||||
<struct ID="0x08" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x09" name="Texture" type="file" ext="TXTR"/>
|
||||
<property ID="0x0A" name="Unknown 2" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 3" type="bool"/>
|
||||
<property ID="0x0C" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x0D" name="Unknown 5" type="bool"/>
|
||||
<struct ID="0x0E" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0F" name="Unknown 6" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
21
templates/mp1/Script/RadialDamage.xml
Normal file
21
templates/mp1/Script/RadialDamage.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>RadialDamage</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Active" type="bool"/>
|
||||
<struct ID="0x03" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x04" name="Unknown 1" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Active" ID="0x02"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
21
templates/mp1/Script/RandomRelay.xml
Normal file
21
templates/mp1/Script/RandomRelay.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>RandomRelay</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Unknown 2" type="long"/>
|
||||
<property ID="0x03" name="Unknown 3" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 4" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<billboard source="file">script/common/RandomRelay.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
19
templates/mp1/Script/Relay.xml
Normal file
19
templates/mp1/Script/Relay.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Relay</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Active" type="bool"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Active" ID="0x01"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<billboard source="file">script/common/Relay.txtr</billboard>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
20
templates/mp1/Script/Repulsor.xml
Normal file
20
templates/mp1/Script/Repulsor.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Repulsor</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Active" type="bool"/>
|
||||
<property ID="0x03" name="Unknown 1" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Active" ID="0x02"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
101
templates/mp1/Script/Ridley.xml
Normal file
101
templates/mp1/Script/Ridley.xml
Normal file
@@ -0,0 +1,101 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Ridley</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Model 1" type="file" ext="CMDL"/>
|
||||
<property ID="0x07" name="Model 2" type="file" ext="CMDL"/>
|
||||
<property ID="0x08" name="Model 3" type="file" ext="CMDL"/>
|
||||
<property ID="0x09" name="Model 4" type="file" ext="CMDL"/>
|
||||
<property ID="0x0A" name="Model 5" type="file" ext="CMDL"/>
|
||||
<property ID="0x0B" name="Model 6" type="file" ext="CMDL"/>
|
||||
<property ID="0x0C" name="Model 7" type="file" ext="CMDL"/>
|
||||
<property ID="0x0D" name="Model 8" type="file" ext="CMDL"/>
|
||||
<property ID="0x0E" name="Model 9" type="file" ext="CMDL"/>
|
||||
<property ID="0x0F" name="Model 10" type="file" ext="CMDL"/>
|
||||
<property ID="0x10" name="Model 11" type="file" ext="CMDL"/>
|
||||
<property ID="0x11" name="Model 12" type="file" ext="CMDL"/>
|
||||
<property ID="0x12" name="Particle" type="file" ext="PART"/>
|
||||
<property ID="0x13" name="Unknown 1" type="float"/>
|
||||
<property ID="0x14" name="Unknown 2" type="float"/>
|
||||
<property ID="0x15" name="Unknown 3" type="float"/>
|
||||
<property ID="0x16" name="Unknown 4" type="float"/>
|
||||
<property ID="0x17" name="WPSC 1" type="file" ext="WPSC"/>
|
||||
<struct ID="0x18" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x19" name="RidleyStruct1" type="single">
|
||||
<property ID="0x00" name="Unknown 5" type="long"/>
|
||||
<property ID="0x01" name="Unknown 6" type="long"/>
|
||||
<property ID="0x02" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x03" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x04" name="Texture 1" type="file" ext="TXTR"/>
|
||||
<property ID="0x05" name="Texture 2" type="file" ext="TXTR"/>
|
||||
<property ID="0x06" name="Unknown 7" type="float"/>
|
||||
<property ID="0x07" name="Unknown 8" type="float"/>
|
||||
<property ID="0x08" name="Unknown 9" type="float"/>
|
||||
<property ID="0x09" name="Unknown 10" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 11" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 12" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 13" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 14" type="float"/>
|
||||
<property ID="0x0E" name="Unknown 15" type="float"/>
|
||||
<property ID="0x0F" name="Unknown 16" type="color"/>
|
||||
<property ID="0x10" name="Unknown 17" type="color"/>
|
||||
</struct>
|
||||
<property ID="0x1A" name="Sound ID 1" type="long"/>
|
||||
<property ID="0x1B" name="WPSC 2" type="file" ext="WPSC"/>
|
||||
<struct ID="0x1C" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x1D" name="RidleyStruct2 1" template="Structs/RidleyStruct2.xml"/>
|
||||
<property ID="0x1E" name="WPSC 3" type="file" ext="WPSC"/>
|
||||
<struct ID="0x1F" name="DamageInfo 3" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x20" name="RidleyStruct2 2" template="Structs/RidleyStruct2.xml"/>
|
||||
<property ID="0x21" name="Sound ID 2" type="long"/>
|
||||
<struct ID="0x22" name="DamageInfo 4" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x23" name="RidleyStruct2 3" template="Structs/RidleyStruct2.xml"/>
|
||||
<property ID="0x24" name="Unknown 18" type="float"/>
|
||||
<property ID="0x25" name="Unknown 19" type="float"/>
|
||||
<struct ID="0x26" name="DamageInfo 5" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x27" name="Unknown 20" type="float"/>
|
||||
<struct ID="0x28" name="DamageInfo 6" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x29" name="Unknown 21" type="float"/>
|
||||
<struct ID="0x2A" name="DamageInfo 7" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x2B" name="Unknown 22" type="float"/>
|
||||
<property ID="0x2C" name="ELSC" type="file" ext="ELSC"/>
|
||||
<property ID="0x2D" name="Unknown 23" type="float"/>
|
||||
<property ID="0x2E" name="Sound ID 3" type="long"/>
|
||||
<struct ID="0x2F" name="DamageInfo 8" template="Structs/DamageInfo.xml"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
<model source="property">0x06</model>
|
||||
<model source="property">0x07</model>
|
||||
<model source="property">0x08</model>
|
||||
<model source="property">0x09</model>
|
||||
<model source="property">0x0A</model>
|
||||
<model source="property">0x0B</model>
|
||||
<model source="property">0x0C</model>
|
||||
<model source="property">0x0D</model>
|
||||
<model source="property">0x0E</model>
|
||||
<model source="property">0x0F</model>
|
||||
<model source="property">0x10</model>
|
||||
<model source="property">0x11</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
31
templates/mp1/Script/Ripper.xml
Normal file
31
templates/mp1/Script/Ripper.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Ripper</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="long"/>
|
||||
<property ID="0x02" name="Position" type="vector3f"/>
|
||||
<property ID="0x03" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x04" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x05" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x06" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<struct ID="0x07" name="GrappleParameters" template="Structs/GrappleParameters.xml"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x02"/>
|
||||
<property name="Rotation" ID="0x03"/>
|
||||
<property name="Scale" ID="0x04"/>
|
||||
<property name="Active" ID="0x05:0x1A"/>
|
||||
<property name="LightParameters" ID="0x06:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x05:0x19</animparams>
|
||||
<model source="property">0x06:0x02</model>
|
||||
<model source="property">0x06:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
19
templates/mp1/Script/Ripple.xml
Normal file
19
templates/mp1/Script/Ripple.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Ripple</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x03" name="Unknown 2" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
46
templates/mp1/Script/RoomAcoustics.xml
Normal file
46
templates/mp1/Script/RoomAcoustics.xml
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>RoomAcoustics</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x02" name="Unknown 2" type="long"/>
|
||||
<property ID="0x03" name="Unknown 3" type="bool"/>
|
||||
<property ID="0x04" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x05" name="Unknown 5" type="float"/>
|
||||
<property ID="0x06" name="Unknown 6" type="float"/>
|
||||
<property ID="0x07" name="Unknown 7" type="float"/>
|
||||
<property ID="0x08" name="Unknown 8" type="float"/>
|
||||
<property ID="0x09" name="Unknown 9" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 10" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 11" type="bool"/>
|
||||
<property ID="0x0C" name="Unknown 12" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 13" type="float"/>
|
||||
<property ID="0x0E" name="Unknown 14" type="float"/>
|
||||
<property ID="0x0F" name="Unknown 15" type="bool"/>
|
||||
<property ID="0x10" name="Unknown 16" type="bool"/>
|
||||
<property ID="0x11" name="Unknown 17" type="float"/>
|
||||
<property ID="0x12" name="Unknown 18" type="float"/>
|
||||
<property ID="0x13" name="Unknown 19" type="float"/>
|
||||
<property ID="0x14" name="Unknown 20" type="float"/>
|
||||
<property ID="0x15" name="Unknown 21" type="float"/>
|
||||
<property ID="0x16" name="Unknown 22" type="bool"/>
|
||||
<property ID="0x17" name="Unknown 23" type="long"/>
|
||||
<property ID="0x18" name="Unknown 24" type="long"/>
|
||||
<property ID="0x19" name="Unknown 25" type="long"/>
|
||||
<property ID="0x1A" name="Unknown 26" type="long"/>
|
||||
<property ID="0x1B" name="Unknown 27" type="long"/>
|
||||
<property ID="0x1C" name="Unknown 28" type="long"/>
|
||||
<property ID="0x1D" name="Unknown 29" type="long"/>
|
||||
<property ID="0x1E" name="Unknown 30" type="long"/>
|
||||
<property ID="0x1F" name="Unknown 31" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
24
templates/mp1/Script/RumbleEffect.xml
Normal file
24
templates/mp1/Script/RumbleEffect.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>RumbleEffect</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x03" name="Unknown 2" type="float"/>
|
||||
<property ID="0x04" name="Unknown 3" type="long"/>
|
||||
<struct ID="0x05" name="RumbleEffectStruct" type="multi">
|
||||
<property ID="0x00" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x01" name="Unknown 5" type="bool"/>
|
||||
</struct>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
40
templates/mp1/Script/ScriptBeam.xml
Normal file
40
templates/mp1/Script/ScriptBeam.xml
Normal file
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>ScriptBeam</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x04" name="WPSC" type="file" ext="WPSC"/>
|
||||
<struct ID="0x05" name="ScriptBeamStruct" type="multi">
|
||||
<property ID="0x00" name="Unknown 2" type="long"/>
|
||||
<property ID="0x01" name="Particle 1" type="file" ext="PART"/>
|
||||
<property ID="0x02" name="Particle 2" type="file" ext="PART"/>
|
||||
<property ID="0x03" name="Texture 1" type="file" ext="TXTR"/>
|
||||
<property ID="0x04" name="Texture 2" type="file" ext="TXTR"/>
|
||||
<property ID="0x05" name="Unknown 3" type="float"/>
|
||||
<property ID="0x06" name="Unknown 4" type="float"/>
|
||||
<property ID="0x07" name="Unknown 5" type="float"/>
|
||||
<property ID="0x08" name="Unknown 6" type="float"/>
|
||||
<property ID="0x09" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 8" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 9" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 10" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 11" type="float"/>
|
||||
<property ID="0x0E" name="Unknown 12" type="color"/>
|
||||
<property ID="0x0F" name="Unknown 13" type="color"/>
|
||||
</struct>
|
||||
<struct ID="0x06" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
37
templates/mp1/Script/Seedling.xml
Normal file
37
templates/mp1/Script/Seedling.xml
Normal file
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Seedling</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Scale" type="vector3f"/>
|
||||
<struct ID="0x04" name="PatternedInfo" template="Structs/PatternedInfo.xml"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 1" type="file" ext="CMDL"/>
|
||||
<property ID="0x07" name="Unknown 2" type="file" ext="WPSC"/>
|
||||
<struct ID="0x08" name="DamageInfo 1" template="Structs/DamageInfo.xml"/>
|
||||
<struct ID="0x09" name="DamageInfo 2" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x0A" name="Unknown 3" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 4" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 6" type="float"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
<property name="Scale" ID="0x03"/>
|
||||
<property name="Active" ID="0x04:0x1A"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04:0x19</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>enabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
25
templates/mp1/Script/ShadowProjector.xml
Normal file
25
templates/mp1/Script/ShadowProjector.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>ShadowProjector</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x03" name="Unknown 2" type="float"/>
|
||||
<property ID="0x04" name="Unknown 3" type="vector3f"/>
|
||||
<property ID="0x05" name="Unknown 4" type="float"/>
|
||||
<property ID="0x06" name="Unknown 5" type="float"/>
|
||||
<property ID="0x07" name="Unknown 6" type="float"/>
|
||||
<property ID="0x08" name="Unknown 7" type="bool"/>
|
||||
<property ID="0x09" name="Unknown 8" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
47
templates/mp1/Script/SnakeWeedSwarm.xml
Normal file
47
templates/mp1/Script/SnakeWeedSwarm.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>SnakeWeedSwarm</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Volume" type="vector3f"/>
|
||||
<property ID="0x03" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x04" name="AnimationParameters" type="animparams"/>
|
||||
<struct ID="0x05" name="ActorParameters" template="Structs/ActorParameters.xml"/>
|
||||
<property ID="0x06" name="Unknown 2" type="float"/>
|
||||
<property ID="0x07" name="Unknown 3" type="float"/>
|
||||
<property ID="0x08" name="Unknown 4" type="float"/>
|
||||
<property ID="0x09" name="Unknown 5" type="float"/>
|
||||
<property ID="0x0A" name="Unknown 6" type="float"/>
|
||||
<property ID="0x0B" name="Unknown 7" type="float"/>
|
||||
<property ID="0x0C" name="Unknown 8" type="float"/>
|
||||
<property ID="0x0D" name="Unknown 9" type="float"/>
|
||||
<property ID="0x0E" name="Unknown 10" type="float"/>
|
||||
<property ID="0x0F" name="Unknown 11" type="float"/>
|
||||
<property ID="0x10" name="Unknown 12" type="float"/>
|
||||
<property ID="0x11" name="Unknown 13" type="float"/>
|
||||
<property ID="0x12" name="Unknown 14" type="float"/>
|
||||
<property ID="0x13" name="Unknown 15" type="float"/>
|
||||
<struct ID="0x14" name="DamageInfo" template="Structs/DamageInfo.xml"/>
|
||||
<property ID="0x15" name="Unknown 16" type="float"/>
|
||||
<property ID="0x16" name="Unknown 17" type="long"/>
|
||||
<property ID="0x17" name="Unknown 18" type="long"/>
|
||||
<property ID="0x18" name="Unknown 19" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Scale" ID="0x02"/>
|
||||
<property name="LightParameters" ID="0x05:0x00"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<animparams source="property">0x04</animparams>
|
||||
<model source="property">0x05:0x02</model>
|
||||
<model source="property">0x05:0x04</model>
|
||||
</assets>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
<scale_type>volume</scale_type>
|
||||
<preview_volume shape="AxisAlignedBox"/>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
38
templates/mp1/Script/Sound.xml
Normal file
38
templates/mp1/Script/Sound.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ScriptTemplate version="3">
|
||||
<name>Sound</name>
|
||||
<properties version="NTSC">
|
||||
<property ID="0x00" name="Name" type="string"/>
|
||||
<property ID="0x01" name="Position" type="vector3f"/>
|
||||
<property ID="0x02" name="Rotation" type="vector3f"/>
|
||||
<property ID="0x03" name="Sound ID" type="long"/>
|
||||
<property ID="0x04" name="Unknown 1" type="bool"/>
|
||||
<property ID="0x05" name="Unknown 2" type="float"/>
|
||||
<property ID="0x06" name="Unknown 3" type="float"/>
|
||||
<property ID="0x07" name="Unknown 4" type="float"/>
|
||||
<property ID="0x08" name="Unknown 5" type="long"/>
|
||||
<property ID="0x09" name="Unknown 6" type="long"/>
|
||||
<property ID="0x0A" name="Unknown 7" type="long"/>
|
||||
<property ID="0x0B" name="Unknown 8" type="long"/>
|
||||
<property ID="0x0C" name="Unknown 9" type="bool"/>
|
||||
<property ID="0x0D" name="Unknown 10" type="bool"/>
|
||||
<property ID="0x0E" name="Unknown 11" type="bool"/>
|
||||
<property ID="0x0F" name="Unknown 12" type="bool"/>
|
||||
<property ID="0x10" name="Unknown 13" type="bool"/>
|
||||
<property ID="0x11" name="Unknown 14" type="bool"/>
|
||||
<property ID="0x12" name="Unknown 15" type="bool"/>
|
||||
<property ID="0x13" name="Unknown 16" type="long"/>
|
||||
</properties>
|
||||
<editor>
|
||||
<properties>
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Rotation" ID="0x02"/>
|
||||
</properties>
|
||||
<assets>
|
||||
<model source="file">Sound.cmdl</model>
|
||||
</assets>
|
||||
<rotation_type>enabled</rotation_type>
|
||||
<scale_type>disabled</scale_type>
|
||||
</editor>
|
||||
</ScriptTemplate>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user