2 working sounds, updated scripts, fmod events
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<objects serializationModel="Studio.02.03.00">
|
||||
<object class="ParameterPreset" id="{93911052-d607-437a-81e8-1cf13f366980}">
|
||||
<property name="name">
|
||||
<value>Surface</value>
|
||||
</property>
|
||||
<relationship name="folder">
|
||||
<destination>{72821a40-1f9b-449e-9f29-45c4d8800c81}</destination>
|
||||
</relationship>
|
||||
<relationship name="parameter">
|
||||
<destination>{e8d11d80-0470-4c7b-95cf-303fc2f1d9b8}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="GameParameter" id="{e8d11d80-0470-4c7b-95cf-303fc2f1d9b8}">
|
||||
<property name="parameterType">
|
||||
<value>2</value>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<value>4</value>
|
||||
</property>
|
||||
<property name="enumerationLabels">
|
||||
<value>Overall</value>
|
||||
<value>Outside</value>
|
||||
<value>Elevator</value>
|
||||
<value>Carpet</value>
|
||||
</property>
|
||||
<property name="initialValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
</object>
|
||||
</objects>
|
||||
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<objects serializationModel="Studio.02.03.00">
|
||||
<object class="ParameterPreset" id="{b606b63b-df73-4954-9e2a-32090ebc31f1}">
|
||||
<property name="name">
|
||||
<value>SpraySwitcher</value>
|
||||
</property>
|
||||
<relationship name="folder">
|
||||
<destination>{72821a40-1f9b-449e-9f29-45c4d8800c81}</destination>
|
||||
</relationship>
|
||||
<relationship name="parameter">
|
||||
<destination>{b230b442-30ec-4a14-b8e2-feea6a3f720e}</destination>
|
||||
</relationship>
|
||||
</object>
|
||||
<object class="GameParameter" id="{b230b442-30ec-4a14-b8e2-feea6a3f720e}">
|
||||
<property name="parameterType">
|
||||
<value>2</value>
|
||||
</property>
|
||||
<property name="maximum">
|
||||
<value>2</value>
|
||||
</property>
|
||||
<property name="enumerationLabels">
|
||||
<value>Spray</value>
|
||||
<value>NoSpray</value>
|
||||
</property>
|
||||
<property name="initialValue">
|
||||
<value>0</value>
|
||||
</property>
|
||||
</object>
|
||||
</objects>
|
||||
Reference in New Issue
Block a user