diff options
author | Evan Goers <mega@osirion.org> | 2009-02-05 21:39:58 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2009-02-05 21:39:58 +0000 |
commit | ff4a35a95a15ab5c784488a849d82918ef94291d (patch) | |
tree | 2c47173e023d6f0a8c789a8d955088ca9fcf354d | |
parent | 7d242b5421b04a1cffc0e291c5b0fb7cb2c67075 (diff) |
Changed navpoint model light size.
Added navpoint models to ghant.
-rw-r--r-- | base/ini/zones/ghant.ini | 3 | ||||
-rw-r--r-- | base/maps/static/navpoint.map | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/base/ini/zones/ghant.ini b/base/ini/zones/ghant.ini index 86fc31d..92f65f9 100644 --- a/base/ini/zones/ghant.ini +++ b/base/ini/zones/ghant.ini @@ -24,6 +24,8 @@ name=Navigation point Origin location=0 0 0 ; this entity is the default zone view ;default = yes +; [path] model path +model=static/navpoint ; ; STAR @@ -141,6 +143,7 @@ pitch=15 label=navpoint_east name=Navigation point East location=716 -1008 20 +model=static/navpoint [jumpgate] label=jumpgate_brogha diff --git a/base/maps/static/navpoint.map b/base/maps/static/navpoint.map index e093c7a..936eee2 100644 --- a/base/maps/static/navpoint.map +++ b/base/maps/static/navpoint.map @@ -150,7 +150,7 @@ { "classname" "light" "origin" "0.000000 -44.000000 0.000000" -"light" "100" +"light" "50" "_color" "1 0 0" } // entity 2 @@ -164,21 +164,21 @@ { "classname" "light" "origin" "44.000000 0.000000 0.000000" -"light" "100" +"light" "50" "_color" "1 0 0" } // entity 4 { "classname" "light" "origin" "-44.000000 0.000000 0.000000" -"light" "100" +"light" "50" "_color" "1 0 0" } // entity 5 { "classname" "light" "origin" "0.000000 44.000000 0.000000" -"light" "100" +"light" "50" "_color" "1 0 0" } // entity 6 |