From 205c65dc6862266ec45ba8f3f25d211a51673b52 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 20 Oct 2012 20:27:39 +0000 Subject: Added jumpgate under construction model. --- base/ini/zones/finnmark.ini | 8 ++++---- base/maps/static/jumpgate_construction.map | 13 +++++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 base/maps/static/jumpgate_construction.map 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" +} -- cgit v1.2.3