mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Added Lordgood's new britons barracks and defense tower with minimal tweaking
This was SVN commit r13917.
This commit is contained in:
parent
e24ce51029
commit
1f032b7c59
24 changed files with 235 additions and 4 deletions
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<mesh>props/brit_barracks_palisade.dae</mesh>
|
||||
<textures>
|
||||
<texture file="props/palisade_main.png" name="baseTex"/>
|
||||
<texture file="props/palisade_main_norm.png" name="normTex"/>
|
||||
<texture file="props/palisade_main_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/brit_barracks.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant>
|
||||
<mesh>props/brit_barracks_props1.dae</mesh>
|
||||
<textures>
|
||||
<texture file="props/celt_prop_1.png" name="baseTex"/>
|
||||
<texture file="props/celt_prop_1_norm.png" name="normTex"/>
|
||||
<texture file="props/celt_prop_1_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/brit_barracks.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant>
|
||||
<mesh>props/brit_barracks_props_new.dae</mesh>
|
||||
<textures>
|
||||
<texture file="props/celt_props_new.dds" name="baseTex"/>
|
||||
<texture file="props/celt_props_new_norm.png" name="normTex"/>
|
||||
<texture file="props/celt_props_new_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/brit_barracks.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<mesh>props/brit_barracks_struct1.dae</mesh>
|
||||
<textures>
|
||||
<texture file="structural/celt_struct_1.dds" name="baseTex"/>
|
||||
<texture file="structural/celt_struct_1_norm.png" name="normTex"/>
|
||||
<texture file="structural/celt_struct_1_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/brit_barracks.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant>
|
||||
<mesh>props/brit_barracks_weapons.dae</mesh>
|
||||
<textures>
|
||||
<texture file="props/prop_weap.dds" name="baseTex"/>
|
||||
<texture file="structural/ao/brit_barracks.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<mesh>props/brit_scout_tower_palisade.dae</mesh>
|
||||
<textures>
|
||||
<texture file="props/palisade_main.png" name="baseTex"/>
|
||||
<texture file="props/palisade_main_norm.png" name="normTex"/>
|
||||
<texture file="props/palisade_main_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/brit_scout_tower.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant>
|
||||
<mesh>props/brit_scout_tower_props_new.dae</mesh>
|
||||
<textures>
|
||||
<texture file="props/celt_props_new.dds" name="baseTex"/>
|
||||
<texture file="props/celt_props_new_norm.png" name="normTex"/>
|
||||
<texture file="props/celt_props_new_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/brit_scout_tower.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant name="Celtic Barracks">
|
||||
<mesh>structural/brit_barracks_struct.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/structures/britons/barracks_props_new.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/britons/barracks_palisade.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/britons/barracks_props_1.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/britons/barracks_struct1.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/britons/barracks_weapons.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/decals/celt_barracks.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="structural/celt_struct.dds" name="baseTex"/>
|
||||
<texture file="structural/celt_struct_norm.png" name="normTex"/>
|
||||
<texture file="structural/celt_struct_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/brit_barracks.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="100" name="Idle"/>
|
||||
<variant name="garrisoned">
|
||||
<props>
|
||||
<prop actor="props/special/common/garrison_flag_celt.xml" attachpoint="garrisoned"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="death">
|
||||
<props>
|
||||
<prop actor="particle/destruction_smoke_med.xml" attachpoint="root"/>
|
||||
<prop actor="particle/destruction_dust_med.xml" attachpoint="root"/>
|
||||
<prop actor="particle/destruction_dust_med_gray.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/britons/barracks_props_new.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/britons/barracks_props_1.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/britons/barracks_struct1.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/britons/barracks_weapons.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/decals/celt_barracks.xml" attachpoint="root"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant frequency="1" name="gaul outpost a">
|
||||
<animations>
|
||||
<animation event="0.5" load="0" name="attack_ranged" speed="100"/>
|
||||
</animations>
|
||||
<mesh>structural/brit_scout_tower_struct.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/structures/britons/outpost_props_new.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/britons/outpost_palisade.xml" attachpoint="root"/>
|
||||
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="projectile"/>
|
||||
<prop actor="props/units/weapons/arrow_front.xml" attachpoint="loaded-projectile"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="structural/celt_struct.dds" name="baseTex"/>
|
||||
<texture file="structural/celt_struct_norm.png" name="normTex"/>
|
||||
<texture file="structural/celt_struct_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/brit_scout_tower.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
<variant frequency="100" name="Idle"/>
|
||||
<variant name="garrisoned">
|
||||
<props>
|
||||
<prop actor="props/special/common/garrison_flag_celt.xml" attachpoint="garrisoned"/>
|
||||
</props>
|
||||
</variant>
|
||||
<variant name="death">
|
||||
<props>
|
||||
<prop attachpoint="garrisoned"/>
|
||||
<prop actor="particle/destruction_smoke_small.xml" attachpoint="dust"/>
|
||||
<prop actor="particle/destruction_dust_small.xml" attachpoint="dust"/>
|
||||
<prop actor="particle/destruction_dust_small_gray.xml" attachpoint="dust"/>
|
||||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32d675119b426313dd0f394d50291b2a6cca2e9cf173d574868b27e5587de0bc
|
||||
size 116474
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1f9aa97fbeb4b39b8ce045ec5b8408b93b67fb0352e12000949b3a988a33c81
|
||||
size 253768
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b112e0674a7848830ecc928cebe4aafbe9fc9d5f1cd4fe58a97d320579dc82bf
|
||||
size 40856
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06c0554e3839faf3749e149a9237509ddfdcb10742643fcc121cbe0ad88a1ac5
|
||||
size 69906
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dd67a577cc6aaa2ef1e0c30bcf7319510fe4ec16fcf522492dc63a09f692af2
|
||||
size 46342
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aea442947aaba07145aa262747ad24311b44bbc22d90db9e02ec61c0755f8364
|
||||
size 54707
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c1ede7fa0d617cf8fa6c8233958cd740b2edd86e1910a19e9660f8d03443881
|
||||
size 20551
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40eb69ae79b97266e0fbb2f1ac9e3a0166d9600fd3d141ea38373744dea09393
|
||||
size 253202
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6eec08dd258fded5a6503bed9a7698209c26b1d1b54aa1da48e364a19cff9b1
|
||||
size 112603
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:418027d26c8deb07718a6ee7b51eac42a9e45f71cf43682a411d6c993beff257
|
||||
size 515181
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3ffd418539e80ecb5b05ce3bac44a6a8abe175abb52a33047bae408110594d7
|
||||
size 396103
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:750a32b300039d11c8dfeb98e07ed2617887ba4271e036c8b3c2f8529aa51867
|
||||
size 3266795
|
||||
oid sha256:3ebcd9f66f0d6d055ec1ccecbbf2545aee15f30f12829f6ea2356b1a359d13b7
|
||||
size 2905146
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1725f48f3712eef7d64d28aa6a60a3a68cc9a96abdc264402ccfc762421f3ec
|
||||
size 909350
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
</Entities>
|
||||
</ProductionQueue>
|
||||
<VisualActor>
|
||||
<Actor>structures/celts/barracks.xml</Actor>
|
||||
<Actor>structures/britons/barracks.xml</Actor>
|
||||
<FoundationActor>structures/fndn_5x5.xml</FoundationActor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@
|
|||
<Static width="7.5" depth="7.5"/>
|
||||
</Obstruction>
|
||||
<VisualActor>
|
||||
<Actor>structures/gauls/scout_tower.xml</Actor>
|
||||
<Actor>structures/britons/scout_tower.xml</Actor>
|
||||
</VisualActor>
|
||||
</Entity>
|
||||
|
|
|
|||
Loading…
Reference in a new issue