This was SVN commit r6904.

This commit is contained in:
Mythos_Ruler 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>

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21e78ad3e7179e9aed1ddef773eaf80f9f12539fb88e7719cd89b805b3f8b029
size 5862

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0aa11768559edde6d34954117cd734c9bd61262afd599de0c8bdbe940117309
size 5917

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:856d7927c4be80d953d12e6e953e061ececd7b8b079914c840c3726b434605e3
size 5861

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65127b901547ca77827bced0b1742220c0db30c1becb9a2bcfd370752fbeecfe
size 5861

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2483346dd76ad99db29bb9b10e5867ea65174fc8a42c141d249b467a569b6ee4
size 99530

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc8e5500e5066e683a5687925c5e679c2decebef75beaa33efb22ef9ae21b8e0
size 335381

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e914c8403704eb961b62916c8731a18383985e1fc6a605fd4a9270acd7e436d3
size 150970

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07858413a693385c5f8b77c895c7a00ebc4818200c5283ae8b7c67be5b7331e6
size 137161

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0960b82841c0e5c76e891022d1a5d225a470d29f1ecf1df36c64e91dc574a743
size 22000

View file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37f3b5e506da0a28b89cc8d7a6b727456599c9c57cd5773b58bc7a5defa8d7f5
size 87536

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>

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4fa3c48d54fbce5255bb30149e0b797effba7517691e989e2acf2db4b6bb578a
size 208372
oid sha256:54b799b4ffa1bbfa2b25e03d0bd7c3215bb93f9dcb07621db09cd75d7c7f3814
size 208422

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21ebe2fe408d33b5873f5cea92fc6e40bdf5f2f87f35214ce442191d4408d66b
size 179295
oid sha256:d354317c86998aa05211af7f3943f102b4a84d77100318a380cd7b31dec4ec08
size 197063