1
0
Fork 0
fgdata/Aircraft/Generic/Human/Models/walker.xml

54 lines
1,012 B
XML

<?xml version="1.0"?>
<PropertyList>
<nasal>
<load>
update.add("Aircraft/Generic/Human/Models/Themes", "sim/multiplay/generic/string[10]");
</load>
<unload>
livery_update.stop();
</unload>
</nasal>
<model>
<name>male</name>
<path>Aircraft/Generic/Human/Models/male.xml</path>
</model>
<animation>
<type>select</type>
<object-name>male</object-name>
<condition>
<equals>
<property>sim/walker/gender</property>
<value>0</value>
</equals>
</condition>
</animation>
<model>
<name>female</name>
<path>Aircraft/Generic/Human/Models/female.xml</path>
</model>
<animation>
<type>select</type>
<object-name>female</object-name>
<condition>
<equals>
<property>sim/walker/gender</property>
<value>1</value>
</equals>
</condition>
</animation>
<animation>
<type>scale</type>
<object-name>female</object-name>
<x-offset>1.05</x-offset>
<y-offset>1.05</y-offset>
<z-offset>1.05</z-offset>
</animation>
</PropertyList>