From d5f92efcda2cdeeec40ac698ceaaee2202586d0e Mon Sep 17 00:00:00 2001 From: Matt Dallmeyer Date: Fri, 23 Feb 2024 11:46:57 -0800 Subject: [PATCH] Rename `bigmap-id` enum entries (#3380) also fixed some docstrings that were swapped --- decompiler/config/jak2/all-types.gc | 38 +- goal_src/jak2/engine/level/level-h.gc | 34 +- goal_src/jak2/engine/level/level-info.gc | 330 +++++++++--------- goal_src/jak2/levels/palace/palent-part.gc | 4 +- .../jak2/levels/palace/roof/palroof-part.gc | 8 +- .../jak2/levels/palace/shaft/palshaft-part.gc | 2 +- .../jak2/engine/level/level-info_REF.gc | 306 ++++++++-------- .../jak2/levels/palace/palent-part_REF.gc | 4 +- .../levels/palace/roof/palroof-part_REF.gc | 8 +- .../levels/palace/shaft/palshaft-part_REF.gc | 2 +- 10 files changed, 368 insertions(+), 368 deletions(-) diff --git a/decompiler/config/jak2/all-types.gc b/decompiler/config/jak2/all-types.gc index e15fc9f15d..c9a9c2bd67 100644 --- a/decompiler/config/jak2/all-types.gc +++ b/decompiler/config/jak2/all-types.gc @@ -7006,26 +7006,26 @@ This is static data loaded from the DVD at boot." (defenum bigmap-id :type uint32 (bigmap-id-0 0) - (bigmap-id-1 1) - (bigmap-id-2 2) - (bigmap-id-3 3) - (bigmap-id-4 4) - (bigmap-id-5 5) - (bigmap-id-6 6) - (bigmap-id-7 7) - (bigmap-id-8 8) - (bigmap-id-9 9) + (caspad 1) + (castle 2) + (dig1 3) + (dig3 4) + (drill 5) + (forest 6) + (fortress 7) + (mountain 8) + (nest 9) (bigmap-id-10 10) - (bigmap-id-11 11) - (bigmap-id-12 12) - (bigmap-id-13 13) + (palcab 11) + (palent 12) + (ruins 13) (sewer-default 14) (sewer-with-board-area 15) - (bigmap-id-16 16) - (bigmap-id-17 17) - (bigmap-id-18 18) - (bigmap-id-19 19) - (bigmap-id-20 20)) + (sewesc 16) + (strip 17) + (tomb 18) + (under 19) + (city 20)) ;; ---level-h:bigmap-id (deftype level-load-info (basic) @@ -45784,10 +45784,10 @@ Consists of a header and a list of [[merc-effect]]s." (define-extern check-drop-level-palroof-drop-userdata "TODO" (function sparticle-system sparticle-cpuinfo matrix none)) (define-extern palroof-deactivate - "Sets [[palshaft.bigmap-id]] to `11` and [[*math-camera*.f]] to `20,000` meters" + "Sets [[palshaft.bigmap-id]] to `20` and [[*math-camera*.f]] to `10,000` meters" (function none)) (define-extern palroof-activate - "Sets [[palshaft.bigmap-id]] to `20` and [[*math-camera*.f]] to `10,000` meters" + "Sets [[palshaft.bigmap-id]] to `11` and [[*math-camera*.f]] to `20,000` meters" (function none)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/goal_src/jak2/engine/level/level-h.gc b/goal_src/jak2/engine/level/level-h.gc index 462c6bbd9e..980ddc5155 100644 --- a/goal_src/jak2/engine/level/level-h.gc +++ b/goal_src/jak2/engine/level/level-h.gc @@ -125,26 +125,26 @@ (defenum bigmap-id :type uint32 (bigmap-id-0 0) - (bigmap-id-1 1) - (bigmap-id-2 2) - (bigmap-id-3 3) - (bigmap-id-4 4) - (bigmap-id-5 5) - (bigmap-id-6 6) - (bigmap-id-7 7) - (bigmap-id-8 8) - (bigmap-id-9 9) + (caspad 1) + (castle 2) + (dig1 3) + (dig3 4) + (drill 5) + (forest 6) + (fortress 7) + (mountain 8) + (nest 9) (bigmap-id-10 10) - (bigmap-id-11 11) - (bigmap-id-12 12) - (bigmap-id-13 13) + (palcab 11) + (palent 12) + (ruins 13) (sewer-default 14) (sewer-with-board-area 15) - (bigmap-id-16 16) - (bigmap-id-17 17) - (bigmap-id-18 18) - (bigmap-id-19 19) - (bigmap-id-20 20)) + (sewesc 16) + (strip 17) + (tomb 18) + (under 19) + (city 20)) ;; ---bigmap-id diff --git a/goal_src/jak2/engine/level/level-info.gc b/goal_src/jak2/engine/level/level-info.gc index 5d052cfc4f..60e8b0b526 100644 --- a/goal_src/jak2/engine/level/level-info.gc +++ b/goal_src/jak2/engine/level/level-info.gc @@ -72,7 +72,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -128,7 +128,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -302,7 +302,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -452,7 +452,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -675,7 +675,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -923,7 +923,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-5) + :bigmap-id (bigmap-id drill) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 1.0 1.0 0.0 1.0)) @@ -977,7 +977,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-5) + :bigmap-id (bigmap-id drill) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 1.0 1.0 0.0 1.0)) @@ -1031,7 +1031,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-5) + :bigmap-id (bigmap-id drill) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 1.0 1.0 0.0 1.0)) @@ -1085,7 +1085,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-5) + :bigmap-id (bigmap-id drill) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 1.0 1.0 0.0 1.0)) @@ -1407,7 +1407,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-16) + :bigmap-id (bigmap-id sewesc) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -1461,7 +1461,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-16) + :bigmap-id (bigmap-id sewesc) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -1667,7 +1667,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -1769,7 +1769,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -1847,7 +1847,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -1924,7 +1924,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2054,7 +2054,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2107,7 +2107,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2208,7 +2208,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2288,7 +2288,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-19) + :bigmap-id (bigmap-id under) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2439,7 +2439,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-19) + :bigmap-id (bigmap-id under) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2543,7 +2543,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2623,7 +2623,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2677,7 +2677,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-11) + :bigmap-id (bigmap-id palcab) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.75 1.0 0.75 1.0)) @@ -2805,7 +2805,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-11) + :bigmap-id (bigmap-id palcab) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.75 1.0 0.75 1.0)) @@ -2860,7 +2860,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-11) + :bigmap-id (bigmap-id palcab) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.5 1.0 0.5 0.5)) @@ -2965,7 +2965,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-12) + :bigmap-id (bigmap-id palent) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.5 1.0 0.5 0.5)) @@ -3020,7 +3020,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3075,7 +3075,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3130,7 +3130,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.5 1.0 0.5 0.5)) @@ -3233,7 +3233,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-12) + :bigmap-id (bigmap-id palent) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.5 1.0 0.5 0.5)) @@ -3386,7 +3386,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3440,7 +3440,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3494,7 +3494,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3596,7 +3596,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3699,7 +3699,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3777,7 +3777,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3856,7 +3856,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3958,7 +3958,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -4038,7 +4038,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -4165,7 +4165,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -4219,7 +4219,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -4371,7 +4371,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-17) + :bigmap-id (bigmap-id strip) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -4553,7 +4553,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-13) + :bigmap-id (bigmap-id ruins) :ocean-near-translucent? #f :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -4608,7 +4608,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-13) + :bigmap-id (bigmap-id ruins) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5236,7 +5236,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-8) + :bigmap-id (bigmap-id mountain) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.0 1.0)) @@ -5292,7 +5292,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-8) + :bigmap-id (bigmap-id mountain) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.0 1.0)) @@ -5396,7 +5396,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-6) + :bigmap-id (bigmap-id forest) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5452,7 +5452,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-6) + :bigmap-id (bigmap-id forest) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5556,7 +5556,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-8) + :bigmap-id (bigmap-id mountain) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5614,7 +5614,7 @@ :draw-priority 9.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5670,7 +5670,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5726,7 +5726,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5782,7 +5782,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5837,7 +5837,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5892,7 +5892,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -6021,7 +6021,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -6150,7 +6150,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -6279,7 +6279,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -6575,7 +6575,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -6726,7 +6726,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -6878,7 +6878,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -7341,7 +7341,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -7395,7 +7395,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -7549,7 +7549,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -7655,7 +7655,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -7830,7 +7830,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -7934,7 +7934,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -8013,7 +8013,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -8140,7 +8140,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -8246,7 +8246,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -8400,7 +8400,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -8553,7 +8553,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -8729,7 +8729,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -8905,7 +8905,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -9105,7 +9105,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -9281,7 +9281,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -9406,7 +9406,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -9533,7 +9533,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -9587,7 +9587,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -9642,7 +9642,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -9698,7 +9698,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -9754,7 +9754,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -9810,7 +9810,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -9866,7 +9866,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -9922,7 +9922,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -9978,7 +9978,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10034,7 +10034,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10090,7 +10090,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10146,7 +10146,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10201,7 +10201,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10256,7 +10256,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10311,7 +10311,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10366,7 +10366,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10421,7 +10421,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10501,7 +10501,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10556,7 +10556,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10612,7 +10612,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10690,7 +10690,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10769,7 +10769,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10871,7 +10871,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.5 0.5)) @@ -10924,7 +10924,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10979,7 +10979,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11034,7 +11034,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11089,7 +11089,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11143,7 +11143,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11198,7 +11198,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11253,7 +11253,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11308,7 +11308,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11363,7 +11363,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11418,7 +11418,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11473,7 +11473,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11528,7 +11528,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11583,7 +11583,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11638,7 +11638,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11693,7 +11693,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11748,7 +11748,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11803,7 +11803,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11858,7 +11858,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12058,7 +12058,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12112,7 +12112,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12167,7 +12167,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12222,7 +12222,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12277,7 +12277,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12332,7 +12332,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12387,7 +12387,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12490,7 +12490,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12571,7 +12571,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-3) + :bigmap-id (bigmap-id dig1) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12728,7 +12728,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-4) + :bigmap-id (bigmap-id dig3) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12782,7 +12782,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-4) + :bigmap-id (bigmap-id dig3) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12908,7 +12908,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-1) + :bigmap-id (bigmap-id caspad) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13012,7 +13012,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-2) + :bigmap-id (bigmap-id castle) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13091,7 +13091,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13146,7 +13146,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-2) + :bigmap-id (bigmap-id castle) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13202,7 +13202,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-2) + :bigmap-id (bigmap-id castle) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13330,7 +13330,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13385,7 +13385,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13441,7 +13441,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13496,7 +13496,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13550,7 +13550,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13702,7 +13702,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-9) + :bigmap-id (bigmap-id nest) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13854,7 +13854,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-9) + :bigmap-id (bigmap-id nest) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13908,7 +13908,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13964,7 +13964,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14019,7 +14019,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14096,7 +14096,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14192,7 +14192,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14272,7 +14272,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14327,7 +14327,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14382,7 +14382,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14437,7 +14437,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14516,7 +14516,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14594,7 +14594,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14674,7 +14674,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14759,7 +14759,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14836,7 +14836,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14913,7 +14913,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14990,7 +14990,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -15067,7 +15067,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -15144,7 +15144,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -15221,7 +15221,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -15298,7 +15298,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -15375,7 +15375,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -15452,7 +15452,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -15529,7 +15529,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -15795,7 +15795,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) diff --git a/goal_src/jak2/levels/palace/palent-part.gc b/goal_src/jak2/levels/palace/palent-part.gc index a1ccd4dd3a..7e33662d60 100644 --- a/goal_src/jak2/levels/palace/palent-part.gc +++ b/goal_src/jak2/levels/palace/palent-part.gc @@ -343,14 +343,14 @@ (defun palent-deactivate () "Sets [[palshaft.bigmap-id]] to `20`" - (set! (-> palshaft bigmap-id) (bigmap-id bigmap-id-20)) + (set! (-> palshaft bigmap-id) (bigmap-id city)) 0 (none) ) (defun palent-activate () "Sets [[palshaft.bigmap-id]] to `12`" - (set! (-> palshaft bigmap-id) (bigmap-id bigmap-id-12)) + (set! (-> palshaft bigmap-id) (bigmap-id palent)) 0 (none) ) diff --git a/goal_src/jak2/levels/palace/roof/palroof-part.gc b/goal_src/jak2/levels/palace/roof/palroof-part.gc index 6b6c8e8bdc..6474cb6951 100644 --- a/goal_src/jak2/levels/palace/roof/palroof-part.gc +++ b/goal_src/jak2/levels/palace/roof/palroof-part.gc @@ -410,16 +410,16 @@ ) (defun palroof-deactivate () - "Sets [[palshaft.bigmap-id]] to `11` and [[*math-camera*.f]] to `20,000` meters" - (set! (-> palshaft bigmap-id) (bigmap-id bigmap-id-20)) + "Sets [[palshaft.bigmap-id]] to `20` and [[*math-camera*.f]] to `10,000` meters" + (set! (-> palshaft bigmap-id) (bigmap-id city)) (set! (-> *math-camera* f) (meters 10000)) 0 (none) ) (defun palroof-activate () - "Sets [[palshaft.bigmap-id]] to `20` and [[*math-camera*.f]] to `10,000` meters" - (set! (-> palshaft bigmap-id) (bigmap-id bigmap-id-11)) + "Sets [[palshaft.bigmap-id]] to `11` and [[*math-camera*.f]] to `20,000` meters" + (set! (-> palshaft bigmap-id) (bigmap-id palcab)) (set! (-> *math-camera* f) (meters 20000)) 0 (none) diff --git a/goal_src/jak2/levels/palace/shaft/palshaft-part.gc b/goal_src/jak2/levels/palace/shaft/palshaft-part.gc index 958ac489e0..2da7188809 100644 --- a/goal_src/jak2/levels/palace/shaft/palshaft-part.gc +++ b/goal_src/jak2/levels/palace/shaft/palshaft-part.gc @@ -745,7 +745,7 @@ (defun palshaft-deactivate () "Sets [[palshaft.bigmap-id]] to `20`" - (set! (-> palshaft bigmap-id) (bigmap-id bigmap-id-20)) + (set! (-> palshaft bigmap-id) (bigmap-id city)) 0 (none) ) diff --git a/test/decompiler/reference/jak2/engine/level/level-info_REF.gc b/test/decompiler/reference/jak2/engine/level/level-info_REF.gc index 1ae66eb5a3..784a99e2a9 100644 --- a/test/decompiler/reference/jak2/engine/level/level-info_REF.gc +++ b/test/decompiler/reference/jak2/engine/level/level-info_REF.gc @@ -68,7 +68,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -126,7 +126,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -301,7 +301,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -452,7 +452,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -676,7 +676,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -925,7 +925,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-5) + :bigmap-id (bigmap-id drill) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 1.0 1.0 0.0 1.0)) @@ -980,7 +980,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-5) + :bigmap-id (bigmap-id drill) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 1.0 1.0 0.0 1.0)) @@ -1035,7 +1035,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-5) + :bigmap-id (bigmap-id drill) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 1.0 1.0 0.0 1.0)) @@ -1090,7 +1090,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-5) + :bigmap-id (bigmap-id drill) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 1.0 1.0 0.0 1.0)) @@ -1415,7 +1415,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-16) + :bigmap-id (bigmap-id sewesc) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -1470,7 +1470,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-16) + :bigmap-id (bigmap-id sewesc) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -1677,7 +1677,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -1780,7 +1780,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -1859,7 +1859,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -1937,7 +1937,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2068,7 +2068,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2122,7 +2122,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2224,7 +2224,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-18) + :bigmap-id (bigmap-id tomb) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2305,7 +2305,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-19) + :bigmap-id (bigmap-id under) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2457,7 +2457,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-19) + :bigmap-id (bigmap-id under) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2562,7 +2562,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2643,7 +2643,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -2698,7 +2698,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-11) + :bigmap-id (bigmap-id palcab) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.75 1.0 0.75 1.0)) @@ -2827,7 +2827,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-11) + :bigmap-id (bigmap-id palcab) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.75 1.0 0.75 1.0)) @@ -2883,7 +2883,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-11) + :bigmap-id (bigmap-id palcab) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.5 1.0 0.5 0.5)) @@ -2989,7 +2989,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-12) + :bigmap-id (bigmap-id palent) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.5 1.0 0.5 0.5)) @@ -3045,7 +3045,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3101,7 +3101,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3157,7 +3157,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.5 1.0 0.5 0.5)) @@ -3261,7 +3261,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-12) + :bigmap-id (bigmap-id palent) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.5 1.0 0.5 0.5)) @@ -3390,7 +3390,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3445,7 +3445,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3500,7 +3500,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3603,7 +3603,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3707,7 +3707,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3786,7 +3786,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3866,7 +3866,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -3969,7 +3969,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -4050,7 +4050,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -4178,7 +4178,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -4233,7 +4233,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-7) + :bigmap-id (bigmap-id fortress) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -4386,7 +4386,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-17) + :bigmap-id (bigmap-id strip) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -4569,7 +4569,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-13) + :bigmap-id (bigmap-id ruins) :ocean-near-translucent? #f :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -4625,7 +4625,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-13) + :bigmap-id (bigmap-id ruins) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5256,7 +5256,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-8) + :bigmap-id (bigmap-id mountain) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.0 1.0)) @@ -5313,7 +5313,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-8) + :bigmap-id (bigmap-id mountain) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.0 1.0)) @@ -5418,7 +5418,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-6) + :bigmap-id (bigmap-id forest) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5475,7 +5475,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-6) + :bigmap-id (bigmap-id forest) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5580,7 +5580,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-8) + :bigmap-id (bigmap-id mountain) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5639,7 +5639,7 @@ :draw-priority 9.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5696,7 +5696,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5753,7 +5753,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5810,7 +5810,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5866,7 +5866,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -5922,7 +5922,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -6052,7 +6052,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -6182,7 +6182,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -6312,7 +6312,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -6609,7 +6609,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -6761,7 +6761,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -6914,7 +6914,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -7378,7 +7378,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -7433,7 +7433,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -7588,7 +7588,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -7695,7 +7695,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -7871,7 +7871,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -7976,7 +7976,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -8056,7 +8056,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -8184,7 +8184,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -8291,7 +8291,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -8446,7 +8446,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -8600,7 +8600,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -8777,7 +8777,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -8953,7 +8953,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -9153,7 +9153,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -9329,7 +9329,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -9455,7 +9455,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -9583,7 +9583,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -9638,7 +9638,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 0.5 0.25 0.75)) @@ -9694,7 +9694,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -9751,7 +9751,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -9808,7 +9808,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -9865,7 +9865,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -9922,7 +9922,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -9979,7 +9979,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10036,7 +10036,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10093,7 +10093,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10150,7 +10150,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10207,7 +10207,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10263,7 +10263,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10319,7 +10319,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10375,7 +10375,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10431,7 +10431,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10487,7 +10487,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10568,7 +10568,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10624,7 +10624,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10681,7 +10681,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10760,7 +10760,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10840,7 +10840,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -10943,7 +10943,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.5 0.5)) @@ -10997,7 +10997,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11053,7 +11053,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11109,7 +11109,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11165,7 +11165,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11220,7 +11220,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11276,7 +11276,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11332,7 +11332,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11388,7 +11388,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11444,7 +11444,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11500,7 +11500,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11556,7 +11556,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11612,7 +11612,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11668,7 +11668,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11724,7 +11724,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11780,7 +11780,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11836,7 +11836,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11892,7 +11892,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -11948,7 +11948,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12149,7 +12149,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12204,7 +12204,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12260,7 +12260,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12316,7 +12316,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12372,7 +12372,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12428,7 +12428,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12484,7 +12484,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12588,7 +12588,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12670,7 +12670,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-3) + :bigmap-id (bigmap-id dig1) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12828,7 +12828,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-4) + :bigmap-id (bigmap-id dig3) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -12883,7 +12883,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-4) + :bigmap-id (bigmap-id dig3) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13010,7 +13010,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-1) + :bigmap-id (bigmap-id caspad) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13115,7 +13115,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-2) + :bigmap-id (bigmap-id castle) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13195,7 +13195,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13251,7 +13251,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-2) + :bigmap-id (bigmap-id castle) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13308,7 +13308,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-2) + :bigmap-id (bigmap-id castle) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13437,7 +13437,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13493,7 +13493,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13550,7 +13550,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13606,7 +13606,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13661,7 +13661,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13814,7 +13814,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-9) + :bigmap-id (bigmap-id nest) :ocean-near-translucent? #t :ocean-far? #t :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -13967,7 +13967,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-9) + :bigmap-id (bigmap-id nest) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14022,7 +14022,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14079,7 +14079,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14135,7 +14135,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14213,7 +14213,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14311,7 +14311,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14392,7 +14392,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14448,7 +14448,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14504,7 +14504,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14560,7 +14560,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14640,7 +14640,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14719,7 +14719,7 @@ :texture-anim-sky #f :draw-priority 10.0 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) @@ -14776,7 +14776,7 @@ :draw-priority 10.0 :level-flags #x1 :fog-height 327680.0 - :bigmap-id (bigmap-id bigmap-id-20) + :bigmap-id (bigmap-id city) :ocean-near-translucent? #t :ocean-far? #f :mood-range (new 'static 'mood-range :data (new 'static 'array float 4 0.0 1.0 0.0 1.0)) diff --git a/test/decompiler/reference/jak2/levels/palace/palent-part_REF.gc b/test/decompiler/reference/jak2/levels/palace/palent-part_REF.gc index 59a2db93b1..c23439d573 100644 --- a/test/decompiler/reference/jak2/levels/palace/palent-part_REF.gc +++ b/test/decompiler/reference/jak2/levels/palace/palent-part_REF.gc @@ -374,7 +374,7 @@ ;; WARN: Return type mismatch int vs none. (defun palent-deactivate () "Sets [[palshaft.bigmap-id]] to `20`" - (set! (-> palshaft bigmap-id) (bigmap-id bigmap-id-20)) + (set! (-> palshaft bigmap-id) (bigmap-id city)) 0 (none) ) @@ -383,7 +383,7 @@ ;; WARN: Return type mismatch int vs none. (defun palent-activate () "Sets [[palshaft.bigmap-id]] to `12`" - (set! (-> palshaft bigmap-id) (bigmap-id bigmap-id-12)) + (set! (-> palshaft bigmap-id) (bigmap-id palent)) 0 (none) ) diff --git a/test/decompiler/reference/jak2/levels/palace/roof/palroof-part_REF.gc b/test/decompiler/reference/jak2/levels/palace/roof/palroof-part_REF.gc index 9e6f594244..fa17169123 100644 --- a/test/decompiler/reference/jak2/levels/palace/roof/palroof-part_REF.gc +++ b/test/decompiler/reference/jak2/levels/palace/roof/palroof-part_REF.gc @@ -444,8 +444,8 @@ ;; definition for function palroof-deactivate ;; WARN: Return type mismatch int vs none. (defun palroof-deactivate () - "Sets [[palshaft.bigmap-id]] to `11` and [[*math-camera*.f]] to `20,000` meters" - (set! (-> palshaft bigmap-id) (bigmap-id bigmap-id-20)) + "Sets [[palshaft.bigmap-id]] to `20` and [[*math-camera*.f]] to `10,000` meters" + (set! (-> palshaft bigmap-id) (bigmap-id city)) (set! (-> *math-camera* f) (meters 10000)) 0 (none) @@ -454,8 +454,8 @@ ;; definition for function palroof-activate ;; WARN: Return type mismatch int vs none. (defun palroof-activate () - "Sets [[palshaft.bigmap-id]] to `20` and [[*math-camera*.f]] to `10,000` meters" - (set! (-> palshaft bigmap-id) (bigmap-id bigmap-id-11)) + "Sets [[palshaft.bigmap-id]] to `11` and [[*math-camera*.f]] to `20,000` meters" + (set! (-> palshaft bigmap-id) (bigmap-id palcab)) (set! (-> *math-camera* f) (meters 20000)) 0 (none) diff --git a/test/decompiler/reference/jak2/levels/palace/shaft/palshaft-part_REF.gc b/test/decompiler/reference/jak2/levels/palace/shaft/palshaft-part_REF.gc index 3291ddb823..3bbb1ae6fd 100644 --- a/test/decompiler/reference/jak2/levels/palace/shaft/palshaft-part_REF.gc +++ b/test/decompiler/reference/jak2/levels/palace/shaft/palshaft-part_REF.gc @@ -792,7 +792,7 @@ ;; WARN: Return type mismatch int vs none. (defun palshaft-deactivate () "Sets [[palshaft.bigmap-id]] to `20`" - (set! (-> palshaft bigmap-id) (bigmap-id bigmap-id-20)) + (set! (-> palshaft bigmap-id) (bigmap-id city)) 0 (none) )