This was SVN commit r6904.

This commit is contained in:
Michael D. Hafer 2009-06-12 03:54:58 +00:00
parent 93cd77756e
commit c1905d9ccc
19 changed files with 120 additions and 17 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant name="decal_dirt_2x2">
<mesh>props/decal_struct_2x2.dae</mesh>
<texture>props/decal_struct_sand_small.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant name="decal_dirt_3x6">
<mesh>props/decal_struct_3x6.dae</mesh>
<texture>props/decal_struct_sand_long.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -1,17 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<autoflatten/>
<castshadow/>
<group>
<variant frequency="100" name="Base">
<animations/>
<mesh>structural/wrld_bld_f2x2.pmd</mesh>
<props/>
<texture>structural/wrld_wood.dds</texture>
<variant frequency="1" name="foundation 2x2 a">
<mesh>structural/found_2x2_a.dae</mesh>
</variant>
</group>
<group>
<variant frequency="1">
<props>
<prop actor="props/structures/decals/dirt_2x2.xml" attachpoint="root"/>
</props>
</variant>
</group>
<group>
<variant frequency="1">
<texture>structural/foundation.dds</texture>
</variant>
</group>
</actor>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="1" name="foundation 3x6 a">
<mesh>structural/found_3x6_a.dae</mesh>
</variant>
</group>
<group>
<variant frequency="1">
<props>
<prop actor="props/structures/decals/dirt_3x6.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.

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.

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity
Parent="template_foundation"
>
<Traits>
<Id>
<Generic>Foundation 3x6</Generic>
<Classes>Foundation</Classes>
</Id>
<Footprint>
<Width>17.5</Width>
<Depth>30.0</Depth>
<Height>8.0</Height>
</Footprint>
<Vision>
<Los>6</Los>
</Vision>
</Traits>
<Actor>structures/fndn_3x6.xml</Actor>
</Entity>

View File

@ -18,7 +18,7 @@
</Id>
<Creation>
<Foundation>foundation_3x3</Foundation>
<Foundation>foundation_3x6</Foundation>
<Time>40</Time>
<Resource>
<Stone>300</Stone>

View File

@ -20,7 +20,7 @@
</Id>
<Creation>
<Foundation>foundation_1x1</Foundation>
<Foundation>foundation_2x2</Foundation>
<Resource>
<Stone>25</Stone>
</Resource>

Binary file not shown.

Binary file not shown.