diff options
-rw-r--r-- | base/ini/zones/finnmark.ini | 8 | ||||
-rw-r--r-- | base/maps/static/jumpgate_construction.map | 13 |
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" +} |