mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 13:52:23 +00:00
#Various stuff, including Iberian head props and some road terrains.
This was SVN commit r6533.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="1" name="mesh">
|
||||
<mesh>props/head_longhair.pmd</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant name="face-1">
|
||||
<texture>props/head/iber_adv_a.dds</texture>
|
||||
</variant>
|
||||
<variant name="face-2">
|
||||
<texture>props/head/iber_adv_b.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>objectcolor.xml</material>
|
||||
|
||||
</actor>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="1" name="mesh">
|
||||
<mesh>props/dude_head.pmd</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant name="face-1">
|
||||
<texture>props/head/iber_adv_a_hood.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>objectcolor.xml</material>
|
||||
|
||||
</actor>
|
||||
@@ -10,10 +10,10 @@
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant>
|
||||
<variant name="face-1">
|
||||
<texture>props/head/iber_basic_a.dds</texture>
|
||||
</variant>
|
||||
<variant>
|
||||
<variant name="face-2">
|
||||
<texture>props/head/iber_basic_b.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="1" name="mesh">
|
||||
<mesh>props/dude_head.pmd</mesh>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant frequency="1" name="face-1">
|
||||
<texture>props/head/iber_adv_a.dds</texture>
|
||||
</variant>
|
||||
<variant frequency="1" name="face-2">
|
||||
<texture>props/head/iber_adv_b.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>objectcolor.xml</material>
|
||||
|
||||
</actor>
|
||||
+100
-100
@@ -1,100 +1,100 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<animations>
|
||||
<animation file="biped/inf_arch_atk_a.psa" name="Idle" speed="1"/>
|
||||
<animation event="0.4" file="infantry/javelin/attack/ijv_off_01.psa" load="0" name="Melee" speed="100"/>
|
||||
<animation file="infantry/general/dude/dudewalk.psa" name="Walk" speed="20"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="5"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_def_02.psa" name="Run" speed="10"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_em_03.psa" name="Run" speed="10"/>
|
||||
<animation file="infantry/general/chop.psa" name="gather_wood" speed="250"/>
|
||||
<animation file="biped/hoe.psa" name="gather_grain" speed="150"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_fruit" speed="150"/>
|
||||
<animation file="infantry/general/mine.psa" name="gather_stone" speed="250"/>
|
||||
<animation file="infantry/general/mine.psa" name="gather_metal" speed="250"/>
|
||||
<animation file="infantry/general/dude/dudebuild.psa" name="Build" speed="150"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="300"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="300"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="300"/>
|
||||
<animation file="infantry/general/death/inf_04.psa" name="Death" speed="300"/>
|
||||
<animation file="infantry/general/death/inf_06.psa" name="Death" speed="300"/>
|
||||
<animation file="infantry/general/death/inf_07.psa" name="Death" speed="300"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_long.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/heads/head_iber_adv.xml" attachpoint="head"/>
|
||||
<prop actor="props/units/weapons/jav.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/jav.xml" attachpoint="l_hand"/>
|
||||
<prop actor="props/units/heads/iber_helmet_04.xml" attachpoint="helmet"/>
|
||||
</props>
|
||||
<texture>skeletal/kart_ijv_a_1.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="Idle"/>
|
||||
<variant name="Melee">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/jav.xml" attachpoint="loaded-r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_projectile.xml" attachpoint="projectile"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_wood">
|
||||
<props>
|
||||
<prop actor="" attachpoint="shield"/>
|
||||
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
|
||||
<prop actor="" attachpoint="r_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_grain">
|
||||
<props>
|
||||
<prop actor="" attachpoint="shield"/>
|
||||
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_fruit">
|
||||
<props>
|
||||
<prop actor="" attachpoint="shield"/>
|
||||
<prop actor="" attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_stone">
|
||||
<props>
|
||||
<prop actor="" attachpoint="shield"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop actor="" attachpoint="r_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_metal">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="Build">
|
||||
<props>
|
||||
<prop actor="" attachpoint="shield"/>
|
||||
<prop actor="" attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
<prop attachpoint=""/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>player_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<castshadow/>
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<animations>
|
||||
<animation file="biped/inf_arch_atk_a.psa" name="Idle" speed="1"/>
|
||||
<animation event="0.4" file="infantry/javelin/attack/ijv_off_01.psa" load="0" name="Melee" speed="100"/>
|
||||
<animation file="infantry/general/dude/dudewalk.psa" name="Walk" speed="20"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_off_01.psa" name="Run" speed="5"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_def_02.psa" name="Run" speed="10"/>
|
||||
<animation file="infantry/sword/move/run/isw_s_em_03.psa" name="Run" speed="10"/>
|
||||
<animation file="infantry/general/chop.psa" name="gather_wood" speed="250"/>
|
||||
<animation file="biped/hoe.psa" name="gather_grain" speed="150"/>
|
||||
<animation file="infantry/general/forage.psa" name="gather_fruit" speed="150"/>
|
||||
<animation file="infantry/general/mine.psa" name="gather_stone" speed="250"/>
|
||||
<animation file="infantry/general/mine.psa" name="gather_metal" speed="250"/>
|
||||
<animation file="infantry/general/dude/dudebuild.psa" name="Build" speed="150"/>
|
||||
<animation file="infantry/general/death/inf_01.psa" name="Death" speed="300"/>
|
||||
<animation file="infantry/general/death/inf_02.psa" name="Death" speed="300"/>
|
||||
<animation file="infantry/general/death/inf_03.psa" name="Death" speed="300"/>
|
||||
<animation file="infantry/general/death/inf_04.psa" name="Death" speed="300"/>
|
||||
<animation file="infantry/general/death/inf_06.psa" name="Death" speed="300"/>
|
||||
<animation file="infantry/general/death/inf_07.psa" name="Death" speed="300"/>
|
||||
</animations>
|
||||
<mesh>skeletal/m_tunic_long.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/units/heads/head_iber_su1.xml" attachpoint="head"/>
|
||||
<prop actor="props/units/weapons/jav.xml" attachpoint="r_hand"/>
|
||||
<prop actor="props/units/weapons/jav.xml" attachpoint="l_hand"/>
|
||||
<prop actor="props/units/heads/iber_helmet_04.xml" attachpoint="helmet"/>
|
||||
</props>
|
||||
<texture>skeletal/kart_ijv_a_1.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="Idle"/>
|
||||
<variant name="Melee">
|
||||
<props>
|
||||
<prop actor="props/units/weapons/jav.xml" attachpoint="loaded-r_hand"/>
|
||||
<prop actor="props/units/weapons/jav_projectile.xml" attachpoint="projectile"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_wood">
|
||||
<props>
|
||||
<prop actor="" attachpoint="shield"/>
|
||||
<prop actor="props/units/tools/axe.xml" attachpoint="l_hand"/>
|
||||
<prop actor="" attachpoint="r_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_grain">
|
||||
<props>
|
||||
<prop actor="" attachpoint="shield"/>
|
||||
<prop actor="props/units/tools/hoe.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_fruit">
|
||||
<props>
|
||||
<prop actor="" attachpoint="shield"/>
|
||||
<prop actor="" attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/basket.xml" attachpoint="l_leg"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_stone">
|
||||
<props>
|
||||
<prop actor="" attachpoint="shield"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop actor="" attachpoint="r_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="gather_metal">
|
||||
<props>
|
||||
<prop attachpoint="shield"/>
|
||||
<prop actor="props/units/tools/pick.xml" attachpoint="l_hand"/>
|
||||
<prop attachpoint="r_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="Build">
|
||||
<props>
|
||||
<prop actor="" attachpoint="shield"/>
|
||||
<prop actor="" attachpoint="l_hand"/>
|
||||
<prop actor="props/units/tools/mallet.xml" attachpoint="r_hand"/>
|
||||
<prop attachpoint="helmet"/>
|
||||
<prop attachpoint=""/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>player_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
|
||||
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
LFS
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
LFS
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user