1
0
forked from 0ad/0ad

Temporary palisade foundations for Alpha 10. (We should probably make better looking ones than these.)

This was SVN commit r11794.
This commit is contained in:
Michael D. Hafer 2012-05-08 19:59:59 +00:00
parent 9fecad12c3
commit 32a01c2ed8
10 changed files with 59 additions and 2 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>structural/found_1x1.dae</mesh>
<texture>structural/foundation.dds</texture>
</variant>
<variant>
<props>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>
</group>
</actor>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="100" name="Base">
<mesh>structural/found_1x3.dae</mesh>
<texture>structural/foundation.dds</texture>
</variant>
<variant>
<props>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>
</group>
</actor>

Binary file not shown.

Binary file not shown.

View File

@ -16,7 +16,8 @@
<PitchLower>0.9</PitchLower>
<Threshold>1</Threshold>
<Decay>3</Decay>
<Replacement>civ_female_yes.ogg</Replacement>
<Replacement>civ_female_my_lord.ogg</Replacement>
<Path>audio/voice/hellenes/civ</Path>
<Sound>civ_female_yes.ogg</Sound>
<Sound>civ_female_my_lord.ogg</Sound>
<Sound>civ_female_what_is_it.ogg</Sound>
</SoundGroup>

View File

@ -28,7 +28,11 @@
<Obstruction>
<Static width="14" depth="2.0"/>
</Obstruction>
<StatusBars>
<HeightOffset>9.0</HeightOffset>
</StatusBars>
<VisualActor>
<FoundationActor>structures/fndn_1x3pal.xml</FoundationActor>
<Actor>props/special/palisade_rocks_gate.xml</Actor>
</VisualActor>
<WallPiece>

View File

@ -29,8 +29,12 @@
<Obstruction>
<Static width="14" depth="2.0"/>
</Obstruction>
<StatusBars>
<HeightOffset>9.0</HeightOffset>
</StatusBars>
<VisualActor>
<Actor>props/special/palisade_rocks_long.xml</Actor>
<FoundationActor>structures/fndn_1x3pal.xml</FoundationActor>
</VisualActor>
<WallPiece>
<Length>11.0</Length>

View File

@ -29,8 +29,12 @@
<Obstruction>
<Static width="10" depth="2.0"/>
</Obstruction>
<StatusBars>
<HeightOffset>9.0</HeightOffset>
</StatusBars>
<VisualActor>
<Actor>props/special/palisade_rocks_medium.xml</Actor>
<FoundationActor>structures/fndn_1x3pal.xml</FoundationActor>
</VisualActor>
<WallPiece>
<Length>8.0</Length>

View File

@ -29,8 +29,12 @@
<Obstruction>
<Static width="4.5" depth="2.0"/>
</Obstruction>
<StatusBars>
<HeightOffset>9.0</HeightOffset>
</StatusBars>
<VisualActor>
<Actor>props/special/palisade_rocks_short.xml</Actor>
<FoundationActor>structures/fndn_1x1pal.xml</FoundationActor>
</VisualActor>
<WallPiece>
<Length>4.0</Length>

View File

@ -29,8 +29,12 @@
<Obstruction>
<Static width="4.0" depth="4.0"/>
</Obstruction>
<StatusBars>
<HeightOffset>9.0</HeightOffset>
</StatusBars>
<VisualActor>
<Actor>props/special/palisade_rocks_tower.xml</Actor>
<FoundationActor>structures/fndn_1x1pal.xml</FoundationActor>
</VisualActor>
<WallPiece>
<Length>4.0</Length>