jak-project/goal_src/jak3/levels/sewer/hover-nav-sewl.gc
Hat Kid 58a5440c8a
decomp3: more misc files (#3466)
Makes a bunch of missions mostly playable, including:
- `arena-training-1`
- `arena-fight-1`
- `wascity-chase`
- `arena-fight-2`
- `arena-fight-3`
- `volcano-darkeco`
- `desert-hover`
- `nest-eggs`
- `temple-climb`
- `temple-oracle`
- `temple-tests`
- `desert-beast-battle`
- `desert-turtle-training`
- `desert-course-race`
- `desert-artifact-race1`
- `wascity-leaper-race`
- `wascity-pre-game`
- `sewer-met-hum`
- `forest-kill-plants`
- `forest-ring-chase`
- `temple-defend`
- `tower-destroy`
- `desert-glide`

---
Files:

- `ripple`
- `waswide-mood`
- `sig-rider`
- `nst-tasks`
- `nst-part`
- `nst-gas`
- `nst-eggs-h`
- `nst-obs`
- `nst-mood`
- `egg-spider`
- `wasdoors-init`
- `wasall-tasks`
- `wvehicle-race`
- `wcar-marauder`
- `wcar-marauder-b`
- `turret-control`
- `was-squad-control`
- `turtle-training`
- `kleever-rider`
- `course-race`
- `artifact-race`
- `desert-hover`
- `desbeast-path-h`
- `des-beast`
- `desertg-obs`
- `desertf-obs`
- `desertd-obs`
- `desert-dust-storm`
- `des-cactus`
- `race-hud`
- `race-info`
- `race-manager`
- `tizard`
- `flyingsaw`
- `hover-training`
- `temple-mood`
- `temple-obs`
- `temple-obs2`
- `temple-part`
- `temple-scenes`
- `templex-mood`
- `templex-obs`
- `templex-part`
- `tomb-baby-spider`
- `target-turret-shot`
- `target-turret`
- `beast-battle-path`
- `des-beast-2`
- `mh-flyer`
- `scorpion-gun`
- `hover-enemy-h`
- `hover-enemy`
- `hover-formation-h`
- `hover-formation`
- `hover-nav-control-h`
- `hover-nav-control`
- `flamer-hover`
- `hover-nav-templea`
- `robo-hover`
- `hover-nav-sewb`
- `hover-nav-sewg`
- `hover-nav-sewj`
- `hover-nav-sewl`
- `hover-nav-sewo`
- `hover-nav-towera`
- `tower-mood`
- `tower-obs`
- `tower-scenes`
- `tower-part`
- `eco-green-collider`
- `forest-bridges`
- `forest-kill-plants`
- `forest-mood`
- `forest-ring-chase`
- `forest-tasks`
- `forest-part`
- `foresta-obs`
- `hover-nav-foresta`
- `mh-plant`
- `dp-bipedal-part`
- `dp-bipedal-shot`
- `dp-bipedal`
- `neo-spawner`
- `for-turret`
- `for-turret-shot`
- `neo-wasp`
- `neo-wasp-part`
- `volcanox-scenes`
- `volcanox-mood`
- `volcano-scenes`
- `volcano-mood`
- `volcano-obs`
- `volcano-obs2`
- `chain-physics`
- `rigid-body-plat`
- `volcano-part`
- `flamer-lava`
- `flitter`
- `spiky-frog`
- `flut-wild`
- `target-indax`
- `target-indax-hang`
- `mantis`
- `volcanox-obs`
- `spyder`
- `wcar-faccar`
- `mhcity-obs2`
- `mhcity-part`
- `mhcity-obs`
- `dm-mine-spider`
- `rapid-gunner`
- `stadium-mood`
- `stadium-scenes`
- `stadiuma-mood`
- `stadiuma-part`
- `kanga-lizard`
- `marauder`
- `arena-scenes`
- `wasstada-mood`
- `wasstada-obs`
- `wasstada-part`
- `wasstadb-obs`
- `wasstadc-obs`
- `dm-flyer`
- `maker-part`
- `maker-projectile`
- `skeet-part`
- `wascity-turret`
- `wasgun-h`
- `wasgun-hud`
- `wasgun-manager`
- `nav-graph-h`
- `traffic-engine-h`
- `waswide-init`
- `cty-borrow-manager-h`
- `cty-borrow-manager`
- `desert-part`
- `height-map-h`
- `height-map`
- `traffic-height-map`
- `vehicle-control`
- `hvehicle-h`
- `hvehicle`
- `hvehicle-effects`
- `hvehicle-physics`
- `hvehicle-util`
- `glider-h`
- `glider-hud`
- `glider-manager`
- `glider-ring`
- `glider-ring-part`
- `h-glider`
- `hanga-init`
- `was-pre-game`
- `was-leaper-race`
- `flut-racer`
- `desert-scenes`
- `desert-lizard-h`
- `desert-lizard-task`
- `desert-lizard`
- `throne-scenes`
- `waspal-mood`
- `waspala-obs`
- `waspala-part`
- `deswalk-obs`
- `deswalk-part`
- `terraformer-drone`
- `terraformer-head`
- `terraformer-part`
- `terraformer-setup`
2024-04-22 18:43:51 +02:00

201 lines
14 KiB
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: hover-nav-sewl.gc
;; name in dgo: hover-nav-sewl
;; dgos: SEA
;; DECOMP BEGINS
(define *sewl-adjacency* (new 'static 'nav-network-data
:node-array (new 'static 'boxed-array :type nav-network-info
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :parent #f)
:pos (new 'static 'vector :x 2042716.1 :y -474480.62 :z -1263370.2 :w 1.0)
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 1 :dist 104857.6)
(new 'static 'nav-network-adjacency :index 3 :dist 99368.96)
(new 'static 'nav-network-adjacency :index 10 :dist 142049.28)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 1 :parent #f)
:pos (new 'static 'vector :x 2110750.8 :y -474480.62 :z -1183580.1 :w 1.0)
:index 1
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :dist 104857.6)
(new 'static 'nav-network-adjacency :index 3 :dist 79790.08)
(new 'static 'nav-network-adjacency :index 5 :dist 91791.36)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 2 :parent #f)
:pos (new 'static 'vector :x 2125291.5 :y -544399.4 :z -1251328.0 :w 1.0)
:index 2
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 3 :dist 41164.8)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 3 :parent #f)
:pos (new 'static 'vector :x 2098544.8 :y -544399.4 :z -1220075.5 :w 1.0)
:index 3
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :dist 99368.96)
(new 'static 'nav-network-adjacency :index 1 :dist 79790.08)
(new 'static 'nav-network-adjacency :index 2 :dist 41164.8)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 4 :parent #f)
:pos (new 'static 'vector :x 2078392.4 :y -496640.0 :z -1041571.8 :w 1.0)
:index 4
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 5 :dist 81715.2)
(new 'static 'nav-network-adjacency :index 6 :dist 128286.72)
(new 'static 'nav-network-adjacency :index 12 :dist 169410.56)
(new 'static 'nav-network-adjacency :index 14 :dist 86671.36)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 5 :parent #f)
:pos (new 'static 'vector :x 2137047.0 :y -496640.0 :z -1098465.2 :w 1.0)
:index 5
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 1 :dist 91791.36)
(new 'static 'nav-network-adjacency :index 4 :dist 81715.2)
(new 'static 'nav-network-adjacency :index 14 :dist 94945.28)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 6 :parent #f)
:pos (new 'static 'vector :x 1950269.5 :y -496640.0 :z -1035919.4 :w 1.0)
:index 6
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 4 :dist 128286.72)
(new 'static 'nav-network-adjacency :index 7 :dist 117309.44)
(new 'static 'nav-network-adjacency :index 12 :dist 84869.12)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 7 :parent #f)
:pos (new 'static 'vector :x 1837875.2 :y -496640.0 :z -1002291.2 :w 1.0)
:index 7
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 6 :dist 117309.44)
(new 'static 'nav-network-adjacency :index 8 :dist 183828.48)
(new 'static 'nav-network-adjacency :index 12 :dist 132669.44)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 8 :parent #f)
:pos (new 'static 'vector :x 1654087.6 :y -496640.0 :z -999219.2 :w 1.0)
:index 8
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 7 :dist 183828.48)
(new 'static 'nav-network-adjacency :index 15 :dist 157450.23)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 9 :parent #f)
:pos (new 'static 'vector :x 1808384.0 :y -426188.8 :z -1321001.0 :w 1.0)
:index 9
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 10 :dist 137216.0)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 10 :parent #f)
:pos (new 'static 'vector :x 1912873.0 :y -426188.8 :z -1232076.8 :w 1.0)
:index 10
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :dist 142049.28)
(new 'static 'nav-network-adjacency :index 9 :dist 137216.0)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 11 :parent #f)
:pos (new 'static 'vector :x 1950228.5 :y -598712.3 :z -936714.25 :w 1.0)
:index 11
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 12 :dist 121487.36)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 12 :parent #f)
:pos (new 'static 'vector :x 1929748.5 :y -576880.6 :z -1054474.2 :w 1.0)
:index 12
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 4 :dist 169410.56)
(new 'static 'nav-network-adjacency :index 6 :dist 84869.12)
(new 'static 'nav-network-adjacency :index 7 :dist 132669.44)
(new 'static 'nav-network-adjacency :index 11 :dist 121487.36)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 13 :parent #f)
:pos (new 'static 'vector :x 2098831.2 :y -598712.3 :z -933109.75 :w 1.0)
:index 13
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 14 :dist 126648.32)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 14 :parent #f)
:pos (new 'static 'vector :x 2107064.2 :y -576880.6 :z -1057546.2 :w 1.0)
:index 14
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 4 :dist 86671.36)
(new 'static 'nav-network-adjacency :index 5 :dist 94945.28)
(new 'static 'nav-network-adjacency :index 13 :dist 126648.32)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 15 :parent #f)
:pos (new 'static 'vector :x 1636925.5 :y -489308.16 :z -842874.9 :w 1.0)
:index 15
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 8 :dist 157450.23)
)
)
)
:edge-array (new 'static 'boxed-array :type nav-network-edge
(new 'static 'nav-network-edge :end-index 1 :radius 50913.28)
(new 'static 'nav-network-edge :end-index 10 :radius 47636.48)
(new 'static 'nav-network-edge :start-index 2 :end-index 3 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 3 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 3 :end-index 1 :radius 22118.4)
(new 'static 'nav-network-edge :start-index 4 :end-index 5 :radius 42393.6)
(new 'static 'nav-network-edge :start-index 4 :end-index 6 :radius 32768.0)
(new 'static 'nav-network-edge :start-index 5 :end-index 1 :radius 34406.4)
(new 'static 'nav-network-edge :start-index 6 :end-index 7 :radius 36904.96)
(new 'static 'nav-network-edge :start-index 7 :end-index 8 :radius 39403.52)
(new 'static 'nav-network-edge :start-index 8 :end-index 15 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 9 :end-index 10 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 11 :end-index 12 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 12 :end-index 4 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 12 :end-index 6 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 12 :end-index 7 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 13 :end-index 14 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 14 :end-index 4 :radius 16384.0)
(new 'static 'nav-network-edge :start-index 14 :end-index 5 :radius 16384.0)
)
)
)