1
0
forked from 0ad/0ad

More Greek unit tweaks

This was SVN commit r3266.
This commit is contained in:
Wijitmaker 2005-12-17 20:45:27 +00:00
parent 1bedd9457a
commit 74b8c5b15f
42 changed files with 250 additions and 79 deletions

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant>
<colour>138 97 60</colour>
<mesh>props/helmet/head_philip.pmd</mesh>
<texture>props/head/philip.dds</texture>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -5,7 +5,7 @@
<group>
<variant name="Base">
<mesh>props/helmet/mace_helmet_n.pmd</mesh>
<mesh>props/helmet/mace_helmet_i.pmd</mesh>
<texture>props/helmet/hele_alexander.dds</texture>
</variant>
</group>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant name="Base">
<mesh>props/helmet/mace_helmet_a.pmd</mesh>
<texture>props/helmet/hele_demetrius.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant name="b">
<mesh>props/helmet/mace_helmet_b.pmd</mesh>
<texture>props/helmet/mace_a.dds</texture>
</variant>
<variant name="c">
<mesh>props/helmet/mace_helmet_c.pmd</mesh>
<texture>props/helmet/mace_a.dds</texture>
</variant>
<variant name="d">
<mesh>props/helmet/mace_helmet_d.pmd</mesh>
<texture>props/helmet/mace_b.dds</texture>
</variant>
<variant name="e">
<mesh>props/helmet/mace_helmet_e.pmd</mesh>
<texture>props/helmet/mace_b.dds</texture>
</variant>
<variant name="f">
<mesh>props/helmet/mace_helmet_f.pmd</mesh>
<texture>props/helmet/mace_b.dds</texture>
</variant>
<variant name="g">
<mesh>props/helmet/mace_helmet_g.pmd</mesh>
<texture>props/helmet/mace_c.dds</texture>
</variant>
<variant name="h">
<mesh>props/helmet/mace_helmet_h.pmd</mesh>
<texture>props/helmet/mace_c.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<group>
<variant name="base">
<mesh>props/shield/round_h_f.pmd</mesh>
<props>
<prop actor="props/units/shields/hele_round_back.xml" attachpoint="back"/>
</props>
</variant>
</group>
<group>
<variant name="q">
<texture>props/shield/hele_round_q.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<group>
<variant name="base">
<mesh>props/shield/round_h_f.pmd</mesh>
<props>
<prop actor="props/units/shields/hele_round_back.xml" attachpoint="back"/>
</props>
</variant>
</group>
<group>
<variant name="b">
<texture>props/shield/hele_round_b.dds</texture>
</variant>
<variant name="v">
<texture>props/shield/hele_round_v.dds</texture>
</variant>
<variant name="w">
<texture>props/shield/hele_round_w.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -4,29 +4,30 @@
<castshadow/>
<group>
<variant frequency="100" name="Base">
<variant name="Base">
<animations>
<animation file="biped/dudeidle.psa" name="Idle" speed="200"/>
<animation file="biped/dudewalk_swordshield.psa" name="Walk" speed="20"/>
<animation file="biped/dudebuild.psa" name="Build" speed="150"/>
<animation file="biped/dudechop.psa" name="Chop" speed="150"/>
<animation file="biped/dudedeath_sword.psa" name="Death" speed="200"/>
<animation file="biped/dudedecay_sword.psa" name="Decay" speed="100"/>
<animation event="0.5" file="biped/inf_sword_shield_atk_a.psa" name="Attack" speed="100"/>
<animation event="0.5" file="biped/inf_sword_shield_atk_b.psa" name="Attack" speed="100"/>
<animation event="0.5" file="biped/inf_sword_shield_atk_c.psa" name="Attack" speed="100"/>
<animation file="quadraped/horse_idle_a.psa" name="Idle" speed="50"/>
<animation file="quadraped/horse_gallop.psa" name="Walk" speed="17"/>
</animations>
<mesh>skeletal/m_tunic_c.pmd</mesh>
<props>
<prop actor="props/units/heads/hele_alexander.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_alexander.xml" attachpoint="head"/>
<prop actor="props/units/weapons/xiphos_alexander.xml" attachpoint="r_hand"/>
<prop actor="props/units/cape_alexander.xml" attachpoint="back"/>
</props>
<texture>skeletal/hele_alexander.dds</texture>
<colour>0 0 0</colour>
<mesh>skeletal/horse.pmd</mesh>
</variant>
</group>
<material>player_trans.xml</material>
<group>
<variant>
<props>
<prop actor="units/hellenes/alexander_r.xml" attachpoint="rider"/>
<prop actor="props/units/horse/hele_saddle_h1.xml" attachpoint="chest"/>
<prop actor="props/units/horse/hele_saddle_fr1.xml" attachpoint="fr_quarter"/>
<prop actor="props/units/horse/hele_saddle_fl1.xml" attachpoint="fl_quarter"/>
<prop actor="props/units/horse/hele_saddle_rr1.xml" attachpoint="rr_quarter"/>
<prop actor="props/units/horse/hele_saddle_rl1.xml" attachpoint="rl_quarter"/>
</props>
<texture>skeletal/horse_hele_h.dds</texture>
</variant>
</group>
<material>objectcolor.xml</material>
</actor>

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="biped/cavalryidle.psa" name="Idle" speed="200"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="20"/>
</animations>
<mesh>skeletal/m_tunic_c.pmd</mesh>
<props>
<prop actor="props/units/heads/hele_alexander.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_alexander.xml" attachpoint="head"/>
<prop actor="props/units/weapons/xiphos_alexander.xml" attachpoint="r_hand"/>
<prop actor="props/units/cape_alexander.xml" attachpoint="back"/>
</props>
<texture>skeletal/hele_alexander.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -17,6 +17,8 @@
<props>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
<prop actor="props/units/weapons/spear_long.xml" attachpoint="r_hand"/>
<prop actor="props/units/heads/hele_demetrius.xml" attachpoint="helmet"/>
<prop actor="props/units/shields/hele_round_demetrius.xml" attachpoint="shield"/>
</props>
<texture>skeletal/hele_demetrius.dds</texture>
</variant>

View File

@ -15,8 +15,8 @@
</animations>
<mesh>skeletal/m_tunic_a.pmd</mesh>
<props>
<prop actor="props/units/heads/head_hele_a.xml" attachpoint="head"/>
<prop actor="props/units/weapons/spear_long.xml" attachpoint="r_hand"/>
<prop actor="props/units/heads/head_philip.xml" attachpoint="head"/>
<prop actor="props/units/weapons/spear.xml" attachpoint="r_hand"/>
</props>
<texture>skeletal/hele_philip.dds</texture>
</variant>

View File

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations>
<animation file="biped/inf_idle_spear.psa" name="Idle" speed="200"/>
<animation file="biped/walk_spearshield.psa" name="Walk" speed="20"/>
<animation file="biped/dudebuild.psa" name="Build" speed="150"/>
<animation file="biped/dudechop.psa" name="Chop" speed="150"/>
<animation file="biped/dudedeath_sword.psa" name="Death" speed="200"/>
<animation file="biped/dudedecay_sword.psa" name="Decay" speed="100"/>
<animation event="0.5" file="biped/inf_spear_shield_atk_a.psa" name="Attack" speed="100"/>
<animation event="0.5" file="biped/inf_spear_shield_atk_b.psa" name="Attack" speed="100"/>
</animations>
<mesh>skeletal/m_tunic_a.pmd</mesh>
<props>
<prop actor="props/units/heads/hele_su3.xml" attachpoint="helmet"/>
<prop actor="props/units/heads/head_hele_b.xml" attachpoint="head"/>
<prop actor="props/units/shields/hele_round_su3.xml" attachpoint="shield"/>
<prop actor="props/units/weapons/spear_long.xml" attachpoint="r_hand"/>
</props>
<texture>skeletal/hele_pezhetairoi.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -8,12 +8,6 @@
<animations>
<animation file="biped/cavalryidle.psa" name="Idle" speed="0"/>
<animation file="biped/cavalryidle.psa" name="Walk" speed="20"/>
<animation file="biped/dudebuild.psa" name="Build" speed="150"/>
<animation file="biped/dudechop.psa" name="Chop" speed="150"/>
<animation file="biped/dudedeath_sword.psa" name="Death" speed="200"/>
<animation file="biped/dudedecay_sword.psa" name="Decay" speed="100"/>
<animation event="0.5" file="biped/dudeattack.psa" name="Attack" speed="100"/>
<animation event="0.5" file="biped/dudeattack1.psa" name="Attack" speed="100"/>
</animations>
<mesh>skeletal/m_tunic_a.pmd</mesh>
<props>

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.

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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

View File

@ -16,6 +16,6 @@
</Id>
</Traits>
<Actor>units/hellenes/super_unit_1.xml</Actor>
<Actor>units/hellenes/super_unit_3.xml</Actor>
</Entity>