Files
jak-project/test/decompiler/reference/jak3/engine/level/level-info_REF.gc
T
water111 5b04be2fa0 Add hfrag, clean up some background renderer stuff (#3509)
This adds hfrag, but with a few remaining issues:
- The textures aren't animated. Instead, it just uses one texture.
- The texture filtering isn't as good as at it could be.

I also cleaned up a few issues with the background renderers:
- Cleaned up some stuff that is common to hfrag, tie, tfrag, shrub
- Moved time-of-day color packing stuff to FR3 creation, rather than at
level load. This appears to reduce the frame time spikes when a level is
first drawn by about 5 or 6 ms in big levels.
- Cleaned up the x86 specific stuff used in time of day. Now there's
only one place where we have an `ifdef`, rather than spreading it all
over the rendering code.
2024-05-09 20:11:43 -04:00

20953 lines
1.0 MiB
Plaintext
Vendored
Generated

;;-*-Lisp-*-
(in-package goal)
;; definition for symbol *task-level*, type (array symbol)
(define *task-level* (new 'static 'boxed-array :type symbol
'default
'city
'sewer
'forest
'nest
'mine
'desert
'wascity
'arena
'factory
'volcano
'temple
'comb
'palace
'tower
'precursor
)
)
;; definition for symbol default-level, type level-load-info
(define default-level (new 'static 'level-load-info
:name 'default-level
:visname 'default-level-vis
:nickname 'default-level
:dbname 'default-level
:taskname 'default
:index 1
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '()
:memory-mode (level-memory-mode large)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; failed to figure out what this is:
(set! (-> default-level dbname) #f)
;; definition for symbol intro, type level-load-info
(define intro (new 'static 'level-load-info
:name 'intro
:visname 'intro-vis
:nickname 'int
:dbname 'intro
:taskname 'default
:index 2
:master-level #f
:level-flags (level-flags lf12)
:packages '("intro")
:run-packages '("common")
:memory-mode (level-memory-mode medium)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -10000000)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol title, type level-load-info
(define title (new 'static 'level-load-info
:name 'title
:visname 'title-vis
:nickname 'title
:dbname 'title
:taskname 'default
:index 3
:master-level #f
:level-flags (level-flags lf5 lf12)
:packages '("dust-stormp" "title")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "title-start"
:level 'title
:flags (continue-flags title)
:trans (new 'static 'vector :x 4014080.0 :y 348160.0 :z 1417216.0 :w 1.0)
:camera-trans (new 'static 'vector :x 76871.68 :y 55061.707 :z -938752.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 0 0 #x7fff))
:camera-rot (new 'static 'array int16 9 #x6fe8 0 #x3e1a -6936 #x7328 #x30d7 -14302 -14299 #x64ae)
:on-goto '(apply ,(lambda () (set! (-> *game-info* demo-state) (the-as uint 0)) 0))
:vis-nick 'title
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'title :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasintro :display? #f)
)
:want-sound (new 'static 'array symbol 3 'desert1 #f #f)
)
(new 'static 'continue-point
:name "title-restart"
:level 'title
:flags (continue-flags title)
:trans (new 'static 'vector :x 4014080.0 :y 348160.0 :z 1417216.0 :w 1.0)
:camera-trans (new 'static 'vector :x 76871.68 :y 55061.707 :z -938752.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 0 0 #x7fff))
:camera-rot (new 'static 'array int16 9 #x6fe8 0 #x3e1a -6936 #x7328 #x30d7 -14302 -14299 #x64ae)
:on-goto '(begin
(want-continue "title-start")
(apply ,(lambda () (let ((v0-0 1))
(set! (-> *game-info* demo-state) (the-as uint v0-0))
v0-0
)
)
)
)
:vis-nick 'title
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'title :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasintro :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'desert1 #f #f)
)
(new 'static 'continue-point
:name "title-from-intro"
:level 'title
:flags (continue-flags title vehicle-movie)
:trans (new 'static 'vector :x 4014080.0 :y 348160.0 :z 1417216.0 :w 1.0)
:camera-trans (new 'static 'vector :x 76871.68 :y 55061.707 :z -938752.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 0 0 #x7fff))
:camera-rot (new 'static 'array int16 9 #x6fe8 0 #x3e1a -6936 #x7328 #x30d7 -14302 -14299 #x64ae)
:on-goto '(begin
(want-continue "title-start")
(apply ,(lambda () (let ((v0-0 3))
(set! (-> *game-info* demo-state) (the-as uint v0-0))
v0-0
)
)
)
)
:vis-nick 'title
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'title :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasintro :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'desert1 #f #f)
)
(new 'static 'continue-point
:name "title-scrapbook"
:level 'title
:flags (continue-flags title)
:trans (new 'static 'vector :x 4014080.0 :y 348160.0 :z 1417216.0 :w 1.0)
:camera-trans (new 'static 'vector :x 76871.68 :y 55061.707 :z -938752.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 0 0 #x7fff))
:camera-rot (new 'static 'array int16 9 #x6fe8 0 #x3e1a -6936 #x7328 #x30d7 -14302 -14299 #x64ae)
:on-goto '(want-continue "title-start")
:vis-nick 'title
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'title :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasintro :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'desert1 #f #f)
)
(new 'static 'continue-point
:name "title-credits"
:level 'title
:flags (continue-flags scene-wait credits)
:trans (new 'static 'vector :x 4014080.0 :y 348160.0 :z 1417216.0 :w 1.0)
:camera-trans (new 'static 'vector :x 76871.68 :y 55061.707 :z -938752.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 0 0 #x7fff))
:camera-rot (new 'static 'array int16 9 #x6fe8 0 #x3e1a -6936 #x7328 #x30d7 -14302 -14299 #x64ae)
:on-goto #f
:vis-nick 'title
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'title :display? 'display)
(new 'static 'level-buffer-state-small :name 'museum :display? 'display)
(new 'static 'level-buffer-state-small :name 'museum2 :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'desert1 #f #f)
)
(new 'static 'continue-point
:name "title-museum1"
:level 'title
:flags (continue-flags scene-wait credits)
:trans (new 'static 'vector :x 4014080.0 :y 348160.0 :z 1417216.0 :w 1.0)
:camera-trans (new 'static 'vector :x 76871.68 :y 55061.707 :z -938752.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 0 0 #x7fff))
:camera-rot (new 'static 'array int16 9 #x6fe8 0 #x3e1a -6936 #x7328 #x30d7 -14302 -14299 #x64ae)
:on-goto #f
:vis-nick 'title
:vehicle-type #x29
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'title :display? 'display)
(new 'static 'level-buffer-state-small :name 'museum4b :display? 'display)
(new 'static 'level-buffer-state-small :name 'museum4 :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'desert1 #f #f)
)
(new 'static 'continue-point
:name "title-museum2"
:level 'title
:flags (continue-flags scene-wait credits)
:trans (new 'static 'vector :x 4014080.0 :y 348160.0 :z 1417216.0 :w 1.0)
:camera-trans (new 'static 'vector :x 76871.68 :y 55061.707 :z -938752.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 0 0 #x7fff))
:camera-rot (new 'static 'array int16 9 #x6fe8 0 #x3e1a -6936 #x7328 #x30d7 -14302 -14299 #x64ae)
:on-goto #f
:vis-nick 'title
:vehicle-type #x2a
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'title :display? 'display)
(new 'static 'level-buffer-state-small :name 'museum3b :display? 'display)
(new 'static 'level-buffer-state-small :name 'museum3 :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'desert1 #f #f)
)
(new 'static 'continue-point
:name "title-museum3"
:level 'title
:flags (continue-flags scene-wait credits)
:trans (new 'static 'vector :x 4014080.0 :y 348160.0 :z 1417216.0 :w 1.0)
:camera-trans (new 'static 'vector :x 76871.68 :y 55061.707 :z -938752.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 0 0 #x7fff))
:camera-rot (new 'static 'array int16 9 #x6fe8 0 #x3e1a -6936 #x7328 #x30d7 -14302 -14299 #x64ae)
:on-goto #f
:vis-nick 'title
:vehicle-type #x2b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'title :display? 'display)
(new 'static 'level-buffer-state-small :name 'museum :display? 'display)
(new 'static 'level-buffer-state-small :name 'museum2 :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'desert1 #f #f)
)
)
:callback-list '((36 . desert-deactivate) (35 . desert-activate))
:borrow #f
:bottom-height (meters -10000000)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 0.25 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol vinroom, type level-load-info
(define vinroom (new 'static 'level-load-info
:name 'vinroom
:visname 'vinroom-vis
:nickname 'vin
:dbname 'vinroom
:taskname 'city
:index 4
:task-level #x1
:master-level #f
:level-flags (level-flags lf12)
:packages '("vinroom")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-vinroom
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "vinroom-start"
:level 'vinroom
:trans (new 'static 'vector :x 4544927.5 :y 104448.0 :z 4547219.5 :w 1.0)
:camera-trans (new 'static 'vector :x 4518831.0 :y 122459.75 :z 4524515.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x4768 0 #x6a36))
:camera-rot (new 'static 'array int16 9 #x53d6 0 -24755 #x13fe #x7d37 #x1157 #x5e9d -6776 #x5205)
:on-goto #f
:vis-nick 'vinroom
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'vinroom :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'vinroomh 'ctyindh #f)
)
(new 'static 'continue-point
:name "vinroom-face-warp"
:level 'vinroom
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4589356.0 :y 104436.53 :z 4648794.0 :w 1.0)
:camera-trans (new 'static 'vector :x 4588769.0 :y 125421.16 :z 4597935.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -1028 0 -32750))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 -380 45 #x7f0c #xf6f #x178 -3951 #x7f0c)
:on-goto #f
:vis-nick 'vinroom
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'vinroom :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'vinroomh 'ctyindh #f)
)
(new 'static 'continue-point
:name "vinroom-face-door"
:level 'vinroom
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4539276.5 :y 104448.0 :z 4540455.0 :w 1.0)
:camera-trans (new 'static 'vector :x 4575779.0 :y 125541.99 :z 4576384.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x743e 0 -13709))
:camera-rot (new 'static 'array int16 9 -23366 0 #x59b9 -2781 #x7f0c -2827 -22799 -3968 -23192)
:on-goto #f
:vis-nick 'vinroom
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'vinroom :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'vinroomh 'ctyindh #f)
)
(new 'static 'continue-point
:name "vinroom-movie"
:level 'vinroom
:flags (continue-flags change-continue)
:trans (new 'static 'vector :x 4544927.5 :y 104448.0 :z 4547219.5 :w 1.0)
:camera-trans (new 'static 'vector :x 4518831.0 :y 122459.75 :z 4524515.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x4768 0 #x6a36))
:camera-rot (new 'static 'array int16 9 #x53d6 0 -24755 #x13fe #x7d37 #x1157 #x5e9d -6776 #x5205)
:on-goto #f
:vis-nick 'vinroom
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'vinroom :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? #f)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'vinroomh 'ctyindh #f)
)
(new 'static 'continue-point
:name "vinroom-movie-exit"
:level 'vinroom
:flags (continue-flags change-continue)
:trans (new 'static 'vector :x 4527542.5 :y 104448.0 :z 4529470.0 :w 1.0)
:camera-trans (new 'static 'vector :x 4558847.0 :y 124133.79 :z 4563056.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -26855 0 #x4950))
:camera-rot (new 'static 'array int16 9 -23942 0 #x575e -2804 #x7efc -3001 -22189 -4108 -23756)
:on-goto #f
:vis-nick 'vinroom
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'vinroom :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? #f)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'vinroomh 'ctyindh #f)
)
(new 'static 'continue-point
:name "vinroom-warp"
:level 'vinroom
:flags (continue-flags no-auto warp-gate)
:trans (new 'static 'vector :x 4587913.0 :y 104439.805 :z 4673306.0 :w 1.0)
:camera-trans (new 'static 'vector :x 4586831.5 :y 123462.86 :z 4636004.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32717 0 #x6d2))
:camera-rot (new 'static 'array int16 9 #x7ff8 0 -632 #x79 #x7d7c #x1929 #x26b -6445 #x7d76)
:on-goto #f
:vis-nick 'vinroom
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'vinroom :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? #f)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'vinroomh 'ctyindh #f)
)
(new 'static 'continue-point
:name "vinroom-game"
:level 'vinroom
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4618566.5 :y 104436.53 :z 4607228.5 :w 1.0)
:camera-trans (new 'static 'vector :x 4594141.0 :y 120559.2 :z 4585337.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -16462 0 -28330))
:camera-rot (new 'static 'array int16 9 #x556f 0 -24398 #x11eb #x7db4 #x1010 #x5d9a -6163 #x53e6)
:on-goto #f
:vis-nick 'vinroom
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'vinroom :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? #f)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'vinroomh 'ctyindh #f)
)
)
:callback-list '()
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #xbb8 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -15)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ljkdxvin, type level-load-info
(define ljkdxvin (new 'static 'level-load-info
:name 'ljkdxvin
:visname 'ljkdxvin-vis
:nickname 'ljkdxvin
:dbname 'ljkdxvin
:taskname 'default
:index 5
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((7 . *ljkdxvin-texture-anim-array*))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lvincst, type level-load-info
(define lvincst (new 'static 'level-load-info
:name 'lvincst
:visname 'lvincst-vis
:nickname 'lvincst
:dbname 'lvincst
:taskname 'default
:index 6
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((7 . *ljkdxvin-texture-anim-array*))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol powergd, type level-load-info
(define powergd (new 'static 'level-load-info
:name 'powergd
:visname 'powergd-vis
:nickname 'powergd
:dbname 'powergd
:taskname 'city
:index 7
:task-level #x1
:master-level #f
:level-flags (level-flags lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -15)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctywide, type level-load-info
(define ctywide (new 'static 'level-load-info
:name 'ctywide
:visname 'ctywide-vis
:nickname 'cwi
:dbname 'ctywide
:taskname 'city
:index 8
:task-level #x1
:part-engine-max #x4
:master-level #f
:level-flags (level-flags lf0 lf1 lf7 lf12 lf17)
:packages '("marketp" "vehiclep" "nav-graphp" "hvehiclep" "ctywide")
:run-packages '("common")
:memory-mode (level-memory-mode city-center)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-ctywide
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 9.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((34 . ctywide-logout)
(36 . ctywide-deactivate)
(35 . ctywide-activate)
(33 . ctywide-login)
(6 . *security-texture-anim-array*)
)
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x1a4 #x1a4 #x1a4 #x30c #x32a)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -15)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctywide-ff, type level-load-info
(define ctywide-ff
(new 'static 'level-load-info
:name 'ctywide-ff
:visname 'ctywide-ff-vis
:nickname 'ctywide-ff
:dbname 'ctywide-ff
:taskname 'city
:index 9
:task-level #x1
:master-level #f
:level-flags (level-flags lf0 lf1 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode alias)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow (new 'static 'level-borrow-info :alias #f :borrow-info (new 'static 'array object 5 #f #f #f #f #f))
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctywide-ff-kg, type level-load-info
(define ctywide-ff-kg
(new 'static 'level-load-info
:name 'ctywide-ff-kg
:visname 'ctywide-ff-kg-vis
:nickname 'ctywide-ff-kg
:dbname 'ctywide-ff-kg
:taskname 'city
:index 10
:task-level #x1
:master-level #f
:level-flags (level-flags lf0 lf1 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode alias)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow (new 'static 'level-borrow-info :alias #f :borrow-info (new 'static 'array object 5 #f #f #f #f #f))
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctywide-ff-mh, type level-load-info
(define ctywide-ff-mh
(new 'static 'level-load-info
:name 'ctywide-ff-mh
:visname 'ctywide-ff-mh-vis
:nickname 'ctywide-ff-mh
:dbname 'ctywide-ff-mh
:taskname 'city
:index 11
:task-level #x1
:master-level #f
:level-flags (level-flags lf0 lf1 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode alias)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow (new 'static 'level-borrow-info :alias #f :borrow-info (new 'static 'array object 5 #f #f #f #f #f))
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctywide-kg, type level-load-info
(define ctywide-kg
(new 'static 'level-load-info
:name 'ctywide-kg
:visname 'ctywide-kg-vis
:nickname 'ctywide-kg
:dbname 'ctywide-kg
:taskname 'city
:index 12
:task-level #x1
:master-level #f
:level-flags (level-flags lf0 lf1 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode alias)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow (new 'static 'level-borrow-info :alias #f :borrow-info (new 'static 'array object 5 #f #f #f #f #f))
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctywide-mh, type level-load-info
(define ctywide-mh
(new 'static 'level-load-info
:name 'ctywide-mh
:visname 'ctywide-mh-vis
:nickname 'ctywide-mh
:dbname 'ctywide-mh
:taskname 'city
:index 13
:task-level #x1
:master-level #f
:level-flags (level-flags lf0 lf1 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode alias)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow (new 'static 'level-borrow-info :alias #f :borrow-info (new 'static 'array object 5 #f #f #f #f #f))
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctywide-mh-kg, type level-load-info
(define ctywide-mh-kg
(new 'static 'level-load-info
:name 'ctywide-mh-kg
:visname 'ctywide-mh-kg-vis
:nickname 'ctywide-mh-kg
:dbname 'ctywide-mh-kg
:taskname 'city
:index 14
:task-level #x1
:master-level #f
:level-flags (level-flags lf0 lf1 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode alias)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow (new 'static 'level-borrow-info :alias #f :borrow-info (new 'static 'array object 5 #f #f #f #f #f))
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol citycast, type level-load-info
(define citycast (new 'static 'level-load-info
:name 'citycast
:visname 'citycast-vis
:nickname 'citycast
:dbname 'citycast
:taskname 'city
:index 15
:task-level #x1
:master-level #f
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-freehq
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol gridcst, type level-load-info
(define gridcst (new 'static 'level-load-info
:name 'gridcst
:visname 'gridcst-vis
:nickname 'gridcst
:dbname 'gridcst
:taskname 'city
:index 16
:task-level #x1
:master-level #f
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctycara, type level-load-info
(define ctycara (new 'static 'level-load-info
:name 'ctycara
:visname 'ctycara-vis
:nickname 'ctycara
:dbname 'ctycara
:taskname 'city
:index 17
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf2 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow-city-small)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-ctywide
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lwide-deactivate) (35 . lwide-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctycarkg, type level-load-info
(define ctycarkg (new 'static 'level-load-info
:name 'ctycarkg
:visname 'ctycarkg-vis
:nickname 'ctycarkg
:dbname 'ctycarkg
:taskname 'city
:index 18
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf12 lf19)
:packages '("cty-kg-vehicles")
:run-packages '("common")
:memory-mode (level-memory-mode borrow-city-small)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-ctywide
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lwide-deactivate) (35 . lwide-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctycarb, type level-load-info
(define ctycarb (new 'static 'level-load-info
:name 'ctycarb
:visname 'ctycarb-vis
:nickname 'ctycarb
:dbname 'ctycarb
:taskname 'city
:index 19
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf2 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow-city-small)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lwide-deactivate) (35 . lwide-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctycarc, type level-load-info
(define ctycarc (new 'static 'level-load-info
:name 'ctycarc
:visname 'ctycarc-vis
:nickname 'ctycarc
:dbname 'ctycarc
:taskname 'city
:index 20
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf2 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow-city-small)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lwide-deactivate) (35 . lwide-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctypepa, type level-load-info
(define ctypepa (new 'static 'level-load-info
:name 'ctypepa
:visname 'ctypepa-vis
:nickname 'ctypepa
:dbname 'ctypepa
:taskname 'city
:index 21
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow3)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lwide-deactivate) (35 . lwide-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lpatkcs, type level-load-info
(define lpatkcs (new 'static 'level-load-info
:name 'lpatkcs
:visname 'lpatkcs-vis
:nickname 'lpatkcs
:dbname 'lpatkcs
:taskname 'city
:index 22
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow3)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lwide-deactivate) (35 . lwide-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lblowtmh, type level-load-info
(define lblowtmh (new 'static 'level-load-info
:name 'lblowtmh
:visname 'lblowtmh-vis
:nickname 'lblowtmh
:dbname 'lblowtmh
:taskname 'city
:index 23
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf11 lf12 lf19)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow-city-small)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lblowtkg, type level-load-info
(define lblowtkg (new 'static 'level-load-info
:name 'lblowtkg
:visname 'lblowtkg-vis
:nickname 'lblowtkg
:dbname 'lblowtkg
:taskname 'city
:index 24
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf11 lf12 lf19)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow-city-small)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctypepb, type level-load-info
(define ctypepb (new 'static 'level-load-info
:name 'ctypepb
:visname 'ctypepb-vis
:nickname 'ctypepb
:dbname 'ctypepb
:taskname 'city
:index 25
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf3 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow3)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lwide-deactivate) (35 . lwide-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lblowcst, type level-load-info
(define lblowcst (new 'static 'level-load-info
:name 'lblowcst
:visname 'lblowcst-vis
:nickname 'lblowcst
:dbname 'lblowcst
:taskname 'city
:index 26
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf12 lf19)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow3)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lwide-deactivate) (35 . lwide-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctypepc, type level-load-info
(define ctypepc (new 'static 'level-load-info
:name 'ctypepc
:visname 'ctypepc-vis
:nickname 'ctypepc
:dbname 'ctypepc
:taskname 'city
:index 27
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf12)
:packages '("cty-mh-deep")
:run-packages '("common")
:memory-mode (level-memory-mode borrow3)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lwide-deactivate) (35 . lwide-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctypesa, type level-load-info
(define ctypesa (new 'static 'level-load-info
:name 'ctypesa
:visname 'ctypesa-vis
:nickname 'ctypesa
:dbname 'ctypesa
:taskname 'city
:index 28
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf3 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow-city-small)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lwide-deactivate) (35 . lwide-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctypesb, type level-load-info
(define ctypesb (new 'static 'level-load-info
:name 'ctypesb
:visname 'ctypesb-vis
:nickname 'ctypesb
:dbname 'ctypesb
:taskname 'city
:index 29
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf3 lf12)
:packages '("cty-mh-border")
:run-packages '("common")
:memory-mode (level-memory-mode borrow-city-small)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lwide-deactivate) (35 . lwide-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctypesc, type level-load-info
(define ctypesc (new 'static 'level-load-info
:name 'ctypesc
:visname 'ctypesc-vis
:nickname 'ctypesc
:dbname 'ctypesc
:taskname 'city
:index 30
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf3 lf12)
:packages '("cty-kg-border")
:run-packages '("common")
:memory-mode (level-memory-mode borrow-city-small)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lwide-deactivate) (35 . lwide-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol intpfall, type level-load-info
(define intpfall (new 'static 'level-load-info
:name 'intpfall
:visname 'intpfall-vis
:nickname 'ipf
:dbname 'intpfall
:taskname 'wascity
:index 31
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf9 lf11 lf12 lf13)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean '*ocean-map-city*
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 0.25 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol ctygenb, type level-load-info
(define ctygenb (new 'static 'level-load-info
:name 'ctygenb
:visname 'ctygenb-vis
:nickname 'cgb
:dbname 'ctygenb
:taskname 'city
:index 32
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf9 lf11 lf12)
:packages '("ctygenb")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-ctygenb
:special-mood #f
:ocean '*ocean-map-city*
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:city-map-bits (city-map-bits cmb7)
:continues '((new 'static 'continue-point
:name "ctygenb-start"
:level 'ctygenb
:flags (continue-flags test)
:trans (new 'static 'vector :x 686539.56 :y 40271.87 :z -1015174.75 :w 1.0)
:camera-trans (new 'static 'vector :x 647089.75 :y 59344.49 :z -1026199.94 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 29 #x53c6 22 -24771))
:camera-rot (new 'static 'array int16 9 #x28e5 0 -31046 #x1353 #x7e5b #x683 #x77ba -5223 #x285e)
:on-goto #f
:vis-nick 'ctygenb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'ctygnbh #f #f)
)
(new 'static 'continue-point
:name "ctygenb-bbush-1"
:level 'ctygenb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 790071.3 :y 33137.05 :z -595931.94 :w 1.0)
:camera-trans (new 'static 'vector :x 825424.3 :y 53712.895 :z -630043.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -7382 0 -31921))
:camera-rot (new 'static 'array int16 9 #x6075 0 #x541e -2529 #x7f19 #xb53 -21387 -3850 #x5fca)
:on-goto #f
:vis-nick 'ctygenb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'ctygnbh #f #f)
)
(new 'static 'continue-point
:name "ctygenb-bbush-2"
:level 'ctygenb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1550327.4 :y 32756.941 :z -1357733.1 :w 1.0)
:camera-trans (new 'static 'vector :x 1500834.6 :y 53851.34 :z -1370851.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 22 -19371 -36 -26423))
:camera-rot (new 'static 'array int16 9 #x20a3 0 -31682 #xf0a #x7f09 #x3f7 #x7ad6 -3981 #x2065)
:on-goto #f
:vis-nick 'ctygenb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'stadium :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctygnbh #f #f)
)
(new 'static 'continue-point
:name "ctygenb-bbush-3"
:level 'ctygenb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1299087.8 :y 32768.0 :z -856799.25 :w 1.0)
:camera-trans (new 'static 'vector :x 1288880.5 :y 53862.4 :z -907001.06 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 6 -5763 -6 -32252))
:camera-rot (new 'static 'array int16 9 #x7d69 0 -6543 #x312 #x7f0f #xf1d #x1961 -3948 #x7c7d)
:on-goto #f
:vis-nick 'ctygenb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'stadium :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctygnbh #f #f)
)
(new 'static 'continue-point
:name "ctygenb-bbush-4"
:level 'ctygenb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 499447.0 :y 32754.074 :z -173288.66 :w 1.0)
:camera-trans (new 'static 'vector :x 490190.44 :y 53848.473 :z -223685.84 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -1703 0 #x7fd1))
:camera-rot (new 'static 'array int16 9 #x7ddf 0 -5934 #x2cd #x7f0c #xf3e #x1703 -3971 #x7cef)
:on-goto #f
:vis-nick 'ctygenb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'stadium :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctygnbh #f #f)
)
(new 'static 'continue-point
:name "ctygenb-sewer"
:level 'ctygenb
:trans (new 'static 'vector :x 773027.8 :y 32765.543 :z -1225660.0 :w 1.0)
:camera-trans (new 'static 'vector :x 772191.0 :y 53859.53 :z -1174467.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fe8 0 -1153))
:camera-rot (new 'static 'array int16 9 -32760 0 -504 58 #x7f09 -3987 #x1f5 -3987 -32517)
:on-goto #f
:vis-nick 'ctygenb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctygnbh 'sewer9 #f)
)
(new 'static 'continue-point
:name "ctygenb-sewer-exit"
:level 'ctygenb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 777527.3 :y 35201.434 :z -1348605.5 :w 1.0)
:camera-trans (new 'static 'vector :x 779481.06 :y 53867.727 :z -1390551.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 0 0 #x7fff))
:camera-rot (new 'static 'array int16 9 #x7fd7 0 #x607 -216 #x7eb7 #x1205 -1530 -4616 #x7e93)
:on-goto #f
:vis-nick 'ctygenb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctygnbh 'sewer9 #f)
)
(new 'static 'continue-point
:name "ctygenb-stadium"
:level 'ctygenb
:trans (new 'static 'vector :x 51438.797 :y 32752.436 :z -1317939.2 :w 1.0)
:camera-trans (new 'static 'vector :x 90268.47 :y 53846.836 :z -1284564.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -42 #x6fca -19 -15950))
:camera-rot (new 'static 'array int16 9 -21354 0 #x6112 -3004 #x7f0c -2582 -24666 -3961 -21200)
:on-goto #f
:vis-nick 'ctygenb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'stadium :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctygnbh #f #f)
)
(new 'static 'continue-point
:name "ctygenb-mine"
:level 'ctygenb
:flags (continue-flags test)
:trans (new 'static 'vector :x 820940.8 :y 57328.844 :z -709940.8 :w 1.0)
:camera-trans (new 'static 'vector :x 776951.8 :y 77473.38 :z -728203.7 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -26 #x4d03 -36 -26171))
:camera-rot (new 'static 'array int16 9 #x3a98 0 -29129 #x102a #x7eb0 #x851 #x70a2 -4656 #x39fe)
:on-goto #f
:vis-nick 'ctygenb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'ctygnbh #f #f)
)
(new 'static 'continue-point
:name "ctygenb-slumb"
:level 'ctygenb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1530651.9 :y 37799.938 :z -241969.56 :w 1.0)
:camera-trans (new 'static 'vector :x 1486715.2 :y 58978.305 :z -268260.97 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -19 -23962 39 -22343))
:camera-rot (new 'static 'array int16 9 #x40e8 0 -28238 #xd7d #x7f05 #x7ef #x6d79 -4007 #x406b)
:on-goto #f
:vis-nick 'ctygenbb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctygnbh #f #f)
)
(new 'static 'continue-point
:name "ctygenb-samos"
:level 'ctygenb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1569055.5 :y 33348.402 :z -183074.81 :w 1.0)
:camera-trans (new 'static 'vector :x 1531202.4 :y 54340.402 :z -149128.39 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -28789 0 -15646))
:camera-rot (new 'static 'array int16 9 -21852 0 -24411 #xb92 #x7f0c -2650 #x5ea7 -3974 -21691)
:on-goto #f
:vis-nick 'ctygenb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'slumbset :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctygnbh #f #f)
)
)
:callback-list '((23 . init-mood-ctygenb))
:borrow #f
:bottom-height (meters -15)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctysluma, type level-load-info
(define ctysluma (new 'static 'level-load-info
:name 'ctysluma
:visname 'ctysluma-vis
:nickname 'cta
:dbname 'ctysluma
:taskname 'city
:index 33
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf9 lf11 lf12)
:packages '("desburning" "ctysluma")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-ctysluma
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:city-map-bits (city-map-bits cmb9 cmb14)
:continues '((new 'static 'continue-point
:name "ctysluma-start"
:level 'ctysluma
:trans (new 'static 'vector :x 4350905.0 :y 33359.87 :z 908947.44 :w 1.0)
:camera-trans (new 'static 'vector :x 4349280.0 :y 54451.406 :z 960109.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -3 #x7f5e 0 -3207))
:camera-rot (new 'static 'array int16 9 -32750 0 -1005 #x79 #x7f09 -3984 #x3e7 -3984 -32508)
:on-goto #f
:vis-nick 'ctysluma
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctysluma :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyindb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmah #f #f)
)
(new 'static 'continue-point
:name "ctysluma-alley"
:level 'ctysluma
:flags (continue-flags scene-wait no-auto test)
:trans (new 'static 'vector :x 4721836.5 :y 32767.59 :z 730032.94 :w 1.0)
:camera-trans (new 'static 'vector :x 4756355.5 :y 53861.992 :z 692224.44 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -1690 0 #x7fd1))
:camera-rot (new 'static 'array int16 9 #x5f34 0 #x558a -2621 #x7f13 #xb64 -21740 -3922 #x5e86)
:on-goto #f
:vis-nick 'ctysluma
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctysluma :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyindb :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmah #f #f)
)
(new 'static 'continue-point
:name "ctysluma-bbush-1"
:level 'ctysluma
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4186475.8 :y 32760.627 :z 826977.06 :w 1.0)
:camera-trans (new 'static 'vector :x 4138180.5 :y 53796.043 :z 810629.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x346d 0 #x74c2))
:camera-rot (new 'static 'array int16 9 #x2919 0 -31030 #xeab #x7f0c #x4f7 #x7850 -3964 #x28ca)
:on-goto #f
:vis-nick 'ctysluma
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctysluma :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyindb :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmah #f #f)
)
(new 'static 'continue-point
:name "ctysluma-bbush-2"
:level 'ctysluma
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4133051.2 :y 33302.117 :z 1112979.5 :w 1.0)
:camera-trans (new 'static 'vector :x 4165872.0 :y 54396.11 :z 1073684.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 3 #x1f3e -6 #x7c1e))
:camera-rot (new 'static 'array int16 9 #x6812 0 #x4a7e -2179 #x7f26 #xbe4 -18945 -3745 #x6765)
:on-goto #f
:vis-nick 'ctysluma
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctysluma :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyindb :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmah #f #f)
)
(new 'static 'continue-point
:name "ctysluma-bbush-3"
:level 'ctysluma
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 3569191.8 :y 32758.58 :z 1398465.4 :w 1.0)
:camera-trans (new 'static 'vector :x 3527535.8 :y 51502.695 :z 1406299.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 3 #x7122 3 -15318))
:camera-rot (new 'static 'array int16 9 -8987 0 -31508 #x115b #x7eb4 -1264 #x79da -4620 -8896)
:on-goto #f
:vis-nick 'ctysluma
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctysluma :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyindb :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmah #f #f)
)
)
:callback-list '((23 . init-mood-ctysluma))
:borrow #f
:bottom-height (meters -15)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctyslumb, type level-load-info
(define ctyslumb (new 'static 'level-load-info
:name 'ctyslumb
:visname 'ctyslumb-vis
:nickname 'ctb
:dbname 'ctyslumb
:taskname 'city
:index 34
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf9 lf11 lf12)
:packages '("ctyslumb")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-ctyslumb
:special-mood #f
:ocean '*ocean-map-city*
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:city-map-bits (city-map-bits cmb8 cmb9)
:continues '((new 'static 'continue-point
:name "ctyslumb-start"
:level 'ctyslumb
:trans (new 'static 'vector :x 2315634.8 :y 7675.085 :z -1061328.1 :w 1.0)
:camera-trans (new 'static 'vector :x 2325497.0 :y 28769.484 :z -1111562.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -11435 0 #x77f1))
:camera-rot (new 'static 'array int16 9 #x7d83 0 #x190c -776 #x7f0c #xf34 -6366 -3971 #x7c97)
:on-goto #f
:vis-nick 'ctyslumb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmbh #f #f)
)
(new 'static 'continue-point
:name "ctyslumb-sewer"
:level 'ctyslumb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 3112413.2 :y 7641.4976 :z -1203937.2 :w 1.0)
:camera-trans (new 'static 'vector :x 3061115.2 :y 28735.898 :z -1206690.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x56f9 0 #x5de5))
:camera-rot (new 'static 'array int16 9 #x9ca 0 -32668 #xf5f #x7f0f #x12d #x7eb0 -3945 #x9b7)
:on-goto #f
:vis-nick 'ctyslumb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmbh 'sewer3 #f)
)
(new 'static 'continue-point
:name "ctyslumb-sewer-exit"
:level 'ctyslumb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 3204779.5 :y 8601.6 :z -1201299.9 :w 1.0)
:camera-trans (new 'static 'vector :x 3245701.0 :y 26961.102 :z -1200112.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x5b28 0 -22999))
:camera-rot (new 'static 'array int16 9 -927 0 #x7fee -4747 #x7ea3 -134 -32406 -4751 -917)
:on-goto #f
:vis-nick 'sewa
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmbh 'sewer3 #f)
)
(new 'static 'continue-point
:name "ctyslumb-sewer-movie"
:level 'ctyslumb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 3112413.2 :y 7641.4976 :z -1203937.2 :w 1.0)
:camera-trans (new 'static 'vector :x 3061115.2 :y 28735.898 :z -1206690.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x56f9 0 #x5de5))
:camera-rot (new 'static 'array int16 9 #x9ca 0 -32668 #xf5f #x7f0f #x12d #x7eb0 -3945 #x9b7)
:on-goto #f
:vis-nick 'ctyslumb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmbh 'sewer3 #f)
)
(new 'static 'continue-point
:name "ctyslumb-bbush-1"
:level 'ctyslumb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1715226.6 :y 7689.421 :z -1564643.4 :w 1.0)
:camera-trans (new 'static 'vector :x 1681187.2 :y 27920.385 :z -1598434.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 3 -15321 3 #x7122))
:camera-rot (new 'static 'array int16 9 #x6487 0 -20279 #x9ca #x7f02 #xc6d #x4e9a -4053 #x63c2)
:on-goto #f
:vis-nick 'ctyslumb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmbh #f #f)
)
(new 'static 'continue-point
:name "ctyslumb-bbush-3"
:level 'ctyslumb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2154060.5 :y 7669.3506 :z -920809.06 :w 1.0)
:camera-trans (new 'static 'vector :x 2109888.0 :y 28762.932 :z -946695.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x4350 0 -27868))
:camera-rot (new 'static 'array int16 9 #x4c45 0 -26311 #xe03 #x7eca #xa64 #x65d2 -4466 #x4b8e)
:on-goto #f
:vis-nick 'ctyslumb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctygenb :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmbh #f #f)
)
(new 'static 'continue-point
:name "ctyslumb-bbush-4"
:level 'ctyslumb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1738849.1 :y 7689.421 :z -766510.3 :w 1.0)
:camera-trans (new 'static 'vector :x 1745295.8 :y 28783.412 :z -715717.44 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32763 0 -98))
:camera-rot (new 'static 'array int16 9 -32508 0 #xfff -498 #x7f09 -3961 -4063 -3991 -32265)
:on-goto #f
:vis-nick 'ctyslumb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctygenb :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmbh #f #f)
)
)
:callback-list '((23 . init-mood-ctyslumb) (6 . *ctyslumb-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -15)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol slumbset, type level-load-info
(define slumbset (new 'static 'level-load-info
:name 'slumbset
:visname 'slumbset-vis
:nickname 'slumbset
:dbname 'slumbset
:taskname 'city
:index 35
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-ctyslumb
:special-mood #f
:ocean '*ocean-map-city*
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:city-map-bits (city-map-bits cmb8 cmb9)
:continues '()
:callback-list '((23 . init-mood-ctyslumb))
:borrow #f
:bottom-height (meters -15)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctyslumc, type level-load-info
(define ctyslumc (new 'static 'level-load-info
:name 'ctyslumc
:visname 'ctyslumc-vis
:nickname 'ctc
:dbname 'ctyslumc
:taskname 'city
:index 36
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf9 lf12)
:packages '("ctyslumc")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-ctyslumc
:special-mood #f
:ocean '*ocean-map-city*
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:city-map-bits (city-map-bits cmb3)
:continues '((new 'static 'continue-point
:name "ctyslumc-start"
:level 'ctyslumc
:flags (continue-flags test)
:trans (new 'static 'vector :x 2453099.8 :y 7639.4497 :z -2268892.2 :w 1.0)
:camera-trans (new 'static 'vector :x 2476891.0 :y 28731.8 :z -2223565.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -22799 0 #x5bed))
:camera-rot (new 'static 'array int16 9 -27829 0 #x438e -1959 #x7f2a -3152 -17183 -3712 -27648)
:on-goto #f
:vis-nick 'ctyslumc
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmch #f #f)
)
(new 'static 'continue-point
:name "cty-blow-tower-mission"
:level 'ctyslumc
:flags (continue-flags no-auto vehicle)
:trans (new 'static 'vector :x 2453099.8 :y 32505.855 :z -2268892.8 :w 1.0)
:camera-trans (new 'static 'vector :x 2468703.8 :y 53571.586 :z -2220125.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -22799 0 #x5bed))
:camera-rot (new 'static 'array int16 9 -30125 0 #x3250 -1507 #x7f1c -3525 -12792 -3833 -29919)
:on-goto #f
:vis-nick 'ctyslumc
:vehicle-type #x7
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmch #f #f)
)
(new 'static 'continue-point
:name "ctyslumc-freehq-exit"
:level 'ctyslumc
:trans (new 'static 'vector :x 2558586.0 :y 7639.4497 :z -2280321.5 :w 1.0)
:camera-trans (new 'static 'vector :x 2605616.0 :y 27636.531 :z -2283127.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x53ea 0 -24739))
:camera-rot (new 'static 'array int16 9 #x7ce 0 #x7fc0 -4000 #x7f05 #xf2 -32458 -4010 #x7be)
:on-goto #f
:vis-nick 'ctyslumc
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmch #f #f)
)
(new 'static 'continue-point
:name "ctyslumc-freehq"
:level 'ctyslumc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2577434.2 :y 7639.4497 :z -2275931.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2526238.2 :y 28733.85 :z -2274488.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -23507 0 -22825))
:camera-rot (new 'static 'array int16 9 -484 0 -32760 #xf6c #x7f0f -55 #x7f09 -3948 -481)
:on-goto #f
:vis-nick 'ctyslumc
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmch #f #f)
)
(new 'static 'continue-point
:name "ctyslumc-factorya"
:level 'ctyslumc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2914602.5 :y 7689.421 :z -2173803.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2965776.0 :y 28783.412 :z -2172244.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -22376 0 #x5d7d))
:camera-rot (new 'static 'array int16 9 -1015 0 #x7fee -3984 #x7f09 -121 -32504 -3987 -1009)
:on-goto #f
:vis-nick 'ctyslumc
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'factorya :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmch #f #f)
)
(new 'static 'continue-point
:name "ctyslumc-burning-bush"
:level 'ctyslumc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2201559.0 :y 32754.074 :z -2377998.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2230809.8 :y 53886.156 :z -2335975.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x708c 0 -15603))
:camera-rot (new 'static 'array int16 9 -26875 0 #x4936 -2300 #x7f05 -3296 -18601 -4020 -26672)
:on-goto #f
:vis-nick 'ctyslumc
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmch #f #f)
)
(new 'static 'continue-point
:name "ctyslumc-bbush-1"
:level 'ctyslumc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2137074.5 :y 7682.867 :z -1974301.9 :w 1.0)
:camera-trans (new 'static 'vector :x 2103978.5 :y 27830.271 :z -1940146.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x459a 0 #x6b66))
:camera-rot (new 'static 'array int16 9 -21613 0 -24624 #xba5 #x7f0c -2618 #x5f7c -3968 -21455)
:on-goto #f
:vis-nick 'ctyslumc
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmch #f #f)
)
(new 'static 'continue-point
:name "ctyslumc-bbush-2"
:level 'ctyslumc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2418702.2 :y 7682.867 :z -2916948.5 :w 1.0)
:camera-trans (new 'static 'vector :x 2372984.8 :y 27792.998 :z -2903905.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x57fc 0 #x5cf3))
:camera-rot (new 'static 'array int16 9 -8955 0 -31518 #xeae #x7f13 -1068 #x7a3c -3905 -8889)
:on-goto #f
:vis-nick 'ctyslumc
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmch #f #f)
)
)
:callback-list '((23 . init-mood-ctyslumc) (6 . *ctyslumc-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -15)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctyport, type level-load-info
(define ctyport (new 'static 'level-load-info
:name 'ctyport
:visname 'ctyport-vis
:nickname 'cpo
:dbname 'ctyport
:taskname 'city
:index 37
:task-level #x1
:part-engine-max #x10
:master-level 'ctywide
:level-flags (level-flags lf0 lf9 lf11 lf12)
:packages '("ctyport")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-ctyport
:special-mood #f
:ocean '*ocean-map-city*
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:city-map-bits (city-map-bits cmb26 cmb27 cmb28 cmb29 cmb31 cmb32 cmb33)
:continues '((new 'static 'continue-point
:name "ctyport-start"
:level 'ctyport
:trans (new 'static 'vector :x 790611.94 :y 70801.82 :z 7184308.0 :w 1.0)
:camera-trans (new 'static 'vector :x 790445.7 :y 91896.22 :z 7235498.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32737 0 -1356))
:camera-rot (new 'static 'array int16 9 -32763 0 -183 19 #x7f09 -3984 #xb4 -3984 -32521)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-attack-start"
:level 'ctyport
:flags (continue-flags no-auto htorpedo)
:trans (new 'static 'vector :x -15787.622 :y 31600.64 :z 5435375.5 :w 1.0)
:camera-trans (new 'static 'vector :x -65070.695 :y 52750.336 :z 5449853.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -15249 -42 -28998))
:camera-rot (new 'static 'array int16 9 -8044 0 -31761 #xe94 #x7f19 -943 #x7b35 -3850 -7988)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'hiphog :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-attack-get-on-movie"
:level 'ctyport
:trans (new 'static 'vector :x -28241.51 :y 31660.852 :z 5350117.0 :w 1.0)
:camera-trans (new 'static 'vector :x -20797.031 :y 52757.707 :z 5400769.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -36 #x7ea6 26 #x1267))
:camera-rot (new 'static 'array int16 9 -32426 0 #x125a -570 #x7f0c -3932 -4666 -3974 -32187)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'hiphog :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-attack-res"
:level 'ctyport
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 3060444.2 :y 17533.748 :z 5388321.0 :w 1.0)
:camera-trans (new 'static 'vector :x 3059606.8 :y 56349.082 :z 5439503.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x71b6 0 #x3ac0))
:camera-rot (new 'static 'array int16 9 -32714 0 -1808 #x2b0 #x7655 -12464 #x68a -12484 -30247)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-hijack-decoy"
:level 'ctyport
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 3025313.5 :y 59706.98 :z 5450023.0 :w 1.0)
:camera-trans (new 'static 'vector :x 3059521.2 :y 79520.56 :z 5402437.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -190 #x27db -3 -31135))
:camera-rot (new 'static 'array int16 9 #x67db 0 #x4acd -4430 #x7c83 #x1806 -18628 -7582 #x650a)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #xb
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-blow-tower"
:level 'ctyport
:flags (continue-flags no-auto vehicle)
:trans (new 'static 'vector :x 2356080.8 :y 36182.836 :z 6030970.5 :w 1.0)
:camera-trans (new 'static 'vector :x 2356080.8 :y 48470.836 :z 6030970.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -12847 0 #x75bb))
:camera-rot (new 'static 'array int16 9 #x589c 0 #x5c59 0 #x7fff 0 -23641 0 #x589c)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x7
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyinda :display? #f)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-hiphog"
:level 'ctyport
:flags (continue-flags test)
:trans (new 'static 'vector :x -237165.36 :y 31635.455 :z 5517031.5 :w 1.0)
:camera-trans (new 'static 'vector :x -213388.9 :y 52731.086 :z 5552992.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -31813 0 #x1e97))
:camera-rot (new 'static 'array int16 9 -27327 0 #x469a -3142 #x7e09 -4751 -17799 -5698 -26911)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'hiphog :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'ctyporth #f)
)
(new 'static 'continue-point
:name "ctyport-hiphog-no-hiphog"
:level 'ctyport
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -263350.7 :y 31665.357 :z 5478634.5 :w 1.0)
:camera-trans (new 'static 'vector :x -239528.75 :y 52765.082 :z 5523948.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -25381 0 #x50f1))
:camera-rot (new 'static 'array int16 9 -28605 0 #x3e69 -1870 #x7f1c -3348 -15865 -3837 -28408)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'hiphog :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'ctyporth #f)
)
(new 'static 'continue-point
:name "ctyport-gungame"
:level 'ctyport
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1740270.8 :y 31670.271 :z 5416671.0 :w 1.0)
:camera-trans (new 'static 'vector :x 1719776.0 :y 52764.26 :z 5463587.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7c31 0 #x1eef))
:camera-rot (new 'static 'array int16 9 -30021 0 -13126 #x635 #x7f0c -3640 #x32e4 -3971 -29798)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'gungame :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'ctyporth #f)
)
(new 'static 'continue-point
:name "ctyport-warp"
:level 'ctyport
:trans (new 'static 'vector :x 1526301.1 :y 31448.27 :z 7370150.5 :w 1.0)
:camera-trans (new 'static 'vector :x 1511200.0 :y 50669.16 :z 7328715.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -45 -31145 -16 #x27c1))
:camera-rot (new 'static 'array int16 9 #x79c9 0 -10075 #x5c5 #x7e99 #x11de #x26ef -4806 #x7878)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'citycast :display? 'special)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyhijack-res"
:level 'ctyport
:trans (new 'static 'vector :x 790611.94 :y 70801.82 :z 7184308.0 :w 1.0)
:camera-trans (new 'static 'vector :x 790445.7 :y 91896.22 :z 7235498.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32737 0 -1356))
:camera-rot (new 'static 'array int16 9 -32763 0 -183 19 #x7f09 -3984 #xb4 -3984 -32521)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'citycast :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-air-train"
:level 'ctyport
:flags (continue-flags scene-wait change-continue)
:trans (new 'static 'vector :x 1526301.1 :y 31448.27 :z 7370150.5 :w 1.0)
:camera-trans (new 'static 'vector :x 1511200.0 :y 50669.16 :z 7328715.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -45 -31145 -16 #x27c1))
:camera-rot (new 'static 'array int16 9 #x79c9 0 -10075 #x5c5 #x7e99 #x11de #x26ef -4806 #x7878)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'citycast :display? 'special)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-burning-bush-3"
:level 'ctyport
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2568996.8 :y 31641.6 :z 6469675.5 :w 1.0)
:camera-trans (new 'static 'vector :x 2526983.0 :y 52228.098 :z 6496139.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x719f 0 #x3ae7))
:camera-rot (new 'static 'array int16 9 -17540 0 -27675 #xd28 #x7f09 -2133 #x6b4c -3987 -17409)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? #f)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-burning-bush"
:level 'ctyport
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -409080.22 :y 31759.154 :z 5577668.5 :w 1.0)
:camera-trans (new 'static 'vector :x -378350.38 :y 52853.145 :z 5607808.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7d03 0 -7028))
:camera-rot (new 'static 'array int16 9 -22913 0 #x5b7d -4115 #x7dff -4023 -23054 -5757 -22556)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'hiphog :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-warzone"
:level 'ctyport
:trans (new 'static 'vector :x 3036697.5 :y 19189.35 :z 5523742.5 :w 1.0)
:camera-trans (new 'static 'vector :x 3073537.2 :y 77622.48 :z 5488176.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 0 0 #x7fff))
:camera-rot (new 'static 'array int16 9 #x5a88 0 #x5a7a -10655 #x71a2 #x29a3 -20564 -15072 #x5061)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh 'ctyporth #f)
)
(new 'static 'continue-point
:name "ctyport-bombbot"
:level 'ctyport
:trans (new 'static 'vector :x 2538700.5 :y 29388.39 :z 6048399.5 :w 1.0)
:camera-trans (new 'static 'vector :x 2499585.2 :y 76645.99 :z 6095775.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -27547 0 -17740))
:camera-rot (new 'static 'array int16 9 -25263 0 -20866 #x1731 #x7ab2 -7185 #x4e20 -9322 -24218)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'citybbf 'citykgf 'ctyporth)
)
(new 'static 'continue-point
:name "ctyport-assault"
:level 'ctyport
:flags (continue-flags test)
:trans (new 'static 'vector :x -237165.36 :y 31635.455 :z 5517031.5 :w 1.0)
:camera-trans (new 'static 'vector :x -213388.9 :y 52731.086 :z 5552992.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -31813 0 #x1e97))
:camera-rot (new 'static 'array int16 9 -27327 0 #x469a -3142 #x7e09 -4751 -17799 -5698 -26911)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-kg-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'hiphog :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-jak"
:level 'ctyport
:trans (new 'static 'vector :x 790611.94 :y 70801.82 :z 7184308.0 :w 1.0)
:camera-trans (new 'static 'vector :x 790445.7 :y 91896.22 :z 7235498.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32737 0 -1356))
:camera-rot (new 'static 'array int16 9 -32763 0 -183 19 #x7f09 -3984 #xb4 -3984 -32521)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ljakc :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-bbush-1"
:level 'ctyport
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 61464.574 :y 31545.754 :z 7167865.0 :w 1.0)
:camera-trans (new 'static 'vector :x 59436.645 :y 51961.855 :z 7216585.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 6 -24932 0 -21255))
:camera-rot (new 'static 'array int16 9 -32419 0 -4744 #x22d #x7f19 -3820 #x1267 -3859 -32193)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-bbush-port-4"
:level 'ctyport
:trans (new 'static 'vector :x 2585147.0 :y 31657.984 :z 6558607.5 :w 1.0)
:camera-trans (new 'static 'vector :x 2544735.8 :y 52752.383 :z 6527167.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6bfa 0 #x44b5))
:camera-rot (new 'static 'array int16 9 #x488c 0 -26993 #xc0b #x7f26 #x84b #x68c0 -3745 #x4813)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-bbush-port-4-missile"
:level 'ctyport
:flags (continue-flags no-auto htorpedo)
:trans (new 'static 'vector :x 2492384.8 :y 34605.055 :z 6578958.5 :w 1.0)
:camera-trans (new 'static 'vector :x 2541912.0 :y 55486.875 :z 6565986.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 6 #x50b3 36 -25430))
:camera-rot (new 'static 'array int16 9 #x205b 0 #x7bd6 -3778 #x7f13 #x3da -31475 -3905 #x2020)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-bbush-5"
:level 'ctyport
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1383519.9 :y 31543.297 :z 7023707.0 :w 1.0)
:camera-trans (new 'static 'vector :x 1355331.6 :y 51962.266 :z 6984032.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 36 #x1c4c 22 -31954))
:camera-rot (new 'static 'array int16 9 #x6c21 0 -17530 #x806 #x7f1c #xcab #x4401 -3840 #x6b60)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-bbush-6"
:level 'ctyport
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1019421.5 :y 31576.064 :z 6569721.5 :w 1.0)
:camera-trans (new 'static 'vector :x -1026359.7 :y 51477.3 :z 6615916.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x4e76 0 -25885))
:camera-rot (new 'static 'array int16 9 -32747 0 -1064 #x86 #x7eeb -4217 #x41f -4220 -32475)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
(new 'static 'continue-point
:name "ctyport-bbush-7"
:level 'ctyport
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -12619.366 :y 31653.068 :z 5341115.0 :w 1.0)
:camera-trans (new 'static 'vector :x 34977.793 :y 52620.492 :z 5323584.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32137 0 #x18e5))
:camera-rot (new 'static 'array int16 9 #x1d97 0 #x7c83 -3791 #x7f16 #x385 -31649 -3895 #x1d63)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'hiphog :display? #f)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyporth 'ctyprtdh #f)
)
(new 'static 'continue-point
:name "ctyport-bbush-8"
:level 'ctyport
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1241827.8 :y 31676.826 :z 5433836.5 :w 1.0)
:camera-trans (new 'static 'vector :x 1230552.6 :y 52649.984 :z 5483244.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -7048 -9 #x7cfc))
:camera-rot (new 'static 'array int16 9 -32134 0 -6389 #x3c6 #x7e82 -4865 #x18ad -4960 -31764)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'ctyporth #f #f)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -15)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :max-fog 1.0)
)
)
;; definition for symbol ctyfarma, type level-load-info
(define ctyfarma (new 'static 'level-load-info
:name 'ctyfarma
:visname 'ctyfarma-vis
:nickname 'cfa
:dbname 'ctyfarma
:taskname 'city
:index 38
:task-level #x1
:part-engine-max #x10
:master-level 'ctywide
:level-flags (level-flags lf0 lf9 lf11 lf12)
:packages '("ctyfarm")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-ctyport
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:city-map-bits (city-map-bits cmb11)
:continues '()
:callback-list '((35 . farm-activate))
:borrow #f
:bottom-height (meters -15)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctyfarmb, type level-load-info
(define ctyfarmb (new 'static 'level-load-info
:name 'ctyfarmb
:visname 'ctyfarmb-vis
:nickname 'cfb
:dbname 'ctyfarmb
:taskname 'city
:index 39
:task-level #x1
:part-engine-max #x10
:master-level 'ctywide
:level-flags (level-flags lf0 lf9 lf11 lf12)
:packages '("ctyfarm")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-copy-ctywide
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:city-map-bits (city-map-bits cmb21)
:continues '()
:callback-list '((35 . farm-activate))
:borrow #f
:bottom-height (meters -15)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctyinda, type level-load-info
(define ctyinda (new 'static 'level-load-info
:name 'ctyinda
:visname 'ctyinda-vis
:nickname 'cia
:dbname 'ctyinda
:taskname 'city
:index 40
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf9 lf11 lf12)
:packages '("elecgate" "ctyinda")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-ctyinda
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:city-map-bits (city-map-bits cmb24 cmb29)
:continues '((new 'static 'continue-point
:name "ctyinda-start"
:level 'ctyinda
:flags (continue-flags test)
:trans (new 'static 'vector :x 3945097.8 :y 110584.625 :z 3721824.8 :w 1.0)
:camera-trans (new 'static 'vector :x 3971861.0 :y 129763.734 :z 3686880.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6d2 0 #x7fcd))
:camera-rot (new 'static 'array int16 9 #x66b4 0 #x4c60 -2585 #x7ede #xd94 -19378 -4331 #x65ce)
:on-goto #f
:vis-nick 'ctyinda
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyindb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
(new 'static 'continue-point
:name "ctyinda-vinroom"
:level 'ctyinda
:trans (new 'static 'vector :x 4475576.5 :y 101718.42 :z 4479149.5 :w 1.0)
:camera-trans (new 'static 'vector :x 4442404.5 :y 121393.15 :z 4447620.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6e5e 0 -16589))
:camera-rot (new 'static 'array int16 9 #x5b2f 0 -22992 #xd4c #x7e93 #xd80 #x58d1 -4852 #x5a2f)
:on-goto #f
:vis-nick 'ctyinda
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'vinroom :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'vinroomh 'ctyindh #f)
)
(new 'static 'continue-point
:name "ctyinda-bbush-1"
:level 'ctyinda
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 3980182.0 :y 32741.785 :z 4033910.2 :w 1.0)
:camera-trans (new 'static 'vector :x 3975056.2 :y 51175.016 :z 3992964.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7380 0 #x371d))
:camera-rot (new 'static 'array int16 9 #x7c9a 0 -7490 #x443 #x7ea0 #x1226 #x1cf0 -4774 #x7b45)
:on-goto #f
:vis-nick 'ctyinda
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
(new 'static 'continue-point
:name "ctyinda-bbush-2"
:level 'ctyinda
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 3712821.8 :y 32741.785 :z 3542859.0 :w 1.0)
:camera-trans (new 'static 'vector :x 3676692.5 :y 52441.496 :z 3514400.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -3755 -3 #x7f23))
:camera-rot (new 'static 'array int16 9 #x558d 0 -24368 #xbf4 #x7ef8 #xabd #x5e6f -4115 #x54df)
:on-goto #f
:vis-nick 'ctyindb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyindb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
(new 'static 'continue-point
:name "ctyinda-bbush-3"
:level 'ctyinda
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4197982.5 :y 32741.785 :z 4539440.0 :w 1.0)
:camera-trans (new 'static 'vector :x 4243572.5 :y 53587.56 :z 4560590.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -3 -32072 0 -6697))
:camera-rot (new 'static 'array int16 9 -17241 0 #x6cd5 -3319 #x7f13 -2054 -27661 -3902 -17120)
:on-goto #f
:vis-nick 'ctyinda
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small :name 'vinroom :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh 'vinroomh #f)
)
(new 'static 'continue-point
:name "ctyinda-bbush-4"
:level 'ctyinda
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4659314.0 :y 32741.785 :z 4298016.5 :w 1.0)
:camera-trans (new 'static 'vector :x 4633664.5 :y 52982.99 :z 4338591.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -3 -16042 0 -28569))
:camera-rot (new 'static 'array int16 9 -25414 0 -20679 #x9d4 #x7f09 -3093 #x502d -3987 -25227)
:on-goto #f
:vis-nick 'ctyinda
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small :name 'vinroom :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh 'vinroomh #f)
)
(new 'static 'continue-point
:name "ctyinda-bbush-5"
:level 'ctyinda
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 3667624.8 :y 32741.785 :z 4704564.5 :w 1.0)
:camera-trans (new 'static 'vector :x 3620053.5 :y 53835.777 :z 4685614.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -8100 0 -31747))
:camera-rot (new 'static 'array int16 9 #x3075 0 -30325 #xe14 #x7f16 #x5c2 #x759d -3895 #x301d)
:on-goto #f
:vis-nick 'ctyinda
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh 'sewer5 #f)
)
(new 'static 'continue-point
:name "ctyinda-sewer"
:level 'ctyinda
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4265740.5 :y -34741.453 :z 4186569.0 :w 1.0)
:camera-trans (new 'static 'vector :x 4316827.5 :y -13634.355 :z 4182997.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -15931 0 #x6fd4))
:camera-rot (new 'static 'array int16 9 #x97c 0 #x7fa3 -3948 #x7f0c #x123 -32436 -3961 #x96b)
:on-goto #f
:vis-nick 'ctyinda
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh 'sewer5 #f)
)
(new 'static 'continue-point
:name "ctyinda-wasall"
:level 'ctyinda
:trans (new 'static 'vector :x 3945097.8 :y 110584.625 :z 3721824.8 :w 1.0)
:camera-trans (new 'static 'vector :x 3971861.0 :y 129763.734 :z 3686880.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6d2 0 #x7fcd))
:camera-rot (new 'static 'array int16 9 #x66b4 0 #x4c60 -2585 #x7ede #xd94 -19378 -4331 #x65ce)
:on-goto #f
:vis-nick 'ctyinda
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyindb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
(new 'static 'continue-point
:name "ctyinda-kg-start"
:level 'ctyinda
:trans (new 'static 'vector :x 3045449.0 :y 17759.027 :z 5342575.5 :w 1.0)
:camera-trans (new 'static 'vector :x 3047870.8 :y 39168.82 :z 5394696.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32701 -42 -2041))
:camera-rot (new 'static 'array int16 9 -32730 0 #x5e3 -180 #x7f0c -3951 -1494 -3954 -32491)
:on-goto #f
:vis-nick 'ctyinda
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctywide-ff-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
(new 'static 'continue-point
:name "ctyinda-grid-res-a"
:level 'ctyinda
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4632907.0 :y 32741.785 :z 4115262.8 :w 1.0)
:camera-trans (new 'static 'vector :x 4676580.0 :y 53913.19 :z 4141968.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -29657 0 #x3665))
:camera-rot (new 'static 'array int16 9 -16914 0 #x6d9d -3440 #x7f05 -2074 -27848 -4017 -16786)
:on-goto #f
:vis-nick 'ctyinda
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'gridcst :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
(new 'static 'continue-point
:name "ctyinda-grid-res-b"
:level 'ctyinda
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4632907.0 :y 32741.785 :z 4115262.8 :w 1.0)
:camera-trans (new 'static 'vector :x 4676580.0 :y 53913.19 :z 4141968.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -29657 0 #x3665))
:camera-rot (new 'static 'array int16 9 -16914 0 #x6d9d -3440 #x7f05 -2074 -27848 -4017 -16786)
:on-goto #f
:vis-nick 'ctyinda
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyindb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
(new 'static 'continue-point
:name "ctyinda-sniper-start"
:level 'ctyinda
:trans (new 'static 'vector :x 3389856.5 :y 74257.61 :z 4418971.0 :w 1.0)
:camera-trans (new 'static 'vector :x 3366818.2 :y 85676.85 :z 4410434.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x3648 0 #x73e9))
:camera-rot (new 'static 'array int16 9 #x5044 0 -25518 #x4d0 #x7fd7 #x3e0 #x6391 -1582 #x502d)
:on-goto #f
:vis-nick 'ctyinda
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -15)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctyindb, type level-load-info
(define ctyindb (new 'static 'level-load-info
:name 'ctyindb
:visname 'ctyindb-vis
:nickname 'cib
:dbname 'ctyindb
:taskname 'city
:index 41
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf9 lf11 lf12)
:packages '("ctyindb")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-ctyindb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:city-map-bits (city-map-bits cmb19)
:continues '((new 'static 'continue-point
:name "ctyindb-start"
:level 'ctyindb
:trans (new 'static 'vector :x 3978918.2 :y 32761.447 :z 2236849.8 :w 1.0)
:camera-trans (new 'static 'vector :x 3946840.5 :y 52216.22 :z 2267846.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7981 0 #x2834))
:camera-rot (new 'static 'array int16 9 -22753 0 -23575 #xc32 #x7edb -3014 #x5b49 -4341 -22553)
:on-goto #f
:vis-nick 'ctyindb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'ctyindb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
(new 'static 'continue-point
:name "ctyindb-bbush-1"
:level 'ctyindb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4046679.2 :y 32741.785 :z 2025203.8 :w 1.0)
:camera-trans (new 'static 'vector :x 4008213.0 :y 52119.96 :z 2002002.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6829 3 #x4a5d))
:camera-rot (new 'static 'array int16 9 #x3f68 0 -28461 #xe3b #x7eef #x81d #x6e41 -4197 #x3ee5)
:on-goto #f
:vis-nick 'ctyindb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyindb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctysluma :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
(new 'static 'continue-point
:name "ctyindb-bbush-2"
:level 'ctyindb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 3914337.5 :y 32741.785 :z 1884099.4 :w 1.0)
:camera-trans (new 'static 'vector :x 3908069.5 :y 53720.68 :z 1833682.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 22 -23706 -22 #x5857))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 -45 3 #x7eff #xfec 45 -4076 #x7eff)
:on-goto #f
:vis-nick 'ctyindb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctysluma :display? #f)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyindb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
(new 'static 'continue-point
:name "ctyindb-bbush-3"
:level 'ctyindb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4404271.0 :y 33320.55 :z 2426769.5 :w 1.0)
:camera-trans (new 'static 'vector :x 4390000.0 :y 54174.926 :z 2378528.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x16be 0 -32242))
:camera-rot (new 'static 'array int16 9 #x7b04 0 -9040 #x432 #x7f13 #xea1 #x2312 -3895 #x7a25)
:on-goto #f
:vis-nick 'ctyindb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyinda :display? #f)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyindb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
(new 'static 'continue-point
:name "ctyindb-hijack-vehicle"
:level 'ctyindb
:trans (new 'static 'vector :x 3972561.0 :y 34360.934 :z 2332612.2 :w 1.0)
:camera-trans (new 'static 'vector :x 3997696.8 :y 55255.86 :z 2288656.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x700 0 -32714))
:camera-rot (new 'static 'array int16 9 #x6f13 0 #x3f96 -1949 #x7f0f #xd4f -16163 -3928 #x6e44)
:on-goto #f
:vis-nick 'ctyindb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctyindb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctysluma :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -15)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol stadium, type level-load-info
(define stadium (new 'static 'level-load-info
:name 'stadium
:visname 'stadium-vis
:nickname 'sta
:dbname 'stadium
:taskname 'palace
:index 42
:task-level #xd
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '("stadium")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'ruins
:extra-sound-bank #f
:mood-func 'update-mood-stadium
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:city-map-bits (city-map-bits cmb2)
:bigmap-id (bigmap-id stadium)
:continues '((new 'static 'continue-point
:name "stadium-tunnel"
:level 'stadium
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1485692.9 :y 65129.266 :z -1721057.2 :w 1.0)
:camera-trans (new 'static 'vector :x 1492383.8 :y 82113.74 :z -1685898.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -39 #x7fa6 -19 -2382))
:camera-rot (new 'static 'array int16 9 -32190 0 #x17d8 -1041 #x7e1a -5504 -6012 -5603 -31718)
:on-goto #f
:vis-nick 'stadium
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'stadiuma :display? 'display)
(new 'static 'level-buffer-state-small :name 'stadium :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ruintsk1 'ruintsk2 'ruintsk3)
)
(new 'static 'continue-point
:name "stadium-steps"
:level 'stadium
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1422255.2 :y 21004.697 :z -1886261.6 :w 1.0)
:camera-trans (new 'static 'vector :x 1463593.8 :y 42110.566 :z -1856057.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -26 #x6c59 -36 -17438))
:camera-rot (new 'static 'array int16 9 -19309 0 #x6768 -3224 #x7f09 -2352 -26272 -3991 -19165)
:on-goto #f
:vis-nick 'stadium
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'stadiuma :display? 'display)
(new 'static 'level-buffer-state-small :name 'stadium :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ruintsk1 'ruintsk2 'ruintsk3)
)
(new 'static 'continue-point
:name "stadium-plaza"
:level 'stadium
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1479016.0 :y 32751.615 :z -1777107.8 :w 1.0)
:camera-trans (new 'static 'vector :x 1516490.4 :y 53845.605 :z -1742224.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -29 #x733f -32 -14253))
:camera-rot (new 'static 'array int16 9 -22294 0 #x5dc8 -2922 #x7f09 -2713 -23831 -3987 -22127)
:on-goto #f
:vis-nick 'stadium
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'stadiuma :display? 'display)
(new 'static 'level-buffer-state-small :name 'stadium :display? 'display)
(new 'static 'level-buffer-state-small :name 'stadiumb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ruintsk1 'ruintsk2 'ruintsk3)
)
(new 'static 'continue-point
:name "stadium-checkpoint"
:level 'stadium
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 691498.2 :y 51301.17 :z -2452656.2 :w 1.0)
:camera-trans (new 'static 'vector :x 689803.7 :y 71444.07 :z -2500360.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 42 #xc4 3 -32763))
:camera-rot (new 'static 'array int16 9 #x7fe8 0 -1202 #x90 #x7f0f #xf62 #x4a8 -3941 #x7ef8)
:on-goto #f
:vis-nick 'stadium
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'stadiuma :display? 'display)
(new 'static 'level-buffer-state-small :name 'stadium :display? 'display)
(new 'static 'level-buffer-state-small :name 'stadiumb :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ruintsk1 'ruintsk2 'ruintsk3)
)
(new 'static 'continue-point
:name "stadium-start"
:level 'stadium
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1458005.2 :y 32761.855 :z -1877965.2 :w 1.0)
:camera-trans (new 'static 'vector :x 1481050.5 :y 46401.945 :z -1882000.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 16 -21695 45 #x5fe8))
:camera-rot (new 'static 'array int16 9 #x15fd 0 #x7e16 -8712 #x7b3c #x5ed -31079 -8843 #x152b)
:on-goto #f
:vis-nick 'stadium
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'stadiuma :display? 'display)
(new 'static 'level-buffer-state-small :name 'stadium :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ruintsk1 'ruintsk2 'ruintsk3)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -100)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 0.5 :min-fog 0.25 :max-fog 0.75)
)
)
;; definition for symbol stadiuma, type level-load-info
(define stadiuma (new 'static 'level-load-info
:name 'stadiuma
:visname 'stadiuma-vis
:nickname 'staa
:dbname 'stadiuma
:taskname 'palace
:index 43
:task-level #xd
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '("elecgate" "stadiuma")
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank 'ruins
:extra-sound-bank #f
:mood-func 'update-mood-stadiuma
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 11.0
:city-map-bits (city-map-bits cmb2)
:bigmap-id (bigmap-id stadium)
:continues '()
:callback-list '((23 . init-mood-stadiuma))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x71c #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -100)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 0.5 :min-fog 0.25 :max-fog 0.75)
)
)
;; definition for symbol lppatrol, type level-load-info
(define lppatrol (new 'static 'level-load-info
:name 'lppatrol
:visname 'lppatrol-vis
:nickname 'lptrl
:dbname 'lppatrol
:taskname 'palace
:index 44
:task-level #xd
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lpattack, type level-load-info
(define lpattack
(new 'static 'level-load-info
:name 'lpattack
:visname 'lpattack-vis
:nickname 'lpatk
:dbname 'lpattack
:taskname 'palace
:index 45
:task-level #xd
:master-level #f
:level-flags (level-flags lf1 lf7 lf12)
:packages '("vehiclep" "wvehiclep" "dp-bipedalp" "lpattack")
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((34 . lpattack-logout) (36 . rubblea-deactivate) (35 . rubblea-activate) (33 . lpattack-login))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol stadiumb, type level-load-info
(define stadiumb (new 'static 'level-load-info
:name 'stadiumb
:visname 'stadiumb-vis
:nickname 'stb
:dbname 'stadiumb
:taskname 'palace
:index 46
:task-level #xd
:part-engine-max #x10
:master-level 'stadiuma
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'ruins
:extra-sound-bank #f
:mood-func 'update-mood-stadiumb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id stadium)
:continues '((new 'static 'continue-point
:name "stadiumb-start"
:level 'stadiumb
:flags (continue-flags no-auto test)
:trans (new 'static 'vector :x -71093.86 :y -46009.957 :z -2018556.4 :w 1.0)
:camera-trans (new 'static 'vector :x -122139.85 :y -24800.871 :z -2014586.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x4f86 0 #x6448))
:camera-rot (new 'static 'array int16 9 -2283 0 -32685 #xfd8 #x7eff -281 #x7eb0 -4066 -2267)
:on-goto #f
:vis-nick 'stadiumb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'stadiuma :display? 'display)
(new 'static 'level-buffer-state-small :name 'rubblea :display? #f)
(new 'static 'level-buffer-state-small :name 'stadiumb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ruintsk1 'ruintsk2 'ruintsk3)
)
(new 'static 'continue-point
:name "stadiumb-checkpoint"
:level 'stadiumb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 274922.7 :y -32770.457 :z -2648814.0 :w 1.0)
:camera-trans (new 'static 'vector :x 325496.44 :y -11848.909 :z -2649831.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -26741 0 #x49f4))
:camera-rot (new 'static 'array int16 9 #x25e 0 #x7ff8 -3951 #x7f0c 72 -32521 -3951 #x257)
:on-goto #f
:vis-nick 'stadiumb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'stadiuma :display? 'display)
(new 'static 'level-buffer-state-small :name 'rubblea :display? #f)
(new 'static 'level-buffer-state-small :name 'stadiumb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ruintsk1 'ruintsk2 'ruintsk3)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -100)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 0.5 :min-fog 0.25 :max-fog 0.75)
)
)
;; definition for symbol towera, type level-load-info
(define towera (new 'static 'level-load-info
:name 'towera
:visname 'towera-vis
:nickname 'towera
:dbname 'towera
:taskname 'tower
:index 47
:task-level #xe
:master-level #f
:level-flags (level-flags lf11 lf12)
:packages '("neo-waspp" "hoverp" "prebot-eco-creat" "dp-bipedalp" "towera")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-default-interior
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id tower)
:continues '((new 'static 'continue-point
:name "towera-start"
:level 'towera
:trans (new 'static 'vector :x -1221079.5 :y 32754.893 :z 2048383.4 :w 1.0)
:camera-trans (new 'static 'vector :x -1205904.6 :y 50271.438 :z 2082984.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -30787 0 #x2bc6))
:camera-rot (new 'static 'array int16 9 -30008 0 #x3360 -2100 #x7e58 -4797 -12982 -5239 -29624)
:on-goto #f
:vis-nick 'towera
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'towera :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'tower1 'tower2 'tower3)
)
)
:callback-list '((34 . towera-logout) (35 . towera-activate) (33 . towera-login))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x13a1 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol towerb, type level-load-info
(define towerb (new 'static 'level-load-info
:name 'towerb
:visname 'towerb-vis
:nickname 'towb
:dbname 'towerb
:taskname 'tower
:index 48
:task-level #xe
:master-level 'towera
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-tower
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id tower)
:continues '((new 'static 'continue-point
:name "towerb-start"
:level 'towerb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -711453.06 :y 162220.44 :z 2062352.0 :w 1.0)
:camera-trans (new 'static 'vector :x -760093.5 :y 183267.33 :z 2046368.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x54a4 0 #x5fff))
:camera-rot (new 'static 'array int16 9 #x27f5 0 -31125 #xe9d #x7f0f #x4cc #x78b6 -3938 #x27ad)
:on-goto #f
:vis-nick 'towerb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'towera :display? 'display)
(new 'static 'level-buffer-state-small :name 'towerc :display? #f)
(new 'static 'level-buffer-state-small :name 'towerb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'tower1 'tower2 'tower3)
)
(new 'static 'continue-point
:name "towerb-test-1"
:level 'towerb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -690817.44 :y 163959.19 :z 2036800.2 :w 1.0)
:camera-trans (new 'static 'vector :x -734284.2 :y 184905.73 :z 2010802.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -36 #x48f8 -22 #x6926))
:camera-rot (new 'static 'array int16 9 #x41c3 0 -28107 #xd53 #x7f0c #x7f9 #x6cfd -3974 #x4147)
:on-goto #f
:vis-nick 'towerb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'towera :display? 'display)
(new 'static 'level-buffer-state-small :name 'towerb :display? 'display)
(new 'static 'level-buffer-state-small :name 'towerc :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'tower1 'tower2 'tower3)
)
(new 'static 'continue-point
:name "towerb-top"
:level 'towerb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -525844.06 :y 687829.8 :z 1854823.2 :w 1.0)
:camera-trans (new 'static 'vector :x -545796.1 :y 709916.7 :z 1807666.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x2cc9 0 #x77e4))
:camera-rot (new 'static 'array int16 9 #x75d5 0 -12788 #x717 #x7eb0 #x10bd #x3175 -4652 #x74a4)
:on-goto #f
:vis-nick 'towerb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'towera :display? 'display)
(new 'static 'level-buffer-state-small :name 'towerb :display? 'display)
(new 'static 'level-buffer-state-small :name 'towerc :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'tower1 'tower2 'tower3)
)
(new 'static 'continue-point
:name "towerb-checkpoint"
:level 'towerb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -300715.62 :y 480444.0 :z 1787020.9 :w 1.0)
:camera-trans (new 'static 'vector :x -258845.9 :y 501569.94 :z 1816487.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -26734 0 #x49fe))
:camera-rot (new 'static 'array int16 9 -18824 0 #x68c0 -3276 #x7f05 -2300 -26616 -4004 -18683)
:on-goto #f
:vis-nick 'towerb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'towera :display? 'display)
(new 'static 'level-buffer-state-small :name 'towerc :display? #f)
(new 'static 'level-buffer-state-small :name 'towerb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'tower1 'tower2 'tower3)
)
)
:callback-list '((23 . init-mood-tower) (6 . *towerb-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol towerc, type level-load-info
(define towerc (new 'static 'level-load-info
:name 'towerc
:visname 'towerc-vis
:nickname 'towerc
:dbname 'towerc
:taskname 'tower
:index 49
:task-level #xe
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id tower)
:continues '()
:callback-list '()
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #xbea #x898 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol towercst, type level-load-info
(define towercst (new 'static 'level-load-info
:name 'towercst
:visname 'towercst-vis
:nickname 'towercst
:dbname 'towercst
:taskname 'tower
:index 50
:task-level #xe
:master-level #f
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-default-interior
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id tower)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ltowera, type level-load-info
(define ltowera (new 'static 'level-load-info
:name 'ltowera
:visname 'ltowera-vis
:nickname 'ltowa
:dbname 'ltowera
:taskname 'tower
:index 51
:task-level #xe
:master-level 'towera
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-tower
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id tower)
:continues '()
:callback-list '((23 . init-mood-tower))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ltowcity, type level-load-info
(define ltowcity (new 'static 'level-load-info
:name 'ltowcity
:visname 'ltowcity-vis
:nickname 'ltowcity
:dbname 'ltowcity
:taskname 'tower
:index 52
:task-level #xe
:master-level #f
:level-flags (level-flags lf1 lf12 lf13)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean '*ocean-map-city*
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id tower)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ltowerb, type level-load-info
(define ltowerb (new 'static 'level-load-info
:name 'ltowerb
:visname 'ltowerb-vis
:nickname 'ltowb
:dbname 'ltowerb
:taskname 'tower
:index 53
:task-level #xe
:master-level 'towera
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-ltowerb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id tower)
:continues '((new 'static 'continue-point
:name "ltowerb-fma"
:level 'ltowerb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -406457.56 :y 1769620.2 :z 1894850.5 :w 1.0)
:camera-trans (new 'static 'vector :x -394470.6 :y 1790757.6 :z 1845024.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -2814 0 #x7f82))
:camera-rot (new 'static 'array int16 9 #x7c55 0 #x1e62 -943 #x7f0c #xf17 -7719 -3974 #x7b69)
:on-goto #f
:vis-nick 'ltowerb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'towera :display? 'display)
(new 'static 'level-buffer-state-small :name 'towerb :display? 'display)
(new 'static 'level-buffer-state-small :name 'towerc :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'tower1 'tower2 'tower3)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol rubblea, type level-load-info
(define rubblea (new 'static 'level-load-info
:name 'rubblea
:visname 'rubblea-vis
:nickname 'ruba
:dbname 'rubblea
:taskname 'palace
:index 54
:task-level #xd
:master-level 'stadiuma
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-stadiuma
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 9.5
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id rubble)
:continues '((new 'static 'continue-point
:name "rubblea-start"
:level 'rubblea
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -590959.8 :y 16392.602 :z -1451797.2 :w 1.0)
:camera-trans (new 'static 'vector :x -595408.5 :y 37458.74 :z -1502800.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -39 #x246d -19 #x7ab2))
:camera-rot (new 'static 'array int16 9 #x7f82 0 -2840 #x154 #x7f0f #xf55 #xb05 -3941 #x7e93)
:on-goto #f
:vis-nick 'rubblea
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'stadiuma :display? 'display)
(new 'static 'level-buffer-state-small :name 'rubblea :display? 'display)
(new 'static 'level-buffer-state-small :name 'stadiumb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ruintsk1 'ruintsk3 'ruintsk4)
)
(new 'static 'continue-point
:name "rubblea-rhino"
:level 'rubblea
:flags (continue-flags scene-wait no-auto race)
:trans (new 'static 'vector :x -585186.94 :y 89194.086 :z -1169881.1 :w 1.0)
:camera-trans (new 'static 'vector :x -585855.4 :y 116445.59 :z -1221524.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x27e -219 #x223 -32753))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 -419 #x93 #x77ad #x2d5f #x189 -11615 #x77a9)
:on-goto #f
:vis-nick 'rubblea
:vehicle-type #x11
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'stadiuma :display? 'display)
(new 'static 'level-buffer-state-small :name 'rubblea :display? 'display)
(new 'static 'level-buffer-state-small :name 'stadiumb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'ruintsk4 'ruintsk5)
)
)
:callback-list '((33 . rubblea-login) (23 . init-mood-stadiuma) (6 . *rubblea-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.75 :max-cloud 0.75 :min-fog 0.64 :max-fog 0.64)
)
)
;; definition for symbol rubblea2, type level-load-info
(define rubblea2 (new 'static 'level-load-info
:name 'rubblea2
:visname 'rubblea2-vis
:nickname 'ruba2
:dbname 'rubblea2
:taskname 'palace
:index 55
:task-level #xd
:master-level 'stadiuma
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-stadiuma
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 9.5
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id rubble)
:continues '((new 'static 'continue-point
:name "rubblea2-start"
:level 'rubblea2
:trans (new 'static 'vector :x -1567965.6 :y 86208.516 :z -66179.484 :w 1.0)
:camera-trans (new 'static 'vector :x -1609520.8 :y 109405.8 :z -36273.766 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6734 0 #x4bb2))
:camera-rot (new 'static 'array int16 9 -18382 0 -27124 #x1086 #x7e6b -2863 #x68a6 -5108 -18156)
:on-goto #f
:vis-nick 'rubblea2
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'stadiuma :display? 'display)
(new 'static 'level-buffer-state-small :name 'rubbleb :display? 'display)
(new 'static 'level-buffer-state-small :name 'rubblea2 :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ruintsk1 'ruintsk4 'ruintsk5)
)
)
:callback-list '((23 . init-mood-stadiuma) (6 . *rubblea2-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.75 :max-cloud 0.75 :min-fog 0.64 :max-fog 0.64)
)
)
;; definition for symbol rubbleb, type level-load-info
(define rubbleb (new 'static 'level-load-info
:name 'rubbleb
:visname 'rubbleb-vis
:nickname 'rubb
:dbname 'rubbleb
:taskname 'palace
:index 56
:task-level #xd
:master-level 'stadiuma
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-stadiuma
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 9.5
:base-task-mask (task-mask task0)
:buffer-size #x96
:bigmap-id (bigmap-id rubble)
:continues '((new 'static 'continue-point
:name "rubbleb-start"
:level 'rubbleb
:trans (new 'static 'vector :x -1196286.8 :y 68930.35 :z 1232841.1 :w 1.0)
:camera-trans (new 'static 'vector :x -1228736.1 :y 90033.766 :z 1272442.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6fdb 0 #x3e31))
:camera-rot (new 'static 'array int16 9 -25319 0 -20797 #x9e4 #x7f09 -3083 #x509f -3994 -25129)
:on-goto #f
:vis-nick 'rubbleb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'stadiuma :display? 'display)
(new 'static 'level-buffer-state-small :name 'rubbleb :display? 'display)
(new 'static 'level-buffer-state-small :name 'rubblec :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ruintsk1 'ruintsk4 'ruintsk5)
)
)
:callback-list '((23 . init-mood-stadiuma) (6 . *rubbleb-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.75 :max-cloud 0.75 :min-fog 0.64 :max-fog 0.64)
)
)
;; definition for symbol rubblec, type level-load-info
(define rubblec (new 'static 'level-load-info
:name 'rubblec
:visname 'rubblec-vis
:nickname 'rubc
:dbname 'rubblec
:taskname 'palace
:index 57
:task-level #xd
:master-level 'stadiuma
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-stadiuma
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 9.5
:base-task-mask (task-mask task0)
:buffer-size #x4b
:bigmap-id (bigmap-id rubble)
:continues '((new 'static 'continue-point
:name "rubblec-fma"
:level 'rubblec
:trans (new 'static 'vector :x 796043.25 :y 56305.664 :z 1572796.0 :w 1.0)
:camera-trans (new 'static 'vector :x 786820.3 :y 77241.14 :z 1522432.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x521 0 #x7fe1))
:camera-rot (new 'static 'array int16 9 #x7de5 0 -5898 #x2b9 #x7f16 #xeef #x16df -3886 #x7d03)
:on-goto #f
:vis-nick 'rubblec
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'stadiuma :display? 'display)
(new 'static 'level-buffer-state-small :name 'rubblec :display? 'display)
(new 'static 'level-buffer-state-small :name 'rublcst :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ruintsk1 'ruintsk4 'ruintsk5)
)
)
:callback-list '((23 . init-mood-stadiuma) (6 . *rubblec-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 1.0 :max-cloud 1.0 :min-fog 0.64 :max-fog 0.64)
)
)
;; definition for symbol rublcst, type level-load-info
(define rublcst (new 'static 'level-load-info
:name 'rublcst
:visname 'rublcst-vis
:nickname 'rbct
:dbname 'rublcst
:taskname 'palace
:index 58
:task-level #xd
:master-level 'stadiuma
:level-flags (level-flags lf9 lf11 lf12)
:packages '("rublcst")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-stadiuma
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id rubble)
:continues '()
:callback-list '((3 . *darkjak-highres-texture-anim-array*))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 1.0 :max-cloud 1.0 :min-fog 0.64 :max-fog 0.64)
)
)
;; definition for symbol lbombbot, type level-load-info
(define lbombbot (new 'static 'level-load-info
:name 'lbombbot
:visname 'lbombbot-vis
:nickname 'lbombbot
:dbname 'lbombbot
:taskname 'city
:index 59
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow4)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ljinx, type level-load-info
(define ljinx (new 'static 'level-load-info
:name 'ljinx
:visname 'ljinx-vis
:nickname 'ljinx
:dbname 'ljinx
:taskname 'city
:index 60
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf12)
:packages '("cty-destroy-gridp")
:run-packages '("common")
:memory-mode (level-memory-mode borrow4)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lctypatk, type level-load-info
(define lctypatk (new 'static 'level-load-info
:name 'lctypatk
:visname 'lctypatk-vis
:nickname 'lctypatk
:dbname 'lctypatk
:taskname 'city
:index 61
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf12)
:packages '("ctyport-attackp")
:run-packages '("common")
:memory-mode (level-memory-mode borrow4)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((34 . lctypatk-logout) (33 . lctypatk-login))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lctyhijk, type level-load-info
(define lctyhijk (new 'static 'level-load-info
:name 'lctyhijk
:visname 'lctyhijk-vis
:nickname 'lctyhijk
:dbname 'lctyhijk
:taskname 'city
:index 62
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow4)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lwide-deactivate) (35 . lwide-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lctypalt, type level-load-info
(define lctypalt (new 'static 'level-load-info
:name 'lctypalt
:visname 'lctypalt-vis
:nickname 'lctypalt
:dbname 'lctypalt
:taskname 'city
:index 63
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf12)
:packages '("player-controlp" "bombbotp" "cty-port-assaultp")
:run-packages '("common")
:memory-mode (level-memory-mode borrow4)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((34 . lctypalt-logout) (33 . lctypalt-login))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lctyass, type level-load-info
(define lctyass (new 'static 'level-load-info
:name 'lctyass
:visname 'lctyass-vis
:nickname 'lctyass
:dbname 'lctyass
:taskname 'city
:index 64
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf12)
:packages '("bombbotp")
:run-packages '("common")
:memory-mode (level-memory-mode borrow3)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lctydest, type level-load-info
(define lctydest (new 'static 'level-load-info
:name 'lctydest
:visname 'lctydest-vis
:nickname 'lctydest
:dbname 'lctydest
:taskname 'city
:index 65
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf12)
:packages '("cty-destroy-dark-ecop")
:run-packages '("common")
:memory-mode (level-memory-mode borrow4)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-mhcitya
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((23 . init-mood-mhcitya))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lctyprot, type level-load-info
(define lctyprot (new 'static 'level-load-info
:name 'lctyprot
:visname 'lctyprot-vis
:nickname 'lctyprot
:dbname 'lctyprot
:taskname 'city
:index 66
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf11 lf12)
:packages '("cty-protect-hqp")
:run-packages '("common")
:memory-mode (level-memory-mode borrow4)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lctyblow, type level-load-info
(define lctyblow (new 'static 'level-load-info
:name 'lctyblow
:visname 'lctyblow-vis
:nickname 'lctyblow
:dbname 'lctyblow
:taskname 'city
:index 67
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf12)
:packages '("turretp-code" "cty-blow-towerp")
:run-packages '("common")
:memory-mode (level-memory-mode borrow4)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lctysnpr, type level-load-info
(define lctysnpr (new 'static 'level-load-info
:name 'lctysnpr
:visname 'lctysnpr-vis
:nickname 'lctysnpr
:dbname 'lctysnpr
:taskname 'city
:index 68
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf12)
:packages '("cty-sniper-fight")
:run-packages '("common")
:memory-mode (level-memory-mode borrow4)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol onintent, type level-load-info
(define onintent (new 'static 'level-load-info
:name 'onintent
:visname 'onintent-vis
:nickname 'onintent
:dbname 'onintent
:taskname 'city
:index 69
:task-level #x1
:master-level #f
:level-flags (level-flags lf11 lf12)
:packages '("onintent")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-onintent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "onintent-start"
:level 'onintent
:flags (continue-flags scene-wait test)
:trans (new 'static 'vector :x 3206013.0 :y 32764.314 :z 787585.44 :w 1.0)
:camera-trans (new 'static 'vector :x 3238502.5 :y 53785.805 :z 827149.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 72 #x75ad #x79 -12883))
:camera-rot (new 'static 'array int16 9 -25312 0 #x5143 -2487 #x7f13 -3024 -20653 -3915 -25132)
:on-goto #f
:vis-nick 'ctysluma
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctysluma :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'onintent :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'onin1 'ctyslmah #f)
)
(new 'static 'continue-point
:name "onintent-end"
:level 'onintent
:flags (continue-flags scene-wait test)
:trans (new 'static 'vector :x 3185899.0 :y 33336.934 :z 742425.0 :w 1.0)
:camera-trans (new 'static 'vector :x 3181206.8 :y 47166.258 :z 765917.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 16 -7444 -42 #x7ca4))
:camera-rot (new 'static 'array int16 9 -32304 0 -5462 #x5a8 #x7b66 -8575 #x1491 -8696 -31148)
:on-goto #f
:vis-nick 'ctysluma
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctysluma :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'onintent :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'onin1 'ctyslmah #f)
)
)
:callback-list '()
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x4ba #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -15)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbush, type level-load-info
(define lbbush (new 'static 'level-load-info
:name 'lbbush
:visname 'lbbush-vis
:nickname 'lbbush
:dbname 'lbbush
:taskname 'city
:index 70
:task-level #x1
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("bbushp")
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-ctywide
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol hiphog, type level-load-info
(define hiphog (new 'static 'level-load-info
:name 'hiphog
:visname 'hiphog-vis
:nickname 'hhg
:dbname 'hiphog
:taskname 'city
:index 71
:task-level #x1
:master-level #f
:level-flags (level-flags lf11 lf12)
:packages '("hiphog")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-hiphog
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "hiphog-start"
:level 'hiphog
:trans (new 'static 'vector :x -338635.56 :y 37485.363 :z 5375546.0 :w 1.0)
:camera-trans (new 'static 'vector :x -316530.7 :y 56276.582 :z 5411968.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -13 -31056 -49 #x28ca))
:camera-rot (new 'static 'array int16 9 -28035 0 #x423c -2333 #x7ec4 -3856 -16796 -4508 -27766)
:on-goto #f
:vis-nick 'hiphog
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'hiphog :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'special)
(new 'static 'level-buffer-state-small :name 'ctyport :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'ctyporth #f)
)
(new 'static 'continue-point
:name "hiphog-movie-nocity"
:level 'hiphog
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -338635.56 :y 37485.363 :z 5375546.0 :w 1.0)
:camera-trans (new 'static 'vector :x -316530.7 :y 56276.582 :z 5411968.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -13 -31056 -49 #x28ca))
:camera-rot (new 'static 'array int16 9 -28035 0 #x423c -2333 #x7ec4 -3856 -16796 -4508 -27766)
:on-goto #f
:vis-nick 'hiphog
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'hiphog :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? #f)
(new 'static 'level-buffer-state-small :name 'ctyport :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'ctyporth #f)
)
(new 'static 'continue-point
:name "hiphog-movie"
:level 'hiphog
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -338635.56 :y 37485.363 :z 5375546.0 :w 1.0)
:camera-trans (new 'static 'vector :x -316530.7 :y 56276.582 :z 5411968.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -13 -31056 -49 #x28ca))
:camera-rot (new 'static 'array int16 9 -28035 0 #x423c -2333 #x7ec4 -3856 -16796 -4508 -27766)
:on-goto #f
:vis-nick 'hiphog
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'hiphog :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'ctyporth #f)
)
)
:callback-list '((35 . hiphog-activate) (23 . init-mood-hiphog))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x82a #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -15)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ltnjxhip, type level-load-info
(define ltnjxhip (new 'static 'level-load-info
:name 'ltnjxhip
:visname 'ltnjxhip-vis
:nickname 'ltnjxhip
:dbname 'ltnjxhip
:taskname 'default
:index 72
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol gungame, type level-load-info
(define gungame (new 'static 'level-load-info
:name 'gungame
:visname 'gungame-vis
:nickname 'gga
:dbname 'gungame
:taskname 'city
:index 73
:task-level #x1
:master-level #f
:level-flags (level-flags lf11 lf12)
:packages '("gungame")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-gungame
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "gungame-start"
:level 'gungame
:flags (continue-flags test)
:trans (new 'static 'vector :x 1506927.9 :y 34744.73 :z 5140666.0 :w 1.0)
:camera-trans (new 'static 'vector :x 1544226.4 :y 55298.867 :z 5109040.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x37be 0 -29493))
:camera-rot (new 'static 'array int16 9 #x53bf 0 #x60ca -3070 #x7eff #xa61 -24585 -4059 #x5318)
:on-goto #f
:vis-nick 'gungame
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'gungame :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? #f)
(new 'static 'level-buffer-state-small :name 'ctyport :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'gungame1 'ctyprtdh 'ctyporth)
)
(new 'static 'continue-point
:name "gungame-movie"
:level 'gungame
:flags (continue-flags test)
:trans (new 'static 'vector :x 1506927.9 :y 34744.73 :z 5140666.0 :w 1.0)
:camera-trans (new 'static 'vector :x 1544226.4 :y 55298.867 :z 5109040.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x37be 0 -29493))
:camera-rot (new 'static 'array int16 9 #x53bf 0 #x60ca -3070 #x7eff #xa61 -24585 -4059 #x5318)
:on-goto #f
:vis-nick 'gungame
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'gungame :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'special)
(new 'static 'level-buffer-state-small :name 'ctyport :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'gungame1 'ctyprtdh 'ctyporth)
)
(new 'static 'continue-point
:name "gungame-1-start"
:level 'gungame
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1483232.5 :y 34754.152 :z 5108681.0 :w 1.0)
:camera-trans (new 'static 'vector :x 1529187.5 :y 55848.55 :z 5131332.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6a04 0 -18352))
:camera-rot (new 'static 'array int16 9 -14492 0 #x72c9 -3545 #x7f0c -1749 -29169 -3954 -14387)
:on-goto #f
:vis-nick 'gungame
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'gungame :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? #f)
(new 'static 'level-buffer-state-small :name 'ctyport :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'gungame1 'ctyprtdh 'ctyporth)
)
(new 'static 'continue-point
:name "gungame-2-start"
:level 'gungame
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1522563.1 :y 34744.73 :z 5114151.5 :w 1.0)
:camera-trans (new 'static 'vector :x 1515610.5 :y 55839.13 :z 5164868.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7eff 0 #xfdb))
:camera-rot (new 'static 'array int16 9 -32458 0 -4475 #x21f #x7f09 -3951 #x115b -3987 -32216)
:on-goto #f
:vis-nick 'gungame
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'gungame :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? #f)
(new 'static 'level-buffer-state-small :name 'ctyport :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'gungame1 'ctyprtdh 'ctyporth)
)
)
:callback-list '()
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x1b #x2ee #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -15)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol gungame1, type level-load-info
(define gungame1 (new 'static 'level-load-info
:name 'gungame1
:visname 'gungame1-vis
:nickname 'gungame1
:dbname 'gungame1
:taskname 'city
:index 74
:task-level #x1
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol gungame2, type level-load-info
(define gungame2 (new 'static 'level-load-info
:name 'gungame2
:visname 'gungame2-vis
:nickname 'gungame2
:dbname 'gungame2
:taskname 'city
:index 75
:task-level #x1
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol citylow, type level-load-info
(define citylow (new 'static 'level-load-info
:name 'citylow
:visname 'citylow-vis
:nickname 'citylow
:dbname 'citylow
:taskname 'wascity
:index 76
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-ctywide
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol freehq, type level-load-info
(define freehq (new 'static 'level-load-info
:name 'freehq
:visname 'freehq-vis
:nickname 'freehq
:dbname 'freehq
:taskname 'city
:index 77
:task-level #x1
:master-level #f
:level-flags (level-flags lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-freehq
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "freehq-start"
:level 'freehq
:trans (new 'static 'vector :x 2794451.0 :y 329063.22 :z -2261770.8 :w 1.0)
:camera-trans (new 'static 'vector :x 2761632.2 :y 346303.7 :z -2245199.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x702c 0 #x3da1))
:camera-rot (new 'static 'array int16 9 -14732 0 -29264 #x12e7 #x7e3a -2434 #x70bd -5416 -14528)
:on-goto #f
:vis-nick 'freehq
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'freehq :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? #f)
(new 'static 'level-buffer-state-small :name 'freecast :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cityhq1 'cityhq2 'ctyslmch)
)
(new 'static 'continue-point
:name "freehq-intro"
:level 'freehq
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2794451.0 :y 329063.22 :z -2261770.8 :w 1.0)
:camera-trans (new 'static 'vector :x 2761632.2 :y 346303.7 :z -2245199.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x702c 0 #x3da1))
:camera-rot (new 'static 'array int16 9 -14732 0 -29264 #x12e7 #x7e3a -2434 #x70bd -5416 -14528)
:on-goto #f
:vis-nick 'freehq
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'introcst :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasintro :display? #f)
(new 'static 'level-buffer-state-small :name 'freehq :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'intro1 'intro2 'desert1)
)
(new 'static 'continue-point
:name "freehq-movie"
:level 'freehq
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2879738.2 :y 329062.4 :z -2299740.2 :w 1.0)
:camera-trans (new 'static 'vector :x 2919799.2 :y 347893.75 :z -2314945.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -13739 0 #x7431))
:camera-rot (new 'static 'array int16 9 #x2db5 0 #x778c -4161 #x7ece #x635 -30319 -4453 #x2d45)
:on-goto #f
:vis-nick 'freehq
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'freehq :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? #f)
(new 'static 'level-buffer-state-small :name 'freecast :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cityhq1 'cityhq2 'ctyslmch)
)
(new 'static 'continue-point
:name "freehq-movie-pre"
:level 'freehq
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2846731.5 :y 329062.4 :z -2299925.8 :w 1.0)
:camera-trans (new 'static 'vector :x 2818945.5 :y 348270.2 :z -2334407.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -15983 0 -28602))
:camera-rot (new 'static 'array int16 9 #x63a8 0 -20554 #xa78 #x7ee5 #xd01 #x4f9d -4272 #x62d0)
:on-goto #f
:vis-nick 'freehq
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'freehq :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? #f)
(new 'static 'level-buffer-state-small :name 'freecast :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cityhq1 'cityhq2 'ctyslmch)
)
(new 'static 'continue-point
:name "freehq-post-boss"
:level 'freehq
:trans (new 'static 'vector :x 2922685.8 :y 329062.4 :z -2311542.2 :w 1.0)
:camera-trans (new 'static 'vector :x 2950421.8 :y 344973.72 :z -2327225.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x2802 0 -31122))
:camera-rot (new 'static 'array int16 9 #x3f09 0 #x6f65 -5560 #x7d86 #xc49 -27966 -6389 #x3dd2)
:on-goto #f
:vis-nick 'freehq
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'freehq :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? #f)
(new 'static 'level-buffer-state-small :name 'freecast :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cityhq1 'cityhq2 'ctyslmch)
)
)
:callback-list '()
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x3e8 #xe6 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol freecast, type level-load-info
(define freecast (new 'static 'level-load-info
:name 'freecast
:visname 'freecast-vis
:nickname 'freecast
:dbname 'freecast
:taskname 'city
:index 78
:task-level #x1
:master-level #f
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-freehq
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lfreeout, type level-load-info
(define lfreeout (new 'static 'level-load-info
:name 'lfreeout
:visname 'lfreeout-vis
:nickname 'lfreeout
:dbname 'lfreeout
:taskname 'city
:index 79
:task-level #x1
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-ctywide
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol mhctycst, type level-load-info
(define mhctycst (new 'static 'level-load-info
:name 'mhctycst
:visname 'mhctycst-vis
:nickname 'mhctycst
:dbname 'mhctycst
:taskname 'city
:index 80
:task-level #x1
:master-level #f
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-freehq
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((3 . *darkjak-highres-texture-anim-array*))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol mhcitya, type level-load-info
(define mhcitya (new 'static 'level-load-info
:name 'mhcitya
:visname 'mhcitya-vis
:nickname 'mhca
:dbname 'mhcitya
:taskname 'city
:index 81
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-mhcitya
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:city-map-bits (city-map-bits cmb16 cmb21 cmb26)
:bigmap-id (bigmap-id mhcity)
:continues '((new 'static 'continue-point
:name "mhcitya-near-ctyport"
:level 'mhcitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1554046.6 :y 40081.0 :z 4844935.0 :w 1.0)
:camera-trans (new 'static 'vector :x -1566354.2 :y 60167.78 :z 4890765.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7f9c 0 #x9e1))
:camera-rot (new 'static 'array int16 9 -31652 0 -8470 #x3f4 #x7f13 -3784 #x20d8 -3915 -31423)
:on-goto #f
:vis-nick 'mhcitya
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'mhcity1h 'mhcity2h #f)
)
(new 'static 'continue-point
:name "mhcitya-fma"
:level 'mhcitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1553644.4 :y 39004.57 :z 4844935.0 :w 1.0)
:camera-trans (new 'static 'vector :x -1560440.4 :y 60098.97 :z 4895679.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7f9c 0 #x9e4))
:camera-rot (new 'static 'array int16 9 -32472 0 -4374 #x212 #x7f09 -3958 #x10f5 -3994 -32229)
:on-goto #f
:vis-nick 'mhcitya
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'mhctycst :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'mhcity1h 'mhcity2h #f)
)
(new 'static 'continue-point
:name "mhcitya-forestx"
:level 'mhcitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1842034.2 :y 118243.734 :z 3798578.0 :w 1.0)
:camera-trans (new 'static 'vector :x -1800291.1 :y 136784.69 :z 3799077.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x460a 0 -27422))
:camera-rot (new 'static 'array int16 9 -406 0 #x7ffb -4590 #x7eba -55 -32439 -4590 -403)
:on-goto #f
:vis-nick 'mhcitya
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'mhcity1h 'mhcity2h)
)
(new 'static 'continue-point
:name "mhcitya-leaving-forestx"
:level 'mhcitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1830734.2 :y 114080.98 :z 3794099.5 :w 1.0)
:camera-trans (new 'static 'vector :x -1867784.2 :y 131463.98 :z 3789952.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -25210 0 -20928))
:camera-rot (new 'static 'array int16 9 #xe1e 0 -32563 #x14ab #x7e4b #x24a #x7d83 -5324 #xdf0)
:on-goto #f
:vis-nick 'mhcitya
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestx :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'mhcity1h 'mhcity2h)
)
(new 'static 'continue-point
:name "mhcitya-tower1"
:level 'mhcitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1413611.5 :y 41650.996 :z 4505921.0 :w 1.0)
:camera-trans (new 'static 'vector :x -1441546.2 :y 62844.93 :z 4549030.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7929 0 #x293d))
:camera-rot (new 'static 'array int16 9 -27360 0 -18028 #x8b4 #x7f02 -3384 #x45df -4053 -27150)
:on-goto #f
:vis-nick 'ctyport
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'mhcity1h 'mhcity2h #f)
)
(new 'static 'continue-point
:name "mhcitya-tower2"
:level 'mhcitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1048432.6 :y 51480.984 :z 4811131.0 :w 1.0)
:camera-trans (new 'static 'vector :x -1093251.9 :y 71775.44 :z 4835875.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6e27 0 #x412c))
:camera-rot (new 'static 'array int16 9 -15531 0 -28848 #xd25 #x7f1c -1812 #x6feb -3823 -15426)
:on-goto #f
:vis-nick 'mhcitya
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'mhcity1h 'mhcity2h #f)
)
(new 'static 'continue-point
:name "mhcitya-tower3"
:level 'mhcitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 93880.32 :y 26625.229 :z 4162961.8 :w 1.0)
:camera-trans (new 'static 'vector :x 124646.195 :y 48515.48 :z 4203877.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x79dd 0 -10013))
:camera-rot (new 'static 'array int16 9 -26033 0 #x4db4 -2585 #x7ee8 -3381 -19725 -4256 -25813)
:on-goto #f
:vis-nick 'mhcitya
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'mhcityb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'mhcity1h 'mhcity2h #f)
)
(new 'static 'continue-point
:name "mhcitya-grid"
:level 'mhcitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1795892.9 :y 41388.03 :z 3764117.5 :w 1.0)
:camera-trans (new 'static 'vector :x -1836176.6 :y 60681.42 :z 3782321.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -26593 0 -19142))
:camera-rot (new 'static 'array int16 9 -13463 0 -29870 #xf90 #x7ed8 -1795 #x73a4 -4371 -13342)
:on-goto #f
:vis-nick 'mhcitya
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestx :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'mhcity1h #f)
)
(new 'static 'continue-point
:name "mhcitya-third-checkpoint"
:level 'mhcitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -107418.01 :y 119795.305 :z 3794100.8 :w 1.0)
:camera-trans (new 'static 'vector :x -120260.61 :y 139629.36 :z 3749429.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x2683 0 #x7a0e))
:camera-rot (new 'static 'array int16 9 #x7b01 0 -9050 #x45d #x7f02 #xf37 #x2312 -4053 #x7a11)
:on-goto #f
:vis-nick 'mhcitya
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'mhcity1h 'mhcity2h #f)
)
(new 'static 'continue-point
:name "mhcitya-fourth-checkpoint"
:level 'mhcitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -679998.7 :y 119941.94 :z 4735343.5 :w 1.0)
:camera-trans (new 'static 'vector :x -636173.5 :y 139404.08 :z 4745763.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -26806 0 #x4995))
:camera-rot (new 'static 'array int16 9 -7451 0 #x7ca1 -4102 #x7eeb -956 -31639 -4213 -7388)
:on-goto #f
:vis-nick 'mhcitya
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'mhcity1h 'mhcity2h #f)
)
(new 'static 'continue-point
:name "mhcitya-fifth-checkpoint"
:level 'mhcitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1305641.4 :y 114695.78 :z 4363532.5 :w 1.0)
:camera-trans (new 'static 'vector :x -1274600.6 :y 135168.81 :z 4326117.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -11746 0 #x777b))
:camera-rot (new 'static 'array int16 9 #x61fb 0 #x5257 -2627 #x7efc #xc35 -20915 -4086 #x6136)
:on-goto #f
:vis-nick 'mhcitya
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'mhcity1h 'mhcity2h #f)
)
(new 'static 'continue-point
:name "mhcitya-end-darkeco"
:level 'mhcitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1560519.9 :y 39147.93 :z 4842601.0 :w 1.0)
:camera-trans (new 'static 'vector :x -1561127.8 :y 60248.062 :z 4791395.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #xa67 0 -32655))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 -406 49 #x7f0c #xf83 #x193 -3971 #x7f09)
:on-goto #f
:vis-nick 'mhcitya
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'mhcity1h 'mhcity2h)
)
(new 'static 'continue-point
:name "mhcitya-in-forestx"
:level 'mhcitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1901257.9 :y 122993.87 :z 3798118.0 :w 1.0)
:camera-trans (new 'static 'vector :x -1952255.6 :y 144088.27 :z 3793585.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x5b04 0 #x59fb))
:camera-rot (new 'static 'array int16 9 #xb64 0 -32635 #xf83 #x7f09 #x161 #x7e89 -3987 #xb4d)
:on-goto #f
:vis-nick 'mhcitya
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestx :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'mhcity1h 'mhcity2h)
)
)
:callback-list '((23 . init-mood-mhcitya) (3 . *mhcitya-pris-texture-anim-array*))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #xfa #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol mhcityb, type level-load-info
(define mhcityb (new 'static 'level-load-info
:name 'mhcityb
:visname 'mhcityb-vis
:nickname 'mhcb
:dbname 'mhcityb
:taskname 'city
:index 82
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-mhcityb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:city-map-bits (city-map-bits cmb16 cmb21 cmb26)
:bigmap-id (bigmap-id mhcity)
:continues '((new 'static 'continue-point
:name "mhcityb-near-mhcitya"
:level 'mhcityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -270730.03 :y 34247.477 :z 2899415.5 :w 1.0)
:camera-trans (new 'static 'vector :x -229116.31 :y 53883.29 :z 2918370.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -30129 0 #x324a))
:camera-rot (new 'static 'array int16 9 -13673 0 #x744f -3751 #x7ef8 -1723 -29539 -4128 -13562)
:on-goto #f
:vis-nick 'mhcityb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'mhcity1h 'mhcity2h #f)
)
(new 'static 'continue-point
:name "mhcityb-near-final-towers"
:level 'mhcityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1370683.0 :y 39170.457 :z 3144010.2 :w 1.0)
:camera-trans (new 'static 'vector :x -1356339.6 :y 60158.363 :z 3193157.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 45 #x7ff5 3 -737))
:camera-rot (new 'static 'array int16 9 -31557 0 #x2267 -1110 #x7ef5 -3981 -8738 -4135 -31305)
:on-goto #f
:vis-nick 'mhcityb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'mhcity1h 'mhcity2h #f)
)
(new 'static 'continue-point
:name "mhcityb-tower-fma"
:level 'mhcityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1276254.6 :y -3033.4976 :z 2386265.0 :w 1.0)
:camera-trans (new 'static 'vector :x -1302632.9 :y 17206.887 :z 2426543.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -32 #x7f05 22 #xfaa))
:camera-rot (new 'static 'array int16 9 -27399 0 -17962 #x868 #x7f0f -3283 #x45ab -3925 -27203)
:on-goto #f
:vis-nick 'mhcityb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'towercst :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'mhcity1h 'mhcity2h #f)
)
(new 'static 'continue-point
:name "mhcityb-tower-fma-end"
:level 'mhcityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1276254.6 :y -3033.4976 :z 2386265.0 :w 1.0)
:camera-trans (new 'static 'vector :x -1302632.9 :y 17206.887 :z 2426543.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -32 #x7f05 22 #xfaa))
:camera-rot (new 'static 'array int16 9 -27399 0 -17962 #x868 #x7f0f -3283 #x45ab -3925 -27203)
:on-goto #f
:vis-nick 'mhcityb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'towera :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'mhcity1h 'mhcity2h #f)
)
(new 'static 'continue-point
:name "mhcityb-sewer"
:level 'mhcityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1178828.0 :y 37809.766 :z 2774784.5 :w 1.0)
:camera-trans (new 'static 'vector :x -1135192.1 :y 56893.03 :z 2775215.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -22111 0 #x5e72))
:camera-rot (new 'static 'array int16 9 -271 0 #x7ffb -4387 #x7ed4 -36 -32468 -4387 -268)
:on-goto #f
:vis-nick 'mhcityb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? #f)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'mhcityb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'mhcity1h 'mhcity2h #f)
)
(new 'static 'continue-point
:name "mhcityb-first-checkpoint"
:level 'mhcityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1437919.2 :y 62291.15 :z 2703304.8 :w 1.0)
:camera-trans (new 'static 'vector :x -1421178.9 :y 82166.17 :z 2659921.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -6052 0 #x7dc8))
:camera-rot (new 'static 'array int16 9 #x7789 0 #x2dbb -1454 #x7eff #xedf -11615 -4076 #x769d)
:on-goto #f
:vis-nick 'mhcityb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'special)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'mhcityb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'mhcity1h 'mhcity2h)
)
(new 'static 'continue-point
:name "mhcityb-second-checkpoint"
:level 'mhcityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -417863.7 :y 110621.9 :z 3078511.5 :w 1.0)
:camera-trans (new 'static 'vector :x -386353.16 :y 131714.66 :z 3038154.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x2226 0 -31577))
:camera-rot (new 'static 'array int16 9 #x6503 0 #x4e96 -2454 #x7f09 #xc53 -19968 -4000 #x6442)
:on-goto #f
:vis-nick 'mhcityb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'mhcitya :display? 'special)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'mhcityb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'mhcity1h 'mhcity2h)
)
)
:callback-list '((23 . init-mood-mhcityb))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #xfa #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lmhcitya, type level-load-info
(define lmhcitya (new 'static 'level-load-info
:name 'lmhcitya
:visname 'lmhcitya-vis
:nickname 'lmhca
:dbname 'lmhcitya
:taskname 'city
:index 83
:task-level #x1
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-lmhcitya
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 9.5
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id mhcity)
:continues '()
:callback-list '((2 . *lmhcitya-tfrag-texture-anim-array*))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lmhcityb, type level-load-info
(define lmhcityb (new 'static 'level-load-info
:name 'lmhcityb
:visname 'lmhcityb-vis
:nickname 'lmhcb
:dbname 'lmhcityb
:taskname 'city
:index 84
:task-level #x1
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-lmhcityb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 9.5
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id mhcity)
:continues '()
:callback-list '((2 . *lmhcityb-tfrag-texture-anim-array*))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol comba, type level-load-info
(define comba (new 'static 'level-load-info
:name 'comba
:visname 'comba-vis
:nickname 'comba
:dbname 'comba
:taskname 'comb
:index 85
:task-level #xc
:master-level #f
:level-flags (level-flags lf7 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "comba-start"
:level 'comba
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 32922.008 :y 1299.2512 :z 27605.402 :w 1.0)
:camera-trans (new 'static 'vector :x -14535.885 :y 21966.438 :z 12726.272 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -14994 0 -29133))
:camera-rot (new 'static 'array int16 9 #x2642 0 -31266 #xeab #x7f0f #x498 #x7940 -3935 #x25f9)
:on-goto #f
:vis-nick 'comba
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'comba :display? 'display)
(new 'static 'level-buffer-state-small :name 'combb :display? 'display)
(new 'static 'level-buffer-state-small :name 'combx :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
(new 'static 'continue-point
:name "comba-elevator"
:level 'comba
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 32328.5 :y 8555.725 :z 425825.9 :w 1.0)
:camera-trans (new 'static 'vector :x 26495.795 :y 29615.719 :z 476691.66 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7d76 0 -6481))
:camera-rot (new 'static 'array int16 9 -32560 0 -3663 #x1b3 #x7f13 -3889 #xe35 -3915 -32327)
:on-goto #f
:vis-nick 'comba
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'comba :display? 'display)
(new 'static 'level-buffer-state-small :name 'combb :display? 'display)
(new 'static 'level-buffer-state-small :name 'combx :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
(new 'static 'continue-point
:name "comba-movie-end"
:level 'comba
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 28818.637 :y 1299.2512 :z 71898.32 :w 1.0)
:camera-trans (new 'static 'vector :x 14194.278 :y 21021.49 :z 115698.484 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7d93 0 #x18bd))
:camera-rot (new 'static 'array int16 9 -31063 0 -10419 #x50b #x7eff -3853 #x2865 -4063 -30823)
:on-goto #f
:vis-nick 'comba
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'comba :display? 'display)
(new 'static 'level-buffer-state-small :name 'combb :display? 'display)
(new 'static 'level-buffer-state-small :name 'combx :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
(new 'static 'continue-point
:name "comba-sled"
:level 'comba
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 820601.6 :y -57798.246 :z 47158.887 :w 1.0)
:camera-trans (new 'static 'vector :x 777019.0 :y -32215.45 :z 44085.246 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x3f1 #x5a67 -1546 #x5a50))
:camera-rot (new 'static 'array int16 9 #x3ac 0 -32750 #x4dd #x7fe4 32 #x7fd7 -1245 #x3ac)
:on-goto #f
:vis-nick 'comba
:vehicle-type #xa
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'comba :display? 'display)
(new 'static 'level-buffer-state-small :name 'combb :display? 'display)
(new 'static 'level-buffer-state-small :name 'combx :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
)
:callback-list '((36 . comba-deactivate)
(35 . comba-activate)
(33 . comba-login)
(23 . init-mood-comb)
(6 . *comb-field-texture-anim-array*)
)
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol combb, type level-load-info
(define combb (new 'static 'level-load-info
:name 'combb
:visname 'combb-vis
:nickname 'combb
:dbname 'combb
:taskname 'comb
:index 86
:task-level #xc
:master-level 'comba
:level-flags (level-flags lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "combb-start"
:level 'combb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -41387.62 :y 16381.133 :z 22519.398 :w 1.0)
:camera-trans (new 'static 'vector :x -92556.49 :y 37475.53 :z 22907.29 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -10305 0 -31102))
:camera-rot (new 'static 'array int16 9 32 0 -32763 #xf5c #x7f0f 3 #x7f0f -3932 29)
:on-goto #f
:vis-nick 'combb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'comba :display? 'display)
(new 'static 'level-buffer-state-small :name 'combb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
)
:callback-list '((23 . init-mood-comb))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol combc, type level-load-info
(define combc (new 'static 'level-load-info
:name 'combc
:visname 'combc-vis
:nickname 'combc
:dbname 'combc
:taskname 'comb
:index 87
:task-level #xc
:master-level 'comba
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "combc"
:level 'combc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4372306.5 :y -637983.1 :z 736761.06 :w 1.0)
:camera-trans (new 'static 'vector :x 4324992.0 :y -613983.44 :z 752175.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7c14 0 #x1f69))
:camera-rot (new 'static 'array int16 9 -15515 0 -28857 -1916 #x7fb3 #x404 #x7078 #x87f -15482)
:on-goto #f
:vis-nick 'combc
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'comba :display? 'display)
(new 'static 'level-buffer-state-small :name 'combd :display? #f)
(new 'static 'level-buffer-state-small :name 'combc :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
)
:callback-list '((23 . init-mood-comb))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol combd, type level-load-info
(define combd (new 'static 'level-load-info
:name 'combd
:visname 'combd-vis
:nickname 'combd
:dbname 'combd
:taskname 'comb
:index 88
:task-level #xc
:master-level 'comba
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "combd"
:level 'combd
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 7264470.0 :y -317970.03 :z -846803.4 :w 1.0)
:camera-trans (new 'static 'vector :x 7221269.5 :y -300788.94 :z -845772.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x8eb 0 #x7fad))
:camera-rot (new 'static 'array int16 9 -209 0 -32763 -4449 #x7ece 26 #x7eca #x1161 -206)
:on-goto #f
:vis-nick 'combd
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'comba :display? 'display)
(new 'static 'level-buffer-state-small :name 'combd :display? 'display)
(new 'static 'level-buffer-state-small :name 'combc :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
)
:callback-list '((23 . init-mood-comb))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol combe, type level-load-info
(define combe (new 'static 'level-load-info
:name 'combe
:visname 'combe-vis
:nickname 'combe
:dbname 'combe
:taskname 'comb
:index 89
:task-level #xc
:master-level 'comba
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "combe"
:level 'combe
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9581181.0 :y -122209.484 :z 604088.75 :w 1.0)
:camera-trans (new 'static 'vector :x 9530589.0 :y -100662.48 :z 612470.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x549e 0 #x6005))
:camera-rot (new 'static 'array int16 9 -4580 0 -32442 #x1079 #x7ee8 -593 #x7da7 -4259 -4541)
:on-goto #f
:vis-nick 'combe
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'comba :display? 'display)
(new 'static 'level-buffer-state-small :name 'combd :display? 'display)
(new 'static 'level-buffer-state-small :name 'combe :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
)
:callback-list '((23 . init-mood-comb))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol combm, type level-load-info
(define combm (new 'static 'level-load-info
:name 'combm
:visname 'combm-vis
:nickname 'combm
:dbname 'combm
:taskname 'comb
:index 90
:task-level #xc
:master-level 'comba
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((23 . init-mood-comb))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol combn, type level-load-info
(define combn (new 'static 'level-load-info
:name 'combn
:visname 'combn-vis
:nickname 'combn
:dbname 'combn
:taskname 'comb
:index 91
:task-level #xc
:master-level 'comba
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "combn-start"
:level 'combn
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 14619641.0 :y -157137.31 :z 928377.25 :w 1.0)
:camera-trans (new 'static 'vector :x 14613956.0 :y -136033.89 :z 877446.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x1463 0 #x7e5b))
:camera-rot (new 'static 'array int16 9 #x7f33 0 -3630 #x1b3 #x7f0c #xf58 #xe14 -3954 #x7e44)
:on-goto #f
:vis-nick 'combn
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'comba :display? 'display)
(new 'static 'level-buffer-state-small :name 'combn :display? 'display)
(new 'static 'level-buffer-state-small :name 'minea :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
(new 'static 'continue-point
:name "combn-lightjak"
:level 'combn
:flags (continue-flags no-auto lightjak)
:trans (new 'static 'vector :x 14608403.0 :y -164009.58 :z 608924.9 :w 1.0)
:camera-trans (new 'static 'vector :x 14557696.0 :y -142914.77 :z 616067.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x5a71 0 #x5a8e))
:camera-rot (new 'static 'array int16 9 -4577 0 -32442 #xf52 #x7f0c -550 #x7dce -3961 -4541)
:on-goto #f
:vis-nick 'combn
:vehicle-type #x24
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'comba :display? 'display)
(new 'static 'level-buffer-state-small :name 'combn :display? 'display)
(new 'static 'level-buffer-state-small :name 'minea :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
)
:callback-list '((23 . init-mood-comb))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol combx, type level-load-info
(define combx (new 'static 'level-load-info
:name 'combx
:visname 'combx-vis
:nickname 'combx
:dbname 'combx
:taskname 'comb
:index 92
:task-level #xc
:master-level #f
:level-flags (level-flags lf11 lf12)
:packages '("combx")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-combx
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((23 . init-mood-combx))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol raila, type level-load-info
(define raila (new 'static 'level-load-info
:name 'raila
:visname 'raila-vis
:nickname 'raila
:dbname 'raila
:taskname 'comb
:index 93
:task-level #xc
:master-level #f
:level-flags (level-flags lf7 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . comba-deactivate) (35 . comba-activate) (33 . comba-login) (23 . init-mood-comb))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol railb, type level-load-info
(define railb (new 'static 'level-load-info
:name 'railb
:visname 'railb-vis
:nickname 'railb
:dbname 'railb
:taskname 'comb
:index 94
:task-level #xc
:master-level 'raila
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "railb-start"
:level 'railb
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x -694290.44 :y -128170.39 :z 4016339.0 :w 1.0)
:camera-trans (new 'static 'vector :x -713932.8 :y 5734.4 :z 4112384.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x9ad -31423 #x22e1 #x1d1))
:camera-rot (new 'static 'array int16 9 -32491 0 -4223 #xa6b #x6328 -20541 #xcc6 -20715 -25174)
:on-goto #f
:vis-nick 'railb
:vehicle-type #xa
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'raila :display? 'display)
(new 'static 'level-buffer-state-small :name 'railb :display? 'display)
(new 'static 'level-buffer-state-small :name 'railc :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
)
:callback-list '((23 . init-mood-comb))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol railb2, type level-load-info
(define railb2 (new 'static 'level-load-info
:name 'railb2
:visname 'railb2-vis
:nickname 'railb2
:dbname 'railb2
:taskname 'comb
:index 95
:task-level #xc
:master-level 'raila
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "railb2-start"
:level 'railb2
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1168135.8 :y -1783511.5 :z 2738840.0 :w 1.0)
:camera-trans (new 'static 'vector :x 1166063.6 :y -1734737.1 :z 2713665.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -8516 #x7f9 -6016 -30994))
:camera-rot (new 'static 'array int16 9 #x7cec 0 #x1bdd -3915 #x6af4 #x449b -5960 -17995 #x6864)
:on-goto #f
:vis-nick 'railb2
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'raila :display? 'display)
(new 'static 'level-buffer-state-small :name 'railb :display? 'display)
(new 'static 'level-buffer-state-small :name 'railb2 :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
)
:callback-list '((23 . init-mood-comb))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol railc, type level-load-info
(define railc (new 'static 'level-load-info
:name 'railc
:visname 'railc-vis
:nickname 'railc
:dbname 'railc
:taskname 'comb
:index 96
:task-level #xc
:master-level 'raila
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "railc-start"
:level 'railc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 697455.0 :y -3825912.2 :z 2929124.2 :w 1.0)
:camera-trans (new 'static 'vector :x 723840.2 :y -3785265.2 :z 2904484.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x2662 -288 -10931 #x7260))
:camera-rot (new 'static 'array int16 9 #x724c 0 #x3999 -6618 #x725d #x3350 -13175 -14712 #x6620)
:on-goto #f
:vis-nick 'railc
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'raila :display? 'display)
(new 'static 'level-buffer-state-small :name 'railc :display? 'display)
(new 'static 'level-buffer-state-small :name 'railb2 :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
)
:callback-list '((23 . init-mood-comb))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol raild, type level-load-info
(define raild (new 'static 'level-load-info
:name 'raild
:visname 'raild-vis
:nickname 'raild
:dbname 'raild
:taskname 'comb
:index 97
:task-level #xc
:master-level 'raila
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "raild-start"
:level 'raild
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 791407.44 :y -5481672.0 :z 2931415.8 :w 1.0)
:camera-trans (new 'static 'vector :x 792086.1 :y -5435934.5 :z 2902767.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -4721 #x858 -10272 -30676))
:camera-rot (new 'static 'array int16 9 #x71e0 0 #x3a6e -7467 #x6ee5 #x38db -12959 -16357 #x62a8)
:on-goto #f
:vis-nick 'raild
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'raila :display? 'display)
(new 'static 'level-buffer-state-small :name 'railc :display? 'display)
(new 'static 'level-buffer-state-small :name 'raild :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
)
:callback-list '((23 . init-mood-comb))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol raile, type level-load-info
(define raile (new 'static 'level-load-info
:name 'raile
:visname 'raile-vis
:nickname 'raile
:dbname 'raile
:taskname 'comb
:index 98
:task-level #xc
:master-level 'raila
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "raile-start"
:level 'raile
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x -196025.14 :y -9100242.0 :z 1043255.3 :w 1.0)
:camera-trans (new 'static 'vector :x -223124.69 :y -9055834.0 :z 1031985.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x8a7 -20852 #x2e10 -22242))
:camera-rot (new 'static 'array int16 9 -4944 0 -32390 #x3ec1 #x6f20 -2450 #x6ddb -16252 -4292)
:on-goto #f
:vis-nick 'raile
:vehicle-type #xa
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'raila :display? 'display)
(new 'static 'level-buffer-state-small :name 'raild :display? #f)
(new 'static 'level-buffer-state-small :name 'raile :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'cmbtask1 'cmbtask2 'cmbtask3)
)
)
:callback-list '((23 . init-mood-comb))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol railf, type level-load-info
(define railf (new 'static 'level-load-info
:name 'railf
:visname 'railf-vis
:nickname 'railf
:dbname 'railf
:taskname 'comb
:index 99
:task-level #xc
:master-level 'raila
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-comb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((23 . init-mood-comb))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol railx, type level-load-info
(define railx (new 'static 'level-load-info
:name 'railx
:visname 'railx-vis
:nickname 'railx
:dbname 'railx
:taskname 'comb
:index 100
:task-level #xc
:master-level #f
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-railx
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "railx-start"
:level 'railx
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 130381.414 :y -14581181.0 :z -5475706.5 :w 1.0)
:camera-trans (new 'static 'vector :x 151255.05 :y -14560065.0 :z -5428884.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -30355 0 #x302a))
:camera-rot (new 'static 'array int16 9 -29909 0 #x343f -1612 #x7f0c -3607 -13277 -3951 -29693)
:on-goto #f
:vis-nick 'railx
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'railx :display? 'display)
(new 'static 'level-buffer-state-small :name 'railcst :display? 'special)
)
:want-sound (new 'static 'array symbol 3 #f #f #f)
)
)
:callback-list '((23 . init-mood-railx))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #xa28 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lcitysml, type level-load-info
(define lcitysml (new 'static 'level-load-info
:name 'lcitysml
:visname 'lcitysml-vis
:nickname 'lcitysml
:dbname 'lcitysml
:taskname 'precursor
:index #x65
:task-level #xf
:master-level #f
:level-flags (level-flags lf9 lf12 lf13)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-ctywide
:special-mood #f
:ocean '*ocean-map-city*
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol railcst, type level-load-info
(define railcst (new 'static 'level-load-info
:name 'railcst
:visname 'railcst-vis
:nickname 'railcst
:dbname 'railcst
:taskname 'comb
:index #x66
:task-level #xc
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-railx
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol minea, type level-load-info
(define minea (new 'static 'level-load-info
:name 'minea
:visname 'minea-vis
:nickname 'mia
:dbname 'minea
:taskname 'mine
:index #x67
:task-level #x5
:master-level #f
:level-flags (level-flags lf9 lf12)
:packages '("elecgate")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-minea
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id mine)
:continues '((new 'static 'continue-point
:name "minea-start"
:level 'minea
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -368403.25 :y 344054.16 :z -403614.94 :w 1.0)
:camera-trans (new 'static 'vector :x 181120.2 :y 279094.47 :z 118537.83 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -17792 0 #x6b77))
:camera-rot (new 'static 'array int16 9 #x57f5 0 -23798 #xa7e #x7f2d #x9ee #x5c5f -3699 #x5765)
:on-goto #f
:vis-nick 'minec
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minea :display? 'display)
(new 'static 'level-buffer-state-small :name 'minec :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine4 'mine5 'mine6)
)
(new 'static 'continue-point
:name "minea-boss"
:level 'minea
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1286252.1 :y 252944.39 :z -703460.56 :w 1.0)
:camera-trans (new 'static 'vector :x 1276143.6 :y 274037.16 :z -653271.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fa6 0 -2382))
:camera-rot (new 'static 'array int16 9 -32128 0 -6425 #x30b #x7f09 -3899 #x18eb -3977 -31892)
:on-goto #f
:vis-nick 'minea
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minea :display? 'display)
(new 'static 'level-buffer-state-small :name 'mined :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine4 'mine5 'mine6)
)
)
:callback-list '((23 . init-mood-minea))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 0.25 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol lpeckfly, type level-load-info
(define lpeckfly (new 'static 'level-load-info
:name 'lpeckfly
:visname 'lpeckfly-vis
:nickname 'lpeckfly
:dbname 'lpeckfly
:taskname 'default
:index #x68
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol mineb, type level-load-info
(define mineb (new 'static 'level-load-info
:name 'mineb
:visname 'mineb-vis
:nickname 'mib
:dbname 'mineb
:taskname 'mine
:index #x69
:task-level #x5
:master-level 'minea
:level-flags (level-flags lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode large)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-mineb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id mine)
:continues '((new 'static 'continue-point
:name "mineb-start"
:level 'mineb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -444354.97 :y 98895.055 :z -274156.75 :w 1.0)
:camera-trans (new 'static 'vector :x 181120.2 :y 279094.47 :z 118537.83 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6b2f 0 -17900))
:camera-rot (new 'static 'array int16 9 #x57f5 0 -23798 #xa7e #x7f2d #x9ee #x5c5f -3699 #x5765)
:on-goto #f
:vis-nick 'mineb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minea :display? 'display)
(new 'static 'level-buffer-state-small :name 'mineb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine1 'mine2 'mine3)
)
(new 'static 'continue-point
:name "mineb-halfway"
:level 'mineb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -413741.47 :y 122864.44 :z 702697.9 :w 1.0)
:camera-trans (new 'static 'vector :x -366385.97 :y 143217.05 :z 713004.25 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x613d 0 -21301))
:camera-rot (new 'static 'array int16 9 -6989 0 #x7d0a -3830 #x7f13 -835 -31780 -3922 -6940)
:on-goto #f
:vis-nick 'mineb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minea :display? 'display)
(new 'static 'level-buffer-state-small :name 'mineb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine1 'mine2 'mine3)
)
(new 'static 'continue-point
:name "mineb-elevator-room"
:level 'mineb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1009061.06 :y 270070.6 :z 27096.678 :w 1.0)
:camera-trans (new 'static 'vector :x -1041044.7 :y 290688.22 :z 64870.81 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x5ae0 0 #x5a1b))
:camera-rot (new 'static 'array int16 9 -24493 0 -21763 #x9db #x7f20 -2840 #x5470 -3800 -24326)
:on-goto #f
:vis-nick 'mineb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minea :display? 'display)
(new 'static 'level-buffer-state-small :name 'mineb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine1 'mine2 'mine3)
)
(new 'static 'continue-point
:name "mineb-on-elevator"
:level 'mineb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -737910.8 :y 265796.4 :z -256605.39 :w 1.0)
:camera-trans (new 'static 'vector :x 181120.2 :y 279094.47 :z 118537.83 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 3 #x4ce6 45 -26187))
:camera-rot (new 'static 'array int16 9 #x57f5 0 -23798 #xa7e #x7f2d #x9ee #x5c5f -3699 #x5765)
:on-goto #f
:vis-nick 'mineb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minea :display? 'display)
(new 'static 'level-buffer-state-small :name 'mineb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine10 'mine5 'mine6)
)
(new 'static 'continue-point
:name "mineb-after-armor"
:level 'mineb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1046142.2 :y 279200.56 :z -34840.168 :w 1.0)
:camera-trans (new 'static 'vector :x -1054228.9 :y 300338.38 :z 15716.762 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fbd 0 -2047))
:camera-rot (new 'static 'array int16 9 -32360 0 -5141 #x275 #x7f05 -3977 #x13ed -4027 -32114)
:on-goto #f
:vis-nick 'mineb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minea :display? 'display)
(new 'static 'level-buffer-state-small :name 'mineb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine10 'mine5 'mine6)
)
)
:callback-list '((35 . mineb-activate) (23 . init-mood-mineb))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 0.25 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol minec, type level-load-info
(define minec (new 'static 'level-load-info
:name 'minec
:visname 'minec-vis
:nickname 'mic
:dbname 'minec
:taskname 'mine
:index #x6a
:task-level #x5
:master-level 'minea
:level-flags (level-flags lf9 lf12)
:packages '("gruntp")
:run-packages '("common")
:memory-mode (level-memory-mode large)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-minec
:special-mood #f
:ocean '*ocean-map-mine*
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id mine)
:continues '((new 'static 'continue-point
:name "minec-start"
:level 'minec
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1053818.5 :y 332248.7 :z 225767.02 :w 1.0)
:camera-trans (new 'static 'vector :x 1053230.8 :y 351542.47 :z 270208.22 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32662 0 #xa30))
:camera-rot (new 'static 'array int16 9 -32763 0 -458 58 #x7ee5 -4279 #x1c4 -4279 -32481)
:on-goto #f
:vis-nick 'minec
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minea :display? 'display)
(new 'static 'level-buffer-state-small :name 'minec :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine4 'mine5 'mine6)
)
(new 'static 'continue-point
:name "minec-intro"
:level 'minec
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 707564.3 :y 402633.12 :z 131108.45 :w 1.0)
:camera-trans (new 'static 'vector :x 687837.56 :y 423760.28 :z 178355.81 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32449 0 -4541))
:camera-rot (new 'static 'array int16 9 -30253 0 -12582 #x61e #x7eff -3764 #x30c4 -4079 -30017)
:on-goto #f
:vis-nick 'minec
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minea :display? 'display)
(new 'static 'level-buffer-state-small :name 'minec :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine4 'mine5 'mine6)
)
(new 'static 'continue-point
:name "minec-halfway"
:level 'minec
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 151038.36 :y 491517.12 :z -64178.996 :w 1.0)
:camera-trans (new 'static 'vector :x 196726.78 :y 512175.72 :z -44747.57 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -21626 0 #x6023))
:camera-rot (new 'static 'array int16 9 -12707 0 #x75f9 -3601 #x7f13 -1513 -29985 -3905 -12615)
:on-goto '(begin (kill "grunt-307" store #f) (kill "grunt-309" store #f))
:vis-nick 'minec
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minea :display? 'display)
(new 'static 'level-buffer-state-small :name 'minec :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine4 'mine5 'mine6)
)
(new 'static 'continue-point
:name "minec-train"
:level 'minec
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -825933.44 :y 655487.0 :z -326374.2 :w 1.0)
:camera-trans (new 'static 'vector :x -792003.0 :y 676237.3 :z -289662.16 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x63bc 0 -20528))
:camera-rot (new 'static 'array int16 9 -23949 0 #x5758 -2650 #x7f16 -2840 -22202 -3886 -23779)
:on-goto #f
:vis-nick 'minec
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minea :display? 'display)
(new 'static 'level-buffer-state-small :name 'minec :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine4 'mine5 'mine6)
)
(new 'static 'continue-point
:name "minec-resolution"
:level 'minec
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 910188.56 :y 401318.72 :z -64586.137 :w 1.0)
:camera-trans (new 'static 'vector :x 881741.44 :y 421940.03 :z -24094.72 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32662 0 -2532))
:camera-rot (new 'static 'array int16 9 -26839 0 -18791 #x8c1 #x7f13 -3204 #x48e1 -3912 -26649)
:on-goto #f
:vis-nick 'minec
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minea :display? 'display)
(new 'static 'level-buffer-state-small :name 'minec :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine4 'mine5 'mine6)
)
)
:callback-list '((23 . init-mood-minec))
:borrow #f
:bottom-height (meters 40)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 0.25 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol mined, type level-load-info
(define mined (new 'static 'level-load-info
:name 'mined
:visname 'mined-vis
:nickname 'mined
:dbname 'mined
:taskname 'mine
:index #x6b
:task-level #x5
:master-level #f
:level-flags (level-flags lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode large)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-mined
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "prebot-intro"
:level 'mined
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1279430.6 :y 253489.97 :z -834595.25 :w 1.0)
:camera-trans (new 'static 'vector :x 1283632.8 :y 274273.06 :z -783577.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fca 0 #x6e2))
:camera-rot (new 'static 'array int16 9 -32655 0 #xa7b -321 #x7f0c -3938 -2663 -3951 -32416)
:on-goto #f
:vis-nick 'mined
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minea :display? 'display)
(new 'static 'level-buffer-state-small :name 'mined :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine7 'mine8 'mine9)
)
(new 'static 'continue-point
:name "prebot-fight"
:level 'mined
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1279430.6 :y 253489.97 :z -834595.25 :w 1.0)
:camera-trans (new 'static 'vector :x 1283632.8 :y 274273.06 :z -783577.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fca 0 #x6e2))
:camera-rot (new 'static 'array int16 9 -32655 0 #xa7b -321 #x7f0c -3938 -2663 -3951 -32416)
:on-goto #f
:vis-nick 'mined
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'mined :display? 'display)
(new 'static 'level-buffer-state-small :name 'minee :display? #f)
)
:want-sound (new 'static 'array symbol 3 'mine7 'mine8 'mine9)
)
(new 'static 'continue-point
:name "prebot-beaten"
:level 'mined
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1285317.0 :y 252863.69 :z -1137099.6 :w 1.0)
:camera-trans (new 'static 'vector :x 1283632.8 :y 274273.06 :z -783577.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fb0 0 #x886))
:camera-rot (new 'static 'array int16 9 -32655 0 #xa7b -321 #x7f0c -3938 -2663 -3951 -32416)
:on-goto #f
:vis-nick 'mined
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'mined :display? 'display)
(new 'static 'level-buffer-state-small :name 'minee :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine7 'mine8 'mine9)
)
)
:callback-list '((23 . init-mood-mined) (2 . *mined-tfrag-texture-anim-array*))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 0.25 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol minee, type level-load-info
(define minee (new 'static 'level-load-info
:name 'minee
:visname 'minee-vis
:nickname 'minee
:dbname 'minee
:taskname 'mine
:index #x6c
:task-level #x5
:master-level #f
:level-flags (level-flags lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-default-interior
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id mine)
:continues '((new 'static 'continue-point
:name "minee-exit"
:level 'minee
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1286688.4 :y 253199.56 :z -1266184.6 :w 1.0)
:camera-trans (new 'static 'vector :x 1290528.8 :y 274293.97 :z -1215116.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7e82 0 -4970))
:camera-rot (new 'static 'array int16 9 -32668 0 #x9c0 -301 #x7f0c -3964 -2480 -3977 -32429)
:on-goto #f
:vis-nick 'mined
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'minee :display? 'display)
(new 'static 'level-buffer-state-small :name 'mined :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'mine7 'mine8 'mine9)
)
(new 'static 'continue-point
:name "minee-genb"
:level 'minee
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 906906.0 :y 58245.938 :z -709972.4 :w 1.0)
:camera-trans (new 'static 'vector :x 943853.2 :y 75540.89 :z -709449.75 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x5ab5 0 -23113))
:camera-rot (new 'static 'array int16 9 -481 0 #x7ff8 -5390 #x7e3e -78 -32314 -5390 -475)
:on-goto #f
:vis-nick 'ctygenb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'ctygenb :display? 'display)
(new 'static 'level-buffer-state-small :name 'minee :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh 'ctygnbh #f)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters 40)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 0.25 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol sewa, type level-load-info
(define sewa (new 'static 'level-load-info
:name 'sewa
:visname 'sewa-vis
:nickname 'sea
:dbname 'sewa
:taskname 'sewer
:index #x6d
:task-level #x2
:master-level #f
:level-flags (level-flags lf11 lf12)
:packages '("elecgate" "guardp" "hoverp" "robo-hoverp" "roboguardp" "kg-gruntp" "sewa")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewa
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "sewer-start"
:level 'sewa
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1649843.0 :y -535243.56 :z -12057.3955 :w 1.0)
:camera-trans (new 'static 'vector :x 1698312.6 :y -514841.4 :z -7038.1567 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -22835 0 #x5bc9))
:camera-rot (new 'static 'array int16 9 -3361 0 #x7f51 -3905 #x7f0f -399 -32357 -3925 -3335)
:on-goto #f
:vis-nick 'sewa
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewb :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewc :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer1 'sewer2 'sewer3)
)
(new 'static 'continue-point
:name "sewa-inda"
:level 'sewa
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 4120296.8 :y -34505.113 :z 4185852.8 :w 1.0)
:camera-trans (new 'static 'vector :x 4090496.5 :y -19143.475 :z 4186773.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -26259 0 -19594))
:camera-rot (new 'static 'array int16 9 -999 0 -32750 #x1ad3 #x7d24 -209 #x7d17 -6871 -976)
:on-goto #f
:vis-nick 'sewa
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-kg :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyindh #f #f)
)
(new 'static 'continue-point
:name "sewa-port"
:level 'sewa
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 553746.44 :y 17696.768 :z 5221035.0 :w 1.0)
:camera-trans (new 'static 'vector :x 515061.75 :y 35463.99 :z 5218637.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x4a40 0 #x6840))
:camera-rot (new 'static 'array int16 9 #x7f6 0 -32701 #x13bf #x7e72 #x13a #x7e34 -5065 #x7df)
:on-goto #f
:vis-nick 'sewa
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctyport :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'ctyporth #f)
)
(new 'static 'continue-point
:name "sewa-mhcity"
:level 'sewa
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -955632.44 :y 48227.53 :z 2617753.2 :w 1.0)
:camera-trans (new 'static 'vector :x -924623.25 :y 64181.863 :z 2624837.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -21645 0 #x6012))
:camera-rot (new 'static 'array int16 9 -7300 0 #x7cc5 -6281 #x7d7c -1435 -31315 -6445 -7159)
:on-goto #f
:vis-nick 'sewa
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-mh :display? 'display)
(new 'static 'level-buffer-state-small :name 'mhcityb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'mhcity1h 'mhcity2h)
)
)
:callback-list '((34 . sewer-logout) (33 . sewer-login))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewb, type level-load-info
(define sewb (new 'static 'level-load-info
:name 'sewb
:visname 'sewb-vis
:nickname 'seb
:dbname 'sewb
:taskname 'sewer
:index #x6e
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer0)
:continues '((new 'static 'continue-point
:name "sewb"
:level 'sewb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1228515.8 :y -573480.56 :z 177676.28 :w 1.0)
:camera-trans (new 'static 'vector :x 1275899.1 :y -537527.5 :z 164355.28 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6734 0 #x4bb2))
:camera-rot (new 'static 'array int16 9 #x222c 0 #x7b56 -13349 #x73fd #xe73 -28615 -13850 #x1ef9)
:on-goto #f
:vis-nick 'sewb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewb :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewc :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer1 'sewer2 'sewer3)
)
(new 'static 'continue-point
:name "sewb-hall"
:level 'sewb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1649843.0 :y -535243.56 :z -12057.3955 :w 1.0)
:camera-trans (new 'static 'vector :x 1700175.0 :y -514310.16 :z -6696.1406 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -22841 0 #x5bbf))
:camera-rot (new 'static 'array int16 9 -3443 0 #x7f47 -3922 #x7f0f -412 -32347 -3945 -3417)
:on-goto #f
:vis-nick 'sewb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewb :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewc :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer1 'sewer2 'sewer3)
)
(new 'static 'continue-point
:name "sewb-elevator"
:level 'sewb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1740103.6 :y -524271.62 :z -11935.744 :w 1.0)
:camera-trans (new 'static 'vector :x 1781375.8 :y -505808.5 :z -14152.499 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x5c17 0 -22753))
:camera-rot (new 'static 'array int16 9 #x687 0 #x7fd1 -4688 #x7eaa #xef -32383 -4695 #x676)
:on-goto #f
:vis-nick 'sewb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewb :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewc :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer3 'sewer1 'sewer2)
)
)
:callback-list '((35 . sewb-activate) (23 . init-mood-sewb))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewc, type level-load-info
(define sewc (new 'static 'level-load-info
:name 'sewc
:visname 'sewc-vis
:nickname 'sec
:dbname 'sewc
:taskname 'sewer
:index #x6f
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewc
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer0)
:continues '((new 'static 'continue-point
:name "sewc-start"
:level 'sewc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1027314.06 :y -580524.06 :z 329200.03 :w 1.0)
:camera-trans (new 'static 'vector :x 1065068.1 :y -560975.06 :z 303120.78 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -16 -18057 0 #x6ac9))
:camera-rot (new 'static 'array int16 9 #x4afe 0 #x67b7 -3296 #x7eff #x94e -26344 -4069 #x4a6a)
:on-goto #f
:vis-nick 'sewc
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewb :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewc :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer1 'sewer2 'sewer3)
)
(new 'static 'continue-point
:name "sewc-checkpoint"
:level 'sewc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 480600.88 :y -581334.25 :z -117720.68 :w 1.0)
:camera-trans (new 'static 'vector :x 486549.9 :y -560556.9 :z -167272.03 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -4066 0 #x7eff))
:camera-rot (new 'static 'array int16 9 #x7f13 0 #xf41 -478 #x7f05 #xf93 -3876 -4017 #x7e1d)
:on-goto #f
:vis-nick 'sewc
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewb :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewc :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer1 'sewer2 'sewer3)
)
)
:callback-list '((35 . sewc-activate) (23 . init-mood-sewc) (6 . *sewc-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewd, type level-load-info
(define sewd (new 'static 'level-load-info
:name 'sewd
:visname 'sewd-vis
:nickname 'sed
:dbname 'sewd
:taskname 'sewer
:index #x70
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '("ladderp")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewd
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer0)
:continues '((new 'static 'continue-point
:name "sewd-start"
:level 'sewd
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -271333.78 :y -547357.9 :z 96963.79 :w 1.0)
:camera-trans (new 'static 'vector :x -220209.16 :y -526306.5 :z 99553.28 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -3945 0 #x7f0f))
:camera-rot (new 'static 'array int16 9 #x71d 0 #x7fca -3741 #x7f26 #xce -32498 -3748 #x710)
:on-goto #f
:vis-nick 'sewd
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewd :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewc :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer1 'sewer2 'sewer3)
)
(new 'static 'continue-point
:name "sewd-waterslide-end"
:level 'sewd
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -532051.94 :y -737280.0 :z 38882.918 :w 1.0)
:camera-trans (new 'static 'vector :x -489218.47 :y -720896.0 :z 11422.925 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #xc5a 0 #x7f64))
:camera-rot (new 'static 'array int16 9 #x4cf3 0 #x6644 -2991 #x7f26 #x8cb -26010 -3745 #x4c73)
:on-goto #f
:vis-nick 'sewd
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewd :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewe :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer1 'sewer2 'sewer3)
)
)
:callback-list '((23 . init-mood-sewd) (6 . *sewd-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewe, type level-load-info
(define sewe (new 'static 'level-load-info
:name 'sewe
:visname 'sewe-vis
:nickname 'see
:dbname 'sewe
:taskname 'sewer
:index #x71
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewc
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer0)
:continues '((new 'static 'continue-point
:name "sewe"
:level 'sewe
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1230848.0 :y -630784.0 :z -64974.848 :w 1.0)
:camera-trans (new 'static 'vector :x -1201716.0 :y -614400.0 :z -35901.44 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x26aa 0 -31233))
:camera-rot (new 'static 'array int16 9 -20980 0 #x624d -3699 #x7e99 -3083 -24893 -4816 -20751)
:on-goto #f
:vis-nick 'sewe
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewd :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewe :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer2 'sewer3 'sewer4)
)
(new 'static 'continue-point
:name "sewe-switch"
:level 'sewe
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1481923.4 :y -565248.0 :z 197691.39 :w 1.0)
:camera-trans (new 'static 'vector :x -1451219.4 :y -544768.0 :z 166844.42 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -691 0 -32757))
:camera-rot (new 'static 'array int16 9 #x5c66 0 #x588f -3057 #x7ed1 #xc74 -22465 -4416 #x5b8e)
:on-goto #f
:vis-nick 'sewe
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? #f)
(new 'static 'level-buffer-state-small :name 'sewe :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer2 'sewer3 'sewer4)
)
(new 'static 'continue-point
:name "sewe-inda"
:level 'sewe
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1479341.2 :y -565380.3 :z 201841.88 :w 1.0)
:camera-trans (new 'static 'vector :x -1451211.6 :y -549975.6 :z 211710.36 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -32 -27429 26 #x4603))
:camera-rot (new 'static 'array int16 9 -10868 0 #x78bd -6523 #x7d1a -2293 -30214 -6917 -10623)
:on-goto #f
:vis-nick 'sewe
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'ctyinda :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewe :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer2 'sewer3 'sewer4)
)
(new 'static 'continue-point
:name "sewe-switch-off"
:level 'sewe
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1481923.4 :y -565248.0 :z 197691.39 :w 1.0)
:camera-trans (new 'static 'vector :x -1451219.4 :y -544768.0 :z 166844.42 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -691 0 -32757))
:camera-rot (new 'static 'array int16 9 #x5c66 0 #x588f -3057 #x7ed1 #xc74 -22465 -4416 #x5b8e)
:on-goto #f
:vis-nick 'sewe
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewe :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'sewer2 'sewer3 'sewer4)
)
)
:callback-list '((23 . init-mood-sewc) (6 . *sewe-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewf, type level-load-info
(define sewf (new 'static 'level-load-info
:name 'sewf
:visname 'sewf-vis
:nickname 'sef
:dbname 'sewf
:taskname 'sewer
:index #x72
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer0)
:continues '((new 'static 'continue-point
:name "sewf-start"
:level 'sewf
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1937600.5 :y -527986.25 :z 221860.25 :w 1.0)
:camera-trans (new 'static 'vector :x -1932240.5 :y -506868.53 :z 272776.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32708 0 -1956))
:camera-rot (new 'static 'array int16 9 -32586 0 #xd59 -419 #x7f05 -4000 -3391 -4023 -32341)
:on-goto #f
:vis-nick 'sewf
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewf :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewe :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer2 'sewer3 'sewer4)
)
(new 'static 'continue-point
:name "sewf-restart"
:level 'sewf
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1717607.6 :y -565845.2 :z 133014.73 :w 1.0)
:camera-trans (new 'static 'vector :x -1688751.8 :y -546941.75 :z 101157.27 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -11766 0 #x7772))
:camera-rot (new 'static 'array int16 9 #x5ece 0 #x55fc -2998 #x7eca #xcea -21806 -4466 #x5de9)
:on-goto #f
:vis-nick 'sewf
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewf :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewe :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer2 'sewer3 'sewer4)
)
)
:callback-list '((23 . init-mood-sewb))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewg, type level-load-info
(define sewg (new 'static 'level-load-info
:name 'sewg
:visname 'sewg-vis
:nickname 'seg
:dbname 'sewg
:taskname 'sewer
:index #x73
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewg
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer1)
:continues '((new 'static 'continue-point
:name "sewg-start"
:level 'sewg
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1423762.2 :y -497940.47 :z 1038925.44 :w 1.0)
:camera-trans (new 'static 'vector :x 1459658.8 :y -479644.47 :z 1058644.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -26157 0 #x4d14))
:camera-rot (new 'static 'array int16 9 -15760 0 #x7033 -4128 #x7eaa -2264 -28425 -4708 -15597)
:on-goto #f
:vis-nick 'sewg
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewg :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewh :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer4 'sewer5 'sewer6)
)
(new 'static 'continue-point
:name "sewg-checkpoint"
:level 'sewg
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1044923.6 :y -475148.28 :z 756967.0 :w 1.0)
:camera-trans (new 'static 'vector :x 1043879.94 :y -454050.62 :z 808186.7 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7e10 0 -5652))
:camera-rot (new 'static 'array int16 9 -32760 0 -645 75 #x7f0c -3948 #x282 -3951 -32521)
:on-goto #f
:vis-nick 'sewg
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewg :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewh :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer4 'sewer5 'sewer6)
)
)
:callback-list '((35 . sewg-activate) (23 . init-mood-sewg) (6 . *sewg-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewh, type level-load-info
(define sewh (new 'static 'level-load-info
:name 'sewh
:visname 'sewh-vis
:nickname 'seh
:dbname 'sewh
:taskname 'sewer
:index #x74
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewh
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer1)
:continues '((new 'static 'continue-point
:name "sewh-start"
:level 'sewh
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 528146.8 :y -491526.56 :z 860368.5 :w 1.0)
:camera-trans (new 'static 'vector :x 537224.4 :y -470398.16 :z 809979.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #xb92 0 -32629))
:camera-rot (new 'static 'array int16 9 #x7df6 0 #x16ae -714 #x7f02 #xf86 -5763 -4040 #x7d00)
:on-goto #f
:vis-nick 'sewh
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewh :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewg :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer4 'sewer5 'sewer6)
)
(new 'static 'continue-point
:name "sewh-checkpoint"
:level 'sewh
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 24912.281 :y -491523.28 :z 786520.5 :w 1.0)
:camera-trans (new 'static 'vector :x 76113.1 :y -470428.47 :z 785243.75 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 16 #x5497 3 -24588))
:camera-rot (new 'static 'array int16 9 #x32f 0 #x7ff1 -3958 #x7f0c 98 -32514 -3961 #x329)
:on-goto #f
:vis-nick 'sewa
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewg :display? #f)
(new 'static 'level-buffer-state-small :name 'sewh :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer4 'sewer5 'sewer6)
)
)
:callback-list '((35 . sewh-activate) (23 . init-mood-sewh) (6 . *sewh-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewi, type level-load-info
(define sewi (new 'static 'level-load-info
:name 'sewi
:visname 'sewi-vis
:nickname 'sei
:dbname 'sewi
:taskname 'sewer
:index #x75
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewc
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer1)
:continues '((new 'static 'continue-point
:name "sewi-start"
:level 'sewi
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -557805.2 :y -490922.4 :z 935110.25 :w 1.0)
:camera-trans (new 'static 'vector :x -555590.44 :y -470258.47 :z 885495.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -1671 0 #x7fd1))
:camera-rot (new 'static 'array int16 9 #x7fda 0 #x5d6 -176 #x7f0f #xf65 -1484 -3945 #x7eeb)
:on-goto #f
:vis-nick 'sewi
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewi :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewh :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer4 'sewer5 'sewer6)
)
)
:callback-list '((23 . init-mood-sewc) (6 . *sewi-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewj, type level-load-info
(define sewj (new 'static 'level-load-info
:name 'sewj
:visname 'sewj-vis
:nickname 'sej
:dbname 'sewj
:taskname 'sewer
:index #x76
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewj
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer1)
:continues '((new 'static 'continue-point
:name "sewj-start"
:level 'sewj
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1791436.4 :y -516104.2 :z 870540.5 :w 1.0)
:camera-trans (new 'static 'vector :x -1840407.8 :y -494986.44 :z 855605.25 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x74f3 0 #x33fd))
:camera-rot (new 'static 'array int16 9 #x1f79 0 -31757 #xe63 #x7f20 #x3a5 #x7b38 -3800 #x1f44)
:on-goto #f
:vis-nick 'sewj
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewi :display? #f)
(new 'static 'level-buffer-state-small :name 'sewj :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer4 'sewer5 'sewer6)
)
(new 'static 'continue-point
:name "sewj-exit"
:level 'sewj
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1904080.9 :y -516104.2 :z 848417.2 :w 1.0)
:camera-trans (new 'static 'vector :x -1858568.6 :y -496532.28 :z 848992.25 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x515d 0 -25289))
:camera-rot (new 'static 'array int16 9 -442 0 #x7ffb -4141 #x7ef5 -55 -32498 -4141 -439)
:on-goto #f
:vis-nick 'sewj
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewi :display? #f)
(new 'static 'level-buffer-state-small :name 'sewj :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer4 'sewer5 'sewer6)
)
)
:callback-list '((35 . sewj-activate) (6 . *sewj-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewk, type level-load-info
(define sewk (new 'static 'level-load-info
:name 'sewk
:visname 'sewk-vis
:nickname 'sek
:dbname 'sewk
:taskname 'sewer
:index #x77
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer1)
:continues '((new 'static 'continue-point
:name "sewk"
:level 'sewk
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1905170.0 :y -528635.5 :z 787395.0 :w 1.0)
:camera-trans (new 'static 'vector :x 1888906.0 :y -507518.16 :z 738847.94 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7c1e 0 -7998))
:camera-rot (new 'static 'array int16 9 #x7a46 0 -9679 #x5cc #x7e79 #x12c6 #x255c -5029 #x78d4)
:on-goto #f
:vis-nick 'sewk
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewg :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewk :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer4 'sewer5 'sewer6)
)
(new 'static 'continue-point
:name "sewk-elevator"
:level 'sewk
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1767983.1 :y -518266.06 :z 841604.3 :w 1.0)
:camera-trans (new 'static 'vector :x 1739664.6 :y -502756.16 :z 852204.75 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -29854 0 -13500))
:camera-rot (new 'static 'array int16 9 -11501 0 -30679 #x18e1 #x7d34 -2385 #x753b -6802 -11248)
:on-goto #f
:vis-nick 'sewk
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewg :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewk :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer5 'sewer4 'sewer6)
)
)
:callback-list '((23 . init-mood-sewb))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewl, type level-load-info
(define sewl (new 'static 'level-load-info
:name 'sewl
:visname 'sewl-vis
:nickname 'sel
:dbname 'sewl
:taskname 'sewer
:index #x78
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewj
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer2)
:continues '((new 'static 'continue-point
:name "sewl"
:level 'sewl
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2014860.1 :y -516104.2 :z -960572.6 :w 1.0)
:camera-trans (new 'static 'vector :x 2060848.4 :y -495908.47 :z -947445.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -27868 0 #x434c))
:camera-rot (new 'static 'array int16 9 -8991 0 #x7b14 -3797 #x7f0f -1081 -31276 -3948 -8925)
:on-goto #f
:vis-nick 'sewl
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewl :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'sewer7 'sewer8 'sewer9)
)
(new 'static 'continue-point
:name "sewl-elevator"
:level 'sewl
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2185061.2 :y -489273.34 :z -1319626.4 :w 1.0)
:camera-trans (new 'static 'vector :x 2217744.5 :y -471003.97 :z -1343867.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -14623 0 #x7287))
:camera-rot (new 'static 'array int16 9 #x4c01 0 #x66f9 -3837 #x7ea0 #xb0f -26082 -4767 #x4b32)
:on-goto #f
:vis-nick 'sewl
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewm :display? #f)
(new 'static 'level-buffer-state-small :name 'sewl :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer9 'sewer7 'sewer8)
)
)
:callback-list '((35 . sewl-activate) (6 . *sewl-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewm, type level-load-info
(define sewm (new 'static 'level-load-info
:name 'sewm
:visname 'sewm-vis
:nickname 'sem
:dbname 'sewm
:taskname 'sewer
:index #x79
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewj
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer2)
:continues '((new 'static 'continue-point
:name "sewm"
:level 'sewm
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1448592.6 :y -567477.06 :z -1187777.8 :w 1.0)
:camera-trans (new 'static 'vector :x 1452411.8 :y -547171.56 :z -1139319.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32763 0 #xff))
:camera-rot (new 'static 'array int16 9 -32701 0 #x7fc -239 #x7f19 -3837 -2031 -3843 -32475)
:on-goto #f
:vis-nick 'sewm
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewm :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'sewer7 'sewer8 'sewer9)
)
(new 'static 'continue-point
:name "sewa-sound-test"
:level 'sewm
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 452869.75 :y -581097.5 :z -1378648.9 :w 1.0)
:camera-trans (new 'static 'vector :x 480160.56 :y -560015.75 :z -1421967.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x17b7 0 -32196))
:camera-rot (new 'static 'array int16 9 #x6c3f 0 #x4449 -2113 #x7f0c #xd18 -17353 -3964 #x6b73)
:on-goto #f
:vis-nick 'ctywide
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewm :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewn :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer7 'sewer8 'sewer9)
)
(new 'static 'continue-point
:name "sewm-checkpoint"
:level 'sewm
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 575954.1 :y -597478.2 :z -975725.4 :w 1.0)
:camera-trans (new 'static 'vector :x 559024.56 :y -577394.25 :z -931332.94 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32334 0 -5301))
:camera-rot (new 'static 'array int16 9 -30624 0 -11651 #x573 #x7f0f -3673 #x2d2e -3932 -30401)
:on-goto #f
:vis-nick 'sewm
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewm :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewn :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer7 'sewer8 'sewer9)
)
)
:callback-list '((6 . *sewm-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewn, type level-load-info
(define sewn (new 'static 'level-load-info
:name 'sewn
:visname 'sewn-vis
:nickname 'sen
:dbname 'sewn
:taskname 'sewer
:index #x7a
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewj
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer2)
:continues '((new 'static 'continue-point
:name "sewn"
:level 'sewn
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1383383.9 :y -561158.1 :z -1193178.4 :w 1.0)
:camera-trans (new 'static 'vector :x -1358296.6 :y -540040.4 :z -1237808.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 6 0 #x7fff))
:camera-rot (new 'static 'array int16 9 #x6fc4 0 #x3e5f -1946 #x7f09 #xd9e -15849 -3991 #x6eeb)
:on-goto #f
:vis-nick 'sewn
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewn :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'sewer7 'sewer8 'sewer9)
)
(new 'static 'continue-point
:name "sewn-checkpoint"
:level 'sewn
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -835731.44 :y -712714.25 :z -968282.94 :w 1.0)
:camera-trans (new 'static 'vector :x -847499.7 :y -698253.75 :z -944613.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32763 0 -180))
:camera-rot (new 'static 'array int16 9 -29375 0 -14515 #xd84 #x7c4c -7002 #x3710 -7808 -28526)
:on-goto #f
:vis-nick 'sewn
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'sewa :display? 'special)
(new 'static 'level-buffer-state-small :name 'sewm :display? #f)
(new 'static 'level-buffer-state-small :name 'sewn :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'sewer7 'sewer8 'sewer9)
)
)
:callback-list '((6 . *sewn-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sewo, type level-load-info
(define sewo (new 'static 'level-load-info
:name 'sewo
:visname 'sewo-vis
:nickname 'seo
:dbname 'sewo
:taskname 'sewer
:index #x7b
:task-level #x2
:master-level 'sewa
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank 'sewerhum
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-sewb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id sewer2)
:continues '((new 'static 'continue-point
:name "sewo"
:level 'sewo
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -1816796.8 :y -573460.5 :z -1155876.9 :w 1.0)
:camera-trans (new 'static 'vector :x -1765600.0 :y -552342.3 :z -1156464.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6bcc 0 -17664))
:camera-rot (new 'static 'array int16 9 #x13a 0 #x7ffb -4007 #x7f05 36 -32517 -4007 #x137)
:on-goto #f
:vis-nick 'sewo
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewo :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'sewer7 'sewer8 'sewer9)
)
(new 'static 'continue-point
:name "sewo-exit"
:level 'sewo
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -2177756.2 :y -535243.56 :z -801060.06 :w 1.0)
:camera-trans (new 'static 'vector :x -2157682.8 :y -514366.66 :z -847314.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -5190 0 #x7e5e))
:camera-rot (new 'static 'array int16 9 #x7562 0 #x3301 -1572 #x7f0f #xe21 -12962 -3945 #x7487)
:on-goto #f
:vis-nick 'sewo
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'sewa :display? 'display)
(new 'static 'level-buffer-state-small :name 'sewo :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'sewer7 'sewer8 'sewer9)
)
)
:callback-list '((35 . sewo-activate) (23 . init-mood-sewb))
:borrow #f
:bottom-height (meters -229)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol forestx, type level-load-info
(define forestx (new 'static 'level-load-info
:name 'forestx
:visname 'forestx-vis
:nickname 'frstx
:dbname 'forestx
:taskname 'forest
:index #x7c
:task-level #x3
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'forplkil
:extra-sound-bank #f
:mood-func 'update-mood-default-interior
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id forest)
:continues '((new 'static 'continue-point
:name "forestx-airlock"
:level 'forestx
:trans (new 'static 'vector :x -1968286.5 :y 124257.89 :z 3798736.5 :w 1.0)
:camera-trans (new 'static 'vector :x -1909834.5 :y 145346.97 :z 3798817.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 3 -23169 19 #x5a7e))
:camera-rot (new 'static 'array int16 9 -22 0 #x7ffb -3086 #x7f6b 0 -32619 -3086 -22)
:on-goto #f
:vis-nick 'forestx
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'forestx :display? 'display)
(new 'static 'level-buffer-state-small :name 'foresta :display? #f)
)
:want-sound (new 'static 'array symbol 3 'ctyprtdh 'mhcity1h 'mhcity2h)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol foresta, type level-load-info
(define foresta (new 'static 'level-load-info
:name 'foresta
:visname 'foresta-vis
:nickname 'frsta
:dbname 'foresta
:taskname 'forest
:index #x7d
:task-level #x3
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '("foresta")
:run-packages '("common")
:memory-mode (level-memory-mode large)
:music-bank 'forplkil
:extra-sound-bank #f
:mood-func 'update-mood-forest
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id forest)
:continues '((new 'static 'continue-point
:name "foresta-start"
:level 'foresta
:trans (new 'static 'vector :x -2105490.8 :y 118936.78 :z 3788450.5 :w 1.0)
:camera-trans (new 'static 'vector :x -2054684.6 :y 140034.05 :z 3791178.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 29 -27468 29 #x45c5))
:camera-rot (new 'static 'array int16 9 -1818 0 #x7fca -4020 #x7f05 -222 -32465 -4027 -1802)
:on-goto #f
:vis-nick 'foresta
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'foresta :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestx :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'forest1 'forest2 'forest3)
)
(new 'static 'continue-point
:name "foresta-ring-chase"
:level 'foresta
:trans (new 'static 'vector :x -2599562.5 :y 89834.7 :z 3946093.2 :w 1.0)
:camera-trans (new 'static 'vector :x -2647688.5 :y 110979.89 :z 3963557.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -42 #x743b -3 #x3597))
:camera-rot (new 'static 'array int16 9 -11471 0 -30689 #xec5 #x7f02 -1412 #x76f8 -4036 -11383)
:on-goto #f
:vis-nick 'foresta
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'foresta :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'forest4 'forest5 'forest6)
)
(new 'static 'continue-point
:name "foresta-statue-2"
:level 'foresta
:trans (new 'static 'vector :x -2823401.0 :y 98360.12 :z 4494674.0 :w 1.0)
:camera-trans (new 'static 'vector :x -2772722.0 :y 119447.96 :z 4487359.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -32 #x3cb2 -29 -28844))
:camera-rot (new 'static 'array int16 9 #x1295 0 #x7ea0 -3925 #x7f0c #x23d -32180 -3968 #x1271)
:on-goto #f
:vis-nick 'foresta
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'foresta :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'forest4 'forest5 'forest6)
)
(new 'static 'continue-point
:name "foresta-statue-3"
:level 'foresta
:trans (new 'static 'vector :x -3215829.0 :y 132239.36 :z 3881267.2 :w 1.0)
:camera-trans (new 'static 'vector :x -3238646.2 :y 153326.39 :z 3835429.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 39 -5901 -22 -32229))
:camera-rot (new 'static 'array int16 9 #x7287 0 -14627 #x6f3 #x7f09 #xded #x38b7 -3984 #x71ac)
:on-goto #f
:vis-nick 'foresta
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'foresta :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'forest4 'forest5 'forest6)
)
(new 'static 'continue-point
:name "foresta-statue-4"
:level 'foresta
:trans (new 'static 'vector :x -3395355.0 :y 100662.88 :z 4240101.0 :w 1.0)
:camera-trans (new 'static 'vector :x -3430545.5 :y 120236.03 :z 4268783.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6fad 0 #x3e86))
:camera-rot (new 'static 'array int16 9 -20921 0 -25217 #xc98 #x7eef -2673 #x61af -4187 -20748)
:on-goto #f
:vis-nick 'foresta
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'foresta :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'forest4 'forest5 'forest6)
)
(new 'static 'continue-point
:name "foresta-statue-5"
:level 'foresta
:trans (new 'static 'vector :x -2881790.2 :y 207099.5 :z 4727745.5 :w 1.0)
:camera-trans (new 'static 'vector :x -2897251.0 :y 228151.7 :z 4776562.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -31420 0 -9292))
:camera-rot (new 'static 'array int16 9 -31236 0 -9885 #x4a8 #x7f0c -3768 #x2655 -3954 -31010)
:on-goto #f
:vis-nick 'foresta
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'foresta :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'forest4 'forest5 'forest6)
)
(new 'static 'continue-point
:name "forest-post-turn-on-machine"
:level 'foresta
:trans (new 'static 'vector :x -2128029.2 :y 93479.32 :z 4763195.0 :w 1.0)
:camera-trans (new 'static 'vector :x -2089408.1 :y 111908.87 :z 4748516.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -42 #x7f85 -9 #xaee))
:camera-rot (new 'static 'array int16 9 #x2062 0 #x7bd2 -4600 #x7ea3 #x4b2 -31364 -4754 #x2009)
:on-goto #f
:vis-nick 'foresta
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'foresta :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'forest7 'forest8 'forest9)
)
(new 'static 'continue-point
:name "forest-pillar-start"
:level 'foresta
:trans (new 'static 'vector :x -2862506.5 :y 102081.33 :z 4292586.5 :w 1.0)
:camera-trans (new 'static 'vector :x -2828299.0 :y 123175.32 :z 4330678.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 36 -30099 -22 #x328b))
:camera-rot (new 'static 'array int16 9 -24395 0 #x556f -2660 #x7f09 -2968 -21711 -3987 -24214)
:on-goto #f
:vis-nick 'foresta
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'foresta :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'forest4 'forest5 'forest6)
)
(new 'static 'continue-point
:name "foresta-pillar-top"
:level 'foresta
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -2887630.5 :y 242309.94 :z 4178593.5 :w 1.0)
:camera-trans (new 'static 'vector :x -2849123.0 :y 262740.78 :z 4208428.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -27884 0 #x4335))
:camera-rot (new 'static 'array int16 9 -20076 0 #x6524 -3106 #x7f0f -2408 -25705 -3928 -19932)
:on-goto #f
:vis-nick 'foresta
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'foresta :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'forest4 'forest5 'forest6)
)
(new 'static 'continue-point
:name "foresta-pillar-center"
:level 'foresta
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -2943116.5 :y 249420.19 :z 4162832.8 :w 1.0)
:camera-trans (new 'static 'vector :x -2954063.8 :y 270494.94 :z 4212837.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32753 0 -861))
:camera-rot (new 'static 'array int16 9 -32013 0 -6972 #x34d #x7f09 -3886 #x1b0b -3977 -31777)
:on-goto #f
:vis-nick 'foresta
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'foresta :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'forest4 'forest5 'forest6)
)
(new 'static 'continue-point
:name "foresta-pillar-bottom"
:level 'foresta
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -2942258.5 :y 91766.375 :z 4155485.8 :w 1.0)
:camera-trans (new 'static 'vector :x -2993440.0 :y 112857.91 :z 4158160.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 32 -23490 -19 -22838))
:camera-rot (new 'static 'array int16 9 -1769 0 -32717 #xf8d #x7f09 -212 #x7edb -3987 -1756)
:on-goto #f
:vis-nick 'foresta
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'foresta :display? 'display)
(new 'static 'level-buffer-state-small :name 'forestb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'forest4 'forest5 'forest6)
)
)
:callback-list '((6 . *foresta-water-texture-anim-array*))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x79e #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol lforplnt, type level-load-info
(define lforplnt (new 'static 'level-load-info
:name 'lforplnt
:visname 'lforplnt-vis
:nickname 'lforp
:dbname 'lforplnt
:taskname 'forest
:index #x7e
:task-level #x3
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("egg-spiderp")
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((3 . *lforplnt-pris-texture-anim-array*))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lforring, type level-load-info
(define lforring (new 'static 'level-load-info
:name 'lforring
:visname 'lforring-vis
:nickname 'lforring
:dbname 'lforring
:taskname 'forest
:index #x7f
:task-level #x3
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lformach, type level-load-info
(define lformach (new 'static 'level-load-info
:name 'lformach
:visname 'lformach-vis
:nickname 'lform
:dbname 'lformach
:taskname 'forest
:index #x80
:task-level #x3
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("dp-bipedalp" "turretp-code" "turretp" "hoverp" "neo-waspp" "lformach")
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((34 . foresta-logout) (35 . foresta-activate) (33 . foresta-login))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol forestb, type level-load-info
(define forestb (new 'static 'level-load-info
:name 'forestb
:visname 'forestb-vis
:nickname 'frstb
:dbname 'forestb
:taskname 'forest
:index #x81
:task-level #x3
:master-level 'foresta
:level-flags (level-flags lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'forplkil
:extra-sound-bank #f
:mood-func 'update-mood-forest
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id forest)
:continues '((new 'static 'continue-point
:name "forestb-start"
:level 'forestb
:trans (new 'static 'vector :x -3478410.5 :y 134603.98 :z 4918710.0 :w 1.0)
:camera-trans (new 'static 'vector :x -3535460.2 :y 168438.17 :z 4897036.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -24300 0 -21976))
:camera-rot (new 'static 'array int16 9 #x2d66 0 -30633 #x201d #x7b49 #xc2f #x7345 -8794 #x2bbc)
:on-goto #f
:vis-nick 'forestb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'forestb :display? 'display)
(new 'static 'level-buffer-state-small :name 'foresta :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'forest1 'forest2 'forest3)
)
)
:callback-list '((6 . *forestb-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol wasintro, type level-load-info
(define wasintro (new 'static 'level-load-info
:name 'wasintro
:visname 'wasintro-vis
:nickname 'win
:dbname 'wasintro
:taskname 'default
:index #x82
:master-level #f
:level-flags (level-flags lf9 lf11 lf12 lf13)
:packages '("wasintro" "desert")
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood 'desert
:ocean '*ocean-map-desert*
:ocean-height 36864.0
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "pre-intro-start"
:level 'wasintro
:flags (continue-flags no-auto intro)
:trans (new 'static 'vector :x 10328.883 :z -53455.668 :w 1.0)
:camera-trans (new 'static 'vector :x 30641.357 :y 17183.95 :z -83791.46 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x5720 0 #x5dc1))
:camera-rot (new 'static 'array int16 9 #x7146 0 #x3b91 -2582 #x7e23 #x132f -15030 -5550 #x6fa3)
:on-goto #f
:vis-nick 'wasintro
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'introcst :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasintro :display? 'display)
(new 'static 'level-buffer-state-small :name 'freehq :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'intro1 'intro2 'desert1)
)
(new 'static 'continue-point
:name "wasintro-start"
:level 'wasintro
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 10328.883 :z -53455.668 :w 1.0)
:camera-trans (new 'static 'vector :x 30641.357 :y 17183.95 :z -83791.46 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x5720 0 #x5dc1))
:camera-rot (new 'static 'array int16 9 #x7146 0 #x3b91 -2582 #x7e23 #x132f -15030 -5550 #x6fa3)
:on-goto #f
:vis-nick 'wasintro
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'introcst :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasintro :display? 'display)
(new 'static 'level-buffer-state-small :name 'freehq :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'intro1 'intro2 'desert1)
)
(new 'static 'continue-point
:name "wasintro-tired"
:level 'wasintro
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 10328.883 :z -53455.668 :w 1.0)
:camera-trans (new 'static 'vector :x 30641.357 :y 17183.95 :z -83791.46 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x5720 0 #x5dc1))
:camera-rot (new 'static 'array int16 9 #x7146 0 #x3b91 -2582 #x7e23 #x132f -15030 -5550 #x6fa3)
:on-goto #f
:vis-nick 'wasintro
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'introcst :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasintro :display? 'display)
(new 'static 'level-buffer-state-small :name 'intpfall :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'intro1 'intro2 'desert1)
)
(new 'static 'continue-point
:name "wasintro-palace"
:level 'wasintro
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 10328.883 :z -53455.668 :w 1.0)
:camera-trans (new 'static 'vector :x 30641.357 :y 17183.95 :z -83791.46 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x5720 0 #x5dc1))
:camera-rot (new 'static 'array int16 9 #x7146 0 #x3b91 -2582 #x7e23 #x132f -15030 -5550 #x6fa3)
:on-goto #f
:vis-nick 'wasintro
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'introcst :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasintro :display? 'special)
(new 'static 'level-buffer-state-small :name 'intpfall :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'intro1 'intro2 'desert1)
)
(new 'static 'continue-point
:name "wasintro-rescue"
:level 'wasintro
:flags (continue-flags scene-wait no-auto)
:trans (new 'static 'vector :x 10328.883 :z -53455.668 :w 1.0)
:camera-trans (new 'static 'vector :x 30641.357 :y 17183.95 :z -83791.46 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x5720 0 #x5dc1))
:camera-rot (new 'static 'array int16 9 #x7146 0 #x3b91 -2582 #x7e23 #x132f -15030 -5550 #x6fa3)
:on-goto #f
:vis-nick 'wasintro
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'introcst :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasintro :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'intro1 'intro2 'desert1)
)
)
:callback-list '((12 . *hfrag-texture-anim-array*))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x785 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.25 :max-cloud 0.25 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol introcst, type level-load-info
(define introcst (new 'static 'level-load-info
:name 'introcst
:visname 'introcst-vis
:nickname 'introcst
:dbname 'introcst
:taskname 'wascity
:index #x83
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x21c #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol intpalrf, type level-load-info
(define intpalrf (new 'static 'level-load-info
:name 'intpalrf
:visname 'intpalrf-vis
:nickname 'intpalrf
:dbname 'intpalrf
:taskname 'wascity
:index #x84
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol inttitle, type level-load-info
(define inttitle (new 'static 'level-load-info
:name 'inttitle
:visname 'inttitle-vis
:nickname 'inttitle
:dbname 'inttitle
:taskname 'wascity
:index #x85
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol wasall, type level-load-info
(define wasall (new 'static 'level-load-info
:name 'wasall
:visname 'wasall-vis
:nickname 'wasall
:dbname 'wasall
:taskname 'wascity
:index #x86
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("vehiclep" "wvehiclep" "desburning" "wasall")
:run-packages '("common")
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "wasall-start"
:level 'wasall
:flags (continue-flags no-auto test)
:trans (new 'static 'vector :x 9283373.0 :y 126422.22 :z 1057314.9 :w 1.0)
:camera-trans (new 'static 'vector :x 9272728.0 :y 147014.05 :z 1009150.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -36 #x5dfc 22 #x56de))
:camera-rot (new 'static 'array int16 9 #x796a 0 -10364 #x4b5 #x7f20 #xe21 #x2834 -3810 #x7899)
:on-goto #f
:vis-nick 'wasall
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "wasall-final-boss-intro-movie"
:level 'wasall
:flags (continue-flags scene-wait no-auto)
:trans (new 'static 'vector :x 10677958.0 :y 114784.664 :z 523338.12 :w 1.0)
:camera-trans (new 'static 'vector :x 10711110.0 :y 135851.22 :z 484332.34 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -9718 -3 #x7a39))
:camera-rot (new 'static 'array int16 9 #x6105 0 #x5377 -2598 #x7f09 #xbcd -21210 -3984 #x604d)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserrol :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '((34 . wasall-logout) (36 . wasall-deactivate) (35 . wasall-activate) (33 . wasall-login))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x195 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol waswide, type level-load-info
(define waswide (new 'static 'level-load-info
:name 'waswide
:visname 'waswide-vis
:nickname 'wwd
:dbname 'waswide
:taskname 'wascity
:index #x87
:task-level #x7
:master-level 'wasall
:level-flags (level-flags lf0 lf1 lf8 lf9 lf12)
:packages '("ladderp" "flutp" "nav-graphp" "cityp" "marketp" "waswide")
:run-packages '("common")
:memory-mode (level-memory-mode city-tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-wascity
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . waswide-deactivate) (35 . waswide-activate) (33 . waswide-login))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x320 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol wascitya, type level-load-info
(define wascitya (new 'static 'level-load-info
:name 'wascitya
:visname 'wascitya-vis
:nickname 'wca
:dbname 'wascitya
:taskname 'wascity
:index #x88
:task-level #x7
:master-level 'waswide
:level-flags (level-flags lf0 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank 'wascity
:extra-sound-bank #f
:mood-func 'update-mood-wascitya
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id wascity)
:continues '((new 'static 'continue-point
:name "wascitya-start"
:level 'wascitya
:trans (new 'static 'vector :x 9234353.0 :y 27028.275 :z -281878.94 :w 1.0)
:camera-trans (new 'static 'vector :x 9183710.0 :y 48123.496 :z -274296.84 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x62af 0 #x5182))
:camera-rot (new 'static 'array int16 9 -4846 0 -32403 #xf80 #x7f05 -593 #x7da0 -4010 -4810)
:on-goto #f
:vis-nick 'wascitya
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascitya-top-of-stairs"
:level 'wascitya
:trans (new 'static 'vector :x 9532157.0 :y 206590.77 :z -1411176.0 :w 1.0)
:camera-trans (new 'static 'vector :x 9533404.0 :y 226564.5 :z -1457983.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x2d0 0 -32757))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 #xd1 -22 #x7f02 #xfcb -206 -4043 #x7f02)
:on-goto #f
:vis-nick 'wascitya
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wascity-start"
:level 'wascitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9234353.0 :y 27028.275 :z -281878.94 :w 1.0)
:camera-trans (new 'static 'vector :x 9183710.0 :y 48123.496 :z -274296.84 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x62af 0 #x5182))
:camera-rot (new 'static 'array int16 9 -4846 0 -32403 #xf80 #x7f05 -593 #x7da0 -4010 -4810)
:on-goto #f
:vis-nick 'wascitya
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascitya-outside-waspala"
:level 'wascitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 8159579.0 :y 148490.23 :z -1646554.8 :w 1.0)
:camera-trans (new 'static 'vector :x 8150496.5 :y 169628.06 :z -1696939.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -583 0 -32760))
:camera-rot (new 'static 'array int16 9 #x7dfc 0 -5766 #x2b9 #x7f0c #xf4b #x165c -3977 #x7d0d)
:on-goto #f
:vis-nick 'wascitya
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascitya-seem"
:level 'wascitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9176201.0 :y 29088.973 :z -166966.89 :w 1.0)
:camera-trans (new 'static 'vector :x 9173731.0 :y 50101.043 :z -115120.945 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fd1 0 #x687))
:camera-rot (new 'static 'array int16 9 -32734 0 -1448 #xaa #x7f16 -3869 #x59e -3873 -32504)
:on-goto #f
:vis-nick 'wascitya
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascast :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascitya-start-flut"
:level 'wascitya
:flags (continue-flags no-auto flut)
:trans (new 'static 'vector :x 9234353.0 :y 27028.275 :z -281878.94 :w 1.0)
:camera-trans (new 'static 'vector :x 9183710.0 :y 48123.496 :z -274296.84 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x62af 0 #x5182))
:camera-rot (new 'static 'array int16 9 -4846 0 -32403 #xf80 #x7f05 -593 #x7da0 -4010 -4810)
:on-goto #f
:vis-nick 'wascitya
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascitya-flut-racer"
:level 'wascitya
:flags (continue-flags no-auto flut-racer)
:trans (new 'static 'vector :x 9174756.0 :y 28741.633 :z -249075.72 :w 1.0)
:camera-trans (new 'static 'vector :x 9152103.0 :y 49813.094 :z -203148.08 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -31633 0 -8532))
:camera-rot (new 'static 'array int16 9 -29388 0 -14486 #x6d2 #x7f0c -3545 #x382d -3954 -29172)
:on-goto #f
:vis-nick 'wascitya
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascitya-bbush-wasa-1"
:level 'wascitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9368206.0 :y 88127.08 :z 121123.63 :w 1.0)
:camera-trans (new 'static 'vector :x 9335303.0 :y 107975.88 :z 154036.22 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32622 0 -3060))
:camera-rot (new 'static 'array int16 9 -23303 0 -23031 #xb15 #x7f02 -2870 #x5946 -4036 -23126)
:on-goto #f
:vis-nick 'wascitya
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascitya-bbush-wasa-2"
:level 'wascitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9962144.0 :y 80442.164 :z 75930.83 :w 1.0)
:camera-trans (new 'static 'vector :x 9982433.0 :y 101536.56 :z 28932.096 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 19 -789 -45 -32757))
:camera-rot (new 'static 'array int16 9 #x759d 0 #x3278 -1562 #x7f0c #xe3b -12825 -3968 #x74be)
:on-goto #f
:vis-nick 'wascitya
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascitya-bbush-wasa-3"
:level 'wascitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 10299721.0 :y 124963.63 :z -839269.56 :w 1.0)
:camera-trans (new 'static 'vector :x 10249121.0 :y 146056.39 :z -847193.3 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 26 -29919 -36 -13355))
:camera-rot (new 'static 'array int16 9 #x1089 0 -32491 #xee2 #x7f19 #x1ee #x7e09 -3843 #x106c)
:on-goto #f
:vis-nick 'wascitya
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascitya-bbush-wasa-4"
:level 'wascitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9634005.0 :y 79452.98 :z -1346454.4 :w 1.0)
:camera-trans (new 'static 'vector :x 9589064.0 :y 99833.445 :z -1328112.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 26 -30211 -42 #x3188))
:camera-rot (new 'static 'array int16 9 -15833 0 -28684 #xe90 #x7ee8 -2057 #x6f19 -4256 -15698)
:on-goto #f
:vis-nick 'wascitya
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascitya-bbush-wasa-5"
:level 'wascitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 8642178.0 :y 108709.07 :z -930884.0 :w 1.0)
:camera-trans (new 'static 'vector :x 8615304.0 :y 129488.9 :z -972985.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -22235 0 #x5e00))
:camera-rot (new 'static 'array int16 9 #x7304 0 -14374 #x779 #x7ed8 #xf4e #x37a7 -4361 #x71fb)
:on-goto #f
:vis-nick 'wascitya
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascitya-bbush-wasa-6"
:level 'wascitya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9178985.0 :y 113879.45 :z 350204.72 :w 1.0)
:camera-trans (new 'static 'vector :x 9180041.0 :y 133281.8 :z 395008.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -16 -3587 -42 #x7f37))
:camera-rot (new 'static 'array int16 9 -32711 0 #x745 -271 #x7e99 -4806 -1841 -4816 -32357)
:on-goto #f
:vis-nick 'wascitya
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
)
:callback-list '()
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x258 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol lseemwca, type level-load-info
(define lseemwca (new 'static 'level-load-info
:name 'lseemwca
:visname 'lseemwca-vis
:nickname 'lseemwca
:dbname 'lseemwca
:taskname 'default
:index #x89
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol wascityb, type level-load-info
(define wascityb (new 'static 'level-load-info
:name 'wascityb
:visname 'wascityb-vis
:nickname 'wcb
:dbname 'wascityb
:taskname 'wascity
:index #x8a
:task-level #x7
:master-level 'waswide
:level-flags (level-flags lf0 lf9 lf11 lf12 lf13)
:packages '("turretp-code" "turretp" "wascityb")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'wascity
:extra-sound-bank #f
:mood-func 'update-mood-wascityb
:special-mood 'desert
:ocean '*ocean-map-wascity*
:ocean-height 36864.0
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id wascity)
:continues '((new 'static 'continue-point
:name "wascityb-start"
:level 'wascityb
:trans (new 'static 'vector :x 7276037.5 :y 128280.58 :z -1537989.0 :w 1.0)
:camera-trans (new 'static 'vector :x 7308640.0 :y 149372.52 :z -1577451.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -16583 0 #x6e62))
:camera-rot (new 'static 'array int16 9 #x6288 0 #x51ac -2532 #x7f0c #xbed -20754 -3968 #x61d0)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-gungame"
:level 'wascityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 6530427.5 :y 105753.805 :z -1629542.0 :w 1.0)
:camera-trans (new 'static 'vector :x 6514978.5 :y 125465.4 :z -1586103.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fad 0 -2287))
:camera-rot (new 'static 'array int16 9 -30886 0 -10934 #x549 #x7f02 -3823 #x2a61 -4056 -30650)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascast :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-gungame-done"
:level 'wascityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 6580727.0 :y 138108.52 :z -1885324.9 :w 1.0)
:camera-trans (new 'static 'vector :x 6574336.5 :y 158674.12 :z -1836328.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -42 -661 0 #x7ff5))
:camera-rot (new 'static 'array int16 9 -32439 0 -4620 #x2b6 #x7e89 -4882 #x11d7 -4931 -32069)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascast :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-gungame-reset"
:level 'wascityb
:flags (continue-flags no-auto vehicle)
:trans (new 'static 'vector :x 6582161.0 :y 262058.8 :z -1938423.0 :w 1.0)
:camera-trans (new 'static 'vector :x 6580554.0 :y 282054.66 :z -1891336.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7ff8 0 -537))
:camera-rot (new 'static 'array int16 9 -32747 0 -1117 #x86 #x7f09 -3984 #x456 -3987 -32501)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-defend"
:level 'wascityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 6530427.5 :y 105753.805 :z -1629542.0 :w 1.0)
:camera-trans (new 'static 'vector :x 6514978.5 :y 125465.4 :z -1586103.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fad 0 -2287))
:camera-rot (new 'static 'array int16 9 -30886 0 -10934 #x549 #x7f02 -3823 #x2a61 -4056 -30650)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascast :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-defend-reset"
:level 'wascityb
:flags (continue-flags no-auto vehicle)
:trans (new 'static 'vector :x 6582161.0 :y 262058.8 :z -1938423.0 :w 1.0)
:camera-trans (new 'static 'vector :x 6580554.0 :y 282054.66 :z -1891336.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7ff8 0 -537))
:camera-rot (new 'static 'array int16 9 -32747 0 -1117 #x86 #x7f09 -3984 #x456 -3987 -32501)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-seem"
:level 'wascityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 6151448.0 :y 118802.02 :z -1344584.5 :w 1.0)
:camera-trans (new 'static 'vector :x 6172366.5 :y 140140.14 :z -1297840.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 29 #x743b -36 -13712))
:camera-rot (new 'static 'array int16 9 -29837 0 #x34e3 -1661 #x7f05 -3663 -13437 -4023 -29611)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasseem :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-flut"
:level 'wascityb
:flags (continue-flags no-auto flut)
:trans (new 'static 'vector :x 7209513.5 :y 128413.695 :z -1274676.0 :w 1.0)
:camera-trans (new 'static 'vector :x 7174367.5 :y 149534.72 :z -1237440.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 16 -29644 45 -13955))
:camera-rot (new 'static 'array int16 9 -23857 0 -22455 #xaf1 #x7efc -2975 #x5709 -4089 -23674)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascast :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-flut-res"
:level 'wascityb
:flags (continue-flags no-auto flut)
:trans (new 'static 'vector :x 7209513.5 :y 128413.695 :z -1274676.0 :w 1.0)
:camera-trans (new 'static 'vector :x 7174367.5 :y 149534.72 :z -1237440.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 16 -29644 45 -13955))
:camera-rot (new 'static 'array int16 9 -23857 0 -22455 #xaf1 #x7efc -2975 #x5709 -4089 -23674)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-game"
:level 'wascityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 6030960.0 :y 110019.79 :z -1493188.2 :w 1.0)
:camera-trans (new 'static 'vector :x 5990434.5 :y 130347.414 :z -1466746.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -6 #x7e68 -45 #x1404))
:camera-rot (new 'static 'array int16 9 -18097 0 -27311 #xc8b #x7f19 -2126 #x69f4 -3853 -17972)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasseem :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-bbush-wasb-1"
:level 'wascityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 7260632.5 :y 353869.0 :z -430879.53 :w 1.0)
:camera-trans (new 'static 'vector :x 7220779.5 :y 374812.7 :z -462202.47 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 49 #x255c 0 -31338))
:camera-rot (new 'static 'array int16 9 #x5a53 0 -23212 #xaac #x7f19 #xa9f #x5a0b -3856 #x59b3)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-bbush-wasb-2"
:level 'wascityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 7586778.5 :y 109680.64 :z -1434582.2 :w 1.0)
:camera-trans (new 'static 'vector :x 7541024.5 :y 129809.2 :z -1447520.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fb6 -3 -2149))
:camera-rot (new 'static 'array int16 9 #x1474 0 -32344 #x105e #x7ee8 #x2a6 #x7d48 -4243 #x1449)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-bbush-wasb-3"
:level 'wascityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 6903469.0 :y 378724.34 :z -444082.6 :w 1.0)
:camera-trans (new 'static 'vector :x 6855010.5 :y 399816.72 :z -460632.47 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -36 #xfad 19 #x7f05))
:camera-rot (new 'static 'array int16 9 #x2e76 0 -30529 #xdb5 #x7f23 #x556 #x7675 -3768 #x2e27)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasseem :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-bbush-wasb-4"
:level 'wascityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 5857512.0 :y 110613.3 :z -1700287.2 :w 1.0)
:camera-trans (new 'static 'vector :x 5906383.0 :y 131301.38 :z -1709106.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 6 -412 0 #x7ffb))
:camera-rot (new 'static 'array int16 9 #x2395 0 #x7af0 -3624 #x7f23 #x418 -31262 -3771 #x2356)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasseem :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-bbush-wasb-5"
:level 'wascityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 6387527.5 :y 339913.53 :z -406202.38 :w 1.0)
:camera-trans (new 'static 'vector :x 6347370.5 :y 360900.6 :z -437262.75 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -31433 0 -9243))
:camera-rot (new 'static 'array int16 9 #x417b 0 -28150 #xd77 #x7f05 #x803 #x6d24 -4010 #x40ff)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasseem :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-bbush-wasb-6"
:level 'wascityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 6374034.0 :y 135302.34 :z -1182484.9 :w 1.0)
:camera-trans (new 'static 'vector :x 6392747.0 :y 153461.14 :z -1146916.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -6 -21357 42 #x610f))
:camera-rot (new 'static 'array int16 9 -27645 0 #x44b2 -2631 #x7e8c -4138 -17386 -4905 -27334)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasseem :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-bbush-wasb-7"
:level 'wascityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 6185634.5 :y 200463.97 :z -1032176.44 :w 1.0)
:camera-trans (new 'static 'vector :x 6199008.5 :y 220043.27 :z -988665.06 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 29 -5275 29 -32337))
:camera-rot (new 'static 'array int16 9 -31358 0 #x2517 -1412 #x7e90 -4662 -9387 -4872 -31010)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasseem :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
(new 'static 'continue-point
:name "wascityb-gungame-end"
:level 'wascityb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 6545567.5 :y 81290.04 :z -1717351.2 :w 1.0)
:camera-trans (new 'static 'vector :x 6521664.0 :y 101319.88 :z -1757832.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 3 -8725 0 -31580))
:camera-rot (new 'static 'array int16 9 #x6ed4 0 -16386 #x7d5 #x7f05 #xd94 #x3f86 -4013 #x6dff)
:on-goto #f
:vis-nick 'wascityb
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascityb :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascast :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'wascity3)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol wascast, type level-load-info
(define wascast (new 'static 'level-load-info
:name 'wascast
:visname 'wascast-vis
:nickname 'wascast
:dbname 'wascast
:taskname 'wascity
:index #x8b
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf5 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol wasseem, type level-load-info
(define wasseem (new 'static 'level-load-info
:name 'wasseem
:visname 'wasseem-vis
:nickname 'wasseem
:dbname 'wasseem
:taskname 'wascity
:index #x8c
:task-level #x7
:master-level 'waswide
:level-flags (level-flags lf0 lf9 lf11 lf12 lf13)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank 'ruins
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x3e8 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol waspgame, type level-load-info
(define waspgame (new 'static 'level-load-info
:name 'waspgame
:visname 'waspgame-vis
:nickname 'waspgame
:dbname 'waspgame
:taskname 'wascity
:index #x8d
:task-level #x7
:master-level #f
:level-flags (level-flags lf0 lf12 lf13)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol wasdefen, type level-load-info
(define wasdefen (new 'static 'level-load-info
:name 'wasdefen
:visname 'wasdefen-vis
:nickname 'wasdefen
:dbname 'wasdefen
:taskname 'wascity
:index #x8e
:task-level #x7
:master-level #f
:level-flags (level-flags lf0 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol wcaseem, type level-load-info
(define wcaseem (new 'static 'level-load-info
:name 'wcaseem
:visname 'wcaseem-vis
:nickname 'wcaseem
:dbname 'wcaseem
:taskname 'wascity
:index #x8f
:task-level #x7
:master-level #f
:level-flags (level-flags lf0 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol wasleapr, type level-load-info
(define wasleapr (new 'static 'level-load-info
:name 'wasleapr
:visname 'wasleapr-vis
:nickname 'wasleapr
:dbname 'wasleapr
:taskname 'wascity
:index #x90
:task-level #x7
:master-level #f
:level-flags (level-flags lf0 lf12)
:packages '("racep" "wasleapr")
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . race-level-deactivate) (35 . race-level-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol wasdoors, type level-load-info
(define wasdoors (new 'static 'level-load-info
:name 'wasdoors
:visname 'wasdoors-vis
:nickname 'wsd
:dbname 'wasdoors
:taskname 'wascity
:index #x91
:task-level #x7
:master-level 'wasall
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:sound-reverb 0.05
:extra-sound-bank #f
:mood-func 'update-mood-wascity
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id wascity)
:continues '((new 'static 'continue-point
:name "wasdoors-city"
:level 'wasdoors
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9284744.0 :y 128190.875 :z 684149.56 :w 1.0)
:camera-trans (new 'static 'vector :x 9281600.0 :y 149347.94 :z 632856.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #xc46 0 #x7f64))
:camera-rot (new 'static 'array int16 9 #x7fd7 0 -1595 #xbe #x7f0c #xf6c #x62e -3954 #x7ee8)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
(new 'static 'continue-point
:name "wasdoors-desert"
:level 'wasdoors
:trans (new 'static 'vector :x 9284744.0 :y 128190.875 :z 684149.56 :w 1.0)
:camera-trans (new 'static 'vector :x 9281600.0 :y 149347.94 :z 632856.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #xc46 0 #x7f64))
:camera-rot (new 'static 'array int16 9 #x7fd7 0 -1595 #xbe #x7f0c #xf6c #x62e -3954 #x7ee8)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? #f)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
(new 'static 'continue-point
:name "wasdoors-desert-any"
:level 'wasdoors
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9284744.0 :y 128190.875 :z 684149.56 :w 1.0)
:camera-trans (new 'static 'vector :x 9281600.0 :y 149347.94 :z 632856.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #xc46 0 #x7f64))
:camera-rot (new 'static 'array int16 9 #x7fd7 0 -1595 #xbe #x7f0c #xf6c #x62e -3954 #x7ee8)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? #f)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
(new 'static 'continue-point
:name "wasdoors-desert-turtle"
:level 'wasdoors
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9273955.0 :y 127025.97 :z 866910.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9274301.0 :y 148119.97 :z 815712.25 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 88 -6 #x7ffb))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 #xbe -22 #x7f09 #xf93 -190 -3987 #x7f09)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #xc
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
(new 'static 'continue-point
:name "wasdoors-desert-snake"
:level 'wasdoors
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9273955.0 :y 127025.97 :z 866910.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9274301.0 :y 148119.97 :z 815712.25 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 88 -6 #x7ffb))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 #xbe -22 #x7f09 #xf93 -190 -3987 #x7f09)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #xd
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
(new 'static 'continue-point
:name "wasdoors-desert-scorpion"
:level 'wasdoors
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9273955.0 :y 127025.97 :z 866910.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9274301.0 :y 148119.97 :z 815712.25 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 88 -6 #x7ffb))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 #xbe -22 #x7f09 #xf93 -190 -3987 #x7f09)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #xe
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
(new 'static 'continue-point
:name "wasdoors-desert-toad"
:level 'wasdoors
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9273955.0 :y 127025.97 :z 866910.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9274301.0 :y 148119.97 :z 815712.25 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 88 -6 #x7ffb))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 #xbe -22 #x7f09 #xf93 -190 -3987 #x7f09)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #xf
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
(new 'static 'continue-point
:name "wasdoors-artifact-race-1-intro-end"
:level 'wasdoors
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9360624.0 :y 126734.336 :z 718312.25 :w 1.0)
:camera-trans (new 'static 'vector :x 9408733.0 :y 147828.33 :z 735797.7 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 6 -23749 -9 -22569))
:camera-rot (new 'static 'array int16 9 -12838 0 #x75c1 -4512 #x7e8c -1920 -29804 -4905 -12693)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #xc
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
(new 'static 'continue-point
:name "wasdoors-artifact-pre"
:level 'wasdoors
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9249314.0 :y 132965.17 :z 876837.7 :w 1.0)
:camera-trans (new 'static 'vector :x 9250625.0 :y 152384.31 :z 925827.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -19 #x7fa3 #xf2 #x972))
:camera-rot (new 'static 'array int16 9 -32753 0 #x34a -203 #x7c21 -7982 -819 -7982 -31767)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #xc
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
(new 'static 'continue-point
:name "wasdoors-desert-near-city"
:level 'wasdoors
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9292894.0 :y 125887.28 :z 638157.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9278343.0 :y 146721.17 :z 590193.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x1182 0 #x7ec7))
:camera-rot (new 'static 'array int16 9 #x7a77 0 -9515 #x47a #x7f0c #xec8 #x24e6 -3954 #x7992)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? #f)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
(new 'static 'continue-point
:name "wasdoors-facing-city"
:level 'wasdoors
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9299726.0 :y 125064.4 :z 673524.1 :w 1.0)
:camera-trans (new 'static 'vector :x 9304512.0 :y 146128.89 :z 724487.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32465 0 #x1144))
:camera-rot (new 'static 'array int16 9 -32619 0 #xc15 -373 #x7f0c -3951 -3070 -3968 -32377)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? #f)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
(new 'static 'continue-point
:name "wasdoors-turtle-training-intro-end"
:level 'wasdoors
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9349350.0 :y 127420.414 :z 651256.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9341023.0 :y 148294.45 :z 601509.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -16616 0 -28238))
:camera-rot (new 'static 'array int16 9 #x7d9d 0 -6271 #x2d7 #x7f20 #xe97 #x1855 -3807 #x7cc5)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
(new 'static 'continue-point
:name "wasdoors-desert-hover-intro-end"
:level 'wasdoors
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9239620.0 :y 125556.33 :z 779504.44 :w 1.0)
:camera-trans (new 'static 'vector :x 9189991.0 :y 146674.48 :z 792297.06 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -29120 0 -15017))
:camera-rot (new 'static 'array int16 9 -8227 0 -31715 #xf0d #x7f09 -999 #x7af7 -3981 -8165)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
(new 'static 'continue-point
:name "wasdoors-catch-lizards-intro-end"
:level 'wasdoors
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9255623.0 :y 124763.34 :z 671635.06 :w 1.0)
:camera-trans (new 'static 'vector :x 9214464.0 :y 143783.94 :z 657792.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -22992 0 -23339))
:camera-rot (new 'static 'array int16 9 #x28ce 0 -31053 #x1051 #x7ed4 #x57a #x7833 -4407 #x286f)
:on-goto #f
:vis-nick 'wasdoors
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wascity1 'desert1)
)
)
:callback-list '((36 . wasdoors-deactivate) (35 . wasdoors-activate))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x4dd #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol outrocst, type level-load-info
(define outrocst (new 'static 'level-load-info
:name 'outrocst
:visname 'outrocst-vis
:nickname 'outrocst
:dbname 'outrocst
:taskname 'arena
:index #x92
:task-level #x8
:master-level #f
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x8ca #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol outcast3, type level-load-info
(define outcast3 (new 'static 'level-load-info
:name 'outcast3
:visname 'outcast3-vis
:nickname 'outcast3
:dbname 'outcast3
:taskname 'arena
:index #x93
:task-level #x8
:master-level #f
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol loutro, type level-load-info
(define loutro (new 'static 'level-load-info
:name 'loutro
:visname 'loutro-vis
:nickname 'loutro
:dbname 'loutro
:taskname 'default
:index #x94
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol loutro2, type level-load-info
(define loutro2 (new 'static 'level-load-info
:name 'loutro2
:visname 'loutro2-vis
:nickname 'loutro2
:dbname 'loutro2
:taskname 'default
:index #x95
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol loutro3, type level-load-info
(define loutro3 (new 'static 'level-load-info
:name 'loutro3
:visname 'loutro3-vis
:nickname 'loutro3
:dbname 'loutro3
:taskname 'default
:index #x96
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol wasstada, type level-load-info
(define wasstada (new 'static 'level-load-info
:name 'wasstada
:visname 'wasstada-vis
:nickname 'wasstada
:dbname 'wasstada
:taskname 'arena
:index #x97
:task-level #x8
:master-level #f
:level-flags (level-flags lf0 lf9 lf11 lf12 lf13)
:packages '("wasstada")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'wascity
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-wasstada
:special-mood 'desert
:ocean '*ocean-map-wasstad*
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id wascity)
:continues '((new 'static 'continue-point
:name "wasstada-start"
:level 'wasstada
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9656358.0 :y 193873.92 :z -1652830.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9673251.0 :y 214888.03 :z -1604803.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7e96 0 -4833))
:camera-rot (new 'static 'array int16 9 -30909 0 #x2a78 -1310 #x7f0c -3732 -10793 -3954 -30683)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
(new 'static 'level-buffer-state-small :name 'arenacst :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wasstada-wascity-chase"
:level 'wasstada
:trans (new 'static 'vector :x 9656358.0 :y 193873.92 :z -1652830.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9673251.0 :y 214888.03 :z -1604803.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7e96 0 -4833))
:camera-rot (new 'static 'array int16 9 -30909 0 #x2a78 -1310 #x7f0c -3732 -10793 -3954 -30683)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wasstada-jump-training"
:level 'wasstada
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9301495.0 :y 66149.17 :z -1830771.9 :w 1.0)
:camera-trans (new 'static 'vector :x 9261504.0 :y 87216.125 :z -1862743.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x38ee 0 #x729e))
:camera-rot (new 'static 'array int16 9 #x4ff2 0 -25587 #xc22 #x7f09 #x9b3 #x6335 -3977 #x4f58)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
(new 'static 'level-buffer-state-small :name 'arenacst :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "game-start"
:level 'wasstada
:flags (continue-flags no-auto game-start)
:trans (new 'static 'vector :x 9308096.0 :y 65764.97 :z -1812101.1 :w 1.0)
:camera-trans (new 'static 'vector :x 9265216.0 :y 87102.26 :z -1784114.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -29120 0 -15017))
:camera-rot (new 'static 'array int16 9 -17979 0 -27393 #xdc9 #x7eeb -2313 #x6a1b -4220 -17828)
:on-goto '(task-close! "arena-training-1-introduction")
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
(new 'static 'level-buffer-state-small :name 'arenacst :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wasstada-pre-fight-1"
:level 'wasstada
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9525095.0 :y 197059.38 :z -1698727.1 :w 1.0)
:camera-trans (new 'static 'vector :x 9520647.0 :y 217992.39 :z -1749259.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -3296 0 -32599))
:camera-rot (new 'static 'array int16 9 #x7f7b 0 -2916 #x15e #x7f0c #xf69 #xb50 -3961 #x7e8c)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
(new 'static 'level-buffer-state-small :name 'arenacst :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wasstada-fight"
:level 'wasstada
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9530975.0 :y 49048.78 :z -1842454.1 :w 1.0)
:camera-trans (new 'static 'vector :x 9526466.0 :y 66888.086 :z -1881178.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x2006 0 #x7be9))
:camera-rot (new 'static 'array int16 9 #x7f3d 0 -3529 #x21c #x7e75 #x1392 #xd9e -5039 #x7dbb)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
(new 'static 'level-buffer-state-small :name 'arenacst :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wasstada-win"
:level 'wasstada
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9531017.0 :y 196782.9 :z -1694235.9 :w 1.0)
:camera-trans (new 'static 'vector :x 9528064.0 :y 216240.12 :z -1739135.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -30470 0 #x2f0d))
:camera-rot (new 'static 'array int16 9 #x7ff8 0 #x25e -81 #x7eba #x11e1 -599 -4577 #x7eb7)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wasstada-kleever"
:level 'wasstada
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9663798.0 :y 208330.34 :z -1541715.1 :w 1.0)
:camera-trans (new 'static 'vector :x 9680805.0 :y 225390.6 :z -1573835.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -7467 0 #x7c9d))
:camera-rot (new 'static 'array int16 9 #x711c 0 #x3be3 -2532 #x7e3a #x12af -15118 -5413 #x6f8f)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? #f)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wasstada-fight-2"
:level 'wasstada
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9522114.0 :y 50295.195 :z -1815939.1 :w 1.0)
:camera-trans (new 'static 'vector :x 9520867.0 :y 71430.96 :z -1764752.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fda 0 #x5e6))
:camera-rot (new 'static 'array int16 9 -32753 0 -815 98 #x7f05 -4013 #x329 -4013 -32508)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
(new 'static 'level-buffer-state-small :name 'arenacst :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wasstada-fight-3"
:level 'wasstada
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9477685.0 :y 47873.23 :z -1838454.4 :w 1.0)
:camera-trans (new 'static 'vector :x 9525475.0 :y 69032.34 :z -1856786.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x3d45 0 -28766))
:camera-rot (new 'static 'array int16 9 #x2d9e 0 #x7796 -3735 #x7f09 #x591 -30384 -3997 #x2d45)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
(new 'static 'level-buffer-state-small :name 'arenacst :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wasstada-checkpoint-1"
:level 'wasstada
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9497415.0 :y 164150.06 :z -2012437.2 :w 1.0)
:camera-trans (new 'static 'vector :x 9548609.0 :y 185247.75 :z -2013234.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -22088 0 #x5e86))
:camera-rot (new 'static 'array int16 9 #x1f2 0 #x7ff8 -3964 #x7f0c 58 -32521 -3964 #x1ee)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
(new 'static 'level-buffer-state-small :name 'arenacst :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wasstada-checkpoint-2"
:level 'wasstada
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9666880.0 :y 201343.39 :z -2060274.9 :w 1.0)
:camera-trans (new 'static 'vector :x 9665417.0 :y 221679.2 :z -2108744.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x1eb 0 #x7ff8))
:camera-rot (new 'static 'array int16 9 #x7fee 0 -973 #x72 #x7f0f #xf58 #x3c6 -3932 #x7f02)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
(new 'static 'level-buffer-state-small :name 'arenacst :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wasstada-entrance"
:level 'wasstada
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9603081.0 :y 207821.62 :z -1448641.8 :w 1.0)
:camera-trans (new 'static 'vector :x 9650944.0 :y 228915.61 :z -1466819.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -17448 0 #x6c52))
:camera-rot (new 'static 'array int16 9 #x2d73 0 #x77a6 -3702 #x7f0c #x57d -30404 -3961 #x2d1e)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wasstada-checkpoint-3"
:level 'wasstada
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 9517841.0 :y 131344.39 :z -1709133.4 :w 1.0)
:camera-trans (new 'static 'vector :x 9568989.0 :y 152436.73 :z -1711296.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -20548 0 #x63b2))
:camera-rot (new 'static 'array int16 9 #x566 0 #x7fe1 -3954 #x7f0c #xa7 -32495 -3958 #x55c)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
(new 'static 'level-buffer-state-small :name 'arenacst :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
(new 'static 'continue-point
:name "wasstada-outro"
:level 'wasstada
:flags (continue-flags scene-wait no-auto)
:trans (new 'static 'vector :x 9656358.0 :y 193873.92 :z -1652830.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9673251.0 :y 214888.03 :z -1604803.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7e96 0 -4833))
:camera-rot (new 'static 'array int16 9 -30909 0 #x2a78 -1310 #x7f0c -3732 -10793 -3954 -30683)
:on-goto #f
:vis-nick 'wasstada
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'outrocst :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'display)
(new 'static 'level-buffer-state-small :name 'outcast3 :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wasstad1 'wasstad2)
)
)
:callback-list '((5 . *wasstada-alpha-texture-anim-array*))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x898 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters 10)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol wasstadb, type level-load-info
(define wasstadb (new 'static 'level-load-info
:name 'wasstadb
:visname 'wasstadb-vis
:nickname 'wasstadb
:dbname 'wasstadb
:taskname 'arena
:index #x98
:task-level #x8
:master-level 'wasstada
:level-flags (level-flags lf12 lf13)
:packages '("wasstadb")
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id wascity)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters 10)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol wasstadc, type level-load-info
(define wasstadc (new 'static 'level-load-info
:name 'wasstadc
:visname 'wasstadc-vis
:nickname 'wasstadc
:dbname 'wasstadc
:taskname 'arena
:index #x99
:task-level #x8
:master-level 'wasstada
:level-flags (level-flags lf12 lf13)
:packages '("marauderp" "wasstadc")
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank 'wascity
:sound-reverb 0.08
:extra-sound-bank '((wasstad2 wasstad3))
:mood-func 'update-mood-copy-parent
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id wascity)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters 10)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol arenacst, type level-load-info
(define arenacst (new 'static 'level-load-info
:name 'arenacst
:visname 'arenacst-vis
:nickname 'arenacst
:dbname 'arenacst
:taskname 'arena
:index #x9a
:task-level #x8
:master-level 'wasstada
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-wasstada
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol museum, type level-load-info
(define museum (new 'static 'level-load-info
:name 'museum
:visname 'museum-vis
:nickname 'museum
:dbname 'museum
:taskname 'default
:index #x9b
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol museum2, type level-load-info
(define museum2 (new 'static 'level-load-info
:name 'museum2
:visname 'museum2-vis
:nickname 'museum2
:dbname 'museum2
:taskname 'default
:index #x9c
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol museum3, type level-load-info
(define museum3 (new 'static 'level-load-info
:name 'museum3
:visname 'museum3-vis
:nickname 'museum3
:dbname 'museum3
:taskname 'default
:index #x9d
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol museum3b, type level-load-info
(define museum3b (new 'static 'level-load-info
:name 'museum3b
:visname 'museum3b-vis
:nickname 'museum3b
:dbname 'museum3b
:taskname 'default
:index #x9e
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol museum4, type level-load-info
(define museum4 (new 'static 'level-load-info
:name 'museum4
:visname 'museum4-vis
:nickname 'museum4
:dbname 'museum4
:taskname 'default
:index #x9f
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol museum4b, type level-load-info
(define museum4b (new 'static 'level-load-info
:name 'museum4b
:visname 'museum4b-vis
:nickname 'museum4b
:dbname 'museum4b
:taskname 'default
:index #xa0
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol temp, type level-load-info
(define temp (new 'static 'level-load-info
:name 'temp
:visname 'temp-vis
:nickname 'temp
:dbname 'temp
:taskname 'arena
:index #xa1
:task-level #x8
:master-level #f
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-wasstada
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ldampeck, type level-load-info
(define ldampeck (new 'static 'level-load-info
:name 'ldampeck
:visname 'ldampeck-vis
:nickname 'ldampeck
:dbname 'ldampeck
:taskname 'default
:index #xa2
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ldmpckgn, type level-load-info
(define ldmpckgn (new 'static 'level-load-info
:name 'ldmpckgn
:visname 'ldmpckgn-vis
:nickname 'ldmpckgn
:dbname 'ldmpckgn
:taskname 'default
:index #xa3
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ldamsig, type level-load-info
(define ldamsig (new 'static 'level-load-info
:name 'ldamsig
:visname 'ldamsig-vis
:nickname 'ldamsig
:dbname 'ldamsig
:taskname 'default
:index #xa4
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ldampksm, type level-load-info
(define ldampksm (new 'static 'level-load-info
:name 'ldampksm
:visname 'ldampksm-vis
:nickname 'ldampksm
:dbname 'ldampksm
:taskname 'default
:index #xa5
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lkleever, type level-load-info
(define lkleever (new 'static 'level-load-info
:name 'lkleever
:visname 'lkleever-vis
:nickname 'lkleever
:dbname 'lkleever
:taskname 'default
:index #xa6
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lsig, type level-load-info
(define lsig (new 'static 'level-load-info
:name 'lsig
:visname 'lsig-vis
:nickname 'lsig
:dbname 'lsig
:taskname 'default
:index #xa7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lsigklv, type level-load-info
(define lsigklv (new 'static 'level-load-info
:name 'lsigklv
:visname 'lsigklv-vis
:nickname 'lsigklv
:dbname 'lsigklv
:taskname 'default
:index #xa8
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lsigjakc, type level-load-info
(define lsigjakc (new 'static 'level-load-info
:name 'lsigjakc
:visname 'lsigjakc-vis
:nickname 'lsigjakc
:dbname 'lsigjakc
:taskname 'default
:index #xa9
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol loninsim, type level-load-info
(define loninsim (new 'static 'level-load-info
:name 'loninsim
:visname 'loninsim-vis
:nickname 'loninsim
:dbname 'loninsim
:taskname 'default
:index #xaa
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ljakc, type level-load-info
(define ljakc (new 'static 'level-load-info
:name 'ljakc
:visname 'ljakc-vis
:nickname 'ljakc
:dbname 'ljakc
:taskname 'default
:index #xab
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ljakndax, type level-load-info
(define ljakndax (new 'static 'level-load-info
:name 'ljakndax
:visname 'ljakndax-vis
:nickname 'ljakndax
:dbname 'ljakndax
:taskname 'default
:index #xac
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lsamos, type level-load-info
(define lsamos (new 'static 'level-load-info
:name 'lsamos
:visname 'lsamos-vis
:nickname 'lsamos
:dbname 'lsamos
:taskname 'default
:index #xad
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ljakcklv, type level-load-info
(define ljakcklv (new 'static 'level-load-info
:name 'ljakcklv
:visname 'ljakcklv-vis
:nickname 'ljakcklv
:dbname 'ljakcklv
:taskname 'default
:index #xae
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ljkcdmkl, type level-load-info
(define ljkcdmkl (new 'static 'level-load-info
:name 'ljkcdmkl
:visname 'ljkcdmkl-vis
:nickname 'ljkcdmkl
:dbname 'ljkcdmkl
:taskname 'default
:index #xaf
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ldamklev, type level-load-info
(define ldamklev (new 'static 'level-load-info
:name 'ldamklev
:visname 'ldamklev-vis
:nickname 'ldamklev
:dbname 'ldamklev
:taskname 'default
:index #xb0
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lashelin, type level-load-info
(define lashelin (new 'static 'level-load-info
:name 'lashelin
:visname 'lashelin-vis
:nickname 'lashelin
:dbname 'lashelin
:taskname 'default
:index #xb1
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ljak, type level-load-info
(define ljak (new 'static 'level-load-info
:name 'ljak
:visname 'ljak-vis
:nickname 'ljak
:dbname 'ljak
:taskname 'default
:index #xb2
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ljakklev, type level-load-info
(define ljakklev (new 'static 'level-load-info
:name 'ljakklev
:visname 'ljakklev-vis
:nickname 'ljakklev
:dbname 'ljakklev
:taskname 'default
:index #xb3
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ljaksig, type level-load-info
(define ljaksig (new 'static 'level-load-info
:name 'ljaksig
:visname 'ljaksig-vis
:nickname 'ljaksig
:dbname 'ljaksig
:taskname 'default
:index #xb4
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ljkdmpk, type level-load-info
(define ljkdmpk (new 'static 'level-load-info
:name 'ljkdmpk
:visname 'ljkdmpk-vis
:nickname 'ljkdmpk
:dbname 'ljkdmpk
:taskname 'default
:index #xb5
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ljndklev, type level-load-info
(define ljndklev (new 'static 'level-load-info
:name 'ljndklev
:visname 'ljndklev-vis
:nickname 'ljndklev
:dbname 'ljndklev
:taskname 'default
:index #xb6
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ltorn, type level-load-info
(define ltorn (new 'static 'level-load-info
:name 'ltorn
:visname 'ltorn-vis
:nickname 'ltorn
:dbname 'ltorn
:taskname 'default
:index #xb7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lerrol, type level-load-info
(define lerrol (new 'static 'level-load-info
:name 'lerrol
:visname 'lerrol-vis
:nickname 'lerrol
:dbname 'lerrol
:taskname 'default
:index #xb8
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ltornsam, type level-load-info
(define ltornsam (new 'static 'level-load-info
:name 'ltornsam
:visname 'ltornsam-vis
:nickname 'ltornsam
:dbname 'ltornsam
:taskname 'default
:index #xb9
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ltornjnx, type level-load-info
(define ltornjnx (new 'static 'level-load-info
:name 'ltornjnx
:visname 'ltornjnx-vis
:nickname 'ltornjnx
:dbname 'ltornjnx
:taskname 'default
:index #xba
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ltnfxhip, type level-load-info
(define ltnfxhip (new 'static 'level-load-info
:name 'ltnfxhip
:visname 'ltnfxhip-vis
:nickname 'ltnfxhip
:dbname 'ltnfxhip
:taskname 'default
:index #xbb
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((7 . *ltnfxhip-texture-anim-array*))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lwlandm, type level-load-info
(define lwlandm (new 'static 'level-load-info
:name 'lwlandm
:visname 'lwlandm-vis
:nickname 'lwlandm
:dbname 'lwlandm
:taskname 'default
:index #xbc
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ltrtwhls, type level-load-info
(define ltrtwhls (new 'static 'level-load-info
:name 'ltrtwhls
:visname 'ltrtwhls-vis
:nickname 'ltrtwhls
:dbname 'ltrtwhls
:taskname 'default
:index #xbd
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lsnkwhls, type level-load-info
(define lsnkwhls (new 'static 'level-load-info
:name 'lsnkwhls
:visname 'lsnkwhls-vis
:nickname 'lsnkwhls
:dbname 'lsnkwhls
:taskname 'default
:index #xbe
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbiped, type level-load-info
(define lbiped (new 'static 'level-load-info
:name 'lbiped
:visname 'lbiped-vis
:nickname 'lbiped
:dbname 'lbiped
:taskname 'default
:index #xbf
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lmech, type level-load-info
(define lmech (new 'static 'level-load-info
:name 'lmech
:visname 'lmech-vis
:nickname 'lmech
:dbname 'lmech
:taskname 'default
:index #xc0
:master-level #f
:level-flags (level-flags lf1 lf12 lf16)
:packages '("mechp")
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lprenme, type level-load-info
(define lprenme (new 'static 'level-load-info
:name 'lprenme
:visname 'lprenme-vis
:nickname 'lprenme
:dbname 'lprenme
:taskname 'default
:index #xc1
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lgunnorm, type level-load-info
(define lgunnorm (new 'static 'level-load-info
:name 'lgunnorm
:visname 'lgunnorm-vis
:nickname 'lgunnorm
:dbname 'lgunnorm
:taskname 'default
:index #xc2
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((6 . *lgunnorm-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lgunrnc, type level-load-info
(define lgunrnc (new 'static 'level-load-info
:name 'lgunrnc
:visname 'lgunrnc-vis
:nickname 'lgunrnc
:dbname 'lgunrnc
:taskname 'default
:index #xc3
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol waschase, type level-load-info
(define waschase (new 'static 'level-load-info
:name 'waschase
:visname 'waschase-vis
:nickname 'waschase
:dbname 'waschase
:taskname 'wascity
:index #xc4
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol waspala, type level-load-info
(define waspala (new 'static 'level-load-info
:name 'waspala
:visname 'waspala-vis
:nickname 'waspala
:dbname 'waspala
:taskname 'wascity
:index #xc5
:task-level #x7
:master-level 'waswide
:level-flags (level-flags lf9 lf11 lf12 lf13 lf20)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'wascity
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-waspala
:special-mood 'desert
:ocean '*ocean-map-wascity*
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id wascity)
:continues '((new 'static 'continue-point
:name "intro-start"
:level 'waspala
:flags (continue-flags no-auto hero-mode)
:trans (new 'static 'vector :x 8191561.5 :y 998142.75 :z -1770789.6 :w 1.0)
:camera-trans (new 'static 'vector :x 8161024.0 :y 1017452.56 :z -1803327.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 6 -9925 -22 -31226))
:camera-rot (new 'static 'array int16 9 #x5cd5 0 -22553 #xb67 #x7ee8 #xc04 #x575b -4240 #x5c0e)
:on-goto #f
:vis-nick 'waspala
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasstada :display? #f)
(new 'static 'level-buffer-state-small :name 'waspala :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'waspala1)
)
(new 'static 'continue-point
:name "intro-start-hero"
:level 'waspala
:flags (continue-flags no-auto hero-mode)
:trans (new 'static 'vector :x 8191561.5 :y 998142.75 :z -1770789.6 :w 1.0)
:camera-trans (new 'static 'vector :x 8161024.0 :y 1017452.56 :z -1803327.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 6 -9925 -22 -31226))
:camera-rot (new 'static 'array int16 9 #x5cd5 0 -22553 #xb67 #x7ee8 #xc04 #x575b -4240 #x5c0e)
:on-goto #f
:vis-nick 'waspala
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasstada :display? #f)
(new 'static 'level-buffer-state-small :name 'waspala :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'waspala1)
)
(new 'static 'continue-point
:name "waspala-intro-training"
:level 'waspala
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 8191561.5 :y 998142.75 :z -1770789.6 :w 1.0)
:camera-trans (new 'static 'vector :x 8161024.0 :y 1017452.56 :z -1803327.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 6 -9925 -22 -31226))
:camera-rot (new 'static 'array int16 9 #x5cd5 0 -22553 #xb67 #x7ee8 #xc04 #x575b -4240 #x5c0e)
:on-goto #f
:vis-nick 'waspala
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'special)
(new 'static 'level-buffer-state-small :name 'wasstada :display? 'special)
(new 'static 'level-buffer-state-small :name 'waspala :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'waspala1)
)
(new 'static 'continue-point
:name "waspala-start"
:level 'waspala
:trans (new 'static 'vector :x 8191561.5 :y 998142.75 :z -1770789.6 :w 1.0)
:camera-trans (new 'static 'vector :x 8161024.0 :y 1017452.56 :z -1803327.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 6 -9925 -22 -31226))
:camera-rot (new 'static 'array int16 9 #x5cd5 0 -22553 #xb67 #x7ee8 #xc04 #x575b -4240 #x5c0e)
:on-goto #f
:vis-nick 'waspala
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'special)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'special)
(new 'static 'level-buffer-state-small :name 'waspala :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'waspala1)
)
(new 'static 'continue-point
:name "waspala-gun-training"
:level 'waspala
:trans (new 'static 'vector :x 8194148.5 :y 998083.4 :z -1770556.6 :w 1.0)
:camera-trans (new 'static 'vector :x 8160288.0 :y 1018259.9 :z -1804039.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 16 -26033 9 #x4db8))
:camera-rot (new 'static 'array int16 9 #x5e79 0 -22104 #xc60 #x7eaa #xd8a #x5573 -4698 #x5d7d)
:on-goto #f
:vis-nick 'waspala
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'special)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'special)
(new 'static 'level-buffer-state-small :name 'waspala :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'waspala1)
)
(new 'static 'continue-point
:name "waspala-nest"
:level 'waspala
:flags (continue-flags scene-wait no-auto)
:trans (new 'static 'vector :x 8191561.5 :y 998142.75 :z -1770789.6 :w 1.0)
:camera-trans (new 'static 'vector :x 8161024.0 :y 1017452.56 :z -1803327.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 6 -9925 -22 -31226))
:camera-rot (new 'static 'array int16 9 #x5cd5 0 -22553 #xb67 #x7ee8 #xc04 #x575b -4240 #x5c0e)
:on-goto '(task-close! "nest-eggs-introduction")
:vis-nick 'waspala
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'waswide :display? 'special)
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'special)
(new 'static 'level-buffer-state-small :name 'waspala :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wascity1 'wascity2 'waspala1)
)
)
:callback-list '((6 . *waspal-water-texture-anim-array*))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x52d #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol lwstdpck, type level-load-info
(define lwstdpck (new 'static 'level-load-info
:name 'lwstdpck
:visname 'lwstdpck-vis
:nickname 'lwstdpck
:dbname 'lwstdpck
:taskname 'default
:index #xc6
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-wasstada
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ljkfeet, type level-load-info
(define ljkfeet (new 'static 'level-load-info
:name 'ljkfeet
:visname 'ljkfeet-vis
:nickname 'ljkfeet
:dbname 'ljkfeet
:taskname 'default
:index #xc7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-wasstada
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desert, type level-load-info
(define desert (new 'static 'level-load-info
:name 'desert
:visname 'desert-vis
:nickname 'dst
:dbname 'desert
:taskname 'desert
:index #xc8
:task-level #x6
:master-level 'wasall
:level-flags (level-flags lf9 lf12 lf13 desert)
:packages '("dust-stormp" "desert")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-small)
:music-bank 'desert
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood 'desert
:ocean '*ocean-map-desert*
:ocean-height 36864.0
:ocean-alpha 1.0
:priority 100
:draw-priority 9.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id desert)
:continues '((new 'static 'continue-point
:name "desert-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9283373.0 :y 126422.22 :z 1057314.9 :w 1.0)
:camera-trans (new 'static 'vector :x 9272728.0 :y 147014.05 :z 1009150.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -36 #x5dfc 22 #x56de))
:camera-rot (new 'static 'array int16 9 #x796a 0 -10364 #x4b5 #x7f20 #xe21 #x2834 -3810 #x7899)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-facing-wasdoors"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9279752.0 :y 133643.47 :z 1020903.0 :w 1.0)
:camera-trans (new 'static 'vector :x 9277506.0 :y 152359.33 :z 1061803.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x236 #x7fd7 -1238 #x329))
:camera-rot (new 'static 'array int16 9 -32717 0 -1785 #x24d #x78d0 -10800 #x697 -10816 -30882)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-scorpion-gun"
:level 'desert
:flags (continue-flags no-auto vehicle)
:trans (new 'static 'vector :x 9340766.0 :y 124521.266 :z 1113647.1 :w 1.0)
:camera-trans (new 'static 'vector :x 9339435.0 :y 150994.12 :z 1077943.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -1782 #x6dc 72 #x7f9c))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 22 0 #x7ff8 -534 -22 #x216 #x7ff8)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xe
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-scorpion-gun-1"
:level 'desert
:flags (continue-flags no-auto vehicle)
:trans (new 'static 'vector :x 14767914.0 :y 135374.84 :z 10136262.0 :w 1.0)
:camera-trans (new 'static 'vector :x 14798791.0 :y 157549.77 :z 10124173.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -1068 #x309c #xb2f -30155))
:camera-rot (new 'static 'array int16 9 #x2920 0 #x7933 #x1b22 #x7cbe -2355 -30237 #x1ca8 #x2816)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xe
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? #f)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-scorpion-gun-2"
:level 'desert
:flags (continue-flags no-auto vehicle)
:trans (new 'static 'vector :x 6763618.0 :y 85138.64 :z 7983003.5 :w 1.0)
:camera-trans (new 'static 'vector :x 6794250.0 :y 116340.33 :z 7986813.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #xa7 #x6222 #xd1 -21033))
:camera-rot (new 'static 'array int16 9 -2716 0 #x7f8c -4453 #x7eca -370 -32347 -4466 -2690)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xe
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-scorpion-gun-3"
:level 'desert
:flags (continue-flags no-auto vehicle)
:trans (new 'static 'vector :x 6181083.0 :y 176762.88 :z 2517364.8 :w 1.0)
:camera-trans (new 'static 'vector :x 6149136.5 :y 206138.16 :z 2514886.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x4d0 -20675 -2467 -25266))
:camera-rot (new 'static 'array int16 9 #x76f 0 -32711 #xd7a #x7f47 #xc7 #x7f0f -3456 #x765)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xe
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
(new 'static 'level-buffer-state-small :name 'deserta :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-start-any"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9266747.0 :y 123430.09 :z 1080473.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9254848.0 :y 142267.19 :z 1121516.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x989 -45 #x7fa3))
:camera-rot (new 'static 'array int16 9 -30918 0 -10839 #x60d #x7ead -4420 #x29e7 -4685 -30601)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-start-turtle"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9266747.0 :y 123430.09 :z 1080473.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9254848.0 :y 142267.19 :z 1121516.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x989 -45 #x7fa3))
:camera-rot (new 'static 'array int16 9 -30918 0 -10839 #x60d #x7ead -4420 #x29e7 -4685 -30601)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xc
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-start-snake"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9266747.0 :y 123430.09 :z 1080473.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9254848.0 :y 142267.19 :z 1121516.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x989 -45 #x7fa3))
:camera-rot (new 'static 'array int16 9 -30918 0 -10839 #x60d #x7ead -4420 #x29e7 -4685 -30601)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xd
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-start-scorpion"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9266747.0 :y 123430.09 :z 1080473.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9254848.0 :y 142267.19 :z 1121516.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x989 -45 #x7fa3))
:camera-rot (new 'static 'array int16 9 -30918 0 -10839 #x60d #x7ead -4420 #x29e7 -4685 -30601)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xe
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-start-toad"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9266747.0 :y 123430.09 :z 1080473.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9254848.0 :y 142267.19 :z 1121516.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x989 -45 #x7fa3))
:camera-rot (new 'static 'array int16 9 -30918 0 -10839 #x60d #x7ead -4420 #x29e7 -4685 -30601)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xf
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-lizard-corral"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 12394307.0 :y 88917.61 :z 11457055.0 :w 1.0)
:camera-trans (new 'static 'vector :x 12441473.0 :y 111239.17 :z 11463575.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -1569 #x605e -383 -21498))
:camera-rot (new 'static 'array int16 9 -4495 0 #x7ec7 -9332 #x7a94 -1291 -31082 -9420 -4305)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xd
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-lizard-corral-snake-1"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 12380978.0 :y 87472.945 :z 11469247.0 :w 1.0)
:camera-trans (new 'static 'vector :x 12369225.0 :y 108464.54 :z 11428414.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -1907 -5508 -186 -32242))
:camera-rot (new 'static 'array int16 9 #x7b07 0 -9030 #xb40 #x794d #x273e #x216e -10449 #x749a)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xd
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-lizard-corral-snake-2"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 12341135.0 :y 87567.98 :z 11455479.0 :w 1.0)
:camera-trans (new 'static 'vector :x 12299867.0 :y 108794.266 :z 11481984.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x2e7 #x7051 -209 #x3d4c))
:camera-rot (new 'static 'array int16 9 -17710 0 -27566 #x1dae #x7b07 -4879 #x6782 -9030 -17022)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xd
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-lizard-corral-post"
:level 'desert
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 12438661.0 :y 82119.48 :z 11483976.0 :w 1.0)
:camera-trans (new 'static 'vector :x 12449927.0 :y 103254.016 :z 11533895.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -29129 0 #x3a9c))
:camera-rot (new 'static 'array int16 9 -31879 0 #x1d94 -914 #x7f0c -3850 -7516 -3958 -31643)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-nest-exit"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9052358.0 :y 83284.375 :z 9085710.0 :w 1.0)
:camera-trans (new 'static 'vector :x 8994050.0 :y 108485.016 :z 9055392.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x648 -16583 -373 -28209))
:camera-rot (new 'static 'array int16 9 #x3b15 0 -29064 #x1e52 #x7b56 #xfc8 #x6d69 -8748 #x38ee)
:on-goto #f
:vis-nick 'desertg
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
(new 'static 'level-buffer-state-small :name 'nsta :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'nest2 'nest1)
)
(new 'static 'continue-point
:name "desert-bbush-desd"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 15651864.0 :y 142954.5 :z 2969713.8 :w 1.0)
:camera-trans (new 'static 'vector :x 15653079.0 :y 164021.45 :z 3020865.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 26 #x7ff1 42 #x31f))
:camera-rot (new 'static 'array int16 9 -32757 0 #x2fb -91 #x7f0c -3951 -756 -3951 -32517)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desc"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 3534418.0 :y 324452.75 :z 5562998.5 :w 1.0)
:camera-trans (new 'static 'vector :x 3519780.8 :y 344942.2 :z 5609219.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -22 -7329 -45 #x7cbe))
:camera-rot (new 'static 'array int16 9 -31374 0 -9443 #x556 #x7ea3 -4544 #x2481 -4744 -31043)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserta :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desa"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 5621998.0 :y 387778.97 :z 3335355.5 :w 1.0)
:camera-trans (new 'static 'vector :x 5610284.0 :y 408866.4 :z 3385172.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -3 #x7fde -3 -1438))
:camera-rot (new 'static 'array int16 9 -31895 0 -7503 #x38e #x7f09 -3873 #x1d17 -3977 -31656)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserta :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desg"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 12909726.0 :y 165722.52 :z 10295038.0 :w 1.0)
:camera-trans (new 'static 'vector :x 12947606.0 :y 186825.94 :z 10260609.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x10a6 0 #x7ee5))
:camera-rot (new 'static 'array int16 9 #x5b59 0 #x59a6 -2637 #x7f23 #xa7e -22796 -3768 #x5abc)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? #f)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desh"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 12774632.0 :y 82657.69 :z 14474145.0 :w 1.0)
:camera-trans (new 'static 'vector :x 12733889.0 :y 102872.266 :z 14499264.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 39 #x722c 16 #x39da))
:camera-rot (new 'static 'array int16 9 -17205 0 -27884 #xd2b #x7f0c -2080 #x6c1e -3961 -17078)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desc-2"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 6303633.5 :y 313270.7 :z 7291769.5 :w 1.0)
:camera-trans (new 'static 'vector :x 6265247.5 :y 334363.84 :z 7257888.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32449 0 -4548))
:camera-rot (new 'static 'array int16 9 #x4926 0 -26885 #xded #x7edb #x9b3 #x6819 -4344 #x4882)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-dese"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 2655081.8 :y 72562.69 :z 10620010.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2629825.8 :y 93656.266 :z 10664537.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -19 -25125 39 -21029))
:camera-rot (new 'static 'array int16 9 -28068 0 -16901 #x7bb #x7f1c -3286 #x418f -3837 -27874)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desb"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 11717245.0 :y 121844.94 :z 658854.7 :w 1.0)
:camera-trans (new 'static 'vector :x 11751063.0 :y 142225.0 :z 624211.94 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x546d 0 -24624))
:camera-rot (new 'static 'array int16 9 #x5acc 0 #x5a32 -2739 #x7f16 #xac6 -22927 -3889 #x5a29)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? #f)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desa-2"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 6977682.0 :y 59582.055 :z 419910.44 :w 1.0)
:camera-trans (new 'static 'vector :x 6965355.5 :y 80625.664 :z 469413.88 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32747 0 #x41f))
:camera-rot (new 'static 'array int16 9 -31790 0 -7926 #x3c0 #x7f0c -3859 #x1ebb -3977 -31557)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserta :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desc-3"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 806166.94 :y 182831.11 :z 6544611.0 :w 1.0)
:camera-trans (new 'static 'vector :x 777256.1 :y 203924.69 :z 6586858.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -27956 0 -17087))
:camera-rot (new 'static 'array int16 9 -26983 0 -18585 #x8c7 #x7f0c -3263 #x480f -3964 -26787)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? #f)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desg-2"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 12397906.0 :y 211421.6 :z 12644173.0 :w 1.0)
:camera-trans (new 'static 'vector :x 12430085.0 :y 232395.98 :z 12683393.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 26 -32747 36 #x446))
:camera-rot (new 'static 'array int16 9 -25466 0 #x5088 -2464 #x7f13 -3044 -20469 -3915 -25283)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desd-2"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 8716551.0 :y 143261.7 :z 5828874.0 :w 1.0)
:camera-trans (new 'static 'vector :x 8747487.0 :y 163276.8 :z 5793088.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -11006 0 #x788b))
:camera-rot (new 'static 'array int16 9 #x60e1 0 #x53a1 -2591 #x7f0c #xbbc -21252 -3968 #x6029)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desg-3"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 11045927.0 :y 109553.664 :z 11712216.0 :w 1.0)
:camera-trans (new 'static 'vector :x 11031834.0 :y 130646.836 :z 11662982.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -3 #xf21 42 #x7f16))
:camera-rot (new 'static 'array int16 9 #x7b07 0 -9037 #x449 #x7f09 #xef6 #x2308 -3984 #x7a1b)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-dese-2"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 895466.3 :y 246845.44 :z 12161362.0 :w 1.0)
:camera-trans (new 'static 'vector :x 909384.06 :y 267799.75 :z 12210177.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -6 -31908 -42 #x1d14))
:camera-rot (new 'static 'array int16 9 -31502 0 #x2332 -1091 #x7f0c -3814 -8942 -3968 -31269)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-dese-3"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 521345.84 :y 184066.05 :z 15728497.0 :w 1.0)
:camera-trans (new 'static 'vector :x 470152.4 :y 205157.98 :z 15728644.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -49 #x61bc 13 #x52a2))
:camera-rot (new 'static 'array int16 9 -124 0 -32763 #xf90 #x7f09 -13 #x7f09 -3984 -121)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desd-3"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 16138061.0 :y 54162.227 :z 5788602.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16187264.0 :y 75255.4 :z 5774467.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32511 0 #xfe2))
:camera-rot (new 'static 'array int16 9 #x1443 0 #x7e5e -3915 #x7f0c #x271 -32114 -3964 #x141b)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desb-2"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 15965142.0 :y 136031.44 :z 1682779.8 :w 1.0)
:camera-trans (new 'static 'vector :x 16012997.0 :y 156281.66 :z 1687586.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x4350 0 -27868))
:camera-rot (new 'static 'array int16 9 -3132 0 #x7f68 -3892 #x7f13 -373 -32380 -3912 -3109)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-deswalk"
:level 'desert
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 10275179.0 :y 245754.67 :z 2421962.2 :w 1.0)
:camera-trans (new 'static 'vector :x 10296737.0 :y 265771.0 :z 2464008.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -30656 0 #x2d2e))
:camera-rot (new 'static 'array int16 9 -29179 0 #x3a36 -1812 #x7f09 -3551 -14791 -3987 -28962)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-deswalk-top"
:level 'desert
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 10067873.0 :y 442324.6 :z 2319094.5 :w 1.0)
:camera-trans (new 'static 'vector :x 10116801.0 :y 463417.75 :z 2304041.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -49 -19329 6 #x6758))
:camera-rot (new 'static 'array int16 9 #x258a 0 #x7a59 -3814 #x7f09 #x491 -31089 -3987 #x2542)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desg-4"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 12706330.0 :y 108822.12 :z 10588652.0 :w 1.0)
:camera-trans (new 'static 'vector :x 12738304.0 :y 129281.64 :z 10625536.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -16 #x680f -39 -19076))
:camera-rot (new 'static 'array int16 9 -24709 0 #x540a -2568 #x7f13 -2949 -21360 -3912 -24532)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desa-3"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 2468171.0 :y 379272.4 :z 2138876.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2435880.5 :y 400365.97 :z 2099137.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -42 -16334 -9 -28402))
:camera-rot (new 'static 'array int16 9 #x6353 0 -20662 #x9c7 #x7f0c #xc08 #x5020 -3971 #x6298)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserta :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-boss-res-a"
:level 'desert
:flags (continue-flags scene-wait no-auto)
:trans (new 'static 'vector :x 9283373.0 :y 126422.22 :z 1057314.9 :w 1.0)
:camera-trans (new 'static 'vector :x 9272728.0 :y 147014.05 :z 1009150.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -36 #x5dfc 22 #x56de))
:camera-rot (new 'static 'array int16 9 #x796a 0 -10364 #x4b5 #x7f20 #xe21 #x2834 -3810 #x7899)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-boss-res-b"
:level 'desert
:flags (continue-flags scene-wait no-auto race)
:trans (new 'static 'vector :x 9283373.0 :y 126422.22 :z 1057314.9 :w 1.0)
:camera-trans (new 'static 'vector :x 9272728.0 :y 147014.05 :z 1009150.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -36 #x5dfc 22 #x56de))
:camera-rot (new 'static 'array int16 9 #x796a 0 -10364 #x4b5 #x7f20 #xe21 #x2834 -3810 #x7899)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small :name 'deswalk :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desd-4"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 11725399.0 :y 232726.94 :z 4029474.8 :w 1.0)
:camera-trans (new 'static 'vector :x 11763166.0 :y 252992.31 :z 4058293.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x3971 0 -29280))
:camera-rot (new 'static 'array int16 9 -17074 0 #x6d3b -3456 #x7f02 -2110 -27750 -4050 -16943)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desc-4"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 4222015.5 :y 415771.03 :z 7156819.0 :w 1.0)
:camera-trans (new 'static 'vector :x 4181632.5 :y 435030.03 :z 7138538.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 36 #x7a0e -26 -9856))
:camera-rot (new 'static 'array int16 9 #x2cae 0 -30702 #x1116 #x7ead #x65c #x76b4 -4669 #x2c3c)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desc-5"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 6357256.0 :y 102379.93 :z 7768775.5 :w 1.0)
:camera-trans (new 'static 'vector :x 6314594.5 :y 122449.92 :z 7748192.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7816 0 -11330))
:camera-rot (new 'static 'array int16 9 #x3129 0 -30250 #x115b #x7e99 #x738 #x74e2 -4810 #x30a0)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desb-3"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 11126602.0 :y 106112.2 :z 1197135.5 :w 1.0)
:camera-trans (new 'static 'vector :x 11075782.0 :y 127205.375 :z 1203468.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -28900 0 -15436))
:camera-rot (new 'static 'array int16 9 -4092 0 -32508 #xf55 #x7f0c -491 #x7e10 -3954 -4059)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert2 'desert1)
)
(new 'static 'continue-point
:name "desert-bbush-dese-1"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 2386897.2 :y 398680.06 :z 9587007.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2384640.5 :y 418615.72 :z 9540191.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -39 #x2add 19 -30873))
:camera-rot (new 'static 'array int16 9 #x7fe8 0 -1195 #x90 #x7f09 #xf9a #x4a5 -3997 #x7ef2)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desf"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 5015841.0 :y 98922.086 :z 13601529.0 :w 1.0)
:camera-trans (new 'static 'vector :x 4986208.0 :y 118892.95 :z 13565056.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -19 -15020 39 -29120))
:camera-rot (new 'static 'array int16 9 #x633f 0 -20685 #x9e4 #x7f05 #xc28 #x5033 -4013 #x6281)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? #f)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-dese-5"
:level 'desert
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 3024970.5 :y 290109.03 :z 13952724.0 :w 1.0)
:camera-trans (new 'static 'vector :x 3037135.8 :y 311202.62 :z 14002437.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7f8f 0 -2663))
:camera-rot (new 'static 'array int16 9 -31833 0 #x1e55 -943 #x7f09 -3876 -7706 -3991 -31593)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desd-5"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 10125926.0 :y 259614.72 :z 3781514.8 :w 1.0)
:camera-trans (new 'static 'vector :x 10141447.0 :y 280705.84 :z 3732736.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -39 #x170d 3 #x7de5))
:camera-rot (new 'static 'array int16 9 #x7a49 0 #x25c2 -1156 #x7f13 #xea1 -9597 -3918 #x796a)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xd
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bbush-desb-4"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9106742.0 :y 100738.25 :z 3052560.5 :w 1.0)
:camera-trans (new 'static 'vector :x 9059008.0 :y 121065.88 :z 3044976.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -3 #x6f96 6 #x3eae))
:camera-rot (new 'static 'array int16 9 #x12b6 0 -32413 #xee2 #x7f19 #x233 #x7dbb -3853 #x1292)
:on-goto #f
:vis-nick 'desertb
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserta :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-ba-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9174216.0 :y 123262.16 :z 2099533.5 :w 1.0)
:camera-trans (new 'static 'vector :x 9208165.0 :y 144207.05 :z 2069216.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -616 #x32dd -724 -30050))
:camera-rot (new 'static 'array int16 9 #x553e 0 #x5f75 -7310 #x7a1e #x197f -23320 -9800 #x5157)
:on-goto #f
:vis-nick 'desertb
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserta :display? #f)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-bd-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 10815025.0 :y 102545.41 :z 2497923.0 :w 1.0)
:camera-trans (new 'static 'vector :x 10818434.0 :y 121769.58 :z 2453239.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x4d9 -1218 -1536 #x7fa9))
:camera-rot (new 'static 'array int16 9 #x7f9f 0 #x9b0 -750 #x79fe #x269d -2362 -9912 #x79a2)
:on-goto #f
:vis-nick 'desertb
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? #f)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-ab-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 7087109.5 :y 88144.69 :z 2644712.8 :w 1.0)
:camera-trans (new 'static 'vector :x 7038387.0 :y 109325.11 :z 2643588.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x3ac #x5964 -969 #x5b74))
:camera-rot (new 'static 'array int16 9 #x2f1 0 -32757 #x23e7 #x7ad9 #xd1 #x7acf -9191 #x2d4)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserta :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-ac-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 5267694.0 :y 210627.78 :z 2727774.2 :w 1.0)
:camera-trans (new 'static 'vector :x 5280323.0 :y 233042.33 :z 2688289.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -1808 #x13b2 -455 -32321))
:camera-rot (new 'static 'array int16 9 #x79ea 0 #x26f2 -3322 #x78a9 #x28a3 -9400 -10924 #x72f0)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserta :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-ca-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 4264788.0 :y 114527.84 :z 5167032.5 :w 1.0)
:camera-trans (new 'static 'vector :x 4238144.5 :y 132585.88 :z 5203264.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x1ee #x797b -1320 #x27e8))
:camera-rot (new 'static 'array int16 9 -26410 0 -19391 #x16d5 #x7a08 -7962 #x483a -9875 -25181)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserta :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-ce-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 1920403.5 :y 89246.92 :z 7647962.0 :w 1.0)
:camera-trans (new 'static 'vector :x 1943748.6 :y 111184.28 :z 7604075.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x820 -7939 #x425 #x7bd6))
:camera-rot (new 'static 'array int16 9 #x70f8 0 #x3c2b -4220 #x7b14 #x1ef6 -14813 -8981 #x6ca1)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? #f)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-cf-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 5517754.0 :y 81149.95 :z 7359357.5 :w 1.0)
:camera-trans (new 'static 'vector :x 5491709.0 :y 103704.984 :z 7316846.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -2650 -8706 -1612 -31433))
:camera-rot (new 'static 'array int16 9 #x6d27 0 -17110 #x124d #x7b18 #x1de6 #x4047 -8978 #x68f8)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? #f)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-fc-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 5731188.5 :y 101824.516 :z 10538363.0 :w 1.0)
:camera-trans (new 'static 'vector :x 5730499.5 :y 122402.0 :z 10589314.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -593 -32757 -314 -196))
:camera-rot (new 'static 'array int16 9 -32763 0 -435 #x72 #x7b66 -8693 #x1a3 -8693 -31587)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-fe-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 5369364.5 :y 67309.98 :z 13836079.0 :w 1.0)
:camera-trans (new 'static 'vector :x 5406458.5 :y 89869.11 :z 13866195.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -822 #x7366 -1467 -14066))
:camera-rot (new 'static 'array int16 9 -20653 0 #x635d -7343 #x7a87 -5963 -24352 -9459 -19771)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-ef-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 3065982.2 :y 107245.57 :z 11426490.0 :w 1.0)
:camera-trans (new 'static 'vector :x 3053326.0 :y 128890.88 :z 11377862.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -1068 -5776 -1179 -32213))
:camera-rot (new 'static 'array int16 9 #x7be6 0 -8214 #x8aa #x7b38 #x217b #x1ee2 -8853 #x774a)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? #f)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-ec-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 1982650.8 :y 104885.86 :z 10504566.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2007108.0 :y 126636.85 :z 10547168.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x312 #x7ba4 -704 -8394))
:camera-rot (new 'static 'array int16 9 -28408 0 #x3fc1 -4528 #x7af7 -7880 -15679 -9089 -27294)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? #f)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-fh-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 6646727.5 :y 105947.55 :z 14136369.0 :w 1.0)
:camera-trans (new 'static 'vector :x 6598880.5 :y 124606.875 :z 14129300.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -1071 #x5a2f #x68 #x5ab5))
:camera-rot (new 'static 'array int16 9 #x1295 0 -32416 #x2364 #x7ae3 #x52f #x7995 -9155 #x11d7)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-fg-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 7501026.0 :y 129638.81 :z 10855417.0 :w 1.0)
:camera-trans (new 'static 'vector :x 7452133.0 :y 148057.7 :z 10847204.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -520 -21141 #x2dd -25014))
:camera-rot (new 'static 'array int16 9 #x1542 0 -32308 #x2298 #x7b14 #x5d2 #x7960 -8981 #x1470)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-gf-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 10470927.0 :y 100597.35 :z 10559268.0 :w 1.0)
:camera-trans (new 'static 'vector :x 10515771.0 :y 118994.125 :z 10536350.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x264 -17232 -242 #x6cd2))
:camera-rot (new 'static 'array int16 9 #x3a4a 0 #x71f1 -7864 #x7b3f #xfb4 -28091 -8830 #x3820)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? #f)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-gh-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 12397437.0 :y 88344.164 :z 11898591.0 :w 1.0)
:camera-trans (new 'static 'vector :x 12422467.0 :y 106747.086 :z 11855134.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #xef -8742 #x59b #x7b38))
:camera-rot (new 'static 'array int16 9 #x6ef5 0 #x3fcb -4416 #x7b35 #x1e03 -15721 -8863 #x6ad0)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? #f)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-hg-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 10930610.0 :y 96485.375 :z 13800077.0 :w 1.0)
:camera-trans (new 'static 'vector :x 10903110.0 :y 118353.51 :z 13832512.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x175 #x783d -196 #x2bd3))
:camera-rot (new 'static 'array int16 9 -24991 0 -21187 #x1a54 #x7957 -7949 #x4e79 -10423 -23693)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-hf-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9955962.0 :y 89947.34 :z 14870607.0 :w 1.0)
:camera-trans (new 'static 'vector :x 9993292.0 :y 112116.94 :z 14840056.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x621 -13998 -599 #x7387))
:camera-rot (new 'static 'array int16 9 #x5108 0 #x6311 -7228 #x7aaf #x1717 -24309 -9338 #x4dae)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-htemple-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 10506505.0 :y 97552.8 :z 13772963.0 :w 1.0)
:camera-trans (new 'static 'vector :x 10492059.0 :y 120096.36 :z 13728261.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x7ce #x13c9 0 #x7e34))
:camera-rot (new 'static 'array int16 9 #x79c6 0 -10082 #xb67 #x7a81 #x2346 #x25b1 -9492 #x748d)
:on-goto #f
:vis-nick 'deserth
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-gd-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 10063119.0 :y 88970.445 :z 9741795.0 :w 1.0)
:camera-trans (new 'static 'vector :x 10018427.0 :y 107390.98 :z 9765995.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -766 #x6b01 -969 #x460d))
:camera-rot (new 'static 'array int16 9 -15613 0 -28805 #x1dfa #x7b5c -4161 #x6c73 -8729 -15049)
:on-goto #f
:vis-nick 'desertg
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? #f)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-dg-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 10774611.0 :y 154565.84 :z 7546899.0 :w 1.0)
:camera-trans (new 'static 'vector :x 10763449.0 :y 175882.66 :z 7507808.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x6f #x118c -832 #x7ebd))
:camera-rot (new 'static 'array int16 9 #x7b14 0 -8981 #xbac #x78b0 #x28fb #x2112 -10908 #x7411)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-db-start"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 10381380.0 :y 46965.555 :z 6078700.5 :w 1.0)
:camera-trans (new 'static 'vector :x 10389444.0 :y 69219.53 :z 6128357.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -75 -32678 6 #x937))
:camera-rot (new 'static 'array int16 9 -32341 0 #x148b -1422 #x7b38 -8745 -5062 -8860 -31135)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-tunnelc-exit"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 6866113.0 :y 91338.75 :z 8000343.5 :w 1.0)
:camera-trans (new 'static 'vector :x 6914560.0 :y 112599.86 :z 8000513.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -1127 #x5a8e -1268 -23090))
:camera-rot (new 'static 'array int16 9 -111 0 #x7ffb -9279 #x7abf -29 -31423 -9279 -104)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-tunnelf-exit"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 7974519.0 :y 91203.586 :z 9258848.0 :w 1.0)
:camera-trans (new 'static 'vector :x 7975734.5 :y 113736.086 :z 9210673.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x54c #xfc #xe5 #x7fde))
:camera-rot (new 'static 'array int16 9 #x7ff1 0 #x34d -239 #x7aab #x247a -809 -9341 #x7aa2)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-tunneld-exit"
:level 'desert
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 8464295.0 :y 94717.54 :z 7299125.0 :w 1.0)
:camera-trans (new 'static 'vector :x 8425602.0 :y 117229.57 :z 7291359.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -1779 -20715 #x4e0 -25292))
:camera-rot (new 'static 'array int16 9 #x1930 0 -32124 #x2a4a #x787e #x87c #x7623 -11042 #x17b4)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '((36 . desert-deactivate) (35 . desert-activate) (12 . *hfrag-texture-anim-array*))
:borrow #f
:bottom-height (meters -100)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol warpcast, type level-load-info
(define warpcast (new 'static 'level-load-info
:name 'warpcast
:visname 'warpcast-vis
:nickname 'warpcast
:dbname 'warpcast
:taskname 'desert
:index #xc9
:task-level #x6
:master-level #f
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol deserta, type level-load-info
(define deserta (new 'static 'level-load-info
:name 'deserta
:visname 'deserta-vis
:nickname 'desa
:dbname 'deserta
:taskname 'desert
:index #xca
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12 desert)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id desert)
:continues '((new 'static 'continue-point
:name "deserta-start"
:level 'deserta
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 5513838.0 :y 241883.95 :z 2962526.5 :w 1.0)
:camera-trans (new 'static 'vector :x 5478672.0 :y 260542.05 :z 2985590.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6bcf 0 #x44fa))
:camera-rot (new 'static 'array int16 9 -17785 0 -27517 #xf10 #x7eba -2493 #x6a6d -4593 -17608)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserta :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol desbcst, type level-load-info
(define desbcst (new 'static 'level-load-info
:name 'desbcst
:visname 'desbcst-vis
:nickname 'desbcst
:dbname 'desbcst
:taskname 'desert
:index #xcb
:task-level #x6
:master-level #f
:level-flags (level-flags lf1 lf6 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol deserrol, type level-load-info
(define deserrol (new 'static 'level-load-info
:name 'deserrol
:visname 'deserrol-vis
:nickname 'deserrol
:dbname 'deserrol
:taskname 'desert
:index #xcc
:task-level #x6
:master-level #f
:level-flags (level-flags lf1 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desertb, type level-load-info
(define desertb (new 'static 'level-load-info
:name 'desertb
:visname 'desertb-vis
:nickname 'desb
:dbname 'desertb
:taskname 'desert
:index #xcd
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12 desert)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id desert)
:continues '((new 'static 'continue-point
:name "desertb-start"
:level 'desertb
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 11644513.0 :y 120889.34 :z 2970391.0 :w 1.0)
:camera-trans (new 'static 'vector :x 11695685.0 :y 142048.05 :z 2971192.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -28445 49 #x3f82))
:camera-rot (new 'static 'array int16 9 -632 0 #x7ff8 -4004 #x7f05 -75 -32514 -4004 -625)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desertb-race-start"
:level 'desertb
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 11483517.0 :y 92969.78 :z 999301.1 :w 1.0)
:camera-trans (new 'static 'vector :x 11442637.0 :y 118434.2 :z 996084.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -271 #x5709 #x130 #x5dd2))
:camera-rot (new 'static 'array int16 9 #x9fb 0 -32665 #x2706 #x79da #x30b #x797b -10023 #x982)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xc
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert2 'desert1)
)
(new 'static 'continue-point
:name "desertb-race-pre-start"
:level 'desertb
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 11371971.0 :y 94167.04 :z 962314.25 :w 1.0)
:camera-trans (new 'static 'vector :x 11116160.0 :y 122627.69 :z 970056.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x1b7 #x5bee -377 #x5907))
:camera-rot (new 'static 'array int16 9 -527 0 -32760 #xf69 #x7f0f -62 #x7f09 -3945 -524)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xc
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert2 'desert1)
)
(new 'static 'continue-point
:name "desertb-race-test-start"
:level 'desertb
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 10895748.0 :y 115178.29 :z 1023596.94 :w 1.0)
:camera-trans (new 'static 'vector :x 10853512.0 :y 132208.23 :z 1027103.94 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -317 #x5e31 #x1d7 #x56a0))
:camera-rot (new 'static 'array int16 9 -2709 0 -32652 #x2563 #x7a5d -792 #x79f4 -9604 -2591)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xc
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert2 'desert1)
)
(new 'static 'continue-point
:name "desertb-race-record"
:level 'desertb
:flags (continue-flags change-continue no-auto nothing-apparently)
:trans (new 'static 'vector :x 11494007.0 :y 108865.945 :z 2089361.0 :w 1.0)
:camera-trans (new 'static 'vector :x 11492998.0 :y 129969.766 :z 2140546.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -3 #x7ffb -3 -452))
:camera-rot (new 'static 'array int16 9 -32760 0 -642 78 #x7f05 -4017 #x27b -4017 -32511)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert2 'desert1)
)
(new 'static 'continue-point
:name "desertb-time-trial-start"
:level 'desertb
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 11625416.0 :y 90477.77 :z 988189.5 :w 1.0)
:camera-trans (new 'static 'vector :x 11575767.0 :y 111571.766 :z 975643.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x5029 0 #x63c5))
:camera-rot (new 'static 'array int16 9 #x1f3e 0 -31774 #xf13 #x7f09 #x3c9 #x7b32 -3981 #x1f03)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert2 'desert1)
)
(new 'static 'continue-point
:name "desertb-final-boss-start"
:level 'desertb
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9266747.0 :y 123430.09 :z 1080473.6 :w 1.0)
:camera-trans (new 'static 'vector :x 9254848.0 :y 142267.19 :z 1121516.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x989 -45 #x7fa3))
:camera-rot (new 'static 'array int16 9 -30918 0 -10839 #x60d #x7ead -4420 #x29e7 -4685 -30601)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xd
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasdoors :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-warp"
:level 'desertb
:flags (continue-flags scene-wait no-auto)
:trans (new 'static 'vector :x 10677958.0 :y 114784.664 :z 523338.12 :w 1.0)
:camera-trans (new 'static 'vector :x 10711110.0 :y 135851.22 :z 484332.34 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -9718 -3 #x7a39))
:camera-rot (new 'static 'array int16 9 #x6105 0 #x5377 -2598 #x7f09 #xbcd -21210 -3984 #x604d)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'warpcast :display? 'special)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-final-boss-res-movie"
:level 'desertb
:flags (continue-flags scene-wait no-auto vehicle-movie)
:trans (new 'static 'vector :x 10677958.0 :y 114784.664 :z 523338.12 :w 1.0)
:camera-trans (new 'static 'vector :x 10711110.0 :y 135851.22 :z 484332.34 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -9718 -3 #x7a39))
:camera-rot (new 'static 'array int16 9 #x6105 0 #x5377 -2598 #x7f09 #xbcd -21210 -3984 #x604d)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desbcst :display? 'special)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-final-boss-res-movie-scene-player"
:level 'desertb
:flags (continue-flags scene-wait no-auto)
:trans (new 'static 'vector :x 10677958.0 :y 114784.664 :z 523338.12 :w 1.0)
:camera-trans (new 'static 'vector :x 10711110.0 :y 135851.22 :z 484332.34 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -9718 -3 #x7a39))
:camera-rot (new 'static 'array int16 9 #x6105 0 #x5377 -2598 #x7f09 #xbcd -21210 -3984 #x604d)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desbcst :display? 'special)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-final-boss-res-movie-a"
:level 'desertb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 10677958.0 :y 114784.664 :z 523338.12 :w 1.0)
:camera-trans (new 'static 'vector :x 10711110.0 :y 135851.22 :z 484332.34 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -9718 -3 #x7a39))
:camera-rot (new 'static 'array int16 9 #x6105 0 #x5377 -2598 #x7f09 #xbcd -21210 -3984 #x604d)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deswalk :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol desertc, type level-load-info
(define desertc (new 'static 'level-load-info
:name 'desertc
:visname 'desertc-vis
:nickname 'desc
:dbname 'desertc
:taskname 'desert
:index #xce
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12 desert)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id desert)
:continues '((new 'static 'continue-point
:name "desertc-start"
:level 'desertc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 3375752.0 :y 324484.72 :z 5783174.5 :w 1.0)
:camera-trans (new 'static 'vector :x 3326336.2 :y 345577.88 :z 5796556.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x3bc 0 #x7fee))
:camera-rot (new 'static 'array int16 9 -4643 0 -32436 #xfef #x7ef8 -583 #x7db1 -4122 -4607)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserta :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol desertd, type level-load-info
(define desertd (new 'static 'level-load-info
:name 'desertd
:visname 'desertd-vis
:nickname 'desd
:dbname 'desertd
:taskname 'desert
:index #xcf
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12 desert)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id desert)
:continues '((new 'static 'continue-point
:name "desertd-start"
:level 'desertd
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 10673392.0 :y 227978.86 :z 4765586.0 :w 1.0)
:camera-trans (new 'static 'vector :x 10623494.0 :y 249106.84 :z 4754020.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6105 0 #x537a))
:camera-rot (new 'static 'array int16 9 #x1cd6 0 -31921 #xf1a #x7f0c #x37e #x7bc5 -3968 #x1ca1)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '((6 . *desertd-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol deserte, type level-load-info
(define deserte (new 'static 'level-load-info
:name 'deserte
:visname 'deserte-vis
:nickname 'dese
:dbname 'deserte
:taskname 'desert
:index #xd0
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12 desert)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id desert)
:continues '((new 'static 'continue-point
:name "deserte-start"
:level 'deserte
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2060730.0 :y 86208.1 :z 14319676.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2053753.6 :y 107276.695 :z 14370413.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7dd1 0 #x176f))
:camera-rot (new 'static 'array int16 9 -32455 0 -4502 #x21c #x7f0f -3905 #x1175 -3941 -32219)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '()
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x3e8 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol desertf, type level-load-info
(define desertf (new 'static 'level-load-info
:name 'desertf
:visname 'desertf-vis
:nickname 'desf
:dbname 'desertf
:taskname 'desert
:index #xd1
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12 desert)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id desert)
:continues '((new 'static 'continue-point
:name "desertf-start"
:level 'desertf
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 7601819.5 :y 365067.47 :z 14977268.0 :w 1.0)
:camera-trans (new 'static 'vector :x 7623822.0 :y 386166.38 :z 15023483.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x737a 0 -14132))
:camera-rot (new 'static 'array int16 9 -29552 0 #x3744 -1713 #x7f0c -3584 -14043 -3974 -29333)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desertf-toad"
:level 'desertf
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 5863030.5 :y 109921.08 :z 12575995.0 :w 1.0)
:camera-trans (new 'static 'vector :x 5834114.5 :y 140238.03 :z 12607111.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x1e1 -30499 #x401 -11920))
:camera-rot (new 'static 'array int16 9 -24018 0 -22284 #x28c7 #x7112 -11252 #x4ce6 -15351 -21216)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xf
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desertf-stronghold-start"
:level 'desertf
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 6400486.5 :y 104283.34 :z 12081948.0 :w 1.0)
:camera-trans (new 'static 'vector :x 6433699.5 :y 120929.484 :z 12071382.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 6 #x4bab 0 -26426))
:camera-rot (new 'static 'array int16 9 #x2930 0 #x792c -5409 #x7e06 #x72e -30545 -5714 #x288f)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desertf-toad-chase"
:level 'desertf
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 6245907.5 :y 99122.79 :z 12166345.0 :w 1.0)
:camera-trans (new 'static 'vector :x 6284458.5 :y 120240.54 :z 12132636.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 9 #x372d 6 -29562))
:camera-rot (new 'static 'array int16 9 #x542e 0 #x6068 -2998 #x7f09 #xa3a -24496 -3977 #x538e)
:on-goto #f
:vis-nick 'desertf
:vehicle-type #xf
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol desertg, type level-load-info
(define desertg (new 'static 'level-load-info
:name 'desertg
:visname 'desertg-vis
:nickname 'desg
:dbname 'desertg
:taskname 'desert
:index #xd2
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf9 lf12 desert)
:packages '("elecgate" "desertg")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-desertg
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id desert)
:continues '((new 'static 'continue-point
:name "desertg-start"
:level 'desertg
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 12619057.0 :y 234331.34 :z 9804938.0 :w 1.0)
:camera-trans (new 'static 'vector :x 12670101.0 :y 255479.39 :z 9801088.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -42 #x5805 0 -23785))
:camera-rot (new 'static 'array int16 9 #x99c 0 #x7f9f -3994 #x7f05 #x12a -32426 -4004 #x98c)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desertg-egg-wall-scene"
:level 'desertg
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 12619057.0 :y 234331.34 :z 9804938.0 :w 1.0)
:camera-trans (new 'static 'vector :x 12670101.0 :y 255479.39 :z 9801088.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -42 #x5805 0 -23785))
:camera-rot (new 'static 'array int16 9 #x99c 0 #x7f9f -3994 #x7f05 #x12a -32426 -4004 #x98c)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'lnstcst :display? 'special)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-hunt-intro"
:level 'desertg
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9336744.0 :y 71967.945 :z 9525611.0 :w 1.0)
:camera-trans (new 'static 'vector :x 9363271.0 :y 93074.23 :z 9569379.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -30502 0 #x2eb7))
:camera-rot (new 'static 'array int16 9 -28005 0 #x426e -2080 #x7f05 -3430 -16875 -4013 -27796)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xe
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
(new 'static 'level-buffer-state-small :name 'nsta :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'nest1)
)
(new 'static 'continue-point
:name "desertg-hunt-res-start"
:level 'desertg
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 8495919.0 :y -92073.58 :z 8076573.5 :w 1.0)
:camera-trans (new 'static 'vector :x 8482173.0 :y -63350.785 :z 8013929.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x418 -8165 #x2a6 -31705))
:camera-rot (new 'static 'array int16 9 #x7ce2 0 -7166 #x79a #x7b2e #x21e7 #x1af1 -8896 #x7833)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xe
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desertg-hunt-res-end"
:level 'desertg
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 13162254.0 :y 145119.64 :z 7645461.5 :w 1.0)
:camera-trans (new 'static 'vector :x 13176389.0 :y 171981.2 :z 7700640.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x53f -32468 -95 #x1065))
:camera-rot (new 'static 'array int16 9 -31738 0 #x1fc4 -2493 #x79d3 -9728 -7742 -10043 -30211)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xe
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertd :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-nest-entrance"
:level 'desertg
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 9223748.0 :y 72089.6 :z 9187663.0 :w 1.0)
:camera-trans (new 'static 'vector :x 9282260.0 :y 112844.39 :z 9228508.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x7c #x70ee #xeb -15413))
:camera-rot (new 'static 'array int16 9 -18752 0 #x68f4 -6500 #x7c2e -4534 -26069 -7926 -18195)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
(new 'static 'level-buffer-state-small :name 'nsta :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'nest1)
)
(new 'static 'continue-point
:name "desert-nest-exit"
:level 'desertg
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 8965557.0 :y 71516.16 :z 9015010.0 :w 1.0)
:camera-trans (new 'static 'vector :x 8919879.0 :y 96012.695 :z 8969672.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #xa99 -16498 -979 -28159))
:camera-rot (new 'static 'array int16 9 #x5a12 0 -23277 #x18ba #x7b28 #x187f #x577f -8912 #x56aa)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'nsta :display? #f)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'nest1 'nest2)
)
)
:callback-list '((23 . init-mood-desertg))
:borrow #f
:bottom-height (meters -100)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol ldesgcst, type level-load-info
(define ldesgcst (new 'static 'level-load-info
:name 'ldesgcst
:visname 'ldesgcst-vis
:nickname 'ldesgcst
:dbname 'ldesgcst
:taskname 'desert
:index #xd3
:task-level #x6
:master-level #f
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((35 . desert-game-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol deserth, type level-load-info
(define deserth (new 'static 'level-load-info
:name 'deserth
:visname 'deserth-vis
:nickname 'desh
:dbname 'deserth
:taskname 'desert
:index #xd4
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12 desert)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id desert)
:continues '((new 'static 'continue-point
:name "deserth-start"
:level 'deserth
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 11399696.0 :y 172503.45 :z 13225533.0 :w 1.0)
:camera-trans (new 'static 'vector :x 11424688.0 :y 194233.55 :z 13180632.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -9836 0 #x7a15))
:camera-rot (new 'static 'array int16 9 #x6fd4 0 #x3e41 -2051 #x7eeb #xe66 -15806 -4220 #x6ee5)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertg :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol deswalk, type level-load-info
(define deswalk (new 'static 'level-load-info
:name 'deswalk
:visname 'deswalk-vis
:nickname 'desw
:dbname 'deswalk
:taskname 'desert
:index #xd5
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-deswalk
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id desert)
:continues '((new 'static 'continue-point
:name "deswalk-start"
:level 'deswalk
:trans (new 'static 'vector :x 10118143.0 :y 247550.36 :z 2623203.0 :w 1.0)
:camera-trans (new 'static 'vector :x 10165850.0 :y 268441.6 :z 2639904.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6abc 0 -18077))
:camera-rot (new 'static 'array int16 9 -10678 0 #x78fe -3764 #x7f09 -1297 -30745 -3981 -10600)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? 'display)
(new 'static 'level-buffer-state-small :name 'deswalk :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol desert-game, type level-load-info
(define desert-game
(new 'static 'level-load-info
:name 'desert-game
:visname 'desert-game-vis
:nickname 'desert-game
:dbname 'desert-game
:taskname 'desert
:index #xd6
:task-level #x6
:master-level #f
:level-flags (level-flags lf1 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode alias)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow (new 'static 'level-borrow-info :alias #f :borrow-info (new 'static 'array object 5 #f #f #f #f #f))
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desrace1, type level-load-info
(define desrace1 (new 'static 'level-load-info
:name 'desrace1
:visname 'desrace1-vis
:nickname 'desrace1
:dbname 'desrace1
:taskname 'desert
:index #xd7
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12)
:packages '("desrace")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((35 . desert-game-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desboss1, type level-load-info
(define desboss1 (new 'static 'level-load-info
:name 'desboss1
:visname 'desboss1-vis
:nickname 'desboss1
:dbname 'desboss1
:taskname 'desert
:index #xd8
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf6 lf9 lf12)
:packages '("desboss1")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((35 . desert-game-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desboss2, type level-load-info
(define desboss2 (new 'static 'level-load-info
:name 'desboss2
:visname 'desboss2-vis
:nickname 'desboss2
:dbname 'desboss2
:taskname 'desert
:index #xd9
:task-level #x6
:master-level #f
:level-flags (level-flags lf1 lf6 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((35 . desert-game-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desinter, type level-load-info
(define desinter (new 'static 'level-load-info
:name 'desinter
:visname 'desinter-vis
:nickname 'desinter
:dbname 'desinter
:taskname 'desert
:index #xda
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((35 . desert-game-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol destrack, type level-load-info
(define destrack (new 'static 'level-load-info
:name 'destrack
:visname 'destrack-vis
:nickname 'destrack
:dbname 'destrack
:taskname 'desert
:index #xdb
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf6 lf9 lf12)
:packages '("course-racep")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . desert-race-level-deactivate) (35 . desert-race-level-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desrally, type level-load-info
(define desrally (new 'static 'level-load-info
:name 'desrally
:visname 'desrally-vis
:nickname 'desrally
:dbname 'desrally
:taskname 'desert
:index #xdc
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12)
:packages '("course-racep")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "desrally-race-start"
:level 'desrally
:flags (continue-flags change-continue no-auto race)
:trans (new 'static 'vector :x 6289535.0 :y 92411.49 :z 8031117.5 :w 1.0)
:camera-trans (new 'static 'vector :x 6245386.0 :y 113111.45 :z 8030402.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x20c #x59c6 -606 #x5b28))
:camera-rot (new 'static 'array int16 9 #x20f 0 -32760 #x2741 #x79d0 #xa0 #x79cd -10049 #x1f5)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desrally-record"
:level 'desrally
:flags (continue-flags change-continue no-auto race)
:trans (new 'static 'vector :x 5866029.5 :y 208657.2 :z 6777238.0 :w 1.0)
:camera-trans (new 'static 'vector :x 5871616.0 :y 229362.89 :z 6740352.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #xb60 -2480 #x3b6 #x7f0f))
:camera-rot (new 'static 'array int16 9 #x7e8c 0 #x132c -1838 #x76ad #x2f62 -4551 -12267 #x7555)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x13
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertf :display? #f)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '((36 . desert-race-level-deactivate) (35 . desert-race-level-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol deshover, type level-load-info
(define deshover (new 'static 'level-load-info
:name 'deshover
:visname 'deshover-vis
:nickname 'deshover
:dbname 'deshover
:taskname 'desert
:index #xdd
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf6 lf9 lf12)
:packages '("deshover")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "desert-hover-movie"
:level 'deshover
:flags (continue-flags change-continue no-auto race)
:trans (new 'static 'vector :x 5522368.0 :y 171279.56 :z 2212401.2 :w 1.0)
:camera-trans (new 'static 'vector :x 5572332.0 :y 192369.05 :z 2223532.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6d6f 0 -16986))
:camera-rot (new 'static 'array int16 9 -7169 0 #x7ce2 -3882 #x7f09 -868 -31734 -3977 -7116)
:on-goto #f
:vis-nick 'desert
:vehicle-type #xd
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserta :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '((35 . desert-game-activate) (7 . *deshover-texture-anim-array*))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol deshunt, type level-load-info
(define deshunt (new 'static 'level-load-info
:name 'deshunt
:visname 'deshunt-vis
:nickname 'deshunt
:dbname 'deshunt
:taskname 'desert
:index #xde
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((35 . desert-game-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desliz, type level-load-info
(define desliz (new 'static 'level-load-info
:name 'desliz
:visname 'desliz-vis
:nickname 'desliz
:dbname 'desliz
:taskname 'desert
:index #xdf
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf6 lf8 lf9 lf12)
:packages '("flutp" "desliz")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((35 . desert-game-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desresc, type level-load-info
(define desresc (new 'static 'level-load-info
:name 'desresc
:visname 'desresc-vis
:nickname 'desresc
:dbname 'desresc
:taskname 'desert
:index #xe0
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12)
:packages '("cityp" "desert-rescuep")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "desert-rescue-movie"
:level 'desresc
:flags (continue-flags change-continue no-auto)
:trans (new 'static 'vector :x 3190785.8 :y 336798.1 :z 13858986.0 :w 1.0)
:camera-trans (new 'static 'vector :x 3182164.0 :y 357891.7 :z 13909445.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 13 #x2a12 -3 #x78e1))
:camera-rot (new 'static 'array int16 9 -31607 0 -8634 #x4bc #x7eb7 -4439 #x2164 -4603 -31292)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-rescue-movie-finish"
:level 'desresc
:flags (continue-flags change-continue no-auto)
:trans (new 'static 'vector :x 2299990.0 :y 87991.5 :z 10274676.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2236465.5 :y 97258.29 :z 10245980.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x477c 0 -27176))
:camera-rot (new 'static 'array int16 9 #x3ee8 0 -28533 -3024 #x7f44 -1707 #x6ed4 #xd91 #x3e8d)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-rescue-post-satellite"
:level 'desresc
:trans (new 'static 'vector :x 2293465.0 :y 88308.94 :z 10273248.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2320862.5 :y 109343.13 :z 10316552.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fa9 0 -2349))
:camera-rot (new 'static 'array int16 9 -27697 0 #x445c -2090 #x7f13 -3309 -17376 -3915 -27501)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '((7 . *desresc-warp-texture-anim-array*))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x4c9 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desrescc, type level-load-info
(define desrescc (new 'static 'level-load-info
:name 'desrescc
:visname 'desrescc-vis
:nickname 'desrescc
:dbname 'desrescc
:taskname 'desert
:index #xe1
:task-level #x6
:master-level 'desresc
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desrescg, type level-load-info
(define desrescg (new 'static 'level-load-info
:name 'desrescg
:visname 'desrescg-vis
:nickname 'desrescg
:dbname 'desrescg
:taskname 'desert
:index #xe2
:task-level #x6
:master-level 'desresc
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((35 . desert-game-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desoasis, type level-load-info
(define desoasis (new 'static 'level-load-info
:name 'desoasis
:visname 'desoasis-vis
:nickname 'desoasis
:dbname 'desoasis
:taskname 'desert
:index #xe3
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12)
:packages '("botp" "ashelinp" "marauderp" "desoasis")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "desert-ashelin-pre-start"
:level 'desoasis
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2331739.0 :y 89850.266 :z 10381510.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2282861.2 :y 111045.43 :z 10396811.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6e24 0 #x4130))
:camera-rot (new 'static 'array int16 9 -9836 0 -31253 #xef3 #x7f05 -1202 #x7929 -4010 -9761)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "desert-ashelin"
:level 'desoasis
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2504045.2 :y 77046.17 :z 10326518.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2549983.8 :y 97533.13 :z 10309250.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 32 #x4bd9 32 -26390))
:camera-rot (new 'static 'array int16 9 #x2ce9 0 #x77db -3656 #x7f13 #x559 -30463 -3905 #x2c98)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? #f)
)
:want-sound (new 'static 'array symbol 3 'desert1 'desert3 'desert4)
)
(new 'static 'continue-point
:name "desert-ashelin-movie"
:level 'desoasis
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2331739.0 :y 89850.266 :z 10381510.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2282861.2 :y 111045.43 :z 10396811.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6e24 0 #x4130))
:camera-rot (new 'static 'array int16 9 -9836 0 -31253 #xef3 #x7f05 -1202 #x7929 -4010 -9761)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
(new 'static 'level-buffer-state-small :name 'oasiscst :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'desert1 'desert3 'desert4)
)
(new 'static 'continue-point
:name "desert-ashelin-end"
:level 'desoasis
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2511227.0 :y 76226.97 :z 10326405.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2462009.0 :y 97044.89 :z 10336100.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 29 #x4456 32 -27704))
:camera-rot (new 'static 'array int16 9 -5245 0 -32341 #x130b #x7e86 -789 #x7ce6 -4941 -5187)
:on-goto #f
:vis-nick 'desert
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserte :display? 'display)
(new 'static 'level-buffer-state-small :name 'desertc :display? #f)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
)
:callback-list '((35 . desert-game-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol oasiscst, type level-load-info
(define oasiscst (new 'static 'level-load-info
:name 'oasiscst
:visname 'oasiscst-vis
:nickname 'oasiscst
:dbname 'oasiscst
:taskname 'desert
:index #xe4
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desjump, type level-load-info
(define desjump (new 'static 'level-load-info
:name 'desjump
:visname 'desjump-vis
:nickname 'desjump
:dbname 'desjump
:taskname 'desert
:index #xe5
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((35 . desert-game-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol deschase, type level-load-info
(define deschase (new 'static 'level-load-info
:name 'deschase
:visname 'deschase-vis
:nickname 'deschase
:dbname 'deschase
:taskname 'desert
:index #xe6
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12)
:packages '("marauderp" "player-controlp" "desjump" "deschase")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((35 . desert-game-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol desbattl, type level-load-info
(define desbattl (new 'static 'level-load-info
:name 'desbattl
:visname 'desbattl-vis
:nickname 'desbattl
:dbname 'desbattl
:taskname 'desert
:index #xe7
:task-level #x6
:master-level 'desert
:level-flags (level-flags lf1 lf9 lf12)
:packages '("turretp-code" "turretp" "desbattl")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((35 . desert-game-activate))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lwassig, type level-load-info
(define lwassig (new 'static 'level-load-info
:name 'lwassig
:visname 'lwassig-vis
:nickname 'lwassig
:dbname 'lwassig
:taskname 'wascity
:index #xe8
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("nst-eggsp")
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lwasbbv, type level-load-info
(define lwasbbv (new 'static 'level-load-info
:name 'lwasbbv
:visname 'lwasbbv-vis
:nickname 'lwasbbv
:dbname 'lwasbbv
:taskname 'wascity
:index #xe9
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lnstcst, type level-load-info
(define lnstcst (new 'static 'level-load-info
:name 'lnstcst
:visname 'lnstcst-vis
:nickname 'lnstcst
:dbname 'lnstcst
:taskname 'wascity
:index #xea
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbring1, type level-load-info
(define lbbring1 (new 'static 'level-load-info
:name 'lbbring1
:visname 'lbbring1-vis
:nickname 'lbbring1
:dbname 'lbbring1
:taskname 'desert
:index #xeb
:task-level #x6
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("desbush")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbring2, type level-load-info
(define lbbring2 (new 'static 'level-load-info
:name 'lbbring2
:visname 'lbbring2-vis
:nickname 'lbbring2
:dbname 'lbbring2
:taskname 'desert
:index #xec
:task-level #x6
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("desbush")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbring3, type level-load-info
(define lbbring3 (new 'static 'level-load-info
:name 'lbbring3
:visname 'lbbring3-vis
:nickname 'lbbring3
:dbname 'lbbring3
:taskname 'wascity
:index #xed
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("desbush")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbring4, type level-load-info
(define lbbring4 (new 'static 'level-load-info
:name 'lbbring4
:visname 'lbbring4-vis
:nickname 'lbbring4
:dbname 'lbbring4
:taskname 'wascity
:index #xee
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("desbush")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbring5, type level-load-info
(define lbbring5 (new 'static 'level-load-info
:name 'lbbring5
:visname 'lbbring5-vis
:nickname 'lbbring5
:dbname 'lbbring5
:taskname 'city
:index #xef
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf12)
:packages '("desbush")
:run-packages '("common")
:memory-mode (level-memory-mode borrow4)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbring6, type level-load-info
(define lbbring6 (new 'static 'level-load-info
:name 'lbbring6
:visname 'lbbring6-vis
:nickname 'lbbring6
:dbname 'lbbring6
:taskname 'city
:index #xf0
:task-level #x1
:master-level 'ctywide
:level-flags (level-flags lf0 lf1 lf12)
:packages '("desbush")
:run-packages '("common")
:memory-mode (level-memory-mode borrow4)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbring7, type level-load-info
(define lbbring7 (new 'static 'level-load-info
:name 'lbbring7
:visname 'lbbring7-vis
:nickname 'lbbring7
:dbname 'lbbring7
:taskname 'desert
:index #xf1
:task-level #x6
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("desbush")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbtcha1, type level-load-info
(define lbbtcha1 (new 'static 'level-load-info
:name 'lbbtcha1
:visname 'lbbtcha1-vis
:nickname 'lbbtcha1
:dbname 'lbbtcha1
:taskname 'desert
:index #xf2
:task-level #x6
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("timer-path-data")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbtcha2, type level-load-info
(define lbbtcha2 (new 'static 'level-load-info
:name 'lbbtcha2
:visname 'lbbtcha2-vis
:nickname 'lbbtcha2
:dbname 'lbbtcha2
:taskname 'wascity
:index #xf3
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("timer-path-data")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbtcha3, type level-load-info
(define lbbtcha3 (new 'static 'level-load-info
:name 'lbbtcha3
:visname 'lbbtcha3-vis
:nickname 'lbbtcha3
:dbname 'lbbtcha3
:taskname 'city
:index #xf4
:task-level #x1
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("timer-path-data")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbspid, type level-load-info
(define lbbspid (new 'static 'level-load-info
:name 'lbbspid
:visname 'lbbspid-vis
:nickname 'lbbspid
:dbname 'lbbspid
:taskname 'desert
:index #xf5
:task-level #x6
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("desbush" "egg-spiderp")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbspirt, type level-load-info
(define lbbspirt (new 'static 'level-load-info
:name 'lbbspirt
:visname 'lbbspirt-vis
:nickname 'lbbspirt
:dbname 'lbbspirt
:taskname 'desert
:index #xf6
:task-level #x6
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("desbush")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbsprt2, type level-load-info
(define lbbsprt2 (new 'static 'level-load-info
:name 'lbbsprt2
:visname 'lbbsprt2-vis
:nickname 'lbbsprt2
:dbname 'lbbsprt2
:taskname 'wascity
:index #xf7
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("desbush")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbsprt3, type level-load-info
(define lbbsprt3 (new 'static 'level-load-info
:name 'lbbsprt3
:visname 'lbbsprt3-vis
:nickname 'lbbsprt3
:dbname 'lbbsprt3
:taskname 'city
:index #xf8
:task-level #x1
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("desbush")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbsdrp1, type level-load-info
(define lbbsdrp1 (new 'static 'level-load-info
:name 'lbbsdrp1
:visname 'lbbsdrp1-vis
:nickname 'lbbsdrp1
:dbname 'lbbsdrp1
:taskname 'desert
:index #xf9
:task-level #x6
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("desbush")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbsdrp2, type level-load-info
(define lbbsdrp2 (new 'static 'level-load-info
:name 'lbbsdrp2
:visname 'lbbsdrp2-vis
:nickname 'lbbsdrp2
:dbname 'lbbsdrp2
:taskname 'wascity
:index #xfa
:task-level #x7
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("desbush")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lbbsdrp3, type level-load-info
(define lbbsdrp3 (new 'static 'level-load-info
:name 'lbbsdrp3
:visname 'lbbsdrp3-vis
:nickname 'lbbsdrp3
:dbname 'lbbsdrp3
:taskname 'city
:index #xfb
:task-level #x1
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '("desbush")
:run-packages '("common")
:memory-mode (level-memory-mode tiny-center-micro)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol nsta, type level-load-info
(define nsta (new 'static 'level-load-info
:name 'nsta
:visname 'nsta-vis
:nickname 'nsa
:dbname 'nsta
:taskname 'nest
:index #xfc
:task-level #x4
:master-level #f
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank #f
:sound-reverb 0.1
:extra-sound-bank #f
:mood-func 'update-mood-nsta
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id nest)
:continues '((new 'static 'continue-point
:name "nsta-start"
:level 'nsta
:flags (continue-flags race)
:trans (new 'static 'vector :x 7843291.0 :y -134689.17 :z 7799232.0 :w 1.0)
:camera-trans (new 'static 'vector :x 7886400.0 :y -115394.15 :z 7810056.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -26288 0 #x4c63))
:camera-rot (new 'static 'array int16 9 -8004 0 #x7c1a -4151 #x7ee5 -1045 -31498 -4282 -7936)
:on-goto #f
:vis-nick 'nsta
:vehicle-type #x1c
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'nsta :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? #f)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'nest1 'nest2)
)
(new 'static 'continue-point
:name "nsta-eggs"
:level 'nsta
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 7843291.0 :y -134689.17 :z 7799232.0 :w 1.0)
:camera-trans (new 'static 'vector :x 7886400.0 :y -115394.15 :z 7810056.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -26288 0 #x4c63))
:camera-rot (new 'static 'array int16 9 -8004 0 #x7c1a -4151 #x7ee5 -1045 -31498 -4282 -7936)
:on-goto #f
:vis-nick 'nsta
:vehicle-type #xe
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'nsta :display? 'display)
(new 'static 'level-buffer-state-small :name 'desert-game :display? #f)
(new 'static 'level-buffer-state-small :name 'desertg :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'nest1 'nest2)
)
(new 'static 'continue-point
:name "nsta-cave"
:level 'nsta
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 6744972.5 :y -392779.78 :z 2620850.2 :w 1.0)
:camera-trans (new 'static 'vector :x 6772533.0 :y -371657.94 :z 2664031.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7a77 0 -9518))
:camera-rot (new 'static 'array int16 9 -27619 0 #x44dc -2136 #x7f0c -3345 -17497 -3971 -27416)
:on-goto #f
:vis-nick 'nsta
:vehicle-type #xe
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'nsta :display? 'display)
(new 'static 'level-buffer-state-small :name 'nstb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'nest1 'nest2)
)
(new 'static 'continue-point
:name "nsta-fma"
:level 'nsta
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 6782070.0 :y -341917.7 :z 3113670.2 :w 1.0)
:camera-trans (new 'static 'vector :x 6832845.5 :y -313126.1 :z 3071681.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x2c7 -13562 #xe8 #x7476))
:camera-rot (new 'static 'array int16 9 #x51f7 0 #x6249 -6084 #x7c2e #x13d3 -24414 -7926 #x4f89)
:on-goto #f
:vis-nick 'nsta
:vehicle-type #xe
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'nsta :display? 'display)
(new 'static 'level-buffer-state-small :name 'lnstcst :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'nest1 'nest2)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol nstb, type level-load-info
(define nstb (new 'static 'level-load-info
:name 'nstb
:visname 'nstb-vis
:nickname 'nsb
:dbname 'nstb
:taskname 'nest
:index #xfd
:task-level #x4
:master-level 'nsta
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode large)
:music-bank #f
:sound-reverb 0.1
:extra-sound-bank #f
:mood-func 'update-mood-nstb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id nest)
:continues '((new 'static 'continue-point
:name "nstb-start"
:level 'nstb
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 6744972.5 :y -392779.78 :z 2620850.2 :w 1.0)
:camera-trans (new 'static 'vector :x 6772533.0 :y -371657.94 :z 2664031.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7a77 0 -9518))
:camera-rot (new 'static 'array int16 9 -27619 0 #x44dc -2136 #x7f0c -3345 -17497 -3971 -27416)
:on-goto #f
:vis-nick 'nstb
:vehicle-type #xe
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'nsta :display? 'display)
(new 'static 'level-buffer-state-small :name 'nstb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'nest1 'nest2)
)
(new 'static 'continue-point
:name "nstb-hunt"
:level 'nstb
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 6744972.5 :y -392779.78 :z 2620850.2 :w 1.0)
:camera-trans (new 'static 'vector :x 6772533.0 :y -371657.94 :z 2664031.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7a77 0 -9518))
:camera-rot (new 'static 'array int16 9 -27619 0 #x44dc -2136 #x7f0c -3345 -17497 -3971 -27416)
:on-goto #f
:vis-nick 'nstb
:vehicle-type #xe
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'nsta :display? 'display)
(new 'static 'level-buffer-state-small :name 'nstb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'nest1 'nest2)
)
(new 'static 'continue-point
:name "nstb-crystal"
:level 'nstb
:flags (continue-flags no-auto copy-entity-pos race)
:trans (new 'static 'vector :x 6744972.5 :y -392779.78 :z 2620850.2 :w 1.0)
:camera-trans (new 'static 'vector :x 6772533.0 :y -371657.94 :z 2664031.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7a77 0 -9518))
:camera-rot (new 'static 'array int16 9 -27619 0 #x44dc -2136 #x7f0c -3345 -17497 -3971 -27416)
:on-goto "rod-spawner-1"
:vis-nick 'nstb
:vehicle-type #xe
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'nsta :display? 'display)
(new 'static 'level-buffer-state-small :name 'nstb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'nest1 'nest2)
)
(new 'static 'continue-point
:name "nstb-race"
:level 'nstb
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 6744972.5 :y -392779.78 :z 2620850.2 :w 1.0)
:camera-trans (new 'static 'vector :x 6772533.0 :y -371657.94 :z 2664031.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7a77 0 -9518))
:camera-rot (new 'static 'array int16 9 -27619 0 #x44dc -2136 #x7f0c -3345 -17497 -3971 -27416)
:on-goto #f
:vis-nick 'nstb
:vehicle-type #xd
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'nsta :display? 'display)
(new 'static 'level-buffer-state-small :name 'nstb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'nest1 'nest2)
)
(new 'static 'continue-point
:name "nstb-escape"
:level 'nstb
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 6617243.5 :y -371388.0 :z 2441774.0 :w 1.0)
:camera-trans (new 'static 'vector :x 6577418.0 :y -343491.78 :z 2384969.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -176 -9148 #x137 -31459))
:camera-rot (new 'static 'array int16 9 #x68d0 0 -18801 #x1264 #x7be9 #x1a40 #x471a -8204 #x6579)
:on-goto #f
:vis-nick 'nstb
:vehicle-type #xe
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'nsta :display? 'special)
(new 'static 'level-buffer-state-small :name 'nstb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'nest1 'nest2)
)
)
:callback-list '((23 . init-mood-nstb) (5 . *nstb-quicksand-anim-array*))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x3e8 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lnstoba, type level-load-info
(define lnstoba (new 'static 'level-load-info
:name 'lnstoba
:visname 'lnstoba-vis
:nickname 'lnstoa
:dbname 'lnstoba
:taskname 'nest
:index #xfe
:task-level #x4
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lnstobb, type level-load-info
(define lnstobb (new 'static 'level-load-info
:name 'lnstobb
:visname 'lnstobb-vis
:nickname 'lnstobb
:dbname 'lnstobb
:taskname 'nest
:index #xff
:task-level #x4
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lnstobc, type level-load-info
(define lnstobc (new 'static 'level-load-info
:name 'lnstobc
:visname 'lnstobc-vis
:nickname 'lnstobc
:dbname 'lnstobc
:taskname 'nest
:index #x100
:task-level #x4
:master-level #f
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol templex, type level-load-info
(define templex (new 'static 'level-load-info
:name 'templex
:visname 'templex-vis
:nickname 'temx
:dbname 'templex
:taskname 'temple
:index #x101
:task-level #xb
:master-level #f
:level-flags (level-flags lf9 lf11 lf12 lf13)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode tiny-edge)
:music-bank 'temple
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-templex
:special-mood 'desert
:ocean '*ocean-map-city*
:ocean-height 36864.0
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id temple)
:continues '((new 'static 'continue-point
:name "templex-start"
:level 'templex
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17045078.0 :y 490066.34 :z 16974034.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17014928.0 :y 508738.34 :z 17003600.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -3 #x7b38 -6 #x2298))
:camera-rot (new 'static 'array int16 9 -22809 0 -23520 #xcc2 #x7ec1 -3165 #x5afa -4548 -22589)
:on-goto #f
:vis-nick 'templex
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'templex :display? 'display)
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'temple1 'temple6)
)
(new 'static 'continue-point
:name "templex-after-intro"
:level 'templex
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17197668.0 :y 493325.53 :z 16937928.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17162558.0 :y 513205.88 :z 16968640.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -3 #x6d24 -3 #x42da))
:camera-rot (new 'static 'array int16 9 -21586 0 -24650 #xbdd #x7f02 -2660 #x5f8c -4040 -21419)
:on-goto #f
:vis-nick 'templex
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'templex :display? 'display)
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'temple1 'temple6)
)
(new 'static 'continue-point
:name "templex-ravine"
:level 'templex
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 17738900.0 :y 217505.8 :z 16952992.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17753552.0 :y 238593.23 :z 16903936.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x810 -1104 #xd5c -32501))
:camera-rot (new 'static 'array int16 9 #x7aaf 0 #x2474 -1117 #x7f0f #xeb8 -9263 -3932 #x79cd)
:on-goto #f
:vis-nick 'templex
:vehicle-type #xf
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'templex :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'desert1 'desert2)
)
(new 'static 'continue-point
:name "templex-ravine-exit"
:level 'templex
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16867684.0 :y 485793.78 :z 17589754.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16822468.0 :y 505688.06 :z 17601086.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -27930 0 -17130))
:camera-rot (new 'static 'array int16 9 -7978 0 -31777 #xf72 #x7eff -992 #x7b2b -4079 -7916)
:on-goto #f
:vis-nick 'templex
:vehicle-type #x1b
:want-count 4
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'desert-game :display? 'display)
(new 'static 'level-buffer-state-small :name 'templex :display? 'display)
(new 'static 'level-buffer-state-small :name 'deserth :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'temple6 'desert2)
)
(new 'static 'continue-point
:name "templex-top"
:level 'templex
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 17308740.0 :y 1084131.8 :z 16235471.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17349566.0 :y 1105249.1 :z 16266326.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7421 0 -13775))
:camera-rot (new 'static 'array int16 9 -19755 0 #x661a -3214 #x7f05 -2428 -25938 -4027 -19607)
:on-goto #f
:vis-nick 'templex
:vehicle-type #x9
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templex :display? 'display)
(new 'static 'level-buffer-state-small :name 'hanga :display? 'display)
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'temple1 'temple6)
)
(new 'static 'continue-point
:name "hanga-preplay"
:level 'templex
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16974390.0 :y 1165016.2 :z 16767722.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17004096.0 :y 1184379.8 :z 16801172.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -30450 0 #x2f3e))
:camera-rot (new 'static 'array int16 9 -24460 0 #x5527 -2817 #x7ee8 -3165 -21616 -4240 -24254)
:on-goto #f
:vis-nick 'templex
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'templex :display? 'display)
(new 'static 'level-buffer-state-small :name 'hanga :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'hang1 'hang2 'hang3)
)
(new 'static 'continue-point
:name "templex-halfway"
:level 'templex
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17269784.0 :y 849473.56 :z 16848606.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17297876.0 :y 870483.56 :z 16806144.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #xa0f 0 #x7f96))
:camera-rot (new 'static 'array int16 9 #x6b77 0 #x4583 -2113 #x7f16 #xcc2 -17671 -3892 #x6ab2)
:on-goto #f
:vis-nick 'templex
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templex :display? 'display)
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small :name 'hanga :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'temple1 'temple6)
)
(new 'static 'continue-point
:name "templex-warp"
:level 'templex
:flags (continue-flags no-auto warp-gate)
:trans (new 'static 'vector :x 17230558.0 :y 488542.22 :z 17074878.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17209232.0 :y 504678.0 :z 17050176.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 39 -14374 22 -29444))
:camera-rot (new 'static 'array int16 9 #x60e4 0 -21406 #xff2 #x7da4 #x127b #x5215 -6248 #x5f1d)
:on-goto #f
:vis-nick 'templex
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'templex :display? 'display)
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'temple1 'temple6)
)
(new 'static 'continue-point
:name "templex-pre-oracle"
:level 'templex
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17170806.0 :y 490855.62 :z 17031654.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17179668.0 :y 511945.94 :z 17082052.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -31800 0 #x1ed2))
:camera-rot (new 'static 'array int16 9 -32268 0 #x162b -684 #x7f0c -3899 -5632 -3958 -32033)
:on-goto #f
:vis-nick 'templex
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'templex :display? 'display)
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'temple1 'temple6)
)
(new 'static 'continue-point
:name "templex-pre-hang"
:level 'templex
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16973604.0 :y 1162192.1 :z 16818826.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17011204.0 :y 1181747.2 :z 16844432.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7899 0 -10970))
:camera-rot (new 'static 'array int16 9 -18434 0 #x69cd -3411 #x7ef8 -2319 -26868 -4125 -18287)
:on-goto #f
:vis-nick 'templex
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templex :display? 'display)
(new 'static 'level-buffer-state-small :name 'hanga :display? 'display)
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'temple1 'temple6)
)
)
:callback-list '((6 . *templex-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol templea, type level-load-info
(define templea (new 'static 'level-load-info
:name 'templea
:visname 'templea-vis
:nickname 'tema
:dbname 'templea
:taskname 'temple
:index #x102
:task-level #xb
:master-level #f
:level-flags (level-flags lf11 lf12 lf18)
:packages '("hoverp" "templea")
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank 'temple
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-templea
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0 primary0)
:bigmap-id (bigmap-id temple)
:continues '((new 'static 'continue-point
:name "templea-start"
:level 'templea
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17385722.0 :y 488506.56 :z 16724661.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17352642.0 :y 509615.72 :z 16685568.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -16724 0 -28176))
:camera-rot (new 'static 'array int16 9 #x61a5 0 -21180 #xa08 #x7f0c #xbda #x521f -3977 #x60ee)
:on-goto #f
:vis-nick 'templea
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small :name 'templex :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasall :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templea-watchers"
:level 'templea
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17013480.0 :y 181905.4 :z 17698094.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17049156.0 :y 200413.6 :z 17676928.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -16865 0 #x6dbb))
:camera-rot (new 'static 'array int16 9 #x4151 0 #x6e10 -4004 #x7eb0 #x947 -27891 -4656 #x40a6)
:on-goto #f
:vis-nick 'templea
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templee :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templea-spiders"
:level 'templea
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16894200.0 :y 183691.67 :z 17765342.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16895044.0 :y 204785.66 :z 17714124.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x1ee 0 #x7ff8))
:camera-rot (new 'static 'array int16 9 #x7ff8 0 #x23a -68 #x7f09 #xf8d -566 -3984 #x7f05)
:on-goto #f
:vis-nick 'templea
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templee :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templea-watchers-tests"
:level 'templea
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17013480.0 :y 181905.4 :z 17698094.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17049156.0 :y 200413.6 :z 17676928.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -16865 0 #x6dbb))
:camera-rot (new 'static 'array int16 9 #x4151 0 #x6e10 -4004 #x7eb0 #x947 -27891 -4656 #x40a6)
:on-goto #f
:vis-nick 'templea
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templec :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templea-mardoor"
:level 'templea
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16781998.0 :y 181943.5 :z 17698394.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16820484.0 :y 200755.2 :z 17716688.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -25440 0 #x50a6))
:camera-rot (new 'static 'array int16 9 -14076 0 #x7391 -4082 #x7ec4 -1939 -29303 -4518 -13942)
:on-goto #f
:vis-nick 'templea
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templec :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templea-hover-test"
:level 'templea
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17295098.0 :y 182005.77 :z 17473302.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17298386.0 :y 203101.39 :z 17421938.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 42 -3712 -3 #x7f2a))
:camera-rot (new 'static 'array int16 9 #x7fb6 0 #x85e -258 #x7f0c #xf76 -2126 -3968 #x7ec7)
:on-goto #f
:vis-nick 'templea
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templeb :display? #f)
(new 'static 'level-buffer-state-small :name 'templec :display? #f)
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple5 'temple4)
)
)
:callback-list '((34 . templea-logout)
(35 . templea-activate)
(33 . templea-login)
(23 . init-mood-templea)
(7 . *templea-warp-texture-anim-array*)
(6 . *templea-water-texture-anim-array*)
)
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #xa #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol templeb, type level-load-info
(define templeb (new 'static 'level-load-info
:name 'templeb
:visname 'templeb-vis
:nickname 'temb
:dbname 'templeb
:taskname 'temple
:index #x103
:task-level #xb
:master-level 'templea
:level-flags (level-flags lf11 lf12 lf18)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'temple
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-templea
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id temple)
:continues '((new 'static 'continue-point
:name "templeb-start"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17027416.0 :y 180697.9 :z 19033260.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17026648.0 :y 201791.89 :z 18982020.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -42 #x3e7 0 -32760))
:camera-rot (new 'static 'array int16 9 #x7ff8 0 -91 9 #x7f0c #xf79 91 -3961 #x7f0c)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-oracle-movie"
:level 'templeb
:flags (continue-flags scene-wait no-auto)
:trans (new 'static 'vector :x 17027416.0 :y 180697.9 :z 19033260.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17026648.0 :y 201791.89 :z 18982020.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -42 #x3e7 0 -32760))
:camera-rot (new 'static 'array int16 9 #x7ff8 0 -91 9 #x7f0c #xf79 91 -3961 #x7f0c)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templee :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-after-intro"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17108772.0 :y 180716.34 :z 19061088.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17088256.0 :y 199079.94 :z 19096518.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -3604 0 #x7f37))
:camera-rot (new 'static 'array int16 9 -27691 0 -17513 #xa08 #x7e99 -4063 #x43ab -4806 -27389)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-regen"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17029620.0 :y 189938.89 :z 19156936.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17030224.0 :y 211033.3 :z 19105722.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x597 0 -32734))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 #x185 -45 #x7f0c #xf72 -386 -3954 #x7f0c)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-flash-freeze"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16833138.0 :y 189826.66 :z 19508534.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16808400.0 :y 210891.98 :z 19553220.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7bf6 0 #x1fd1))
:camera-rot (new 'static 'array int16 9 -28651 0 -15891 #x78d #x7f09 -3486 #x3d9e -3987 -28438)
:on-goto '(send-event *target* 'get-pickup (int 8) (float (new 'static 'bfloat :data 100.0)))
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 3
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templec :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-glide"
:level 'templeb
:flags (continue-flags no-auto lightjak)
:trans (new 'static 'vector :x 17238664.0 :y 189938.89 :z 19509640.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17262852.0 :y 210861.27 :z 19553988.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -28612 0 #x3e58))
:camera-rot (new 'static 'array int16 9 -28730 0 #x3d8a -1897 #x7f0f -3460 -15639 -3945 -28520)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x26
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templed :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-warp"
:level 'templeb
:flags (continue-flags no-auto warp-gate)
:trans (new 'static 'vector :x 16988212.0 :y 180710.61 :z 19053032.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17019604.0 :y 199623.06 :z 19082382.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -17513 0 -27691))
:camera-rot (new 'static 'array int16 9 -23320 0 #x59e7 -3325 #x7ea3 -3371 -22773 -4738 -23074)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templed :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-pole-room"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17063308.0 :y 182277.33 :z 18206770.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17107280.0 :y 201417.11 :z 18206226.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -24781 0 #x53b8))
:camera-rot (new 'static 'array int16 9 #x189 0 #x7ffb -4321 #x7ede 49 -32475 -4321 #x185)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templee :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-pole-half"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17066608.0 :y 182278.97 :z 18353748.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17106960.0 :y 200448.81 :z 18353354.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -19004 0 #x6843))
:camera-rot (new 'static 'array int16 9 #x18f 0 #x7ffb -4816 #x7e99 58 -32406 -4816 #x18c)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templee :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-swingpoles"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16896550.0 :y 182277.33 :z 18129424.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16859136.0 :y 201682.94 :z 18104636.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 36 #x3645 16 #x73e9))
:camera-rot (new 'static 'array int16 9 #x469d 0 -27327 #xdc2 #x7eeb #x919 #x69da -4226 #x4606)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templee :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-pole-complete"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17030754.0 :y 182278.97 :z 18504870.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17031380.0 :y 199665.25 :z 18467534.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 98 0 #x7ffb))
:camera-rot (new 'static 'array int16 9 #x7ff8 0 #x202 -81 #x7e4b #x14bf -507 -5311 #x7e47)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templee :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-defend"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16896550.0 :y 182277.33 :z 18129424.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16859136.0 :y 201682.94 :z 18104636.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 36 #x3645 16 #x73e9))
:camera-rot (new 'static 'array int16 9 #x469d 0 -27327 #xdc2 #x7eeb #x919 #x69da -4226 #x4606)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templed :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-fans"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16781696.0 :y 313341.53 :z 18168804.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16730453.0 :y 334434.72 :z 18167612.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -29 #x62ed -39 #x5136))
:camera-rot (new 'static 'array int16 9 #x2d7 0 -32757 #xf86 #x7f0c 85 #x7f02 -3977 #x2d0)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templed :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-fans-mid"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17139324.0 :y 313344.4 :z 18317006.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17190482.0 :y 334436.75 :z 18317952.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 3 -23516 -3 #x591c))
:camera-rot (new 'static 'array int16 9 -629 0 #x7ff8 -3991 #x7f09 -75 -32514 -3991 -625)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templed :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-fans-end"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16788206.0 :y 313353.84 :z 18463818.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16736978.0 :y 334465.03 :z 18463948.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 3 #x6171 3 #x52fa))
:camera-rot (new 'static 'array int16 9 -78 0 -32763 #xf97 #x7f09 -9 #x7f09 -3991 -78)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templed :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-break-door"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16893266.0 :y 182462.47 :z 17953830.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16894864.0 :y 203434.39 :z 17903104.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -39 #xdb5 -16 #x7f40))
:camera-rot (new 'static 'array int16 9 #x7feb 0 #x41f -127 #x7f0c #xf83 -1048 -3974 #x7ef8)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templed :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-break-alcove"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17116980.0 :y 199489.12 :z 18284718.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17067264.0 :y 220186.22 :z 18283968.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 32 #x6f8c -16 #x3ec1))
:camera-rot (new 'static 'array int16 9 #x158 0 -32763 #xf4e #x7f13 39 #x7f0f -3918 #x154)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templed :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templeb-before-glide"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17401946.0 :y 181518.75 :z 19598502.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17447186.0 :y 202636.08 :z 19622454.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 22 #x6db1 -36 -16884))
:camera-rot (new 'static 'array int16 9 -15341 0 #x7115 -3515 #x7f09 -1864 -28736 -3981 -15226)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templed :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "temple-after-pole-spiders"
:level 'templeb
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17030828.0 :y 182632.03 :z 18912070.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17029124.0 :y 203726.03 :z 18860870.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x63b 0 #x7fd7))
:camera-rot (new 'static 'array int16 9 #x7feb 0 -1117 #x86 #x7f0c #xf83 #x456 -3971 #x7ef8)
:on-goto #f
:vis-nick 'templeb
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templee :display? 'special)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
)
:callback-list '((23 . init-mood-templea) (7 . *templeb-warp-texture-anim-array*))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol templec, type level-load-info
(define templec (new 'static 'level-load-info
:name 'templec
:visname 'templec-vis
:nickname 'temc
:dbname 'templec
:taskname 'temple
:index #x104
:task-level #xb
:master-level 'templea
:level-flags (level-flags lf11 lf12 lf18)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'temple
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-templea
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id temple)
:continues '((new 'static 'continue-point
:name "templec-start"
:level 'templec
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16145901.0 :y 210386.53 :z 17838426.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16146436.0 :y 231480.94 :z 17787202.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 49 #x18f 0 #x7ffb))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 #x147 -39 #x7f0c #xf72 -327 -3954 #x7f0c)
:on-goto #f
:vis-nick 'templec
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templec :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templec-grind-test"
:level 'templec
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16726545.0 :y 236132.36 :z 19206216.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16767062.0 :y 256762.27 :z 19234574.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -29083 0 #x3af1))
:camera-rot (new 'static 'array int16 9 -18841 0 #x68b6 -3230 #x7f0c -2270 -26610 -3951 -18703)
:on-goto #f
:vis-nick 'templec
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templec :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templec-end"
:level 'templec
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 16139388.0 :y 226407.62 :z 19416102.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16139904.0 :y 245642.03 :z 19371776.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -439 0 -32763))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 #x1b0 -55 #x7ee8 #x10a0 -429 -4256 #x7ee5)
:on-goto #f
:vis-nick 'templec
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templec :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
)
:callback-list '((23 . init-mood-templea) (6 . *templec-water-texture-anim-array*))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol templed, type level-load-info
(define templed (new 'static 'level-load-info
:name 'templed
:visname 'templed-vis
:nickname 'temd
:dbname 'templed
:taskname 'temple
:index #x105
:task-level #xb
:master-level 'templea
:level-flags (level-flags lf9 lf11 lf12 lf18)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'temple
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-templed
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id temple)
:continues '((new 'static 'continue-point
:name "templed-start"
:level 'templed
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17570860.0 :y 287929.56 :z 19058204.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17569730.0 :y 309023.94 :z 19109376.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32760 0 #x26b))
:camera-rot (new 'static 'array int16 9 -32757 0 -701 85 #x7f09 -3991 #x2b9 -3991 -32514)
:on-goto #f
:vis-nick 'templed
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templed :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "temple-comb-entrance"
:level 'templed
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17697334.0 :y 314175.9 :z 18468508.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17646146.0 :y 335280.94 :z 18470336.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -29 #x621b -36 #x5232))
:camera-rot (new 'static 'array int16 9 -1169 0 -32744 #xfad #x7f05 -140 #x7ef2 -4013 -1159)
:on-goto #f
:vis-nick 'templed
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templed :display? 'display)
(new 'static 'level-buffer-state-small :name 'combx :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templed-warp"
:level 'templed
:flags (continue-flags no-auto warp-gate)
:trans (new 'static 'vector :x 17512212.0 :y 389120.0 :z 18223136.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17555770.0 :y 409207.2 :z 18242222.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -19542 0 -26298))
:camera-rot (new 'static 'array int16 9 -13637 0 #x745f -4384 #x7e99 -2005 -29467 -4823 -13490)
:on-goto #f
:vis-nick 'templed
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templed :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templed-after-res"
:level 'templed
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17561624.0 :y 389120.0 :z 18226680.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17602002.0 :y 409065.88 :z 18250498.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -29 -27340 39 #x4689))
:camera-rot (new 'static 'array int16 9 -16665 0 #x6e31 -3453 #x7f05 -2041 -27996 -4013 -16540)
:on-goto #f
:vis-nick 'templed
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templed :display? 'display)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templed-before-comb"
:level 'templed
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17420116.0 :y 316363.56 :z 18465562.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17368898.0 :y 353840.75 :z 18466304.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -25220 0 -20915))
:camera-rot (new 'static 'array int16 9 -498 0 -32760 #x3112 #x7634 -190 #x7631 -12562 -458)
:on-goto #f
:vis-nick 'templed
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templed :display? 'display)
(new 'static 'level-buffer-state-small :name 'combx :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templed-bridge"
:level 'templed
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17423136.0 :y 316350.88 :z 18464996.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17374402.0 :y 352015.56 :z 18466506.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -32 #x642e 39 #x4fa6))
:camera-rot (new 'static 'array int16 9 -1019 0 -32750 #x3051 #x7682 -383 #x7672 -12372 -943)
:on-goto #f
:vis-nick 'templed
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templed :display? 'display)
(new 'static 'level-buffer-state-small :name 'combx :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
(new 'static 'continue-point
:name "templed-break-door"
:level 'templed
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 17570988.0 :y 180209.25 :z 19057660.0 :w 1.0)
:camera-trans (new 'static 'vector :x 17565634.0 :y 201301.2 :z 19006724.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -42 #xb26 -3 #x7f7f))
:camera-rot (new 'static 'array int16 9 #x7f4e 0 -3397 #x19c #x7f09 #xf79 #xd2b -3984 #x7e5b)
:on-goto #f
:vis-nick 'templed
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templea :display? 'special)
(new 'static 'level-buffer-state-small :name 'templeb :display? 'display)
(new 'static 'level-buffer-state-small :name 'templed :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'temple3 'temple4 'temple5)
)
)
:callback-list '((23 . init-mood-templed))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol templee, type level-load-info
(define templee (new 'static 'level-load-info
:name 'templee
:visname 'templee
:nickname 'templee
:dbname 'templee
:taskname 'temple
:index #x106
:task-level #xb
:master-level 'templea
:level-flags (level-flags lf9 lf11 lf12 lf18)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'temple
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-templea
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id temple)
:continues '()
:callback-list '((23 . init-mood-templea))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol hanga, type level-load-info
(define hanga (new 'static 'level-load-info
:name 'hanga
:visname 'hanga-vis
:nickname 'hga
:dbname 'hanga
:taskname 'volcano
:index #x107
:task-level #xa
:master-level #f
:level-flags (level-flags lf7 lf9 lf12 lf13 low-res-hfrag)
:packages '("vehiclep" "nav-graphp" "hvehiclep" "hanga")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'desglide
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood 'desert
:ocean '*ocean-map-desert*
:ocean-height 36864.0
:ocean-alpha 1.0
:priority 100
:draw-priority 9.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id desert)
:continues '((new 'static 'continue-point
:name "hanga-start"
:level 'hanga
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 16819094.0 :y 1174688.1 :z 16639186.0 :w 1.0)
:camera-trans (new 'static 'vector :x 16867160.0 :y 1199323.1 :z 16688642.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -445 #x7682 -1137 -12313))
:camera-rot (new 'static 'array int16 9 -23493 0 #x5933 -7533 #x78d4 -7749 -21557 -10806 -22179)
:on-goto #f
:vis-nick 'hanga
:vehicle-type #x9
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templex :display? 'display)
(new 'static 'level-buffer-state-small :name 'hanga :display? 'display)
(new 'static 'level-buffer-state-small :name 'hangb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'hang1 'hang2 'hang3)
)
(new 'static 'continue-point
:name "hanga-halfway"
:level 'hanga
:flags (continue-flags no-auto race)
:trans (new 'static 'vector :x 5954590.5 :y 1131934.9 :z 9072372.0 :w 1.0)
:camera-trans (new 'static 'vector :x 5977600.0 :y 1156697.2 :z 9117896.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -1058 #x7bb8 -2962 -7778))
:camera-rot (new 'static 'array int16 9 -29247 0 #x39b0 -6694 #x7215 -13260 -13162 -14853 -26069)
:on-goto #f
:vis-nick 'hanga
:vehicle-type #x9
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'templex :display? #f)
(new 'static 'level-buffer-state-small :name 'hanga :display? 'display)
(new 'static 'level-buffer-state-small :name 'hangb :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'hang1 'hang2 'hang3)
)
)
:callback-list '((36 . hanga-deactivate)
(35 . hanga-activate)
(33 . hanga-login)
(12 . *hfrag-texture-anim-array*)
(9 . *hanga-sprite-texture-anim-array*)
)
:borrow #f
:bottom-height (meters 30)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol hangb, type level-load-info
(define hangb (new 'static 'level-load-info
:name 'hangb
:visname 'hangb-vis
:nickname 'hgb
:dbname 'hangb
:taskname 'volcano
:index #x108
:task-level #xa
:master-level 'hanga
:level-flags (level-flags lf1 lf9 lf12 low-res-hfrag)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-center)
:music-bank 'desglide
:extra-sound-bank #f
:mood-func 'update-mood-desert
:special-mood 'desert
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((12 . *hfrag-texture-anim-array*))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol volcanox, type level-load-info
(define volcanox (new 'static 'level-load-info
:name 'volcanox
:visname 'volcanox-vis
:nickname 'vocx
:dbname 'volcanox
:taskname 'volcano
:index #x109
:task-level #xa
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'volcano
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-volcanox
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id volcano)
:continues '((new 'static 'continue-point
:name "volcanox-start"
:level 'volcanox
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -383338.1 :y -91.7504 :z -1757067.2 :w 1.0)
:camera-trans (new 'static 'vector :x -353610.56 :y 20987.494 :z -1798751.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x24b2 0 -31390))
:camera-rot (new 'static 'array int16 9 #x6833 0 #x4a50 -2306 #x7f0c #xca5 -18883 -3977 #x676f)
:on-goto #f
:vis-nick 'volcanox
:vehicle-type #x1b
:want-count 1
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanox :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano4)
)
(new 'static 'continue-point
:name "volcanox-vola-start"
:level 'volcanox
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -383336.03 :y -92.5696 :z -1757081.6 :w 1.0)
:camera-trans (new 'static 'vector :x -355318.6 :y 20216.627 :z -1796426.1 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x24b2 0 -31390))
:camera-rot (new 'static 'array int16 9 #x6833 0 #x4a53 -2264 #x7f13 #xc67 -18890 -3902 #x6775)
:on-goto #f
:vis-nick 'volcanox
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanox :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanoa :display? #f)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano4)
)
(new 'static 'continue-point
:name "volcanox-warp"
:level 'volcanox
:flags (continue-flags no-auto warp-gate)
:trans (new 'static 'vector :x -552290.3 :y 1905.8688 :z -1837354.6 :w 1.0)
:camera-trans (new 'static 'vector :x -519551.78 :y 18144.46 :z -1833278.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -3 -24001 0 -22304))
:camera-rot (new 'static 'array int16 9 -4826 0 #x7e96 -6097 #x7db4 -907 -31829 -6166 -4741)
:on-goto #f
:vis-nick 'volcanox
:vehicle-type #x1b
:want-count 1
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanox :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano4)
)
)
:callback-list '((7 . *volcanox-warp-texture-anim-array*))
:borrow #f
:bottom-height (meters -100)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol volcanoa, type level-load-info
(define volcanoa
(new 'static 'level-load-info
:name 'volcanoa
:visname 'volcanoa-vis
:nickname 'voca
:dbname 'volcanoa
:taskname 'volcano
:index #x10a
:task-level #xa
:part-engine-max #x10
:master-level #f
:level-flags (level-flags lf8 lf9 lf11 lf12)
:packages '("ladderp" "flutp" "tubep" "indaxp" "volcanoa")
:run-packages '("common")
:memory-mode (level-memory-mode large)
:music-bank 'volcano
:sound-reverb 0.08
:extra-sound-bank #f
:mood-func 'update-mood-volcano
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id volcano)
:continues '((new 'static 'continue-point
:name "volcanoa-start"
:level 'volcanoa
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -188915.72 :y 82159.2 :z -1453556.1 :w 1.0)
:camera-trans (new 'static 'vector :x -153738.44 :y 103218.38 :z -1490743.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -39 #x29c0 0 -30971))
:camera-rot (new 'static 'array int16 9 #x5cf9 0 #x57f5 -2729 #x7f0c #xb46 -22350 -3974 #x5c49)
:on-goto #f
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcano-pre-indax-1"
:level 'volcanoa
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 205017.5 :y 56940.133 :z 187811.84 :w 1.0)
:camera-trans (new 'static 'vector :x 229780.69 :y 77896.91 :z 232624.12 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -30070 0 #x32d3))
:camera-rot (new 'static 'array int16 9 -28543 0 #x3ed8 -1946 #x7f0c -3453 -15970 -3964 -28333)
:on-goto #f
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? #f)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcano-flut-1"
:level 'volcanoa
:flags (continue-flags no-auto flut-fight)
:trans (new 'static 'vector :x -8789.606 :y 81750.42 :z -1259742.9 :w 1.0)
:camera-trans (new 'static 'vector :x -59694.695 :y 102857.12 :z -1265227.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x56db 0 #x5e00))
:camera-rot (new 'static 'array int16 9 #xdc2 0 -32576 #xf72 #x7f09 #x1a9 #x7e4e -3981 #xda8)
:on-goto #f
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcano-flut-2"
:level 'volcanoa
:flags (continue-flags no-auto flut-fight)
:trans (new 'static 'vector :x -151263.64 :y 49150.363 :z -1020328.4 :w 1.0)
:camera-trans (new 'static 'vector :x -109073.2 :y 90724.35 :z -991319.6 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x6e8c 0 -16511))
:camera-rot (new 'static 'array int16 9 -18536 0 #x6988 -11789 #x7328 -8086 -24309 -14296 -16678)
:on-goto #f
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcano-indax-1"
:level 'volcanoa
:flags (continue-flags no-auto indax indax-hang)
:trans (new 'static 'vector :x 98610.38 :y 113585.36 :z 52110.95 :w 1.0)
:camera-trans (new 'static 'vector :x 114574.13 :y 117680.945 :z 48513.434 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -23674 0 #x587b))
:camera-rot (new 'static 'array int16 9 #x1bf1 0 #x7ce6 -10793 #x7878 #x96e -30096 -11062 #x1a4d)
:on-goto '(begin
(task-close! "volcano-darkeco-indax-1-introduction")
(send-event
*target*
'manipy
'auto
"volcano-post-indax-1"
'(begin
(task-close! "volcano-darkeco-indax-1")
(want-continue "volcano-post-indax-1")
(talker-spawn "dax619")
)
)
)
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? #f)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcano-post-indax-1"
:level 'volcanoa
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 197005.72 :y 57391.51 :z 186100.94 :w 1.0)
:camera-trans (new 'static 'vector :x 169235.66 :y 78485.51 :z 143088.03 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -9643 0 -31315))
:camera-rot (new 'static 'array int16 9 #x6b97 0 -17746 #x86c #x7f09 #xd11 #x44cf -3981 #x6ac9)
:on-goto #f
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? #f)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcano-post-rock-collapse"
:level 'volcanoa
:flags (continue-flags no-auto indax)
:trans (new 'static 'vector :x 308310.03 :y 75210.75 :z 362059.38 :w 1.0)
:camera-trans (new 'static 'vector :x 312644.8 :y 93494.88 :z 402524.16 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -31790 0 #x1ef6))
:camera-rot (new 'static 'array int16 9 -32576 0 #xdb2 -507 #x7ea0 -4734 -3470 -4761 -32229)
:on-goto '(begin
(send-event
*target*
'manipy
'auto
"volcano-post-indax-1"
'(begin
(task-close! "volcano-darkeco-indax-1")
(want-continue "volcano-post-indax-1")
(talker-spawn "dax619")
(setting-pers mode-name mode 'cam-really-fixed time (seconds (new 'static 'bfloat :data 0.1)))
(setting-pers
interp-time
value
(secondsf (new 'static 'bfloat :data 0.4))
mode
'hi
time
(seconds (new 'static 'bfloat :data 0.3))
)
(setting-pers
string-startup-vector
mode
'abs
value
(static-vectorm
(new 'static 'bfloat :data -0.5607)
(new 'static 'bfloat :data -0.0538)
(new 'static 'bfloat :data -0.8262)
)
time
(seconds (new 'static 'bfloat :data 0.25))
)
)
)
(want-continue "volcano-indax-1")
)
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? #f)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcano-pre-indax-2"
:level 'volcanoa
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -290857.38 :y 24574.361 :z 419111.72 :w 1.0)
:camera-trans (new 'static 'vector :x -277216.06 :y 44490.754 :z 374599.7 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -7896 0 #x7c38))
:camera-rot (new 'static 'array int16 9 #x7a63 0 #x2570 -1189 #x7eff #xf31 -9508 -4069 #x7971)
:on-goto #f
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? #f)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcano-indax-2"
:level 'volcanoa
:flags (continue-flags no-auto indax)
:trans (new 'static 'vector :x -355248.94 :y 51808.664 :z 562249.75 :w 1.0)
:camera-trans (new 'static 'vector :x -331340.6 :y 73882.83 :z 515073.22 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -8093 0 #x7c03))
:camera-rot (new 'static 'array int16 9 #x7150 0 #x3b81 -1877 #x7f02 #xdf6 -15118 -4036 #x7071)
:on-goto '(task-close! "volcano-darkeco-indax-2-introduction")
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? #f)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcano-post-indax-2"
:level 'volcanoa
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -290357.66 :y 24566.988 :z 433203.2 :w 1.0)
:camera-trans (new 'static 'vector :x -320961.75 :y 44639.438 :z 397040.03 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x21ac 0 #x7b7a))
:camera-rot (new 'static 'array int16 9 #x61b9 0 -21157 #x9f1 #x7f0f #xbc3 #x520b -3941 #x6105)
:on-goto #f
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? #f)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcano-post-rock-fall"
:level 'volcanoa
:flags (continue-flags no-auto indax)
:trans (new 'static 'vector :x -310118.4 :y 24563.303 :z 435816.03 :w 1.0)
:camera-trans (new 'static 'vector :x -283636.53 :y 44336.742 :z 473550.44 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -17029 0 -27992))
:camera-rot (new 'static 'array int16 9 -27910 0 #x4308 -2503 #x7e9d -4069 -16976 -4780 -27612)
:on-goto '(begin
(send-event *target* 'manipy 'auto "volcano-post-indax-2")
(want-continue "volcano-post-indax-2")
(talker-spawn "dax613")
)
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? #f)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcano-movie"
:level 'volcanoa
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 120950.375 :y 159177.11 :z 68872.6 :w 1.0)
:camera-trans (new 'static 'vector :x 144663.34 :y 176189.03 :z 95113.22 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32373 0 -5055))
:camera-rot (new 'static 'array int16 9 -24444 0 #x5538 -3791 #x7e09 -4246 -21485 -5694 -24070)
:on-goto #f
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcanoa-ladder"
:level 'volcanoa
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 302366.3 :y 9180.774 :z -122416.336 :w 1.0)
:camera-trans (new 'static 'vector :x 303195.75 :y 30220.287 :z -173540.97 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #xf4b 0 -32531))
:camera-rot (new 'static 'array int16 9 #x7ff8 0 #x1e8 -55 #x7f0f #xf65 -484 -3945 #x7f0c)
:on-goto #f
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcano-lava-ladder"
:level 'volcanoa
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -783090.9 :y 387684.34 :z -385015.8 :w 1.0)
:camera-trans (new 'static 'vector :x -747985.3 :y 408775.88 :z -347745.06 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -30250 0 #x312d))
:camera-rot (new 'static 'array int16 9 -23874 0 #x57a6 -2729 #x7f09 -2903 -22271 -3984 -23697)
:on-goto #f
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
(new 'static 'continue-point
:name "volcanoa-resolution"
:level 'volcanoa
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -855583.1 :y 450319.97 :z -553405.25 :w 1.0)
:camera-trans (new 'static 'vector :x -895767.75 :y 520565.97 :z -545477.8 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -27829 0 -17294))
:camera-rot (new 'static 'array int16 9 -6743 0 -32062 #x5dc5 #x54d9 -5046 #x5307 -24529 -4469)
:on-goto #f
:vis-nick 'volcanoa
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'volcanoa :display? 'display)
(new 'static 'level-buffer-state-small :name 'volcanox :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'volcano1 'volcano2 'volcano3)
)
)
:callback-list '((5 . *volcanoa-alpha-texture-anim-array*))
:borrow #f
:bottom-height (meters -100)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol factorya, type level-load-info
(define factorya (new 'static 'level-load-info
:name 'factorya
:visname 'factorya-vis
:nickname 'factorya
:dbname 'factorya
:taskname 'factory
:index #x10b
:task-level #x9
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '("factorya")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:continues '((new 'static 'continue-point
:name "factorya-intro-b"
:level 'factorya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1129810.8 :y 2034033.9 :z -203798.53 :w 1.0)
:camera-trans (new 'static 'vector :x 1194230.1 :y 2059722.4 :z -208220.16 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x90 #x5892 -88 -23651))
:camera-rot (new 'static 'array int16 9 #x8c1 0 #x7fb0 -10996 #x7888 #x2f1 -30784 -11022 #x841)
:on-goto #f
:vis-nick 'factorya
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'factory1 'factory2 'factory3)
)
(new 'static 'continue-point
:name "factorya-movie"
:level 'factorya
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1129810.8 :y 2034033.9 :z -203798.53 :w 1.0)
:camera-trans (new 'static 'vector :x 1194230.1 :y 2059722.4 :z -208220.16 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 #x90 #x5892 -88 -23651))
:camera-rot (new 'static 'array int16 9 #x8c1 0 #x7fb0 -10996 #x7888 #x2f1 -30784 -11022 #x841)
:on-goto #f
:vis-nick 'factorya
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory1 'factory2 'factory3)
)
(new 'static 'continue-point
:name "factorya-landing"
:level 'factorya
:trans (new 'static 'vector :x 1545544.1 :y 1366016.0 :z 1616407.8 :w 1.0)
:camera-trans (new 'static 'vector :x 1540291.4 :y 1384450.9 :z 1575498.5 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #xfd5 0 #x7f02))
:camera-rot (new 'static 'array int16 9 #x7ef8 0 -4112 #x24d #x7eaa #x123a #xfe5 -4702 #x7daa)
:on-goto #f
:vis-nick 'factorya
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 #f #f #f)
)
)
:callback-list '()
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x285 #x8fc #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lfactory, type level-load-info
(define lfactory (new 'static 'level-load-info
:name 'lfactory
:visname 'lfactory-vis
:nickname 'lfactory
:dbname 'lfactory
:taskname 'factory
:index #x10c
:task-level #x9
:master-level 'factorya
:level-flags (level-flags lf7 lf12)
:packages '("vehiclep" "nav-graphp" "hvehiclep" "wvehiclep" "lfactory")
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0 primary0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . factorya-deactivate) (35 . factorya-activate))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lfaccar, type level-load-info
(define lfaccar (new 'static 'level-load-info
:name 'lfaccar
:visname 'lfaccar-vis
:nickname 'lfaccar
:dbname 'lfaccar
:taskname 'factory
:index #x10d
:task-level #x9
:master-level 'factorya
:level-flags (level-flags lf7 lf12)
:packages '("vehiclep" "wvehiclep" "lfaccar")
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '((36 . lfaccar-deactivate) (35 . lfaccar-activate))
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lfacrm1, type level-load-info
(define lfacrm1 (new 'static 'level-load-info
:name 'lfacrm1
:visname 'lfacrm1-vis
:nickname 'lfacrm1
:dbname 'lfacrm1
:taskname 'factory
:index #x10e
:task-level #x9
:master-level #f
:level-flags (level-flags lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-lfacrm1
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "lfacrm1-start"
:level 'lfacrm1
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 2785447.5 :y 11381.965 :z -2073986.6 :w 1.0)
:camera-trans (new 'static 'vector :x 2769825.5 :y 29530.111 :z -2036994.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fa3 0 #x985))
:camera-rot (new 'static 'array int16 9 -30181 0 -12752 #x765 #x7e93 -4482 #x3140 -4865 -29847)
:on-goto #f
:vis-nick 'towerc
:vehicle-type #x1b
:want-count 3
:want (new 'static 'inline-array level-buffer-state-small 4
(new 'static 'level-buffer-state-small :name 'towerc :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide-ff :display? #f)
(new 'static 'level-buffer-state-small :name 'ctyslumc :display? #f)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 'ctyslmch #f #f)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lfacrm2, type level-load-info
(define lfacrm2 (new 'static 'level-load-info
:name 'lfacrm2
:visname 'lfacrm2-vis
:nickname 'lfacrm2
:dbname 'lfacrm2
:taskname 'factory
:index #x10f
:task-level #x9
:master-level #f
:level-flags (level-flags lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-lfacrm2
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "factoryc-start-lfacrm2"
:level 'lfacrm2
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1016789.0 :y 1980975.9 :z 240304.53 :w 1.0)
:camera-trans (new 'static 'vector :x 1015779.75 :y 1996601.8 :z 209614.84 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x161 0 #x7ffb))
:camera-rot (new 'static 'array int16 9 #x7feb 0 -1107 #xde #x7d4b #x1a19 #x439 -6684 #x7d3b)
:on-goto #f
:vis-nick 'lfacrm2
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? #f)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lfaccity, type level-load-info
(define lfaccity (new 'static 'level-load-info
:name 'lfaccity
:visname 'lfaccity-vis
:nickname 'lfaccity
:dbname 'lfaccity
:taskname 'factory
:index #x110
:task-level #x9
:master-level 'factorya
:level-flags (level-flags use-camera-other lf12 lf13)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-lfaccity
:special-mood #f
:ocean '*ocean-map-city*
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lfacctyb, type level-load-info
(define lfacctyb (new 'static 'level-load-info
:name 'lfacctyb
:visname 'lfacctyb-vis
:nickname 'lfacb
:dbname 'lfacctyb
:taskname 'factory
:index #x111
:task-level #x9
:master-level 'factorya
:level-flags (level-flags use-camera-other lf12 lf13)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-ctywide
:special-mood #f
:ocean '*ocean-map-city*
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol factoryb, type level-load-info
(define factoryb (new 'static 'level-load-info
:name 'factoryb
:visname 'factoryb-vis
:nickname 'facb
:dbname 'factoryb
:taskname 'factory
:index #x112
:task-level #x9
:master-level 'factorya
:level-flags (level-flags lf9 lf11 lf12)
:packages '("factoryb")
:run-packages '("common")
:memory-mode (level-memory-mode large)
:music-bank 'factoryb
:extra-sound-bank #f
:mood-func 'update-mood-factory
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "factoryb-start"
:level 'factoryb
:flags (continue-flags race)
:trans (new 'static 'vector :x 2412732.8 :y 1672502.9 :z 1152467.0 :w 1.0)
:camera-trans (new 'static 'vector :x 2467814.5 :y 1699122.8 :z 1153842.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -23457 0 #x595a))
:camera-rot (new 'static 'array int16 9 -812 0 #x7ff1 -14243 #x733f -353 -29496 -14247 -730)
:on-goto #f
:vis-nick 'factoryb
:vehicle-type #x8
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryb :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory1 'factory2 'factory3)
)
)
:callback-list '((35 . factoryb-activate) (6 . *factoryb-water-texture-anim-array*))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #xc4e #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol factoryc, type level-load-info
(define factoryc
(new 'static 'level-load-info
:name 'factoryc
:visname 'factoryc-vis
:nickname 'facc
:dbname 'factoryc
:taskname 'factory
:index #x113
:task-level #x9
:master-level 'factorya
:level-flags (level-flags lf9 lf11 lf12)
:packages '("factoryc" "indaxp")
:run-packages '("common")
:memory-mode (level-memory-mode large)
:music-bank 'factass
:extra-sound-bank #f
:mood-func 'update-mood-factoryc
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id factory)
:continues '((new 'static 'continue-point
:name "factoryc-start"
:level 'factoryc
:trans (new 'static 'vector :x 1016789.0 :y 1980975.9 :z 240304.53 :w 1.0)
:camera-trans (new 'static 'vector :x 1015779.75 :y 1996601.8 :z 209614.84 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x161 0 #x7ffb))
:camera-rot (new 'static 'array int16 9 #x7feb 0 -1107 #xde #x7d4b #x1a19 #x439 -6684 #x7d3b)
:on-goto #f
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
(new 'static 'continue-point
:name "factory-pre-indax-1"
:level 'factoryc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 939928.75 :y 1729067.4 :z 93182.36 :w 1.0)
:camera-trans (new 'static 'vector :x 908363.4 :y 1750059.9 :z 53299.61 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x32ea 0 #x756c))
:camera-rot (new 'static 'array int16 9 #x6473 0 -20302 #x99c #x7f0c #xc2f #x4eb7 -3974 #x63b5)
:on-goto '(task-close! "factory-assault-introduction")
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
(new 'static 'continue-point
:name "factory-indax-1"
:level 'factoryc
:flags (continue-flags no-auto indax indax-hang)
:trans (new 'static 'vector :x 1049604.9 :y 1803550.8 :z 163024.89 :w 1.0)
:camera-trans (new 'static 'vector :x 1049816.6 :y 1807641.0 :z 177547.27 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fe8 0 #x4c6))
:camera-rot (new 'static 'array int16 9 -32763 0 #x1ad -167 #x75b1 -12874 -393 -12874 -30125)
:on-goto '(begin
(task-close! "factory-assault-indax-1-introduction")
(send-event
*target*
'manipy
'auto
"factory-pre-indax-1"
'(cond
((entity-status? "fac-switch-1" subtask-complete)
(task-close! "factory-assault-indax-1")
(want-continue "factory-pre-indax-1")
(talker-spawn "dax615")
)
(else
(task-open! "factory-assault-indax-1-introduction")
(want-continue "factory-pre-indax-1")
)
)
)
)
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
(new 'static 'continue-point
:name "factory-pre-indax-2"
:level 'factoryc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 1204798.6 :y 1786348.4 :z -649149.6 :w 1.0)
:camera-trans (new 'static 'vector :x 1233519.9 :y 1806851.2 :z -606925.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7188 0 -15121))
:camera-rot (new 'static 'array int16 9 -26593 0 #x4ac3 -2319 #x7f0c -3224 -18995 -3974 -26397)
:on-goto '(task-close! "factory-assault-indax-1")
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
(new 'static 'continue-point
:name "factory-indax-2"
:level 'factoryc
:flags (continue-flags no-auto indax indax-hang)
:trans (new 'static 'vector :x 1145705.2 :y 1860880.4 :z -784490.9 :w 1.0)
:camera-trans (new 'static 'vector :x 1125859.8 :y 1865584.2 :z -784731.75 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -25725 0 -20289))
:camera-rot (new 'static 'array int16 9 #x178 0 -32763 #x2947 #x7925 #x79 #x7922 -10567 #x165)
:on-goto '(begin
(task-close! "factory-assault-indax-2-introduction")
(send-event
*target*
'manipy
'auto
"factory-pre-indax-2"
'(cond
((entity-status? "fac-switch-2" subtask-complete)
(task-close! "factory-assault-indax-2")
(want-continue "factory-pre-indax-2")
(talker-spawn "dax624")
)
(else
(task-open! "factory-assault-indax-2-introduction")
(want-continue "factory-pre-indax-2")
)
)
)
)
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
(new 'static 'continue-point
:name "factory-mid-indax-2"
:level 'factoryc
:flags (continue-flags no-auto indax)
:trans (new 'static 'vector :x 986074.75 :y 1794785.8 :z -887165.75 :w 1.0)
:camera-trans (new 'static 'vector :x 1006656.7 :y 1807682.4 :z -883927.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x4e5f 0 #x652e))
:camera-rot (new 'static 'array int16 9 -4721 0 #x7ea6 -9731 #x7a15 -1415 -30928 -9833 -4502)
:on-goto '(begin
(send-event
*target*
'manipy
'auto
"factory-pre-indax-2"
'(begin (task-close! "factory-assault-indax-2") (want-continue "factory-pre-indax-2") (talker-spawn "dax624"))
)
)
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
(new 'static 'continue-point
:name "factory-pre-indax-3"
:level 'factoryc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 243441.25 :y 1810928.9 :z -554539.44 :w 1.0)
:camera-trans (new 'static 'vector :x 293208.06 :y 1832003.1 :z -567073.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x4efc 0 -25781))
:camera-rot (new 'static 'array int16 9 #x1e31 0 #x7c5f -3850 #x7f0c #x3a5 -31607 -3961 #x1dfa)
:on-goto '(task-close! "factory-assault-indax-2")
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
(new 'static 'continue-point
:name "factory-post-indax-3"
:level 'factoryc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 129761.69 :y 1818624.0 :z -338224.75 :w 1.0)
:camera-trans (new 'static 'vector :x 120510.875 :y 1844308.4 :z -386102.06 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -7021 0 -32003))
:camera-rot (new 'static 'array int16 9 #x7e0c 0 -5675 #x2cd #x7ef5 #xff2 #x15fd -4145 #x7d0a)
:on-goto '(task-close! "factory-assault-introduction")
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
(new 'static 'continue-point
:name "factory-indax-3"
:level 'factoryc
:flags (continue-flags no-auto indax indax-hang)
:trans (new 'static 'vector :x 99605.71 :y 1934690.2 :z -533456.06 :w 1.0)
:camera-trans (new 'static 'vector :x 100997.94 :y 1938784.6 :z -549898.25 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x49b 0 #x7fe8))
:camera-rot (new 'static 'array int16 9 #x7f8c 0 #xa9c -914 #x787e #x2afe -2555 -11045 #x7816)
:on-goto '(begin
(task-close! "factory-assault-indax-3-introduction")
(send-event
*target*
'manipy
'auto
"factory-post-indax-3"
'(cond
((entity-status? "fac-switch-3" subtask-complete)
(task-close! "factory-assault-indax-3")
(want-continue "factory-post-indax-3")
(talker-spawn "dax623")
)
(else
(task-open! "factory-assault-indax-3-introduction")
(want-continue "factory-pre-indax-3")
)
)
)
)
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
(new 'static 'continue-point
:name "factory-pre-indax-4"
:level 'factoryc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 309920.16 :y 1761780.5 :z -6903.808 :w 1.0)
:camera-trans (new 'static 'vector :x 294083.38 :y 1782872.9 :z -56494.08 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -6926 0 -32023))
:camera-rot (new 'static 'array int16 9 #x7933 0 -10524 #x4fa #x7f0c #xeab #x28d1 -3964 #x7850)
:on-goto '(task-close! "factory-assault-indax-3")
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
(new 'static 'continue-point
:name "factory-indax-4"
:level 'factoryc
:flags (continue-flags no-auto indax indax-hang)
:trans (new 'static 'vector :x 403773.84 :y 1836318.8 :z 118652.516 :w 1.0)
:camera-trans (new 'static 'vector :x 413420.75 :y 1840411.9 :z 105407.695 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x1bda 0 -31980))
:camera-rot (new 'static 'array int16 9 #x6864 0 #x4a0b -6389 #x787e #x232f -17848 -11045 #x6246)
:on-goto '(begin
(task-close! "factory-assault-indax-4-introduction")
(send-event
*target*
'manipy
'auto
"factory-post-indax-4"
'(cond
((entity-status? "fac-switch-4" subtask-complete)
(task-close! "factory-assault-indax-4")
(want-continue "factory-post-indax-4")
(talker-spawn "dax622")
)
(else
(task-open! "factory-assault-indax-4-introduction")
(want-continue "factory-pre-indax-4")
)
)
)
)
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
(new 'static 'continue-point
:name "factory-post-indax-4"
:level 'factoryc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 254806.02 :y 1761942.8 :z 84212.53 :w 1.0)
:camera-trans (new 'static 'vector :x 224949.05 :y 1778367.8 :z 99641.34 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x70f8 0 #x3c28))
:camera-rot (new 'static 'array int16 9 -15046 0 -29106 #x150a #x7dc8 -2785 #x6fba -6065 -14784)
:on-goto '(begin (task-close! "factory-assault-introduction") (want-continue "factoryc-pre-vehicle"))
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
(new 'static 'continue-point
:name "factoryc-ultimate-fence"
:level 'factoryc
:trans (new 'static 'vector :x 694337.1 :y 1778155.1 :z 31246.336 :w 1.0)
:camera-trans (new 'static 'vector :x 694967.94 :y 1798946.4 :z 81316.66 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7ff5 0 #x29c))
:camera-rot (new 'static 'array int16 9 -32763 0 #x185 -45 #x7f0c -3968 -386 -3968 -32521)
:on-goto #f
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
(new 'static 'continue-point
:name "factoryc-pre-vehicle"
:level 'factoryc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 349029.6 :y 1753588.5 :z 219876.14 :w 1.0)
:camera-trans (new 'static 'vector :x 307351.16 :y 1772863.9 :z 235367.62 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -26524 0 -19230))
:camera-rot (new 'static 'array int16 9 -12041 0 -30473 #xf80 #x7ee5 -1566 #x7603 -4266 -11937)
:on-goto #f
:vis-nick 'factoryc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory4 'factory5 'factory6)
)
)
:callback-list '((34 . factoryc-logout)
(35 . factoryc-activate)
(33 . factoryc-login)
(5 . *factoryc-alpha-texture-anim-array*)
)
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #xc4e #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol factoryd, type level-load-info
(define factoryd (new 'static 'level-load-info
:name 'factoryd
:visname 'factoryd-vis
:nickname 'facd
:dbname 'factoryd
:taskname 'factory
:index #x114
:task-level #x9
:master-level 'factorya
:level-flags (level-flags lf9 lf12)
:packages '("roboguardp" "bombbotp" "hoverp" "neo-waspp" "factory-boss")
:run-packages '("common")
:memory-mode (level-memory-mode large)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-factoryd
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "factoryd-pre"
:level 'factoryd
:trans (new 'static 'vector :x 815069.56 :y 2144986.0 :z -162905.7 :w 1.0)
:camera-trans (new 'static 'vector :x 763843.8 :y 2166080.0 :z -162445.72 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -28631 0 -15928))
:camera-rot (new 'static 'array int16 9 -373 0 -32763 #xf69 #x7f0f -42 #x7f0c -3945 -370)
:on-goto #f
:vis-nick 'factoryd
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryd :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory7 'factory8 'factory9)
)
(new 'static 'continue-point
:name "factoryd-start"
:level 'factoryd
:trans (new 'static 'vector :x 1026883.2 :y 2145133.2 :z -377980.1 :w 1.0)
:camera-trans (new 'static 'vector :x 1026728.4 :y 2166224.5 :z -330877.34 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fd7 0 -1595))
:camera-rot (new 'static 'array int16 9 -32763 0 -98 9 #x7f0c -3958 95 -3958 -32524)
:on-goto #f
:vis-nick 'factoryd
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryd :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory7 'factory8 'factory9)
)
(new 'static 'continue-point
:name "factoryd-res-fma"
:level 'factoryd
:trans (new 'static 'vector :x 1026883.2 :y 2145133.2 :z -377980.1 :w 1.0)
:camera-trans (new 'static 'vector :x 1026728.4 :y 2166224.5 :z -330877.34 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fd7 0 -1595))
:camera-rot (new 'static 'array int16 9 -32763 0 -98 9 #x7f0c -3958 95 -3958 -32524)
:on-goto #f
:vis-nick 'factoryd
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'factorya :display? 'display)
(new 'static 'level-buffer-state-small :name 'factoryd :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'factory7 'factory8 'factory9)
)
)
:callback-list '((34 . factoryd-logout) (35 . factoryd-activate) (33 . factoryd-login))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #xc4e #x9c4 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters 516)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lfacout, type level-load-info
(define lfacout (new 'static 'level-load-info
:name 'lfacout
:visname 'lfacout-vis
:nickname 'lfaco
:dbname 'lfacout
:taskname 'factory
:index #x115
:task-level #x9
:master-level 'factoryd
:level-flags (level-flags lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-factory
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol warinta, type level-load-info
(define warinta (new 'static 'level-load-info
:name 'warinta
:visname 'warinta-vis
:nickname 'warinta
:dbname 'warinta
:taskname 'factory
:index #x116
:task-level #x9
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode medium)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "warinta"
:level 'warinta
:trans (new 'static 'vector :x 442225.47 :y -12.288 :z 224152.38 :w 1.0)
:camera-trans (new 'static 'vector :x 398532.6 :y 21163.213 :z 250841.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 0 0 #x7fff))
:camera-rot (new 'static 'array int16 9 -13889 0 -29673 #xfff #x7ec4 -1916 #x72d0 -4521 -13755)
:on-goto #f
:vis-nick 'warinta
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'warinta :display? 'display)
)
:want-sound (new 'static 'array symbol 3 #f #f #f)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol precura, type level-load-info
(define precura (new 'static 'level-load-info
:name 'precura
:visname 'precura-vis
:nickname 'preca
:dbname 'precura
:taskname 'precursor
:index #x117
:task-level #xf
:master-level #f
:level-flags (level-flags lf9 lf12)
:packages '("precura" "dp-bipedalp" "neo-waspp")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'precship
:extra-sound-bank #f
:mood-func 'update-mood-precura
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0 primary0)
:bigmap-id (bigmap-id precursor)
:continues '((new 'static 'continue-point
:name "precura-mech"
:level 'precura
:flags (continue-flags scene-wait no-auto mech)
:trans (new 'static 'vector :x 35848.6 :y 2258200.5 :z -445852.06 :w 1.0)
:camera-trans (new 'static 'vector :x 33189.477 :y 2277744.8 :z -400387.7 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fca 0 #x72a))
:camera-rot (new 'static 'array int16 9 -32711 0 -1890 #xef #x7ef5 -4135 #x755 -4141 -32449)
:on-goto #f
:vis-nick 'precura
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'precura :display? 'display)
(new 'static 'level-buffer-state-small :name 'precurb :display? #f)
)
:want-sound (new 'static 'array symbol 3 'precur1 'precur2 'precur3)
)
(new 'static 'continue-point
:name "precura-mech-end"
:level 'precura
:flags (continue-flags no-auto mech)
:trans (new 'static 'vector :x -844862.25 :y 2187819.5 :z -296978.44 :w 1.0)
:camera-trans (new 'static 'vector :x -823754.75 :y 2221199.8 :z -277565.44 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7765 0 -11805))
:camera-rot (new 'static 'array int16 9 -22212 0 #x5e17 -11524 #x7064 -10626 -21151 -15675 -19502)
:on-goto #f
:vis-nick 'precura
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'precura :display? 'display)
(new 'static 'level-buffer-state-small :name 'foresta :display? #f)
)
:want-sound (new 'static 'array symbol 3 'precur1 'precur2 'precur3)
)
(new 'static 'continue-point
:name "precura-start"
:level 'precura
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 35848.6 :y 2258200.5 :z -445852.06 :w 1.0)
:camera-trans (new 'static 'vector :x 33189.477 :y 2277744.8 :z -400387.7 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fca 0 #x72a))
:camera-rot (new 'static 'array int16 9 -32711 0 -1890 #xef #x7ef5 -4135 #x755 -4141 -32449)
:on-goto #f
:vis-nick 'precura
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'precura :display? 'display)
(new 'static 'level-buffer-state-small :name 'precurc :display? #f)
)
:want-sound (new 'static 'array symbol 3 'precur1 'precur2 'precur3)
)
(new 'static 'continue-point
:name "precura-foresta"
:level 'precura
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x -847197.0 :y 2187922.8 :z -290782.0 :w 1.0)
:camera-trans (new 'static 'vector :x -818377.1 :y 2209024.0 :z -248462.12 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -29146 0 #x3a7b))
:camera-rot (new 'static 'array int16 9 -27055 0 #x4830 -2251 #x7f09 -3299 -18342 -3994 -26852)
:on-goto #f
:vis-nick 'precura
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'precura :display? 'display)
(new 'static 'level-buffer-state-small :name 'foresta :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'precur1 'precur2 'precur3)
)
)
:callback-list '((34 . precura-logout)
(36 . precura-deactivate)
(35 . precura-activate)
(33 . precura-login)
(23 . init-mood-precura)
)
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x258 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol precurb, type level-load-info
(define precurb (new 'static 'level-load-info
:name 'precurb
:visname 'precurb-vis
:nickname 'precb
:dbname 'precurb
:taskname 'precursor
:index #x118
:task-level #xf
:master-level 'precura
:level-flags (level-flags lf9 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-precurb
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id precursor)
:continues '()
:callback-list '((23 . init-mood-precurb))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol precurc, type level-load-info
(define precurc (new 'static 'level-load-info
:name 'precurc
:visname 'precurc-vis
:nickname 'precc
:dbname 'precurc
:taskname 'precursor
:index #x119
:task-level #xf
:master-level #f
:level-flags (level-flags lf9 lf12)
:packages '("tubep" "precurc")
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank 'precship
:extra-sound-bank #f
:mood-func 'update-mood-precurc
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id precursor)
:continues '((new 'static 'continue-point
:name "precurc-end"
:level 'precurc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 829181.94 :y 2052515.9 :z 1166230.8 :w 1.0)
:camera-trans (new 'static 'vector :x 877812.94 :y 2073600.0 :z 1182240.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -26325 0 #x4c32))
:camera-rot (new 'static 'array int16 9 -10239 0 #x7992 -3758 #x7f0c -1235 -30896 -3958 -10167)
:on-goto #f
:vis-nick 'precurc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'precura :display? 'special)
(new 'static 'level-buffer-state-small :name 'precurc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'precur1 'precur2 'precur3)
)
(new 'static 'continue-point
:name "precurc-precurd"
:level 'precurc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 851174.6 :y 2051459.5 :z 1172271.5 :w 1.0)
:camera-trans (new 'static 'vector :x 901004.06 :y 2072596.1 :z 1184322.4 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x526a 0 -25066))
:camera-rot (new 'static 'array int16 9 -7850 0 #x7c42 -3892 #x7f05 -960 -31571 -4007 -7791)
:on-goto #f
:vis-nick 'precurc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'precura :display? 'special)
(new 'static 'level-buffer-state-small :name 'precurc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'precur1 'precur2 'precur3)
)
(new 'static 'continue-point
:name "precurc-checkpoint"
:level 'precurc
:flags (continue-flags no-auto)
:trans (new 'static 'vector :x 630842.2 :y 2242763.5 :z -333617.56 :w 1.0)
:camera-trans (new 'static 'vector :x 585329.9 :y 2262353.5 :z -336748.97 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -23199 0 -23136))
:camera-rot (new 'static 'array int16 9 #x8bd 0 -32688 #x102d #x7ef5 #x119 #x7eaa -4151 #x8aa)
:on-goto #f
:vis-nick 'precurc
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'precura :display? 'special)
(new 'static 'level-buffer-state-small :name 'precurc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'precur1 'precur2 'precur3)
)
)
:callback-list '((23 . init-mood-precurc))
:borrow (new 'static 'level-borrow-info
:alias #f
:borrow-size (new 'static 'array uint16 5 #x384 #x0 #x0 #x0 #x0)
:borrow-info (new 'static 'array object 5 #f #f #f #f #f)
)
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol lprecurc, type level-load-info
(define lprecurc (new 'static 'level-load-info
:name 'lprecurc
:visname 'lprecurc-vis
:nickname 'lprecc
:dbname 'lprecurc
:taskname 'precursor
:index #x11a
:task-level #xf
:master-level 'precura
:level-flags (level-flags lf1 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode borrow)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-copy-parent
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol precurd, type level-load-info
(define precurd (new 'static 'level-load-info
:name 'precurd
:visname 'precurd-vis
:nickname 'precd
:dbname 'precurd
:taskname 'precursor
:index #x11b
:task-level #xf
:master-level #f
:level-flags (level-flags lf9 lf12)
:packages '("precurd")
:run-packages '("common")
:memory-mode (level-memory-mode large)
:music-bank 'precship
:extra-sound-bank #f
:mood-func 'update-mood-precurd
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "precurd-start"
:level 'precurd
:trans (new 'static 'vector :x 649602.7 :y 828505.7 :z 1090072.6 :w 1.0)
:camera-trans (new 'static 'vector :x 666103.8 :y 841437.2 :z 1102388.9 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 -3 #x6c2e -42 -17507))
:camera-rot (new 'static 'array int16 9 -19561 0 #x66ad -8067 #x79d0 -6002 -25014 -10056 -18614)
:on-goto #f
:vis-nick 'precurd
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'precurd :display? 'display)
(new 'static 'level-buffer-state-small :name 'railx :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'precur1 'precur2 'precur3)
)
(new 'static 'continue-point
:name "precurd-escape"
:level 'precurd
:flags (continue-flags scene-wait no-auto)
:trans (new 'static 'vector :x 38571.62 :y 820138.0 :z 518915.28 :w 1.0)
:camera-trans (new 'static 'vector :x 38685.902 :y 840115.8 :z 471806.38 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 6 #xfec 6 -32511))
:camera-rot (new 'static 'array int16 9 #x7ffb 0 #x72 -13 #x7f09 #xf97 -111 -3991 #x7f09)
:on-goto #f
:vis-nick 'precurd
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'precurd :display? 'display)
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
)
:want-sound (new 'static 'array symbol 3 'precur1 'precur2 'precur3)
)
(new 'static 'continue-point
:name "precurd-warp"
:level 'precurd
:flags (continue-flags no-auto warp-gate)
:trans (new 'static 'vector :x 31098.47 :y 825321.9 :z 2345746.8 :w 1.0)
:camera-trans (new 'static 'vector :x 33182.926 :y 845340.25 :z 2298656.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -32737 0 #x546))
:camera-rot (new 'static 'array int16 9 #x7fc0 0 #x7d5 -298 #x7e90 #x1308 -1982 -4882 #x7e51)
:on-goto #f
:vis-nick 'precurd
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'precurd :display? 'display)
(new 'static 'level-buffer-state-small :name 'precurc :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'precur1 'precur2 'precur3)
)
)
:callback-list '((23 . init-mood-precurd))
:borrow #f
:bottom-height (meters -20)
:fog-height (meters 80)
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol bikearena, type level-load-info
(define bikearena (new 'static 'level-load-info
:name 'bikearena
:visname 'bikearena-vis
:nickname 'bikearena
:dbname 'bikearena
:taskname 'default
:index #x11c
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "bikearena-start"
:level 'bikearena
:trans (new 'static 'vector :x 144146.02 :y -4.9152 :z -9201.664 :w 1.0)
:camera-trans (new 'static 'vector :x 96368.64 :y 22187.623 :z -27607.45 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x4a3c 0 #x6840))
:camera-rot (new 'static 'array int16 9 #x2ec5 0 -30499 #x114a #x7ea0 #x6c8 #x75df -4757 #x2e48)
:on-goto #f
:vis-nick 'bikearena
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'bikearena :display? 'display)
(new 'static 'level-buffer-state-small :name 'ctywide :display? 'display)
)
:want-sound (new 'static 'array symbol 3 #f #f #f)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol halfpipe, type level-load-info
(define halfpipe (new 'static 'level-load-info
:name 'halfpipe
:visname 'halfpipe-vis
:nickname 'halfpipe
:dbname 'halfpipe
:taskname 'default
:index #x11d
:part-engine-max #x1
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '()
:memory-mode (level-memory-mode medium)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "halfpipe"
:level 'halfpipe
:trans (new 'static 'vector :x -1048.9856 :y -172047.97 :z -212555.78 :w 1.0)
:camera-trans (new 'static 'vector :x -9941.401 :y -150049.17 :z -159587.94 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7ce 0 #x7fc0))
:camera-rot (new 'static 'array int16 9 -32078 0 -6674 #x6f9 #x7b4f -8591 #x1920 -8775 -30905)
:on-goto #f
:vis-nick #f
:vehicle-type #x1b
:want-count 1
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'halfpipe :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 #f #f #f)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -10000000)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol sndtest, type level-load-info
(define sndtest (new 'static 'level-load-info
:name 'sndtest
:visname 'sndtest-vis
:nickname 'sndtest
:dbname 'sndtest
:taskname 'default
:index #x11e
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "sndtest"
:level 'sndtest
:trans (new 'static 'vector :x -556279.0 :z 852597.94 :w 1.0)
:camera-trans (new 'static 'vector :x -551161.9 :y 19692.34 :z 898283.94 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7fca 0 -1795))
:camera-rot (new 'static 'array int16 9 -32563 0 #xe28 -448 #x7efc -4059 -3594 -4082 -32311)
:on-goto #f
:vis-nick 'sndtest
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'sndtest :display? 'display)
)
:want-sound (new 'static 'array symbol 3 'wasall1 'wasall2 #f)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -10000000)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol vistest, type level-load-info
(define vistest (new 'static 'level-load-info
:name 'vistest
:visname 'vistest-vis
:nickname 'vis
:dbname 'vistest
:taskname 'default
:index #x11f
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode medium)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -10000000)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol bsbs, type level-load-info
(define bsbs (new 'static 'level-load-info
:name 'bsbs
:visname 'bsbs-vis
:nickname 'bsbs
:dbname 'bsbs
:taskname 'default
:index #x120
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode medium)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default-interior
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -10000000)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol tobytest, type level-load-info
(define tobytest (new 'static 'level-load-info
:name 'tobytest
:visname 'tobytest-vis
:nickname 'tobytest
:dbname 'tobytest
:taskname 'default
:index #x121
:master-level #f
:level-flags (level-flags lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode medium)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-sewer
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -10000000)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol hermtest, type level-load-info
(define hermtest (new 'static 'level-load-info
:name 'hermtest
:visname 'hermtest-vis
:nickname 'hermtest
:dbname 'hermtest
:taskname 'default
:index #x122
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode medium)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-minec
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -10000000)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol chartest, type level-load-info
(define chartest (new 'static 'level-load-info
:name 'chartest
:visname 'chartest-vis
:nickname 'chartest
:dbname 'chartest
:taskname 'default
:index #x123
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode medium)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "chartest-1"
:level 'chartest
:trans (new 'static 'vector :x 32127.385 :z 4703.846 :w 1.0)
:camera-trans (new 'static 'vector :x -15613.133 :y 21093.99 :z 23271.424 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x4fa6 0 #x642e))
:camera-rot (new 'static 'array int16 9 -11743 0 -30587 #xe48 #x7f13 -1402 #x76a0 -3918 -11661)
:on-goto #f
:vis-nick 'chartest
:vehicle-type #x1b
:want-count 1
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'chartest :display? 'display)
(new 'static 'level-buffer-state-small)
)
:want-sound (new 'static 'array symbol 3 #f #f #f)
)
)
:callback-list '((7 . *chartest-warp-texture-anim-array*))
:borrow #f
:bottom-height (meters -10000000)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol ctyfence, type level-load-info
(define ctyfence (new 'static 'level-load-info
:name 'ctyfence
:visname 'ctyfence-vis
:nickname 'ctyfence
:dbname 'ctyfence
:taskname 'city
:index #x124
:task-level #x1
:master-level #f
:level-flags (level-flags lf0 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode medium)
:music-bank 'city1
:extra-sound-bank #f
:mood-func 'update-mood-copy-ctywide
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:bigmap-id (bigmap-id no-map)
:continues '()
:callback-list '()
:borrow #f
:bottom-height (meters -15)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol testisle, type level-load-info
(define testisle (new 'static 'level-load-info
:name 'testisle
:visname 'testisle-vis
:nickname 'testisle
:dbname 'testisle
:taskname 'default
:index #x125
:master-level #f
:level-flags (level-flags lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode small-edge)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "testisle-start"
:level 'testisle
:trans (new 'static 'vector :x -65008.844 :y 255623.17 :z -12488.294 :w 1.0)
:camera-trans (new 'static 'vector :x -77843.25 :y 276774.5 :z -62052.76 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x10de 0 #x7ede))
:camera-rot (new 'static 'array int16 9 #x7bdf 0 -8240 #x3f1 #x7f05 #xf31 #x1ff2 -4017 #x7af0)
:on-goto #f
:vis-nick 'testisle
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'testisle :display? 'display)
)
:want-sound (new 'static 'array symbol 3 #f #f #f)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 10.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol gregtest, type level-load-info
(define gregtest (new 'static 'level-load-info
:name 'gregtest
:visname 'gregtest-vis
:nickname 'gregtest
:dbname 'gregtest
:taskname 'default
:index #x126
:master-level #f
:level-flags (level-flags lf9 lf11 lf12 lf13)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode large)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean '*ocean-map-desert*
:ocean-height 36864.0
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "gregtest-start"
:level 'gregtest
:trans (new 'static 'vector :x 13291483.0 :y 125908.586 :z 5332470.0 :w 1.0)
:camera-trans (new 'static 'vector :x 13257819.0 :y 118321.56 :z 5293904.0 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 6 #x7d3b -42 -6759))
:camera-rot (new 'static 'array int16 9 #x5ccc 0 -22563 #xd49 #x7e86 #xdfd #x5723 -4941 #x5bbc)
:on-goto #f
:vis-nick 'gregtest
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name 'gregtest :display? 'display)
)
:want-sound (new 'static 'array symbol 3 #f #f #f)
)
(new 'static 'continue-point
:name "gregtest-wascity"
:level 'gregtest
:trans (new 'static 'vector :x 9250214.0 :y 126416.484 :z 560678.06 :w 1.0)
:camera-trans (new 'static 'vector :x 9269889.0 :y 147552.25 :z 608187.2 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 -30650 0 #x2d3f))
:camera-rot (new 'static 'array int16 9 -30273 0 #x30f5 -1546 #x7f02 -3738 -12438 -4046 -30040)
:on-goto #f
:vis-nick 'gregtest
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'wascitya :display? 'display)
(new 'static 'level-buffer-state-small :name 'gregtest :display? 'display)
)
:want-sound (new 'static 'array symbol 3 #f #f #f)
)
)
:callback-list '((12 . *hfrag-texture-anim-array*))
:borrow #f
:bottom-height (meters -10000)
:fog-height (meters 80)
:fog-mult 10.0
:mood-range (new 'static 'mood-range :min-cloud 0.2 :max-cloud 0.4 :min-fog 0.5 :max-fog 0.5)
)
)
;; definition for symbol 4amy, type level-load-info
(define 4amy (new 'static 'level-load-info
:name '4amy
:visname '4amy-vis
:nickname '4amy
:dbname '4amy
:taskname 'default
:index #x127
:master-level #f
:level-flags (level-flags lf8 lf9 lf11 lf12)
:packages '()
:run-packages '("common")
:memory-mode (level-memory-mode large)
:music-bank #f
:extra-sound-bank #f
:mood-func 'update-mood-default
:special-mood #f
:ocean #f
:ocean-alpha 1.0
:priority 100
:draw-priority 10.0
:base-task-mask (task-mask task0)
:bigmap-id (bigmap-id no-map)
:continues '((new 'static 'continue-point
:name "jump test"
:level '4amy
:trans (new 'static 'vector :x 18714.623 :y 74.9568 :z 82579.87 :w 1.0)
:camera-trans (new 'static 'vector :x 15993.651 :y 21169.357 :z 133716.38 :w 1.0)
:quat (new 'static 'vector4h :data (new 'static 'array int16 4 0 #x7f9f 0 -2460))
:camera-rot (new 'static 'array int16 9 -32717 0 -1749 #xd1 #x7f0c -3954 #x6c8 -3958 -32478)
:on-goto #f
:vis-nick '4amy
:vehicle-type #x1b
:want-count 2
:want (new 'static 'inline-array level-buffer-state-small 2
(new 'static 'level-buffer-state-small :name 'wasall :display? 'special)
(new 'static 'level-buffer-state-small :name '4amy :display? 'display)
)
:want-sound (new 'static 'array symbol 3 #f #f #f)
)
)
:callback-list '()
:borrow #f
:bottom-height (meters -150)
:fog-height (meters 80)
:max-rain 1.0
:fog-mult 1.0
:mood-range (new 'static 'mood-range :max-cloud 1.0 :min-fog 0.5 :max-fog 1.0)
)
)
;; definition for symbol *level-load-list*, type pair
(define *level-load-list* '(default-level
intro
title
vinroom
ljkdxvin
lvincst
powergd
ctywide
ctywide-ff
ctywide-ff-kg
ctywide-ff-mh
ctywide-kg
ctywide-mh
ctywide-mh-kg
citycast
gridcst
ctycara
ctycarkg
ctycarb
ctycarc
ctypepa
lpatkcs
lblowtmh
lblowtkg
ctypepb
lblowcst
ctypepc
ctypesa
ctypesb
ctypesc
intpfall
ctygenb
ctysluma
ctyslumb
slumbset
ctyslumc
ctyport
ctyfarma
ctyfarmb
ctyinda
ctyindb
stadium
stadiuma
lppatrol
lpattack
stadiumb
towera
towerb
towerc
towercst
ltowera
ltowcity
ltowerb
rubblea
rubblea2
rubbleb
rubblec
rublcst
lbombbot
ljinx
lctypatk
lctyhijk
lctypalt
lctyass
lctydest
lctyprot
lctyblow
lctysnpr
onintent
lbbush
hiphog
ltnjxhip
gungame
gungame1
gungame2
citylow
freehq
freecast
lfreeout
mhctycst
mhcitya
mhcityb
lmhcitya
lmhcityb
comba
combb
combc
combd
combe
combm
combn
combx
raila
railb
railb2
railc
raild
raile
railf
railx
lcitysml
railcst
minea
lpeckfly
mineb
minec
mined
minee
sewa
sewb
sewc
sewd
sewe
sewf
sewg
sewh
sewi
sewj
sewk
sewl
sewm
sewn
sewo
forestx
foresta
lforplnt
lforring
lformach
forestb
wasintro
introcst
intpalrf
inttitle
wasall
waswide
wascitya
lseemwca
wascityb
wascast
wasseem
waspgame
wasdefen
wcaseem
wasleapr
wasdoors
outrocst
outcast3
loutro
loutro2
loutro3
wasstada
wasstadb
wasstadc
arenacst
museum
museum2
museum3
museum3b
museum4
museum4b
temp
ldampeck
ldmpckgn
ldamsig
ldampksm
lkleever
lsig
lsigklv
lsigjakc
loninsim
ljakc
ljakndax
lsamos
ljakcklv
ljkcdmkl
ldamklev
lashelin
ljak
ljakklev
ljaksig
ljkdmpk
ljndklev
ltorn
lerrol
ltornsam
ltornjnx
ltnfxhip
lwlandm
ltrtwhls
lsnkwhls
lbiped
lmech
lprenme
lgunnorm
lgunrnc
waschase
waspala
lwstdpck
ljkfeet
desert
warpcast
deserta
desbcst
deserrol
desertb
desertc
desertd
deserte
desertf
desertg
ldesgcst
deserth
deswalk
desert-game
desrace1
desboss1
desboss2
desinter
destrack
desrally
deshover
deshunt
desliz
desresc
desrescc
desrescg
desoasis
oasiscst
desjump
deschase
desbattl
lwassig
lwasbbv
lnstcst
lbbring1
lbbring2
lbbring3
lbbring4
lbbring5
lbbring6
lbbring7
lbbtcha1
lbbtcha2
lbbtcha3
lbbspid
lbbspirt
lbbsprt2
lbbsprt3
lbbsdrp1
lbbsdrp2
lbbsdrp3
nsta
nstb
lnstoba
lnstobb
lnstobc
templex
templea
templeb
templec
templed
templee
hanga
hangb
volcanox
volcanoa
factorya
lfactory
lfaccar
lfacrm1
lfacrm2
lfaccity
lfacctyb
factoryb
factoryc
factoryd
lfacout
warinta
precura
precurb
precurc
lprecurc
precurd
bikearena
halfpipe
sndtest
vistest
bsbs
tobytest
hermtest
chartest
ctyfence
testisle
gregtest
4amy
)
)