diff options
author | Evan Goers <mega@osirion.org> | 2011-12-14 02:46:15 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2011-12-14 02:46:15 +0000 |
commit | c2e4cb671f3c2ca7a0c900b806d7230e194e11b0 (patch) | |
tree | b6510e11aa1fab44d274ed859b1f8ce0b89c6c2f /base/maps/mercenary | |
parent | f67f9653e9cbfb503990a7946acc4ae7e8587d32 (diff) |
Added colonial radar submodel to custodian.
Fixed light flare issue with mercenary engine submodels.
Added miners "protector" ship model.
Resized colossus model to more manageable size.
New flare used by defender and protector.
Diffstat (limited to 'base/maps/mercenary')
-rw-r--r-- | base/maps/mercenary/sections/archer_engine_large.map | 4 | ||||
-rw-r--r-- | base/maps/mercenary/sections/archer_engine_tiny.map | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/base/maps/mercenary/sections/archer_engine_large.map b/base/maps/mercenary/sections/archer_engine_large.map index 3cc8cf2..ffd4282 100644 --- a/base/maps/mercenary/sections/archer_engine_large.map +++ b/base/maps/mercenary/sections/archer_engine_large.map @@ -180,14 +180,14 @@ colors/grey50_shiny // entity 4 { "classname" "light" -"origin" "-16.000000 0.000000 0.000000" +"origin" "-17.000000 0.000000 0.000000" "light" "24" "spawnflags" "4" } // entity 5 { "classname" "light" -"origin" "-22.000000 0.000000 0.000000" +"origin" "-23.000000 0.000000 0.000000" "light" "16" "spawnflags" "4" } diff --git a/base/maps/mercenary/sections/archer_engine_tiny.map b/base/maps/mercenary/sections/archer_engine_tiny.map index 7b4163a..964ce18 100644 --- a/base/maps/mercenary/sections/archer_engine_tiny.map +++ b/base/maps/mercenary/sections/archer_engine_tiny.map @@ -196,7 +196,7 @@ colors/grey25_shiny // entity 3 { "classname" "light" -"origin" "-6.000000 0.000000 0.000000" +"origin" "-7.000000 0.000000 0.000000" "light" "8" "spawnflags" "4" } |