jak-project/goal_src/jak3/levels/tower/hover-nav-towera.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

813 lines
39 KiB
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: hover-nav-towera.gc
;; name in dgo: hover-nav-towera
;; dgos: TOWERA
;; DECOMP BEGINS
(define *towera-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 -1250918.4 :y -70041.6 :z 1892188.1 :w 1.0)
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 3 :dist 134922.23)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 1 :parent #f)
:pos (new 'static 'vector :x -1340252.1 :y 64061.44 :z 1883996.1 :w 1.0)
:index 1
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 2 :dist 136396.8)
(new 'static 'nav-network-adjacency :index 3 :dist 91299.84)
(new 'static 'nav-network-adjacency :index 4 :dist 156262.4)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 2 :parent #f)
:pos (new 'static 'vector :x -1208483.9 :y 64061.44 :z 1848770.5 :w 1.0)
:index 2
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 1 :dist 136396.8)
(new 'static 'nav-network-adjacency :index 3 :dist 72704.0)
(new 'static 'nav-network-adjacency :index 4 :dist 135331.84)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 3 :parent #f)
:pos (new 'static 'vector :x -1251901.5 :y 64061.44 :z 1907056.6 :w 1.0)
:index 3
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :dist 134922.23)
(new 'static 'nav-network-adjacency :index 1 :dist 91299.84)
(new 'static 'nav-network-adjacency :index 2 :dist 72704.0)
(new 'static 'nav-network-adjacency :index 4 :dist 82984.96)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 4 :parent #f)
:pos (new 'static 'vector :x -1219829.8 :y 64061.44 :z 1983610.9 :w 1.0)
:index 4
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 1 :dist 156262.4)
(new 'static 'nav-network-adjacency :index 2 :dist 135331.84)
(new 'static 'nav-network-adjacency :index 3 :dist 82984.96)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 5 :parent #f)
:pos (new 'static 'vector :x -869376.0 :y 185835.52 :z 1764024.4 :w 1.0)
:index 5
:sub-graph 1
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 6 :dist 60825.6)
(new 'static 'nav-network-adjacency :index 7 :dist 67829.76)
(new 'static 'nav-network-adjacency :index 43 :dist 84664.32)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 6 :parent #f)
:pos (new 'static 'vector :x -874905.6 :y 185835.52 :z 1824604.1 :w 1.0)
:index 6
:sub-graph 1
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 5 :dist 60825.6)
(new 'static 'nav-network-adjacency :index 8 :dist 67952.64)
(new 'static 'nav-network-adjacency :index 14 :dist 60088.32)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 7 :parent #f)
:pos (new 'static 'vector :x -873594.9 :y 120012.8 :z 1779916.8 :w 1.0)
:index 7
:sub-graph 1
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 5 :dist 67829.76)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 8 :parent #f)
:pos (new 'static 'vector :x -869826.56 :y 120012.8 :z 1808506.9 :w 1.0)
:index 8
:sub-graph 1
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 6 :dist 67952.64)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 9 :parent #f)
:pos (new 'static 'vector :x -980336.6 :y 185835.52 :z 1763573.8 :w 1.0)
:index 9
:sub-graph 1
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 10 :dist 60620.8)
(new 'static 'nav-network-adjacency :index 11 :dist 67911.68)
(new 'static 'nav-network-adjacency :index 44 :dist 79134.72)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 10 :parent #f)
:pos (new 'static 'vector :x -986767.4 :y 190136.31 :z 1823703.0 :w 1.0)
:index 10
:sub-graph 1
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 9 :dist 60620.8)
(new 'static 'nav-network-adjacency :index 12 :dist 72171.52)
(new 'static 'nav-network-adjacency :index 13 :dist 65781.76)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 11 :parent #f)
:pos (new 'static 'vector :x -975544.3 :y 118169.6 :z 1767055.4 :w 1.0)
:index 11
:sub-graph 1
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 9 :dist 67911.68)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 12 :parent #f)
:pos (new 'static 'vector :x -986316.8 :y 118169.6 :z 1828864.0 :w 1.0)
:index 12
:sub-graph 1
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 10 :dist 72171.52)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 13 :parent #f)
:pos (new 'static 'vector :x -944660.5 :y 222494.72 :z 1862533.1 :w 1.0)
:index 13
:sub-graph 1
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 10 :dist 65781.76)
(new 'static 'nav-network-adjacency :index 14 :dist 83476.48)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 14 :parent #f)
:pos (new 'static 'vector :x -861593.6 :y 222494.72 :z 1870315.5 :w 1.0)
:index 14
:sub-graph 1
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 6 :dist 60088.32)
(new 'static 'nav-network-adjacency :index 13 :dist 83476.48)
(new 'static 'nav-network-adjacency :index 15 :dist 136765.44)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 15 :parent #f)
:pos (new 'static 'vector :x -753868.8 :y 212008.95 :z 1953914.9 :w 1.0)
:index 15
:sub-graph 1
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 14 :dist 136765.44)
(new 'static 'nav-network-adjacency :index 16 :dist 86999.04)
(new 'static 'nav-network-adjacency :index 17 :dist 52264.96)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 16 :parent #f)
:pos (new 'static 'vector :x -761651.2 :y 222494.72 :z 1867939.9 :w 1.0)
:index 16
:sub-graph 1
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 15 :dist 86999.04)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 17 :parent #f)
:pos (new 'static 'vector :x -766976.0 :y 222494.72 :z 2003435.5 :w 1.0)
:index 17
:sub-graph 1
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 15 :dist 52264.96)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 18 :parent #f)
:pos (new 'static 'vector :x -108544.0 :y 324730.88 :z 1817518.1 :w 1.0)
:index 18
:sub-graph 2
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 19 :dist 51855.36)
(new 'static 'nav-network-adjacency :index 48 :dist 117841.92)
(new 'static 'nav-network-adjacency :index 62 :dist 103833.6)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 19 :parent #f)
:pos (new 'static 'vector :x -153968.64 :y 324730.88 :z 1842544.6 :w 1.0)
:index 19
:sub-graph 2
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 18 :dist 51855.36)
(new 'static 'nav-network-adjacency :index 20 :dist 64225.28)
(new 'static 'nav-network-adjacency :index 24 :dist 105021.44)
(new 'static 'nav-network-adjacency :index 47 :dist 122716.16)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 20 :parent #f)
:pos (new 'static 'vector :x -202752.0 :y 297164.8 :z 1811087.4 :w 1.0)
:index 20
:sub-graph 2
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 19 :dist 64225.28)
(new 'static 'nav-network-adjacency :index 21 :dist 70901.76)
(new 'static 'nav-network-adjacency :index 22 :dist 86630.4)
(new 'static 'nav-network-adjacency :index 46 :dist 126033.92)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 21 :parent #f)
:pos (new 'static 'vector :x -273203.2 :y 297164.8 :z 1818951.6 :w 1.0)
:index 21
:sub-graph 2
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 20 :dist 70901.76)
(new 'static 'nav-network-adjacency :index 23 :dist 74956.8)
(new 'static 'nav-network-adjacency :index 46 :dist 109731.84)
(new 'static 'nav-network-adjacency :index 57 :dist 80076.8)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 22 :parent #f)
:pos (new 'static 'vector :x -196280.31 :y 232366.08 :z 1868226.5 :w 1.0)
:index 22
:sub-graph 2
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 20 :dist 86630.4)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 23 :parent #f)
:pos (new 'static 'vector :x -258293.77 :y 232366.08 :z 1853481.0 :w 1.0)
:index 23
:sub-graph 2
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 21 :dist 74956.8)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 24 :parent #f)
:pos (new 'static 'vector :x -155648.0 :y 232366.08 :z 1892556.8 :w 1.0)
:index 24
:sub-graph 2
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 19 :dist 105021.44)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 25 :parent #f)
:pos (new 'static 'vector :x -524083.2 :y 463175.7 :z 1514250.2 :w 1.0)
:index 25
:sub-graph 3
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 29 :dist 123412.48)
(new 'static 'nav-network-adjacency :index 55 :dist 105512.96)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 26 :parent #f)
:pos (new 'static 'vector :x -508518.4 :y 463175.7 :z 1582039.0 :w 1.0)
:index 26
:sub-graph 3
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 30 :dist 123166.72)
(new 'static 'nav-network-adjacency :index 54 :dist 97525.76)
(new 'static 'nav-network-adjacency :index 55 :dist 125132.8)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 27 :parent #f)
:pos (new 'static 'vector :x -461045.75 :y 463175.7 :z 1649254.4 :w 1.0)
:index 27
:sub-graph 3
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 31 :dist 123289.6)
(new 'static 'nav-network-adjacency :index 53 :dist 117022.72)
(new 'static 'nav-network-adjacency :index 54 :dist 89825.28)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 28 :parent #f)
:pos (new 'static 'vector :x -390840.3 :y 463175.7 :z 1680834.5 :w 1.0)
:index 28
:sub-graph 3
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 32 :dist 127098.88)
(new 'static 'nav-network-adjacency :index 53 :dist 54149.12)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 29 :parent #f)
:pos (new 'static 'vector :x -527974.4 :y 340049.9 :z 1506877.5 :w 1.0)
:index 29
:sub-graph 3
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 25 :dist 123412.48)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 30 :parent #f)
:pos (new 'static 'vector :x -508477.44 :y 340049.9 :z 1579335.6 :w 1.0)
:index 30
:sub-graph 3
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 26 :dist 123166.72)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 31 :parent #f)
:pos (new 'static 'vector :x -467435.53 :y 340049.9 :z 1650155.5 :w 1.0)
:index 31
:sub-graph 3
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 27 :dist 123289.6)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 32 :parent #f)
:pos (new 'static 'vector :x -361881.6 :y 340049.9 :z 1693286.4 :w 1.0)
:index 32
:sub-graph 3
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 28 :dist 127098.88)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 33 :parent #f)
:pos (new 'static 'vector :x -296755.2 :y 719872.0 :z 1912135.6 :w 1.0)
:index 33
:sub-graph 4
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 34 :dist 58081.28)
(new 'static 'nav-network-adjacency :index 42 :dist 87244.8)
(new 'static 'nav-network-adjacency :index 50 :dist 85155.84)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 34 :parent #f)
:pos (new 'static 'vector :x -292986.88 :y 719872.0 :z 1970135.0 :w 1.0)
:index 34
:sub-graph 4
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 33 :dist 58081.28)
(new 'static 'nav-network-adjacency :index 42 :dist 106577.92)
(new 'static 'nav-network-adjacency :index 50 :dist 107970.56)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 35 :parent #f)
:pos (new 'static 'vector :x -318341.12 :y 719872.0 :z 2016133.1 :w 1.0)
:index 35
:sub-graph 4
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 41 :dist 94945.28)
(new 'static 'nav-network-adjacency :index 50 :dist 124723.2)
(new 'static 'nav-network-adjacency :index 51 :dist 121692.16)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 36 :parent #f)
:pos (new 'static 'vector :x -359669.75 :y 719872.0 :z 2054553.6 :w 1.0)
:index 36
:sub-graph 4
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 41 :dist 95723.52)
(new 'static 'nav-network-adjacency :index 51 :dist 96952.32)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 37 :parent #f)
:pos (new 'static 'vector :x -414965.75 :y 719872.0 :z 2075443.2 :w 1.0)
:index 37
:sub-graph 4
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 40 :dist 86753.28)
(new 'static 'nav-network-adjacency :index 51 :dist 80568.32)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 38 :parent #f)
:pos (new 'static 'vector :x -483532.8 :y 719872.0 :z 2087731.2 :w 1.0)
:index 38
:sub-graph 4
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 39 :dist 85647.36)
(new 'static 'nav-network-adjacency :index 51 :dist 99860.48)
(new 'static 'nav-network-adjacency :index 52 :dist 117063.68)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 39 :parent #f)
:pos (new 'static 'vector :x -469360.62 :y 638935.06 :z 2063687.6 :w 1.0)
:index 39
:sub-graph 4
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 38 :dist 85647.36)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 40 :parent #f)
:pos (new 'static 'vector :x -414801.9 :y 638935.06 :z 2044272.6 :w 1.0)
:index 40
:sub-graph 4
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 37 :dist 86753.28)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 41 :parent #f)
:pos (new 'static 'vector :x -366387.2 :y 638935.06 :z 2003886.1 :w 1.0)
:index 41
:sub-graph 4
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 35 :dist 94945.28)
(new 'static 'nav-network-adjacency :index 36 :dist 95723.52)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 42 :parent #f)
:pos (new 'static 'vector :x -329236.47 :y 638935.06 :z 1911070.8 :w 1.0)
:index 42
:sub-graph 4
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 33 :dist 87244.8)
(new 'static 'nav-network-adjacency :index 34 :dist 106577.92)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 43 :parent #f)
:pos (new 'static 'vector :x -911605.75 :y 185835.52 :z 1690665.0 :w 1.0)
:index 43
:sub-graph 1
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 5 :dist 84664.32)
(new 'static 'nav-network-adjacency :index 44 :dist 61726.72)
(new 'static 'nav-network-adjacency :index 45 :dist 147578.88)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 44 :parent #f)
:pos (new 'static 'vector :x -973045.75 :y 185835.52 :z 1684766.8 :w 1.0)
:index 44
:sub-graph 1
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 9 :dist 79134.72)
(new 'static 'nav-network-adjacency :index 43 :dist 61726.72)
(new 'static 'nav-network-adjacency :index 45 :dist 117473.28)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 45 :parent #f)
:pos (new 'static 'vector :x -995983.4 :y 185835.52 :z 1569546.2 :w 1.0)
:index 45
:sub-graph 1
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 43 :dist 147578.88)
(new 'static 'nav-network-adjacency :index 44 :dist 117473.28)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 46 :parent #f)
:pos (new 'static 'vector :x -252764.16 :y 297164.8 :z 1926758.4 :w 1.0)
:index 46
:sub-graph 2
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 20 :dist 126033.92)
(new 'static 'nav-network-adjacency :index 21 :dist 109731.84)
(new 'static 'nav-network-adjacency :index 47 :dist 101703.68)
(new 'static 'nav-network-adjacency :index 56 :dist 81428.48)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 47 :parent #f)
:pos (new 'static 'vector :x -162611.2 :y 324730.88 :z 1964974.1 :w 1.0)
:index 47
:sub-graph 2
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 19 :dist 122716.16)
(new 'static 'nav-network-adjacency :index 46 :dist 101703.68)
(new 'static 'nav-network-adjacency :index 48 :dist 77250.56)
(new 'static 'nav-network-adjacency :index 49 :dist 85278.72)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 48 :parent #f)
:pos (new 'static 'vector :x -91750.4 :y 324730.88 :z 1934172.1 :w 1.0)
:index 48
:sub-graph 2
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 18 :dist 117841.92)
(new 'static 'nav-network-adjacency :index 47 :dist 77250.56)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 49 :parent #f)
:pos (new 'static 'vector :x -134512.64 :y 324730.88 :z 2045501.5 :w 1.0)
:index 49
:sub-graph 2
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 47 :dist 85278.72)
(new 'static 'nav-network-adjacency :index 60 :dist 111738.88)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 50 :parent #f)
:pos (new 'static 'vector :x -381829.12 :y 719872.0 :z 1908777.0 :w 1.0)
:index 50
:sub-graph 4
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 33 :dist 85155.84)
(new 'static 'nav-network-adjacency :index 34 :dist 107970.56)
(new 'static 'nav-network-adjacency :index 35 :dist 124723.2)
(new 'static 'nav-network-adjacency :index 51 :dist 106209.28)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 51 :parent #f)
:pos (new 'static 'vector :x -438763.53 :y 719872.0 :z 1998479.4 :w 1.0)
:index 51
:sub-graph 4
:count 6
:adjacency (new 'static 'inline-array nav-network-adjacency 6
(new 'static 'nav-network-adjacency :index 35 :dist 121692.16)
(new 'static 'nav-network-adjacency :index 36 :dist 96952.32)
(new 'static 'nav-network-adjacency :index 37 :dist 80568.32)
(new 'static 'nav-network-adjacency :index 38 :dist 99860.48)
(new 'static 'nav-network-adjacency :index 50 :dist 106209.28)
(new 'static 'nav-network-adjacency :index 52 :dist 118497.28)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 52 :parent #f)
:pos (new 'static 'vector :x -557219.8 :y 719872.0 :z 1996759.0 :w 1.0)
:index 52
:sub-graph 4
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 38 :dist 117063.68)
(new 'static 'nav-network-adjacency :index 51 :dist 118497.28)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 53 :parent #f)
:pos (new 'static 'vector :x -344104.97 :y 463175.7 :z 1653514.2 :w 1.0)
:index 53
:sub-graph 3
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 27 :dist 117022.72)
(new 'static 'nav-network-adjacency :index 28 :dist 54149.12)
(new 'static 'nav-network-adjacency :index 54 :dist 103751.68)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 54 :parent #f)
:pos (new 'static 'vector :x -411320.3 :y 463175.7 :z 1574461.5 :w 1.0)
:index 54
:sub-graph 3
:count 4
:adjacency (new 'static 'inline-array nav-network-adjacency 4
(new 'static 'nav-network-adjacency :index 26 :dist 97525.76)
(new 'static 'nav-network-adjacency :index 27 :dist 89825.28)
(new 'static 'nav-network-adjacency :index 53 :dist 103751.68)
(new 'static 'nav-network-adjacency :index 55 :dist 82247.68)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 55 :parent #f)
:pos (new 'static 'vector :x -420823.03 :y 463175.7 :z 1492787.2 :w 1.0)
:index 55
:sub-graph 3
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 25 :dist 105512.96)
(new 'static 'nav-network-adjacency :index 26 :dist 125132.8)
(new 'static 'nav-network-adjacency :index 54 :dist 82247.68)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 56 :parent #f)
:pos (new 'static 'vector :x -332963.84 :y 297164.8 :z 1940930.5 :w 1.0)
:index 56
:sub-graph 2
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 46 :dist 81428.48)
(new 'static 'nav-network-adjacency :index 57 :dist 73891.84)
(new 'static 'nav-network-adjacency :index 58 :dist 69632.0)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 57 :parent #f)
:pos (new 'static 'vector :x -337182.72 :y 297164.8 :z 1867161.6 :w 1.0)
:index 57
:sub-graph 2
:count 3
:adjacency (new 'static 'inline-array nav-network-adjacency 3
(new 'static 'nav-network-adjacency :index 21 :dist 80076.8)
(new 'static 'nav-network-adjacency :index 56 :dist 73891.84)
(new 'static 'nav-network-adjacency :index 59 :dist 68444.16)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 58 :parent #f)
:pos (new 'static 'vector :x -321536.0 :y 232366.08 :z 1963622.4 :w 1.0)
:index 58
:sub-graph 2
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 56 :dist 69632.0)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 59 :parent #f)
:pos (new 'static 'vector :x -316538.88 :y 232366.08 :z 1874862.1 :w 1.0)
:index 59
:sub-graph 2
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 57 :dist 68444.16)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 60 :parent #f)
:pos (new 'static 'vector :x -245555.2 :y 324730.88 :z 2057748.5 :w 1.0)
:index 60
:sub-graph 2
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 49 :dist 111738.88)
(new 'static 'nav-network-adjacency :index 61 :dist 95150.08)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 61 :parent #f)
:pos (new 'static 'vector :x -230400.0 :y 232366.08 :z 2040668.1 :w 1.0)
:index 61
:sub-graph 2
:count 2
:adjacency (new 'static 'inline-array nav-network-adjacency 2
(new 'static 'nav-network-adjacency :index 60 :dist 95150.08)
(new 'static 'nav-network-adjacency :index 63 :dist 78848.0)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 62 :parent #f)
:pos (new 'static 'vector :x -61071.36 :y 232366.08 :z 1818583.0 :w 1.0)
:index 62
:sub-graph 2
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 18 :dist 103833.6)
)
)
(new 'static 'nav-network-info
:path-node (new 'static 'nav-network-path-node :row-index 63 :parent #f)
:pos (new 'static 'vector :x -208076.8 :y 232366.08 :z 2116280.2 :w 1.0)
:index 63
:sub-graph 2
:count 1
:adjacency (new 'static 'inline-array nav-network-adjacency 1
(new 'static 'nav-network-adjacency :index 61 :dist 78848.0)
)
)
)
:edge-array (new 'static 'boxed-array :type nav-network-edge
(new 'static 'nav-network-edge :end-index 3 :radius 20070.4)
(new 'static 'nav-network-edge :start-index 2 :end-index 1 :radius 37847.04)
(new 'static 'nav-network-edge :start-index 2 :end-index 4 :radius 33914.88)
(new 'static 'nav-network-edge :start-index 3 :end-index 1 :radius 23347.2)
(new 'static 'nav-network-edge :start-index 3 :end-index 2 :radius 22118.4)
(new 'static 'nav-network-edge :start-index 3 :end-index 4 :radius 31047.68)
(new 'static 'nav-network-edge :start-index 4 :end-index 1 :radius 36290.56)
(new 'static 'nav-network-edge :start-index 5 :end-index 6 :radius 11059.2 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 5 :end-index 7 :radius 16384.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 5 :end-index 43 :radius 14336.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 6 :end-index 8 :radius 16384.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 6 :end-index 14 :radius 12697.6 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 9 :end-index 10 :radius 14745.6 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 9 :end-index 11 :radius 16384.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 10 :end-index 12 :radius 16384.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 10 :end-index 13 :radius 6758.4 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 13 :end-index 14 :radius 39116.8 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 14 :end-index 15 :radius 32686.08 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 15 :end-index 16 :radius 44482.56 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 15 :end-index 17 :radius 31744.0 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 18 :end-index 19 :radius 33464.32 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 19 :end-index 20 :radius 41041.92 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 20 :end-index 21 :radius 22323.2 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 21 :end-index 46 :radius 37724.16 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 21 :end-index 57 :radius 16384.0 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 22 :end-index 20 :radius 10444.8 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 23 :end-index 21 :radius 7987.2 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 24 :end-index 19 :radius 9216.0 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 25 :end-index 55 :radius 16384.0 :sub-graph 3)
(new 'static 'nav-network-edge :start-index 26 :end-index 54 :radius 16384.0 :sub-graph 3)
(new 'static 'nav-network-edge :start-index 27 :end-index 53 :radius 16384.0 :sub-graph 3)
(new 'static 'nav-network-edge :start-index 29 :end-index 25 :radius 9420.8 :sub-graph 3)
(new 'static 'nav-network-edge :start-index 30 :end-index 26 :radius 11960.32 :sub-graph 3)
(new 'static 'nav-network-edge :start-index 31 :end-index 27 :radius 9420.8 :sub-graph 3)
(new 'static 'nav-network-edge :start-index 32 :end-index 28 :radius 9420.8 :sub-graph 3)
(new 'static 'nav-network-edge :start-index 33 :end-index 34 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 33 :end-index 50 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 35 :end-index 50 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 36 :end-index 51 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 38 :end-index 51 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 39 :end-index 38 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 40 :end-index 37 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 41 :end-index 35 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 41 :end-index 36 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 42 :end-index 33 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 42 :end-index 34 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 43 :end-index 44 :radius 39567.36 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 43 :end-index 45 :radius 42803.2 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 44 :end-index 9 :radius 9830.4 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 45 :end-index 44 :radius 12533.76 :sub-graph 1)
(new 'static 'nav-network-edge :start-index 46 :end-index 20 :radius 37478.4 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 46 :end-index 47 :radius 44646.4 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 46 :end-index 56 :radius 16384.0 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 47 :end-index 19 :radius 35553.28 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 47 :end-index 48 :radius 40099.84 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 47 :end-index 49 :radius 37642.24 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 48 :end-index 18 :radius 30474.24 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 50 :end-index 34 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 50 :end-index 51 :radius 80896.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 51 :end-index 35 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 51 :end-index 37 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 51 :end-index 52 :radius 75653.12 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 52 :end-index 38 :radius 16384.0 :sub-graph 4)
(new 'static 'nav-network-edge :start-index 53 :end-index 28 :radius 16384.0 :sub-graph 3)
(new 'static 'nav-network-edge :start-index 53 :end-index 54 :radius 57999.36 :sub-graph 3)
(new 'static 'nav-network-edge :start-index 54 :end-index 27 :radius 16384.0 :sub-graph 3)
(new 'static 'nav-network-edge :start-index 54 :end-index 55 :radius 63078.4 :sub-graph 3)
(new 'static 'nav-network-edge :start-index 55 :end-index 26 :radius 16384.0 :sub-graph 3)
(new 'static 'nav-network-edge :start-index 57 :end-index 56 :radius 16384.0 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 58 :end-index 56 :radius 16384.0 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 59 :end-index 57 :radius 16384.0 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 60 :end-index 49 :radius 16384.0 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 61 :end-index 60 :radius 16384.0 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 62 :end-index 18 :radius 16384.0 :sub-graph 2)
(new 'static 'nav-network-edge :start-index 63 :end-index 61 :radius 16384.0 :sub-graph 2)
)
)
)