Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-10-20 20:27:39 +0000
committerStijn Buys <ingar@osirion.org>2012-10-20 20:27:39 +0000
commit205c65dc6862266ec45ba8f3f25d211a51673b52 (patch)
tree2f4c6cab3019c58a79d9b04e61be2a79f6f0cd21
parent073e4e441c29266c77c63b1694547c8ecc86881b (diff)
Added jumpgate under construction model.
-rw-r--r--base/ini/zones/finnmark.ini8
-rw-r--r--base/maps/static/jumpgate_construction.map13
2 files changed, 17 insertions, 4 deletions
diff --git a/base/ini/zones/finnmark.ini b/base/ini/zones/finnmark.ini
index 79c4398..c8e0bad 100644
--- a/base/ini/zones/finnmark.ini
+++ b/base/ini/zones/finnmark.ini
@@ -137,17 +137,17 @@ location=624 512 8
; ------------------------------------------------------------------
[entity]
-label=jumpgate_kronenbaden
-name=Jumpgate Finnmark -> Kronenbaden
+label=jumpgate_construction_gate
+name=Unfinished Jumpgate
location=-584 896 0
-model=maps/colonial/jumpgate
+model=maps/static/jumpgate_construction
yaw=0
faction=miners
[jumppoint]
label=jumppoint_kronenbaden
target=kronenbaden:jumppoint_finnmark
-location=-570 896 0
+location=-590 896 0
[station]
label=jumpgate_construction
diff --git a/base/maps/static/jumpgate_construction.map b/base/maps/static/jumpgate_construction.map
new file mode 100644
index 0000000..35e0b64
--- /dev/null
+++ b/base/maps/static/jumpgate_construction.map
@@ -0,0 +1,13 @@
+
+// entity 0
+{
+"classname" "worldspawn"
+}
+// entity 1
+{
+"classname" "misc_model"
+"origin" "0 0 0"
+"model" "models/jumpgate/jumpgate.obj"
+"modelscale" "64.000000"
+"angle" "-90.000000"
+}