#Brand new Greek temple meshes by RedFox20. Decal dirt textures. New Greek buildings and prop textures.

This was SVN commit r6879.
This commit is contained in:
Mythos_Ruler
2009-05-23 17:25:17 +00:00
parent 95b4e4812d
commit 37b1bfc905
24 changed files with 138 additions and 8 deletions
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="temple_a_columns">
<mesh>structural/hele_temple_a_props.dae</mesh>
<texture>props/hele_props_a.dds</texture>
</variant>
</group>
</actor>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="temple_a_structure">
<mesh>structural/hele_temple_a_struct.dae</mesh>
<texture>structural/hele_struct.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="temple_b_columns">
<mesh>structural/hele_temple_b_props.dae</mesh>
<texture>props/hele_props_a.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="temple_b_structure">
<mesh>structural/hele_temple_b_struct.dae</mesh>
<texture>structural/hele_struct.dds</texture>
</variant>
</group>
<material>player_trans.xml</material>
</actor>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="temple_c_columns">
<mesh>structural/hele_temple_c_props.dae</mesh>
<texture>props/hele_props_a.dds</texture>
</variant>
</group>
</actor>
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant frequency="3" name="Temple A">
<mesh>structural/hele_temple_a_base.dae</mesh>
<props>
<prop actor="props/structures/hellenes/temple_a_columns.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/temple_a_struct.xml" attachpoint="root"/>
</props>
</variant>
<variant frequency="2" name="Temple B">
<mesh>structural/hele_temple_b_base.dae</mesh>
<props>
<prop actor="props/structures/hellenes/temple_b_columns.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/temple_b_struct.xml" attachpoint="root"/>
</props>
</variant>
<variant frequency="1" name="Temple C">
<mesh>structural/hele_temple_c_base.dae</mesh>
<props>
<prop actor="props/structures/hellenes/temple_c_columns.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/temple_b_struct.xml" attachpoint="root"/>
</props>
</variant>
</group>
<group>
<variant>
<texture>props/hele_tile_c.dds</texture>
</variant>
</group>
</actor>
Binary file not shown.
@@ -3,9 +3,9 @@
<Entity Parent="template_structure_military_fortress">
<Traits>
<Id>
<Specific>Akropolis</Specific>
<Specific>Epiteichisma</Specific>
<Civ>Hellenes</Civ>
<History>The Akropolis was usually a fortified citadel in the upper part of the city. The Athenian Akropolis was renowned for its marvellous temples, among which was the Parthenon, while the Acro-Corinthus was highly prized by the Macedonians for its strategic location and good defences.</History>
<History>The Akropolis was usually a fortified citadel in the upper part of the city. The Athenian Akropolis was renowned for its marvellous temples, among which was the Parthenon, while the Acro-Corinthus was highly prized by the Macedonians for its strategic location and good defences. Fortresses were also built to guard passes and atop hills in order to command plains and valleys below.</History>
<Tooltip>Builds Siege Engines. Can garrison many soldiers inside for defense.</Tooltip>
</Id>
</Traits>
@@ -8,9 +8,9 @@
<History>The Hellenes built marvelous temples in order to honour their polytheistic pantheon. While all gods were venerated, a specific patron deity was supposed to watch over each polis.</History>
</Id>
<Footprint>
<Width>16.5</Width>
<Depth>10.5</Depth>
<Height>8.0</Height>
<Width>17.5</Width>
<Depth>30.0</Depth>
<Height>12.0</Height>
</Footprint>
</Traits>
<Actions>
@@ -22,5 +22,5 @@
</List>
</Create>
</Actions>
<Actor>structures/hellenes/temple.xml</Actor>
<Actor>structures/hellenes/temple_new.xml</Actor>
</Entity>