From 6935fb665de24a2574184a76d781bd7a4ae124ac Mon Sep 17 00:00:00 2001 From: Stan Date: Fri, 10 May 2019 15:01:12 +0000 Subject: [PATCH] Replace all shields by the new shields in the gaul barracks.xml Replace the old spears by new spear models, Use the eyecandy barrel instead of the one, hence removing useless underground geometry Use the eyecandy anvil instead. Add smoke to the chimney, Fix the roof UVMapping Rename to gaul. This was SVN commit r22274. --- .../structures/celts/barracks_props_01.xml | 66 +++++++++++++++++++ .../structures/celts/barracks_props_02.xml | 16 +++++ .../structures/celts/barracks_props_03.xml | 29 ++++++++ .../structures/celts/barracks_props_1.xml | 16 ----- .../structures/celts/barracks_props_new.xml | 16 ----- .../structures/celts/barracks_weapons.xml | 14 ---- .../art/actors/structures/celts/barracks.xml | 34 ++++++---- .../meshes/props/celt_barracks_props_1.dae | 3 - .../meshes/props/celt_barracks_props_new.dae | 3 - .../meshes/props/celt_barracks_weapons.dae | 3 - .../meshes/props/gaul_barracks_props_01.dae | 3 + .../meshes/props/gaul_barracks_props_02.dae | 3 + .../meshes/props/gaul_barracks_props_03.dae | 3 + .../structural/celt_barracks_struct1.dae | 3 - .../art/meshes/structural/gaul_barracks.dae | 3 + 15 files changed, 143 insertions(+), 72 deletions(-) create mode 100644 binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_01.xml create mode 100644 binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_02.xml create mode 100644 binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_03.xml delete mode 100644 binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_1.xml delete mode 100644 binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_new.xml delete mode 100644 binaries/data/mods/public/art/actors/props/structures/celts/barracks_weapons.xml delete mode 100644 binaries/data/mods/public/art/meshes/props/celt_barracks_props_1.dae delete mode 100644 binaries/data/mods/public/art/meshes/props/celt_barracks_props_new.dae delete mode 100644 binaries/data/mods/public/art/meshes/props/celt_barracks_weapons.dae create mode 100644 binaries/data/mods/public/art/meshes/props/gaul_barracks_props_01.dae create mode 100644 binaries/data/mods/public/art/meshes/props/gaul_barracks_props_02.dae create mode 100644 binaries/data/mods/public/art/meshes/props/gaul_barracks_props_03.dae delete mode 100644 binaries/data/mods/public/art/meshes/structural/celt_barracks_struct1.dae create mode 100644 binaries/data/mods/public/art/meshes/structural/gaul_barracks.dae diff --git a/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_01.xml b/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_01.xml new file mode 100644 index 0000000000..b8bfca8e7a --- /dev/null +++ b/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_01.xml @@ -0,0 +1,66 @@ + + + + + + props/gaul_barracks_props_01.dae + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + player_trans_ao_parallax_spec.xml + diff --git a/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_02.xml b/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_02.xml new file mode 100644 index 0000000000..e19fab858f --- /dev/null +++ b/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_02.xml @@ -0,0 +1,16 @@ + + + + + + props/gaul_barracks_props_02.dae + + + + + + + + + player_trans_ao_parallax_spec.xml + diff --git a/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_03.xml b/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_03.xml new file mode 100644 index 0000000000..0a4c9e3427 --- /dev/null +++ b/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_03.xml @@ -0,0 +1,29 @@ + + + + + + props/gaul_barracks_props_03.dae + + + + + + + + + + + + + + + + + + + + + + player_trans_ao.xml + diff --git a/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_1.xml b/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_1.xml deleted file mode 100644 index cf016e26e3..0000000000 --- a/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_1.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - props/celt_barracks_props_1.dae - - - - - - - - - player_trans_ao_parallax_spec.xml - diff --git a/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_new.xml b/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_new.xml deleted file mode 100644 index 25c47004d8..0000000000 --- a/binaries/data/mods/public/art/actors/props/structures/celts/barracks_props_new.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - props/celt_barracks_props_new.dae - - - - - - - - - player_trans_ao_parallax_spec.xml - diff --git a/binaries/data/mods/public/art/actors/props/structures/celts/barracks_weapons.xml b/binaries/data/mods/public/art/actors/props/structures/celts/barracks_weapons.xml deleted file mode 100644 index 0d0c5c65e8..0000000000 --- a/binaries/data/mods/public/art/actors/props/structures/celts/barracks_weapons.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - props/celt_barracks_weapons.dae - - - - - - - player_trans_ao.xml - diff --git a/binaries/data/mods/public/art/actors/structures/celts/barracks.xml b/binaries/data/mods/public/art/actors/structures/celts/barracks.xml index 594e4f0902..b1d26570db 100644 --- a/binaries/data/mods/public/art/actors/structures/celts/barracks.xml +++ b/binaries/data/mods/public/art/actors/structures/celts/barracks.xml @@ -2,20 +2,26 @@ - - structural/celt_barracks_struct1.dae + + + + + structural/gaul_barracks.dae - - - + + + + + + - - - - - + + + + + @@ -30,13 +36,13 @@ + - - - - + + + diff --git a/binaries/data/mods/public/art/meshes/props/celt_barracks_props_1.dae b/binaries/data/mods/public/art/meshes/props/celt_barracks_props_1.dae deleted file mode 100644 index 46ff27a5e3..0000000000 --- a/binaries/data/mods/public/art/meshes/props/celt_barracks_props_1.dae +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a4a9add4f1b2a29f1027510c9a76874c2d9ebb9ba1eff8b890e61457d76f555 -size 425373 diff --git a/binaries/data/mods/public/art/meshes/props/celt_barracks_props_new.dae b/binaries/data/mods/public/art/meshes/props/celt_barracks_props_new.dae deleted file mode 100644 index 62f41edbab..0000000000 --- a/binaries/data/mods/public/art/meshes/props/celt_barracks_props_new.dae +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c89da2ace9179abfd735da766ec29b5e4b1592e109fc24e56828a8f9ad2285ee -size 64306 diff --git a/binaries/data/mods/public/art/meshes/props/celt_barracks_weapons.dae b/binaries/data/mods/public/art/meshes/props/celt_barracks_weapons.dae deleted file mode 100644 index 05e7a416af..0000000000 --- a/binaries/data/mods/public/art/meshes/props/celt_barracks_weapons.dae +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1ed8a2c2f78be60ee92e8d5d84bf3eaa400ced5face707ab7dee517d4bc45cf -size 464313 diff --git a/binaries/data/mods/public/art/meshes/props/gaul_barracks_props_01.dae b/binaries/data/mods/public/art/meshes/props/gaul_barracks_props_01.dae new file mode 100644 index 0000000000..179b299176 --- /dev/null +++ b/binaries/data/mods/public/art/meshes/props/gaul_barracks_props_01.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5ae345aee50c42909245e982812a77c7c99c5b73f148972da78ea535dbd3b8 +size 31502 diff --git a/binaries/data/mods/public/art/meshes/props/gaul_barracks_props_02.dae b/binaries/data/mods/public/art/meshes/props/gaul_barracks_props_02.dae new file mode 100644 index 0000000000..88f8e1bdb8 --- /dev/null +++ b/binaries/data/mods/public/art/meshes/props/gaul_barracks_props_02.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9937e9e1fd2c4d55afbac884144506d74b891c3581441d3aa3f88fb47221b02d +size 28610 diff --git a/binaries/data/mods/public/art/meshes/props/gaul_barracks_props_03.dae b/binaries/data/mods/public/art/meshes/props/gaul_barracks_props_03.dae new file mode 100644 index 0000000000..b98bacbf1d --- /dev/null +++ b/binaries/data/mods/public/art/meshes/props/gaul_barracks_props_03.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d545ce4f24f29687c91580bba92cf1a9d894e8ee53d73aeb885e3259aba9d0 +size 8964 diff --git a/binaries/data/mods/public/art/meshes/structural/celt_barracks_struct1.dae b/binaries/data/mods/public/art/meshes/structural/celt_barracks_struct1.dae deleted file mode 100644 index 090bc09fe1..0000000000 --- a/binaries/data/mods/public/art/meshes/structural/celt_barracks_struct1.dae +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43e092a6372cd75ddf4828d4e98a77001a34c5c3201cb09546968c4080c76498 -size 573171 diff --git a/binaries/data/mods/public/art/meshes/structural/gaul_barracks.dae b/binaries/data/mods/public/art/meshes/structural/gaul_barracks.dae new file mode 100644 index 0000000000..9cb8183a42 --- /dev/null +++ b/binaries/data/mods/public/art/meshes/structural/gaul_barracks.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea43b0dbf1c6fba9f07e47178c8377ce2e5d3ed2b8fa7659cb5065c15b529392 +size 555076