New foundation for Carth Market.

This was SVN commit r9985.
This commit is contained in:
Michael D. Hafer 2011-08-09 23:05:54 +00:00
parent 0adcad8662
commit 5fd0d3b543
7 changed files with 46 additions and 4 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant name="decal_dirt_6x4">
<decal width="40" depth="25" angle="0" offsetx="0" offsetz="0"/>
<texture>props/decal_struct_sand_long.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="foundation 6x4 a">
<mesh>structural/found_6x4_a.dae</mesh>
</variant>
<variant frequency="1" name="foundation 6x4 b">
<mesh>structural/found_6x4_b.dae</mesh>
</variant>
</group>
<group>
<variant frequency="1">
<props>
<prop actor="props/structures/decals/dirt_6x4.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>
</group>
<group>
<variant frequency="1">
<texture>structural/foundation.dds</texture>
</variant>
</group>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -14,5 +14,6 @@
</Obstruction>
<VisualActor>
<Actor>structures/carthaginians/market.xml</Actor>
<FoundationActor>structures/fndn_6x4.xml</FoundationActor>
</VisualActor>
</Entity>