# Updated the prop switching test unit

Fixed the missing props, fixed the animationless bones, fixed some bad
actors

This was SVN commit r3770.
This commit is contained in:
Wijitmaker 2006-04-14 09:55:50 +00:00
parent 89c3fad6f3
commit ca12496c2f
8 changed files with 16 additions and 20 deletions

View File

@ -3,9 +3,7 @@
<group>
<variant frequency="100" name="Base">
<animations/>
<mesh>props/prop_axe_basic.pmd</mesh>
<props/>
<mesh>props/tool_axe.pmd</mesh>
<texture>props/prop_weap.dds</texture>
</variant>
</group>

View File

@ -3,9 +3,7 @@
<group>
<variant frequency="100" name="Base">
<animations/>
<mesh>props/prop_pick.pmd</mesh>
<props/>
<mesh>props/tool_pick.pmd</mesh>
<texture>props/prop_weap.dds</texture>
</variant>
</group>

View File

@ -13,7 +13,7 @@
<animation file="biped/inf_sword_shield_run_a.psa" name="Run" speed="10"/>
<animation file="biped/inf_sword_shield_run_b.psa" name="Run" speed="10"/>
<animation file="biped/inf_sword_shield_run_c.psa" name="Run" speed="10"/>
<animation file="biped/chop.psa" name="gather_wood" speed="125"/>
<animation file="biped/chop.psa" name="gather_wood" speed="100"/>
<animation file="biped/hoe.psa" name="gather_grain" speed="150"/>
<animation file="biped/forage.psa" name="gather_fruit" speed="35"/>
<animation file="biped/mine.psa" name="gather_stone" speed="150"/>
@ -51,8 +51,8 @@
<variant name="gather_wood">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/tools/axe.xml" attachpoint="r_hand"/>
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
</props>
</variant>
<variant name="gather_grain">
@ -71,8 +71,8 @@
<variant name="gather_stone">
<props>
<prop actor="" attachpoint="shield"/>
<prop actor="" attachpoint="l_hand"/>
<prop actor="props/units/tools/pick.xml" attachpoint="r_hand"/>
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
<prop actor="" attachpoint="r_hand"/>
</props>
</variant>
<variant name="Build">

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.