mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-09 13:37:43 +00:00
Fixed crash when creating new projects
This commit is contained in:
@@ -839,6 +839,18 @@
|
||||
<Key>EditorProperties</Key>
|
||||
<Value Path="Structs/EditorProperties.xml"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key>EmperorIngStage1Data</Key>
|
||||
<Value Path="Structs/EmperorIngStage1Data.xml"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key>EmperorIngStage1TentacleData</Key>
|
||||
<Value Path="Structs/EmperorIngStage1TentacleData.xml"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key>EmperorIngStage2TentacleData</Key>
|
||||
<Value Path="Structs/EmperorIngStage2TentacleData.xml"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key>EmperorIngStage3Data</Key>
|
||||
<Value Path="Structs/EmperorIngStage3Data.xml"/>
|
||||
@@ -1307,14 +1319,6 @@
|
||||
<Key>UnknownStruct17</Key>
|
||||
<Value Path="Structs/UnknownStruct17.xml"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key>UnknownStruct18</Key>
|
||||
<Value Path="Structs/UnknownStruct18.xml"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key>UnknownStruct19</Key>
|
||||
<Value Path="Structs/UnknownStruct19.xml"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key>UnknownStruct2</Key>
|
||||
<Value Path="Structs/UnknownStruct2.xml"/>
|
||||
@@ -1339,10 +1343,6 @@
|
||||
<Key>UnknownStruct24</Key>
|
||||
<Value Path="Structs/UnknownStruct24.xml"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key>UnknownStruct25</Key>
|
||||
<Value Path="Structs/UnknownStruct25.xml"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key>UnknownStruct26</Key>
|
||||
<Value Path="Structs/UnknownStruct26.xml"/>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</SubProperties>
|
||||
</Element>
|
||||
<Element Type="Struct" ID="0x7E397FED" Archetype="ActorParameters"/>
|
||||
<Element Type="Struct" ID="0x4A1E493B" Archetype="UnknownStruct25"/>
|
||||
<Element Type="Struct" ID="0x4A1E493B" Archetype="EmperorIngStage1Data"/>
|
||||
</SubProperties>
|
||||
</Properties>
|
||||
<EditorProperties>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</SubProperties>
|
||||
</Element>
|
||||
<Element Type="Struct" ID="0x7E397FED" Archetype="ActorParameters"/>
|
||||
<Element Type="Struct" ID="0x5105FA2D" Archetype="UnknownStruct18"/>
|
||||
<Element Type="Struct" ID="0x5105FA2D" Archetype="EmperorIngStage2TentacleData"/>
|
||||
</SubProperties>
|
||||
</Properties>
|
||||
<EditorProperties>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<PropertyTemplate ArchiveVer="4" Game="Echoes">
|
||||
<PropertyArchetype Type="Struct">
|
||||
<Name>UnknownStruct25</Name>
|
||||
<Name>EmperorIngStage1Data</Name>
|
||||
<SubProperties>
|
||||
<Element Type="Struct" ID="0xB3C6398F" Archetype="UnknownStruct19"/>
|
||||
<Element Type="Struct" ID="0xB3C6398F" Archetype="EmperorIngStage1TentacleData"/>
|
||||
<Element Type="Struct" ID="0xF59F9A60" Archetype="UnknownStruct20"/>
|
||||
<Element Type="Struct" ID="0xA1CDA0B6" Archetype="UnknownStruct21"/>
|
||||
<Element Type="Struct" ID="0x85F36473" Archetype="UnknownStruct22"/>
|
||||
@@ -31,7 +31,7 @@
|
||||
<Element Type="Float" ID="0xE5A7C358">
|
||||
<DefaultValue>0.0</DefaultValue>
|
||||
</Element>
|
||||
<Element Type="Int" ID="0x93357240">
|
||||
<Element Type="Sound" ID="0x93357240">
|
||||
<DefaultValue>-1</DefaultValue>
|
||||
</Element>
|
||||
<Element Type="Float" ID="0x293A0C19">
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<PropertyTemplate ArchiveVer="4" Game="Echoes">
|
||||
<PropertyArchetype Type="Struct">
|
||||
<Name>UnknownStruct19</Name>
|
||||
<Name>EmperorIngStage1TentacleData</Name>
|
||||
<SubProperties>
|
||||
<Element Type="Struct" ID="0xCF90D15E" Archetype="HealthInfo"/>
|
||||
<Element Type="Struct" ID="0x29DF61E1" Archetype="DamageVulnerability"/>
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<PropertyTemplate ArchiveVer="4" Game="Echoes">
|
||||
<PropertyArchetype Type="Struct">
|
||||
<Name>UnknownStruct18</Name>
|
||||
<Name>EmperorIngStage2TentacleData</Name>
|
||||
<SubProperties>
|
||||
<Element Type="Float" ID="0xBAA9254A">
|
||||
<DefaultValue>0.0</DefaultValue>
|
||||
@@ -1213,10 +1213,6 @@
|
||||
<Key ID="0x6DCF118" Type="float"/>
|
||||
<Value Name="CloseDelay"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0x6DEE4C5" Type="choice"/>
|
||||
<Value Name="Unknown"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0x6DEE4C5" Type="int"/>
|
||||
<Value Name="Unknown"/>
|
||||
@@ -13561,9 +13557,13 @@
|
||||
<Key ID="0x4A1E493B" Type="UnknownStruct16"/>
|
||||
<Value Name="UnknownStruct25"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0x4A1E493B" Type="EmperorIngStage1Data"/>
|
||||
<Value Name="Data"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0x4A1E493B" Type="UnknownStruct25"/>
|
||||
<Value Name="UnknownStruct25"/>
|
||||
<Value Name="Data"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0x4A1E8961" Type="float"/>
|
||||
@@ -14909,9 +14909,13 @@
|
||||
<Key ID="0x50FC4ACB" Type="float"/>
|
||||
<Value Name="BallCameraChaseAnglePerSecond"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0x5105FA2D" Type="EmperorIngStage2TentacleData"/>
|
||||
<Value Name="Data"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0x5105FA2D" Type="UnknownStruct18"/>
|
||||
<Value Name="UnknownStruct18"/>
|
||||
<Value Name="Data"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0x5106FEB9" Type="bool"/>
|
||||
@@ -26838,7 +26842,7 @@
|
||||
<Value Name="Jump"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0x93357240" Type="int"/>
|
||||
<Key ID="0x93357240" Type="sound"/>
|
||||
<Value Name="VulnerabilityChangeSound"/>
|
||||
</Element>
|
||||
<Element>
|
||||
@@ -29043,7 +29047,7 @@
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0x9FB2FAA6" Type="float"/>
|
||||
<Value Name="Unknown"/>
|
||||
<Value Name="FieldofView2Player"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0x9FB991FE" Type="float"/>
|
||||
@@ -32857,9 +32861,13 @@
|
||||
<Key ID="0xB3C6398F" Type="UnknownStruct13"/>
|
||||
<Value Name="UnknownStruct19"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0xB3C6398F" Type="EmperorIngStage1TentacleData"/>
|
||||
<Value Name="Tentacle"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0xB3C6398F" Type="UnknownStruct19"/>
|
||||
<Value Name="UnknownStruct19"/>
|
||||
<Value Name="Tentacle"/>
|
||||
</Element>
|
||||
<Element>
|
||||
<Key ID="0xB3DABF84" Type="DamageInfo"/>
|
||||
|
||||
Reference in New Issue
Block a user