From b680e95e25916c6b32307b1e1159c625d16960a0 Mon Sep 17 00:00:00 2001 From: Mythos_Ruler Date: Mon, 25 Oct 2010 04:10:25 +0000 Subject: [PATCH] New epic Greek temple, primarily for eye candy. UV mapped by Amish. This was SVN commit r8459. --- .../structures/hellenes/parth_antefixes.xml | 11 +++++++++ .../props/structures/hellenes/parth_props.xml | 11 +++++++++ .../props/structures/hellenes/parth_roof.xml | 10 ++++++++ .../props/structures/hellenes/parth_steps.xml | 10 ++++++++ .../props/structures/hellenes/parth_walls.xml | 10 ++++++++ .../structures/hellenes/temple_epic.xml | 18 ++++++++++++++ .../mods/public/art/actors/temp/wallring.xml | 10 ++++++++ .../art/meshes/props/parth_antefixes.dae | 3 +++ .../public/art/meshes/props/parth_props.dae | 3 +++ .../public/art/meshes/props/parth_roof.dae | 3 +++ .../public/art/meshes/props/parth_steps.dae | 3 +++ .../public/art/meshes/props/parth_walls.dae | 3 +++ .../art/meshes/structural/parth_struct.dae | 3 +++ .../art/textures/skins/temp/buildring.png | 3 +++ .../art/textures/skins/temp/wallring.dds | 3 +++ .../mods/public/maps/scenarios/Miletus.pmp | 3 +++ .../mods/public/maps/scenarios/Miletus.xml | 3 +++ .../public/maps/scenarios/We are Legion.pmp | 3 +++ .../public/maps/scenarios/We are Legion.xml | 3 +++ .../templates/other/hellenic_epic_temple.xml | 24 +++++++++++++++++++ 20 files changed, 140 insertions(+) create mode 100644 binaries/data/mods/public/art/actors/props/structures/hellenes/parth_antefixes.xml create mode 100644 binaries/data/mods/public/art/actors/props/structures/hellenes/parth_props.xml create mode 100644 binaries/data/mods/public/art/actors/props/structures/hellenes/parth_roof.xml create mode 100644 binaries/data/mods/public/art/actors/props/structures/hellenes/parth_steps.xml create mode 100644 binaries/data/mods/public/art/actors/props/structures/hellenes/parth_walls.xml create mode 100644 binaries/data/mods/public/art/actors/structures/hellenes/temple_epic.xml create mode 100644 binaries/data/mods/public/art/actors/temp/wallring.xml create mode 100644 binaries/data/mods/public/art/meshes/props/parth_antefixes.dae create mode 100644 binaries/data/mods/public/art/meshes/props/parth_props.dae create mode 100644 binaries/data/mods/public/art/meshes/props/parth_roof.dae create mode 100644 binaries/data/mods/public/art/meshes/props/parth_steps.dae create mode 100644 binaries/data/mods/public/art/meshes/props/parth_walls.dae create mode 100644 binaries/data/mods/public/art/meshes/structural/parth_struct.dae create mode 100644 binaries/data/mods/public/art/textures/skins/temp/buildring.png create mode 100644 binaries/data/mods/public/art/textures/skins/temp/wallring.dds create mode 100644 binaries/data/mods/public/maps/scenarios/Miletus.pmp create mode 100644 binaries/data/mods/public/maps/scenarios/Miletus.xml create mode 100644 binaries/data/mods/public/maps/scenarios/We are Legion.pmp create mode 100644 binaries/data/mods/public/maps/scenarios/We are Legion.xml create mode 100644 binaries/data/mods/public/simulation/templates/other/hellenic_epic_temple.xml diff --git a/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_antefixes.xml b/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_antefixes.xml new file mode 100644 index 0000000000..54fc25e41f --- /dev/null +++ b/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_antefixes.xml @@ -0,0 +1,11 @@ + + + + + + props/parth_antefixes.dae + props/hele_props_a.dds + + + basic_trans.xml + diff --git a/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_props.xml b/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_props.xml new file mode 100644 index 0000000000..31900626c2 --- /dev/null +++ b/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_props.xml @@ -0,0 +1,11 @@ + + + + + + props/parth_props.dae + props/hele_props_a.dds + + + player_trans.xml + diff --git a/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_roof.xml b/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_roof.xml new file mode 100644 index 0000000000..42f7bcfe68 --- /dev/null +++ b/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_roof.xml @@ -0,0 +1,10 @@ + + + + + + props/parth_roof.dae + props/hele_wonder_rooftile.png + + + diff --git a/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_steps.xml b/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_steps.xml new file mode 100644 index 0000000000..c31e7dd00d --- /dev/null +++ b/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_steps.xml @@ -0,0 +1,10 @@ + + + + + + props/parth_steps.dae + props/hele_tile_c.dds + + + diff --git a/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_walls.xml b/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_walls.xml new file mode 100644 index 0000000000..2f8f41e326 --- /dev/null +++ b/binaries/data/mods/public/art/actors/props/structures/hellenes/parth_walls.xml @@ -0,0 +1,10 @@ + + + + + + props/parth_walls.dae + structural/hele_blocks.png + + + diff --git a/binaries/data/mods/public/art/actors/structures/hellenes/temple_epic.xml b/binaries/data/mods/public/art/actors/structures/hellenes/temple_epic.xml new file mode 100644 index 0000000000..6f8f5352c4 --- /dev/null +++ b/binaries/data/mods/public/art/actors/structures/hellenes/temple_epic.xml @@ -0,0 +1,18 @@ + + + + + + structural/parth_struct.dae + + + + + + + + structural/hele_struct.dds + + + player_trans.xml + diff --git a/binaries/data/mods/public/art/actors/temp/wallring.xml b/binaries/data/mods/public/art/actors/temp/wallring.xml new file mode 100644 index 0000000000..efa3a7cfa5 --- /dev/null +++ b/binaries/data/mods/public/art/actors/temp/wallring.xml @@ -0,0 +1,10 @@ + + + + + props/ring.dae + temp/wallring.dds + + + basic_trans.xml + diff --git a/binaries/data/mods/public/art/meshes/props/parth_antefixes.dae b/binaries/data/mods/public/art/meshes/props/parth_antefixes.dae new file mode 100644 index 0000000000..20aa4c4a3a --- /dev/null +++ b/binaries/data/mods/public/art/meshes/props/parth_antefixes.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42289b43372703fedc3cc44f80320ae316b7bdd2827b5dec943575a1c3bccfe5 +size 113167 diff --git a/binaries/data/mods/public/art/meshes/props/parth_props.dae b/binaries/data/mods/public/art/meshes/props/parth_props.dae new file mode 100644 index 0000000000..27ffaa2961 --- /dev/null +++ b/binaries/data/mods/public/art/meshes/props/parth_props.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7f2a08a2a3436eab14c58e5f3f68a3a0b6dc3b71808deda5de416d9ee9ad30 +size 116425 diff --git a/binaries/data/mods/public/art/meshes/props/parth_roof.dae b/binaries/data/mods/public/art/meshes/props/parth_roof.dae new file mode 100644 index 0000000000..ce6eb8c6d2 --- /dev/null +++ b/binaries/data/mods/public/art/meshes/props/parth_roof.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc454318e051663a554ee5b9b05a4520be37657f32030036c980b6e225e397ea +size 9952 diff --git a/binaries/data/mods/public/art/meshes/props/parth_steps.dae b/binaries/data/mods/public/art/meshes/props/parth_steps.dae new file mode 100644 index 0000000000..fdf82bb4ac --- /dev/null +++ b/binaries/data/mods/public/art/meshes/props/parth_steps.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d027e45c17db57883599a54055cf9717e6c1f54f1c9175119acf5279688c203 +size 84555 diff --git a/binaries/data/mods/public/art/meshes/props/parth_walls.dae b/binaries/data/mods/public/art/meshes/props/parth_walls.dae new file mode 100644 index 0000000000..73b3be407f --- /dev/null +++ b/binaries/data/mods/public/art/meshes/props/parth_walls.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593b035563a5d59069d7d2d36368404d4b5959a706483fe8f39ca3328339a6b1 +size 20946 diff --git a/binaries/data/mods/public/art/meshes/structural/parth_struct.dae b/binaries/data/mods/public/art/meshes/structural/parth_struct.dae new file mode 100644 index 0000000000..f9c5ad66e0 --- /dev/null +++ b/binaries/data/mods/public/art/meshes/structural/parth_struct.dae @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4fecbed3bac9f966e341296b4e2b776c035fae7b0f87365dfc4a7295af8a92a +size 24691 diff --git a/binaries/data/mods/public/art/textures/skins/temp/buildring.png b/binaries/data/mods/public/art/textures/skins/temp/buildring.png new file mode 100644 index 0000000000..a6d56ed82d --- /dev/null +++ b/binaries/data/mods/public/art/textures/skins/temp/buildring.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a649728d5cc5bdcc65beeb7b886361fd99599f2c2f9b99d4df59d11b06baa19d +size 32894 diff --git a/binaries/data/mods/public/art/textures/skins/temp/wallring.dds b/binaries/data/mods/public/art/textures/skins/temp/wallring.dds new file mode 100644 index 0000000000..d3631b8fe8 --- /dev/null +++ b/binaries/data/mods/public/art/textures/skins/temp/wallring.dds @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f39d9c9122a7076668b18d0a387c1d0deb86f1d43dbfa4a5d8b729ac665888a +size 1398256 diff --git a/binaries/data/mods/public/maps/scenarios/Miletus.pmp b/binaries/data/mods/public/maps/scenarios/Miletus.pmp new file mode 100644 index 0000000000..2aa7f08b4a --- /dev/null +++ b/binaries/data/mods/public/maps/scenarios/Miletus.pmp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8979afda1716d307d46399eabbc772c806fc6a2b3f38e4d293b1ad47776bbd +size 369892 diff --git a/binaries/data/mods/public/maps/scenarios/Miletus.xml b/binaries/data/mods/public/maps/scenarios/Miletus.xml new file mode 100644 index 0000000000..600b369251 --- /dev/null +++ b/binaries/data/mods/public/maps/scenarios/Miletus.xml @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bb5d0d49bfb9e873ad6159a122b017d39c5f383ea004deff5b419b52b888fb +size 58678 diff --git a/binaries/data/mods/public/maps/scenarios/We are Legion.pmp b/binaries/data/mods/public/maps/scenarios/We are Legion.pmp new file mode 100644 index 0000000000..470a7234a4 --- /dev/null +++ b/binaries/data/mods/public/maps/scenarios/We are Legion.pmp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a76cf3be3953358726ab85f56bc0d6700ab50251d28a1dcafa523e32a73b230a +size 369547 diff --git a/binaries/data/mods/public/maps/scenarios/We are Legion.xml b/binaries/data/mods/public/maps/scenarios/We are Legion.xml new file mode 100644 index 0000000000..ecff97d73a --- /dev/null +++ b/binaries/data/mods/public/maps/scenarios/We are Legion.xml @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd40b1a849483493771cfcbaf97e8d9d837ece703d2e64c9b248f679fb220de4 +size 11512 diff --git a/binaries/data/mods/public/simulation/templates/other/hellenic_epic_temple.xml b/binaries/data/mods/public/simulation/templates/other/hellenic_epic_temple.xml new file mode 100644 index 0000000000..c476496217 --- /dev/null +++ b/binaries/data/mods/public/simulation/templates/other/hellenic_epic_temple.xml @@ -0,0 +1,24 @@ + + + + hele + Naos + The Hellenes built marvelous temples in order to honour their polytheistic pantheon. While all gods were venerated, a specific patron deity was supposed to watch over each polis. + + + 160 + + + 5000 + + + structures/hellenes/temple_epic.xml + + + + 12.0 + + + + + \ No newline at end of file