New Celtic Outpost.

This was SVN commit r8227.
This commit is contained in:
Michael D. Hafer 2010-10-01 04:24:39 +00:00
parent 91c5101e48
commit 71b469c115
8 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>props/celt_outpost_door.dae</mesh>
<texture>props/celt_prop_1.dds</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>props/celt_outpost_shields.dae</mesh>
<texture>props/celt_props_new.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>props/celt_outpost_windows.dae</mesh>
<texture>structural/celt_broch.dds</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="celt outpost a">
<mesh>structural/celt_outpost.dae</mesh>
<props>
<prop actor="props/structures/celts/outpost_shields.xml" attachpoint="root"/>
<prop actor="props/structures/celts/outpost_windows.xml" attachpoint="root"/>
<prop actor="props/structures/celts/outpost_door.xml" attachpoint="root"/>
</props>
<texture>structural/celt_struct_1.dds</texture>
</variant>
</group>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.