mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-09 21:47:45 +00:00
Added TPropCast property casting function, added support for clean/dirty state in the world editor + check for unsaved changes when the window is closed
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<property ID="0x04" name="Unknown 1" type="vector3f"/>
|
||||
<property ID="0x05" name="Unknown 2" type="long"/>
|
||||
<property ID="0x06" name="Unknown 3" type="bool"/>
|
||||
<property ID="0x07" name="Unknown 4" type="bool"/>
|
||||
<property ID="0x07" name="Display Fluid Surface" type="bool"/>
|
||||
<property ID="0x08" name="Texture 1" type="file" extensions="TXTR"/>
|
||||
<property ID="0x09" name="Texture 2" type="file" extensions="TXTR"/>
|
||||
<property ID="0x0A" name="Texture 3" type="file" extensions="TXTR"/>
|
||||
@@ -20,7 +20,7 @@
|
||||
<property ID="0x0F" name="Unknown 6" type="float"/>
|
||||
<property ID="0x10" name="Unknown 7" type="float"/>
|
||||
<property ID="0x11" name="Unknown 8" type="float"/>
|
||||
<property ID="0x12" name="Unknown 9" type="bool"/>
|
||||
<property ID="0x12" name="Active" type="bool"/>
|
||||
<property ID="0x13" name="Unknown 10" type="long"/>
|
||||
<property ID="0x14" name="Unknown 11" type="bool"/>
|
||||
<property ID="0x15" name="Unknown 12" type="float"/>
|
||||
@@ -55,7 +55,9 @@
|
||||
<property ID="0x1E" name="Unknown 37" type="float"/>
|
||||
<property ID="0x1F" name="Unknown 38" type="color"/>
|
||||
<property ID="0x20" name="Unknown 39" type="color"/>
|
||||
<property ID="0x21" name="Particle 1" type="file" extensions="PART"/>
|
||||
<property ID="0x21" name="Enter Particle" type="file" extensions="PART">
|
||||
<description>This particle plays when an actor/projectile enters the water. It also plays when the morph ball is rolling in it at surface level.</description>
|
||||
</property>
|
||||
<property ID="0x22" name="Particle 2" type="file" extensions="PART"/>
|
||||
<property ID="0x23" name="Particle 3" type="file" extensions="PART"/>
|
||||
<property ID="0x24" name="Particle 4" type="file" extensions="PART"/>
|
||||
@@ -73,10 +75,10 @@
|
||||
<property ID="0x30" name="Unknown 45" type="float"/>
|
||||
<property ID="0x31" name="Unknown 46" type="float"/>
|
||||
<property ID="0x32" name="Unknown 47" type="float"/>
|
||||
<property ID="0x33" name="Unknown 48" type="float"/>
|
||||
<property ID="0x34" name="Unknown 49" type="float"/>
|
||||
<property ID="0x35" name="Unknown 50" type="color"/>
|
||||
<property ID="0x36" name="Texture 7" type="file" extensions="TXTR"/>
|
||||
<property ID="0x33" name="Heat Wave Height" type="float"/>
|
||||
<property ID="0x34" name="Heat Wave Speed" type="float"/>
|
||||
<property ID="0x35" name="Heat Wave Color" type="color"/>
|
||||
<property ID="0x36" name="Lightmap Texture" type="file" extensions="TXTR"/>
|
||||
<property ID="0x37" name="Unknown 51" type="float"/>
|
||||
<property ID="0x38" name="Unknown 52" type="float"/>
|
||||
<property ID="0x39" name="Unknown 53" type="float"/>
|
||||
@@ -91,6 +93,7 @@
|
||||
<property name="InstanceName" ID="0x00"/>
|
||||
<property name="Position" ID="0x01"/>
|
||||
<property name="Scale" ID="0x02"/>
|
||||
<property name="Active" ID="0x09"/>
|
||||
</properties>
|
||||
<assets/>
|
||||
<rotation_type>disabled</rotation_type>
|
||||
|
||||
Reference in New Issue
Block a user