1
0
forked from 0ad/0ad

Chariot meshes and actors

This was SVN commit r6171.
This commit is contained in:
Wijitmaker 2008-07-02 04:39:12 +00:00
parent 5fe79fbb7c
commit 28b243d6d5
17 changed files with 451 additions and 41 deletions

View File

@ -5,7 +5,10 @@
<group> <group>
<variant frequency="100" name="Mesh"> <variant frequency="100" name="Mesh">
<mesh>skeletal/donkey.pmd</mesh> <animations>
<animation file="quadraped/donkey_idle_01.dae" name="idle"/>
</animations>
<mesh>skeletal/donkey.dae</mesh>
</variant> </variant>
</group> </group>

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant>
<animations>
<animation file="mechanical/chariot_walk.dae" name="walk" speed="20"/>
<animation file="mechanical/chariot_run.dae" name="run" speed="8"/>
<animation file="mechanical/chariot_idle.dae" name="idle" speed="10"/>
</animations>
<mesh>structural/celt_char_b.dae</mesh>
<props>
<prop actor="units/celts/super_unit_4_h.xml" attachpoint="horseright"/>
<prop actor="units/celts/super_unit_4_h.xml" attachpoint="horseleft"/>
<prop actor="units/celts/boudicca.xml" attachpoint="rider"/>
<prop actor="units/celts/super_unit_4_d.xml" attachpoint="driver"/>
</props>
<texture>structural/celt_chariot_b.dds</texture>
</variant>
</group>
</actor>

View File

@ -1,40 +1,37 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1"> <actor version="1">
<castshadow/> <castshadow/>
<group> <group>
<variant frequency="1" name="Base"> <variant frequency="1" name="Base">
<animations> <animations>
<animation file="infantry/sword/attack/isw_s_def_06.psa" name="Idle" speed="1"/> <animation file="infantry/sword/attack/isw_s_def_06.psa" name="Idle" speed="1"/>
<animation file="biped/dudewalk_swordshield.psa" name="Walk" speed="20"/> <animation file="biped/dudewalk_swordshield.psa" name="Walk" speed="20"/>
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="8"/> <animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="8"/>
<animation file="infantry/sword/move/run/isw_s_em_03.psa" name="Run" speed="8"/> <animation file="infantry/sword/move/run/isw_s_em_03.psa" name="Run" speed="8"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_def_01.psa" name="Attack" speed="100"/> <animation event="0.5" file="biped/inf_2_hand_sword_attack_a.dae" name="Attack" speed="100"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_def_06.psa" name="Attack" speed="100"/> <animation event="0.5" file="biped/inf_2_hand_sword_attack_b.dae" name="Attack" speed="100"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_em_04.psa" name="Attack" speed="100"/> <animation file="infantry/general/death/inf_01.psa" name="Death" speed="200"/>
<animation event="0.5" file="infantry/sword/attack/isw_s_off_03.psa" name="Attack" speed="100"/> <animation file="infantry/general/death/inf_02.psa" name="Death" speed="400"/>
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="200"/> <animation file="infantry/general/death/inf_03.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="400"/> </animations>
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="200"/> <mesh>skeletal/m_pants_celt.dae</mesh>
</animations> <props>
<mesh>skeletal/m_pants_celt.dae</mesh> <prop actor="props/units/heads/celt_helmet_b.xml" attachpoint="helmet"/>
<props> <prop actor="props/units/heads/head_celt_su3.xml" attachpoint="head"/>
<prop actor="props/units/heads/celt_helmet_b.xml" attachpoint="helmet"/> <prop actor="props/temp/l_sheath.xml" attachpoint="l_hip"/>
<prop actor="props/units/heads/head_celt_su3.xml" attachpoint="head"/> <prop actor="props/units/weapons/spatha.xml" attachpoint="r_hand"/>
<prop actor="props/temp/l_sheath.xml" attachpoint="l_hip"/> </props>
<prop actor="props/units/weapons/spatha.xml" attachpoint="r_hand"/> </variant>
<prop actor="props/units/shields/celt_buckler_c.xml" attachpoint="shield"/> </group>
</props>
</variant> <group>
</group> <variant frequency="1" name="chainmail-1">
<texture>skeletal/celt_su3_soldurii_1.dds</texture>
<group> </variant>
<variant frequency="1" name="chainmail-1"> </group>
<texture>skeletal/celt_su3_soldurii_1.dds</texture>
</variant> <material>player_trans.xml</material>
</group>
</actor>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant>
<animations>
<animation file="mechanical/chariot_walk.dae" name="walk" speed="20"/>
<animation file="mechanical/chariot_run.dae" name="run" speed="8"/>
<animation file="mechanical/chariot_idle.dae" name="idle" speed="10"/>
</animations>
<mesh>structural/celt_char_a.dae</mesh>
<props>
<prop actor="units/celts/super_unit_4_h.xml" attachpoint="horseright"/>
<prop actor="units/celts/super_unit_4_h.xml" attachpoint="horseleft"/>
<prop actor="units/celts/super_unit_4_d.xml" attachpoint="driver"/>
<prop actor="units/celts/super_unit_4_r.xml" attachpoint="rider"/>
</props>
<texture>structural/celt_chariot_a.dds</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="infantry/spear/idle/isp_01.psa" name="Idle" speed="200"/>
<animation file="infantry/general/dude/dudeidle.psa" name="Walk" speed="20"/>
<animation file="infantry/general/dude/dudeidle.psa" name="Run" speed="5"/>
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_04.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_06.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_07.psa" name="Death" speed="200"/>
</animations>
<mesh>skeletal/m_pants_celt.dae</mesh>
<props>
<prop actor="props/units/heads/head_lime.xml" attachpoint="head"/>
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Clothes-1">
<texture>skeletal/celt_isw_a_01.dds</texture>
</variant>
<variant frequency="1" name="Clothes-2">
<texture>skeletal/celt_isw_a_02.dds</texture>
</variant>
<variant frequency="1" name="Clothes-3">
<texture>skeletal/celt_isw_a_03.dds</texture>
</variant>
<variant frequency="1" name="Clothes-4">
<texture>skeletal/celt_isw_a_04.dds</texture>
</variant>
<variant frequency="1" name="Clothes-5">
<texture>skeletal/celt_isw_a_05.dds</texture>
</variant>
<variant frequency="1" name="Clothes-6">
<texture>skeletal/celt_isw_a_06.dds</texture>
</variant>
<variant frequency="1" name="Clothes-7">
<texture>skeletal/celt_isw_a_07.dds</texture>
</variant>
<variant frequency="3" name="Clothes-8">
<texture>skeletal/celt_isw_a_08.dds</texture>
</variant>
<variant frequency="1" name="Clothes-9">
<texture>skeletal/celt_isw_a_09.dds</texture>
</variant>
<variant frequency="1" name="Clothes-10">
<texture>skeletal/celt_isw_a_10.dds</texture>
</variant>
<variant frequency="1" name="Clothes-11">
<texture>skeletal/celt_isw_a_11.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,67 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="50"/>
<animation file="quadraped/horse_gallop.psa" name="Run" speed="8"/>
<animation file="quadraped/horse_walk.psa" name="Walk" speed="20"/>
<animation event=".5" file="quadraped/horse_attack_a.psa" name="Melee" speed="105"/>
<animation event=".5" file="quadraped/horse_attack_b.psa" name="Melee" speed="95"/>
<animation file="quadraped/horse_death.psa" name="death" speed="230"/>
</animations>
<mesh>skeletal/horse.pmd</mesh>
</variant>
</group>
<group>
<variant frequency="7" name="feet">
<texture>skeletal/horse_celt_feet_a.dds</texture>
</variant>
<variant frequency="5" name="blaze">
<texture>skeletal/horse_celt_blaze_a.dds</texture>
</variant>
<variant frequency="5" name="face">
<texture>skeletal/horse_celt_face_a.dds</texture>
</variant>
<variant frequency="7" name="star">
<texture>skeletal/horse_celt_star_a.dds</texture>
</variant>
<variant frequency="3" name="dapple">
<texture>skeletal/horse_celt_dapple_a.dds</texture>
</variant>
<variant frequency="2" name="snip">
<texture>skeletal/horse_celt_snip_a.dds</texture>
</variant>
<variant frequency="5" name="stripe">
<texture>skeletal/horse_celt_stripe_a.dds</texture>
</variant>
</group>
<group>
<variant frequency="2" name="black">
<colour>81 81 85</colour>
</variant>
<variant frequency="2" name="chocolate">
<colour>98 68 58</colour>
</variant>
<variant frequency="2" name="chestnut">
<colour>248 132 86</colour>
</variant>
<variant frequency="2" name="roan">
<colour>242 219 164</colour>
</variant>
<variant frequency="2" name="liver">
<colour>172 95 68</colour>
</variant>
<variant frequency="2" name="brown">
<colour>255 148 89</colour>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="infantry/general/dude/dudeidle.psa" name="Idle" speed="200"/>
<animation event="0.4" file="infantry/javelin/attack/ijv_off_01.psa" load="0" name="Melee" speed="100"/>
<animation file="infantry/general/dude/dudeidle.psa" name="Walk" speed="20"/>
<animation file="infantry/general/dude/dudeidle.psa" name="Run" speed="5"/>
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_04.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_06.psa" name="Death" speed="200"/>
<animation file="infantry/general/death/inf_07.psa" name="Death" speed="200"/>
</animations>
<mesh>skeletal/m_tights.dae</mesh>
<props>
<prop actor="props/units/heads/celt_helmet_b.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_celt.xml" attachpoint="head"/>
<prop actor="props/units/weapons/jav.xml" attachpoint="loaded-r_hand"/>
<prop actor="props/units/weapons/jav.xml" attachpoint="l_hand"/>
<prop actor="props/units/weapons/jav.xml" attachpoint="projectile"/>
</props>
</variant>
</group>
<group>
<variant frequency="1" name="Tattoos-1">
<texture>skeletal/celt_ijv_e_01.dds</texture>
</variant>
<variant frequency="1" name="Tattoos-2">
<texture>skeletal/celt_ijv_e_02.dds</texture>
</variant>
<variant frequency="1" name="Tattoos-3">
<texture>skeletal/kart_isw_a_01.dds</texture>
</variant>
<variant frequency="1" name="Tattoos-4">
<texture>skeletal/kart_isw_a_02.dds</texture>
</variant>
</group>
<group>
<variant frequency="100" name="Idle">
<props>
<prop actor="props/units/weapons/jav.xml" attachpoint="r_hand"/>
</props>
</variant>
<variant name="Melee">
<props>
<prop actor="props/units/weapons/jav.xml" attachpoint="l_hand"/>
<prop actor="props/units/weapons/jav.xml" attachpoint="loaded-r_hand"/>
<prop actor="" attachpoint="r_hand"/>
<prop actor="props/units/weapons/jav_projectile.xml" attachpoint="projectile"/>
</props>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -393,4 +393,144 @@ This skeleton is for the deer and any other similiar shaped animals with the exa
</bone> </bone>
</skeleton> </skeleton>
<standard_skeleton title="Chariot Skeleton" id="chariot">
<bone name="base">
<bone name="chariot">
<bone name="left_wheel"></bone>
<bone name="right_wheel"></bone>
</bone>
</bone>
</standard_skeleton>
<skeleton title="Chariot Skeleton" target="chariot">
<identifier>
<root>base</root>
</identifier>
<bone name="base"><target>base</target>
<bone name="chariot"><target>chariot</target>
<bone name="left_wheel"><target>left_wheel</target>
</bone>
<bone name="right_wheel"><target>right_wheel</target>
</bone>
</bone>
</bone>
</skeleton>
<standard_skeleton title="Horse Biped" id="Horse">
<bone name="root">
<bone name="pelvis">
<bone name="spine">
<bone name="spine1">
<bone name="neck">
<bone name="neck1">
<bone name="head">
</bone>
</bone>
<bone name="l_clavicle">
<bone name="l_upperarm">
<bone name="l_forearm">
<bone name="l_hand">
<bone name="l_finger">
</bone>
</bone>
</bone>
</bone>
</bone>
<bone name="r_clavicle">
<bone name="r_upperarm">
<bone name="r_forearm">
<bone name="r_hand">
<bone name="r_finger">
</bone>
</bone>
</bone>
</bone>
</bone>
</bone>
</bone>
</bone>
<bone name="l_thigh">
<bone name="l_calf">
<bone name="l_foot">
<bone name="l_toe">
</bone>
</bone>
</bone>
</bone>
<bone name="r_thigh">
<bone name="r_calf">
<bone name="r_foot">
<bone name="r_toe">
</bone>
</bone>
</bone>
</bone>
<bone name="tail">
<bone name="tail1">
</bone>
</bone>
</bone>
</bone>
</standard_skeleton>
<skeleton title="3ds Max Horse biped" target="Horse">
<identifier>
<root>Horse</root>
</identifier>
<bone name="Horse"><target>root</target>
<bone name="Horse_Pelvis"><target>pelvis</target>
<bone name="Horse_Spine"><target>spine</target>
<bone name="Horse_Spine1"><target>spine1</target>
<bone name="Horse_Neck"><target>neck</target>
<bone name="Horse_Neck1"><target>neck1</target>
<bone name="Horse_Head"><target>head</target>
</bone>
</bone>
<bone name="Horse_L_Clavicle"><target>l_clavicle</target>
<bone name="Horse_L_UpperArm"><target>l_upperarm</target>
<bone name="Horse_L_Forearm"><target>l_forearm</target>
<bone name="Horse_L_Hand"><target>l_hand</target>
<bone name="Horse_L_Finger0"><target>l_finger</target>
</bone>
</bone>
</bone>
</bone>
</bone>
<bone name="Horse_R_Clavicle"><target>r_clavicle</target>
<bone name="Horse_R_UpperArm"><target>r_upperarm</target>
<bone name="Horse_R_Forearm"><target>r_forearm</target>
<bone name="Horse_R_Hand"><target>r_hand</target>
<bone name="Horse_R_Finger0"><target>r_finger</target>
</bone>
</bone>
</bone>
</bone>
</bone>
</bone>
</bone>
</bone>
<bone name="Horse_L_Thigh"><target>l_thigh</target>
<bone name="Horse_L_Calf"><target>l_calf</target>
<bone name="Horse_L_Foot"><target>l_foot</target>
<bone name="Horse_L_Toe0"><target>l_toe</target>
</bone>
</bone>
</bone>
</bone>
<bone name="Horse_R_Thigh"><target>r_thigh</target>
<bone name="Horse_R_Calf"><target>r_calf</target>
<bone name="Horse_R_Foot"><target>r_foot</target>
<bone name="Horse_R_Toe0"><target>r_toe</target>
</bone>
</bone>
</bone>
</bone>
<bone name="Horse_Tail"><target>tail</target>
<bone name="Horse_Tail1"><target>tail1</target>
</bone>
</bone>
</bone>
</bone>
</skeleton>
</skeletons> </skeletons>

Binary file not shown.

Binary file not shown.