1
0
forked from 0ad/0ad

#More new construction foundations.

This was SVN commit r6903.
This commit is contained in:
Michael D. Hafer 2009-06-11 00:39:49 +00:00
parent 7cc6c0270b
commit 93cd77756e
20 changed files with 156 additions and 28 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<group>
<variant name="decal_dirt_4x4">
<mesh>props/decal_struct_4x4.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_5x5">
<mesh>props/decal_struct_5x5.dae</mesh>
<texture>props/decal_struct_sand_large.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_6x6">
<mesh>props/decal_struct_6x6.dae</mesh>
<texture>props/decal_struct_sand_large.dds</texture>
</variant>
</group>
<material>basic_trans.xml</material>
</actor>

View File

@ -2,11 +2,25 @@
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<variant frequency="1" name="foundation 3x3 a">
<mesh>structural/found_3x3_a.dae</mesh>
</variant>
<variant frequency="1" name="foundation 3x3 b">
<mesh>structural/found_3x3_b.dae</mesh>
</variant>
<variant frequency="1" name="foundation 3x3 c">
<mesh>structural/found_3x3_c.dae</mesh>
</variant>
</group>
<group>
<variant frequency="1">
<props>
<prop actor="props/structures/decals/dirt_small.xml" attachpoint="root"/>
</props>
</variant>
</group>
<group>
<variant frequency="1">
<texture>structural/foundation.dds</texture>
</variant>
</group>

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_f4x4.pmd</mesh>
<props/>
<texture>structural/wrld_wood.dds</texture>
<variant frequency="1" name="foundation 4x4 a">
<mesh>structural/found_4x4_a.dae</mesh>
</variant>
</group>
<group>
<variant>
<props>
<prop actor="props/structures/decals/dirt_4x4.xml" attachpoint="root"/>
</props>
</variant>
</group>
<group>
<variant>
<texture>structural/foundation.dds</texture>
</variant>
</group>
</actor>

View File

@ -1,17 +1,24 @@
<?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_f5x5.pmd</mesh>
<props/>
<texture>structural/wrld_wood.dds</texture>
<variant frequency="1" name="foundation 5x5 a">
<mesh>structural/found_5x5_a.dae</mesh>
</variant>
<variant frequency="1" name="foundation 5x5 b">
<mesh>structural/found_5x5_b.dae</mesh>
</variant>
</group>
<group>
<variant frequency="1">
<props>
<prop actor="props/structures/decals/dirt_5x5.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 6x6 a">
<mesh>structural/found_6x6_a.dae</mesh>
</variant>
</group>
<group>
<variant frequency="1">
<props>
<prop actor="props/structures/decals/dirt_6x6.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.

View File

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

View File

@ -11,7 +11,7 @@
</Id>
<Creation>
<TerritoryRestriction>All</TerritoryRestriction>
<Foundation>foundation_5x5</Foundation>
<Foundation>foundation_6x6</Foundation>
<Socket>Settlement</Socket>
<Time>60</Time>
<Resource>

View File

@ -18,7 +18,7 @@
</Id>
<Creation>
<Foundation>foundation_5x5</Foundation>
<Foundation>foundation_6x6</Foundation>
<Time>84</Time>
<Resource>
<Wood>0</Wood>