diff options
author | Stijn Buys <ingar@osirion.org> | 2013-11-16 18:26:06 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2013-11-16 18:26:06 +0000 |
commit | 132da360b55df14de263a60a1b3555a025aea850 (patch) | |
tree | 1ab0f6fb09beb0cbc3e2e33a39f292fc3ebfc71a /base/maps/common | |
parent | cda18a6e32506ff78e9d90d25ac25c76d903cbbb (diff) |
Added nounding box override to correct entity scaling issues.
Diffstat (limited to 'base/maps/common')
-rw-r--r-- | base/maps/common/jumpgate.map | 11 | ||||
-rw-r--r-- | base/maps/common/jumpgate_construction.map | 9 |
2 files changed, 19 insertions, 1 deletions
diff --git a/base/maps/common/jumpgate.map b/base/maps/common/jumpgate.map index fec2c7c..d9cbfd7 100644 --- a/base/maps/common/jumpgate.map +++ b/base/maps/common/jumpgate.map @@ -2,6 +2,15 @@ // entity 0 { "classname" "worldspawn" +// brush 0 +{ +( 2560 768 512 ) ( 2560 -512 512 ) ( -1536 768 512 ) common/bounds 0 0 0 1 1 0 0 0 +( 2560 512 512 ) ( -1536 512 512 ) ( 2560 512 -512 ) common/bounds 0 0 0 1 1 0 0 0 +( 2560 768 512 ) ( 2560 768 -512 ) ( 2560 -512 512 ) common/bounds 0 0 0 1 1 0 0 0 +( -1536 -512 -512 ) ( 2560 -512 -512 ) ( -1536 768 -512 ) common/bounds 0 0 0 1 1 0 0 0 +( -1536 -512 -512 ) ( -1536 -512 512 ) ( 2560 -512 -512 ) common/bounds 0 0 0 1 1 0 0 0 +( -1536 -512 -512 ) ( -1536 768 -512 ) ( -1536 -512 512 ) common/bounds 0 0 0 1 1 0 0 0 +} } // entity 1 { @@ -762,7 +771,7 @@ // entity 74 { "classname" "location_dock" -"origin" "1248.000000 0.000000 0.000000" +"origin" "1472.000000 0.000000 0.000000" } // entity 75 { diff --git a/base/maps/common/jumpgate_construction.map b/base/maps/common/jumpgate_construction.map index 35e0b64..386b991 100644 --- a/base/maps/common/jumpgate_construction.map +++ b/base/maps/common/jumpgate_construction.map @@ -2,6 +2,15 @@ // entity 0 { "classname" "worldspawn" +// brush 0 +{ +( 1536 512 512 ) ( 1536 -512 512 ) ( -1536 512 512 ) common/bounds 0 0 0 1 1 0 0 0 +( 1536 512 512 ) ( -1536 512 512 ) ( 1536 512 -512 ) common/bounds 0 0 0 1 1 0 0 0 +( 2560 512 512 ) ( 2560 512 -512 ) ( 2560 -512 512 ) common/bounds 0 0 0 1 1 0 0 0 +( -1536 -512 -512 ) ( 1536 -512 -512 ) ( -1536 512 -512 ) common/bounds 0 0 0 1 1 0 0 0 +( -1536 -512 -512 ) ( -1536 -512 512 ) ( 1536 -512 -512 ) common/bounds 0 0 0 1 1 0 0 0 +( -1536 -512 -512 ) ( -1536 512 -512 ) ( -1536 -512 512 ) common/bounds 0 0 0 1 1 0 0 0 +} } // entity 1 { |