Improved DKCR game mode + a few other assorted fixes

This commit is contained in:
parax0
2016-02-17 01:55:19 -07:00
parent 9eaf537611
commit c36c09a674
10 changed files with 90 additions and 10 deletions

View File

@@ -624,7 +624,7 @@
<property ID="0x0F37E756" name="Unknown"/>
<property ID="0x0F3E29EB" name="Unknown"/>
<property ID="0x0F4CB02A" name="Unknown"/>
<property ID="0x0F4D73B7" name="Unknown"/>
<property ID="0x0F4D73B7" name="DigitalGuardianHeadData"/>
<property ID="0x0F52074C" name="Unknown"/>
<property ID="0x0F5765C9" name="Unknown"/>
<property ID="0x0F598739" name="Radius?"/>

View File

@@ -3,10 +3,16 @@
<name>Timer</name>
<properties>
<property ID="0x00" name="Name" type="string"/>
<property ID="0x01" name="Start time" type="float"/>
<property ID="0x02" name="Max random addition" type="float"/>
<property ID="0x03" name="Reset on Zero" type="bool"/>
<property ID="0x04" name="Start immediately" type="bool"/>
<property ID="0x01" name="Start Time" type="float"/>
<property ID="0x02" name="Max Random Delay" type="float">
<description>A random value between 0 and this number will be added to the timer's start time.</description>
</property>
<property ID="0x03" name="Loop" type="bool">
<description>When the timer reaches 0, it will reset back to its start time and start ticking again.</description>
</property>
<property ID="0x04" name="Auto-Start" type="bool">
<description>The timer will start ticking immediately on load, without waiting for a script message to start it.</description>
</property>
<property ID="0x05" name="Active" type="bool"/>
</properties>
<states/>