1
0
forked from mirrors/0ad

Fix trader variants as well as replace saddle prop point with rider.

Thread:
https://wildfiregames.com/forum/index.php?/topic/27415-error-message-appears!/&tab=comments#comment-390385

This was SVN commit r23306.
This commit is contained in:
Alexandermb
2019-12-29 16:34:13 +00:00
parent cc7071c691
commit 2bf3bef76e
3 changed files with 13 additions and 3 deletions
@@ -5,7 +5,7 @@
<variant frequency="100" file="quadraped/base_camel_trader.xml">
<mesh>skeletal/camel.dae</mesh>
<props>
<prop actor="props/units/pers_camel_props.xml" attachpoint="saddle"/>
<prop actor="props/units/pers_camel_props.xml" attachpoint="rider"/>
<prop actor="props/camel/teeths.xml" attachpoint="mouth_bot"/>
</props>
</variant>
@@ -5,7 +5,7 @@
<variant frequency="100" file="quadraped/base_camel_trader.xml">
<mesh>skeletal/camel.dae</mesh>
<props>
<prop actor="props/units/pers_camel_props.xml" attachpoint="saddle"/>
<prop actor="props/units/pers_camel_props.xml" attachpoint="rider"/>
<prop actor="props/camel/teeths.xml" attachpoint="mouth_bot"/>
</props>
</variant>
@@ -1,2 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<variant file="quadraped/base_camel_fauna.xml"/>
<variant name="Base" frequency="1">
<animations>
<animation file="quadraped/camel_idle_01.dae" name="Idle" id="idle1" speed="80"/>
<animation file="quadraped/camel_idle_02.dae" name="Idle" id="idle2" speed="80"/>
<animation file="quadraped/camel_idle_03.dae" name="Idle" id="idle3" speed="80"/>
<animation file="quadraped/camel_idle_01.dae" name="Idle" id="idle4" speed="80"/>
<animation file="quadraped/camel_death.dae" name="Death" speed="120"/>
<animation file="quadraped/camel_walk.dae" name="Walk" speed="15"/>
<animation file="quadraped/camel_trot.dae" name="Run" speed="5"/>
</animations>
</variant>