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

118 lines
2.7 KiB
XML
Raw Normal View History

<?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/walker-inc.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>
<!--
<animation>
<type>scale</type>
<object-name>male</object-name>
<x-offset>1.1</x-offset>
<y-offset>1.0</y-offset>
<z-offset>0.9</z-offset>
</animation>
-->
<model>
<name>female</name>
<path>Aircraft/Generic/Human/Models/walker-inc.xml</path>
<overlay>
<models>
<char0-path>Aircraft/Generic/Human/Models/amelia.xml</char0-path>
<char1-path>Aircraft/Generic/Human/Models/amelia.xml</char1-path>
<char2-path>Aircraft/Generic/Human/Models/amelia.xml</char2-path>
<outfit0>Aircraft/Generic/Human/Models/outfit/default-f.xml</outfit0>
<outfit1>Aircraft/Generic/Human/Models/outfit/flightsuit-f.xml</outfit1>
<outfit2>Aircraft/Generic/Human/Models/outfit/airliner-f.xml</outfit2>
<outfit3>Aircraft/Generic/Human/Models/outfit/airliner-f.xml</outfit3>
</models>
<limbs>
<chest-x>-0.0112992</chest-x>
<chest-y>0.0</chest-y>
<chest-z>0.1676192</chest-z>
<head-x>0.0250915</head-x>
<head-y>0.0</head-y>
<head-z>0.577579</head-z>
<shoulder-x>0.0322284</shoulder-x>
<shoulder-y-l>-0.152689</shoulder-y-l>
<shoulder-y-r>0.152689</shoulder-y-r>
<shoulder-z>0.496473</shoulder-z>
<elbow-x>0.0544844</elbow-x>
<elbow-y-l>-0.439449</elbow-y-l>
<elbow-y-r>0.439449</elbow-y-r>
<elbow-z>0.492835</elbow-z>
<hand-x>0.0327848</hand-x>
<hand-y-l>-0.685121</hand-y-l>
<hand-y-r>0.685121</hand-y-r>
<hand-z>0.487592</hand-z>
<leg-x>-0.0364763</leg-x>
<leg-y-l>-0.0527938</leg-y-l>
<leg-y-r>0.0527938</leg-y-r>
<leg-z>-0.0216712</leg-z>
<knee-x>0.00578977</knee-x>
<knee-y-r>0.0886923</knee-y-r>
<knee-y-l>-0.0886923</knee-y-l>
<knee-z>-0.377503</knee-z>
<foot-x>0.0806138</foot-x>
<foot-y-l>-0.110317</foot-y-l>
<foot-y-r>0.110317</foot-y-r>
<foot-z>-0.872164</foot-z>
</limbs>
</overlay>
</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.07</x-offset>
<y-offset>1.082</y-offset>
<z-offset>1.082</z-offset>
</animation>
0.075 up
0.0092 aft
-->
</PropertyList>