From a0fb46b5d619d6d521f513847ab02097966438ba Mon Sep 17 00:00:00 2001 From: Mythos_Ruler Date: Thu, 18 Aug 2011 00:33:22 +0000 Subject: [PATCH] #3rd new Celtic Market. :) #Horse fauna entity. This was SVN commit r10030. --- .../structures/celts/market_newest_prop_1.xml | 11 +++++++ .../celts/market_newest_props_new.xml | 11 +++++++ .../celts/market_newest_props_wooden.xml | 10 +++++++ .../actors/structures/celts/market_newest.xml | 17 +++++++++++ .../art/meshes/props/celt_market2_props_1.dae | 3 ++ .../meshes/props/celt_market2_props_new.dae | 3 ++ .../art/meshes/props/celt_market2_wood.dae | 3 ++ .../art/meshes/structural/celt_market2.dae | 3 ++ .../public/maps/scenarios/Gallic Fields.xml | 4 +-- .../simulation/templates/gaia/fauna_horse.xml | 29 +++++++++++++++++++ .../templates/structures/celt_market.xml | 2 +- 11 files changed, 93 insertions(+), 3 deletions(-) create mode 100644 binaries/data/mods/public/art/actors/props/structures/celts/market_newest_prop_1.xml create mode 100644 binaries/data/mods/public/art/actors/props/structures/celts/market_newest_props_new.xml create mode 100644 binaries/data/mods/public/art/actors/props/structures/celts/market_newest_props_wooden.xml create mode 100644 binaries/data/mods/public/art/actors/structures/celts/market_newest.xml create mode 100644 binaries/data/mods/public/art/meshes/props/celt_market2_props_1.dae create mode 100644 binaries/data/mods/public/art/meshes/props/celt_market2_props_new.dae create mode 100644 binaries/data/mods/public/art/meshes/props/celt_market2_wood.dae create mode 100644 binaries/data/mods/public/art/meshes/structural/celt_market2.dae create mode 100644 binaries/data/mods/public/simulation/templates/gaia/fauna_horse.xml diff --git a/binaries/data/mods/public/art/actors/props/structures/celts/market_newest_prop_1.xml b/binaries/data/mods/public/art/actors/props/structures/celts/market_newest_prop_1.xml new file mode 100644 index 0000000000..69b495acde --- /dev/null +++ b/binaries/data/mods/public/art/actors/props/structures/celts/market_newest_prop_1.xml @@ -0,0 +1,11 @@ + + + + + + props/celt_market2_props_1.dae + props/celt_prop_1.dds + + + player_trans.xml + diff --git a/binaries/data/mods/public/art/actors/props/structures/celts/market_newest_props_new.xml b/binaries/data/mods/public/art/actors/props/structures/celts/market_newest_props_new.xml new file mode 100644 index 0000000000..e0a1251bae --- /dev/null +++ b/binaries/data/mods/public/art/actors/props/structures/celts/market_newest_props_new.xml @@ -0,0 +1,11 @@ + + + + + + props/celt_market2_props_new.dae + props/celt_props_new.dds + + + player_trans.xml + diff --git a/binaries/data/mods/public/art/actors/props/structures/celts/market_newest_props_wooden.xml b/binaries/data/mods/public/art/actors/props/structures/celts/market_newest_props_wooden.xml new file mode 100644 index 0000000000..2b8094b6ba --- /dev/null +++ b/binaries/data/mods/public/art/actors/props/structures/celts/market_newest_props_wooden.xml @@ -0,0 +1,10 @@ + + + + + + props/celt_market2_wood.dae + props/wood_c.png + + + diff --git a/binaries/data/mods/public/art/actors/structures/celts/market_newest.xml b/binaries/data/mods/public/art/actors/structures/celts/market_newest.xml new file mode 100644 index 0000000000..72f1df0e90 --- /dev/null +++ b/binaries/data/mods/public/art/actors/structures/celts/market_newest.xml @@ -0,0 +1,17 @@ + + + + + + structural/celt_market2.dae + + + + + + + + structural/celt_struct_1.dds + + + diff --git a/binaries/data/mods/public/art/meshes/props/celt_market2_props_1.dae b/binaries/data/mods/public/art/meshes/props/celt_market2_props_1.dae new file mode 100644 index 0000000000..256d5209fc --- /dev/null +++ b/binaries/data/mods/public/art/meshes/props/celt_market2_props_1.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6c672403c029d116f5854bafae6d8e1204ad79f9e9d2c16c2010784339947a +size 180451 diff --git a/binaries/data/mods/public/art/meshes/props/celt_market2_props_new.dae b/binaries/data/mods/public/art/meshes/props/celt_market2_props_new.dae new file mode 100644 index 0000000000..8cb6044f35 --- /dev/null +++ b/binaries/data/mods/public/art/meshes/props/celt_market2_props_new.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56285c2ad715a212c6902832c09e17673a5f2d3d48aa8e19df57d5e981fbbc41 +size 78423 diff --git a/binaries/data/mods/public/art/meshes/props/celt_market2_wood.dae b/binaries/data/mods/public/art/meshes/props/celt_market2_wood.dae new file mode 100644 index 0000000000..9558084d05 --- /dev/null +++ b/binaries/data/mods/public/art/meshes/props/celt_market2_wood.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bceef500d1e0e4e110be430709a3e88488c1eac2a71348f95aa581848d215648 +size 62129 diff --git a/binaries/data/mods/public/art/meshes/structural/celt_market2.dae b/binaries/data/mods/public/art/meshes/structural/celt_market2.dae new file mode 100644 index 0000000000..73fdd70c3d --- /dev/null +++ b/binaries/data/mods/public/art/meshes/structural/celt_market2.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ef5f6d2b47476b482d2e4e5b9c6a7707580b9987987dfe9f7785d8e6c937d3 +size 123903 diff --git a/binaries/data/mods/public/maps/scenarios/Gallic Fields.xml b/binaries/data/mods/public/maps/scenarios/Gallic Fields.xml index ecb30f4d5e..d07e885185 100644 --- a/binaries/data/mods/public/maps/scenarios/Gallic Fields.xml +++ b/binaries/data/mods/public/maps/scenarios/Gallic Fields.xml @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6f394430b80f4eee519a195537016a509b05045266e9413b235918edfb90412 -size 514443 +oid sha256:7b5ac02afde3ecebdbef62ef8f67ba054b2957a9225556bd3742d7fe293faff2 +size 514463 diff --git a/binaries/data/mods/public/simulation/templates/gaia/fauna_horse.xml b/binaries/data/mods/public/simulation/templates/gaia/fauna_horse.xml new file mode 100644 index 0000000000..cc1b66b665 --- /dev/null +++ b/binaries/data/mods/public/simulation/templates/gaia/fauna_horse.xml @@ -0,0 +1,29 @@ + + + + + 3.0 + + + gaia + Horse + gaia/fauna_horse.png + + + + + + 200 + + + 5.0 + + 12.0 + 600.0 + 5.0 + + + + fauna/horse_a.xml + + diff --git a/binaries/data/mods/public/simulation/templates/structures/celt_market.xml b/binaries/data/mods/public/simulation/templates/structures/celt_market.xml index afcaf57b9e..2433b7bd0e 100644 --- a/binaries/data/mods/public/simulation/templates/structures/celt_market.xml +++ b/binaries/data/mods/public/simulation/templates/structures/celt_market.xml @@ -16,7 +16,7 @@ - structures/celts/market_newer.xml + structures/celts/market_newest.xml structures/fndn_5x5.xml