1
0
forked from 0ad/0ad

[Art] Improve some foundations and scaffolds.

This was SVN commit r27975.
This commit is contained in:
wowgetoffyourcellphone 2023-12-06 07:53:05 +00:00
parent 2abf0d8db2
commit 19a290aa28
12 changed files with 30 additions and 10 deletions

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant>
<mesh>props/scaf_7x5_temple.dae</mesh>
<textures>
<texture file="props/scaffold.png" name="baseTex"/>
<texture file="default_norm.png" name="normTex"/>
<texture file="null_black.dds" name="specTex"/>
</textures>
</variant>
</group>
<material>no_trans_norm_spec.xml</material>
</actor>

View File

@ -30,6 +30,7 @@
<props>
<prop actor="props/structures/construction/found_dock_4x4_chains.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_cart_wall_tower.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_5x7_temple.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>

View File

@ -48,7 +48,7 @@
<variant name="scaffold">
<props>
<prop actor="props/structures/decals/dirt_5x7.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_5x5.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_5x7_temple.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>

View File

@ -48,7 +48,7 @@
<variant frequency="1" name="scaffold">
<props>
<prop actor="props/structures/decals/dirt_5x9.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_5x5.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_5x7_temple.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>

View File

@ -51,7 +51,7 @@
<variant frequency="1" name="Idle"/>
<variant frequency="1" name="scaffold">
<props>
<prop actor="props/structures/construction/scaf_5x5.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_5x5_1.xml" attachpoint="root"/>
<prop actor="props/structures/decals/dirt_6x6.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>

View File

@ -49,7 +49,7 @@
<variant frequency="1" name="scaffold">
<props>
<prop actor="props/structures/decals/dirt_9x4.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_4x4.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_6x3.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>

View File

@ -50,7 +50,7 @@
<variant frequency="1" name="scaffold">
<props>
<prop actor="props/structures/decals/dirt_9x5.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_4x4.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_6x3.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>

View File

@ -55,7 +55,7 @@
<variant frequency="1" name="scaffold">
<props>
<prop actor="props/structures/decals/dirt_9x6.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_4x4.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_7x5_temple.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>

View File

@ -59,7 +59,7 @@
<variant frequency="1" name="scaffold">
<props>
<prop actor="props/structures/decals/dirt_9x7.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_7x7.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_7x5_temple.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>

View File

@ -53,7 +53,8 @@
<variant frequency="1" name="scaffold">
<props>
<prop actor="props/structures/decals/dirt_9x8.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_7x7.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_8x8.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_5x5_1.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>

View File

@ -55,8 +55,8 @@
<variant frequency="1" name="scaffold">
<props>
<prop actor="props/structures/decals/dirt_9x9.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_7x7.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_5x5_1.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_8x8.xml" attachpoint="root"/>
<prop actor="props/structures/construction/scaf_6x3_wall.xml" attachpoint="root"/>
<prop actor="particle/construction_dust.xml" attachpoint="root"/>
</props>
</variant>

Binary file not shown.