1
0
forked from mirrors/0ad

Add an AO map to the propylaea building. Enable special maps for all versions of the building. Add EOL Native to the actors.

This was SVN commit r22243.
This commit is contained in:
Stan
2019-05-03 22:23:57 +00:00
parent 55b3086c03
commit 7165acf9cc
11 changed files with 28 additions and 16 deletions
@@ -8,8 +8,9 @@
<texture file="props/hele_props_a.dds" name="baseTex"/>
<texture file="props/hele_props_a_norm.png" name="normTex"/>
<texture file="props/hele_props_a_spec.png" name="specTex"/>
<texture file="structural/ao/athen_propylaea.png" name="aoTex"/>
</textures>
</variant>
</group>
<material>basic_trans_parallax_spec.xml</material>
<material>basic_trans_ao_parallax_spec.xml</material>
</actor>
@@ -8,8 +8,9 @@
<texture file="props/hele_wonder_rooftile.png" name="baseTex"/>
<texture file="props/hele_wonder_rooftile_norm.png" name="normTex"/>
<texture file="props/hele_wonder_rooftile_spec.png" name="specTex"/>
<texture file="structural/ao/athen_propylaea.png" name="aoTex"/>
</textures>
</variant>
</group>
<material>basic_trans_parallax_spec.xml</material>
<material>player_trans_ao_parallax_spec.xml</material>
</actor>
@@ -8,8 +8,9 @@
<texture file="structural/hele_blocks.png" name="baseTex"/>
<texture file="structural/hele_blocks_norm.png" name="normTex"/>
<texture file="structural/hele_blocks_spec.png" name="specTex"/>
<texture file="structural/ao/athen_propylaea.png" name="aoTex"/>
</textures>
</variant>
</group>
<material>basic_trans_parallax_spec.xml</material>
<material>basic_trans_ao_parallax_spec.xml</material>
</actor>
@@ -10,7 +10,12 @@
<prop actor="props/structures/hellenes/propylaea_roof.xml" attachpoint="root"/>
<prop actor="props/structures/hellenes/propylaea_walls.xml" attachpoint="root"/>
</props>
<textures><texture file="structural/hele_struct.dds" name="baseTex"/></textures>
<textures>
<texture file="structural/hele_struct.dds" name="baseTex"/>
<texture file="structural/hele_struct_norm.png" name="normTex"/>
<texture file="structural/hele_struct_spec.png" name="specTex"/>
<texture file="structural/ao/athen_propylaea.png" name="aoTex"/>
</textures>
</variant>
</group>
<group>
@@ -27,5 +32,5 @@
</props>
</variant>
</group>
<material>player_trans.xml</material>
<material>player_trans_ao_parallax_spec.xml</material>
</actor>
@@ -14,6 +14,7 @@
<texture file="structural/hele_struct.dds" name="baseTex"/>
<texture file="structural/hele_struct_norm.png" name="normTex"/>
<texture file="structural/hele_struct_spec.png" name="specTex"/>
<texture file="structural/ao/athen_propylaea.png" name="aoTex"/>
</textures>
</variant>
</group>
@@ -31,5 +32,5 @@
</props>
</variant>
</group>
<material>player_trans_parallax_spec.xml</material>
<material>player_trans_ao_parallax_spec.xml</material>
</actor>