1
0
forked from 0ad/0ad

#New Carthaginian Houses.

This was SVN commit r6781.
This commit is contained in:
Michael D. Hafer 2009-03-25 02:42:21 +00:00
parent 433c34cd94
commit fddaef30f9
8 changed files with 49 additions and 13 deletions

View File

@ -4,10 +4,20 @@
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>props/kart_ho_b.pmd</mesh>
<texture>props/kart_prop_a.dds</texture>
<variant frequency="1" name="house_B_props_1">
<mesh>props/kart_house_b_1.dae</mesh>
</variant>
<variant frequency="1" name="house_B_props_2">
<mesh>props/kart_house_b_2.dae</mesh>
</variant>
</group>
<group>
<variant>
<texture>structural/kart_struct.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -4,10 +4,17 @@
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>props/kart_ho_c.pmd</mesh>
<texture>props/kart_prop_a.dds</texture>
<variant frequency="1" name="house_C_props_1">
<mesh>props/kart_house_c_1.dae</mesh>
</variant>
</group>
<group>
<variant>
<texture>structural/kart_struct.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -9,21 +9,25 @@
<props>
<prop actor="props/structures/carthaginians/house_a.xml" attachpoint="root"/>
</props>
<texture>structural/kart_struct.dds</texture>
</variant>
<variant frequency="10" name="House B">
<mesh>structural/kart_ho_b.pmd</mesh>
<mesh>structural/kart_house_b.dae</mesh>
<props>
<prop actor="props/structures/carthaginians/house_b.xml" attachpoint="props_main"/>
<prop actor="props/structures/carthaginians/house_b.xml" attachpoint="root"/>
</props>
<texture>structural/kart_struct_1.dds</texture>
</variant>
<variant frequency="10" name="House C">
<mesh>structural/kart_ho_c.pmd</mesh>
<mesh>structural/kart_house_c.dae</mesh>
<props>
<prop actor="props/structures/carthaginians/house_c.xml" attachpoint="props_main"/>
<prop actor="props/structures/carthaginians/house_c.xml" attachpoint="root"/>
<prop attachpoint=""/>
</props>
<texture>structural/kart_struct_1.dds</texture>
</variant>
</group>
<group>
<variant>
<texture>structural/kart_struct.dds</texture>
</variant>
</group>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.