mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 20:21:28 -04:00
decomp: add a bunch of enemy files (#2101)
Adds the following files: - `amphibian` - `centurion` - `ginsu` - `grenadier` - `hopper` - `metalmonk` - `monster-frog` - `predator-graph` - `predator-h` - `predator` - `rapid-gunner` - `rhino` - `rhino-wall` - `tomb-baby-spider` Also adds the DGOs for the following levels: - Mar's Tomb - Mountain Temple - Drill Platform - Sacred Site (Sage Hut) Manual patches: - The decompiler emits `(b! #t cfg-17)` in `(trans hostile hopper)` without putting a `(label cfg-17)` anywhere - Added cast to `art-joint-anim` in `(code broken rhino-wall)` and `(code hit rhino-wall)` Other notes: - `amphibian` seems to occasionally crash when using its tongue attack. Haven't investigated this yet - `ginsu` crashes after being killed somewhere in the `deactivate` method, possibly because of its `part-spawner` - Predators aren't spawning in the forest hunt mission, not sure if `forest-obs` might be needed for that or if it's something else - The `rhino-wall` STR animation seems to load (albeit a bit broken due to missing VAG stream playback), but causes the viewport to shrink as soon as it's played - I added `pegasus::74` to the `event_handler_hack` bool in `variable_naming.cpp` because I got a `none` cast after changing the return value of `enemy::74`
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"DGO/DMI.DGO",
|
||||
"DGO/ORACLE.DGO",
|
||||
// "DGO/LERLTESS.DGO",
|
||||
// "DGO/DRI.DGO",
|
||||
"DGO/DRI.DGO",
|
||||
// "DGO/LBRNERMK.DGO",
|
||||
// "DGO/LRACECF.DGO",
|
||||
"DGO/CTC.DGO",
|
||||
@@ -45,7 +45,7 @@
|
||||
// "DGO/LTRNYSAM.DGO",
|
||||
// "DGO/LOUTCSTB.DGO",
|
||||
// "DGO/LASHTHRN.DGO",
|
||||
// "DGO/TOC.DGO",
|
||||
"DGO/TOC.DGO",
|
||||
"DGO/CFB.DGO",
|
||||
"DGO/CAB.DGO",
|
||||
// "DGO/STC.DGO",
|
||||
@@ -67,7 +67,7 @@
|
||||
"DGO/LKIDDOGE.DGO",
|
||||
// "DGO/NESTT.DGO",
|
||||
"DGO/LWIDEC.DGO",
|
||||
// "DGO/SAG.DGO",
|
||||
"DGO/SAG.DGO",
|
||||
"DGO/NEB.DGO",
|
||||
"DGO/COB.DGO",
|
||||
"DGO/LBOMBBOT.DGO",
|
||||
@@ -79,7 +79,7 @@
|
||||
"DGO/NES.DGO",
|
||||
"DGO/PAR.DGO",
|
||||
// "DGO/LERBRNGD.DGO",
|
||||
// "DGO/MTX.DGO",
|
||||
"DGO/MTX.DGO",
|
||||
"DGO/FDA.DGO",
|
||||
// "DGO/LKEIRIFT.DGO",
|
||||
"DGO/LWHACK.DGO",
|
||||
@@ -111,7 +111,7 @@
|
||||
"DGO/SKA.DGO",
|
||||
// "DGO/LTRNKRKD.DGO",
|
||||
"DGO/CIA.DGO",
|
||||
// "DGO/TOB.DGO",
|
||||
"DGO/TOB.DGO",
|
||||
// "DGO/LRACEDB.DGO",
|
||||
"DGO/LDJAKBRN.DGO",
|
||||
"DGO/TOA.DGO",
|
||||
@@ -135,7 +135,7 @@
|
||||
// "DGO/SWE.DGO",
|
||||
// "DGO/LRACECB.DGO",
|
||||
"DGO/GGA.DGO",
|
||||
// "DGO/TOD.DGO",
|
||||
"DGO/TOD.DGO",
|
||||
"DGO/MCN.DGO",
|
||||
// "DGO/SEW.DGO",
|
||||
"DGO/VIN.DGO",
|
||||
@@ -190,10 +190,6 @@
|
||||
"CTB.DGO",
|
||||
"CWI.DGO",
|
||||
"DMI.DGO",
|
||||
"FOB.DGO",
|
||||
"FOR.DGO",
|
||||
"FEA.DGO",
|
||||
"FEB.DGO",
|
||||
"GGA.DGO",
|
||||
"HIDEOUT.DGO",
|
||||
"KIOSK.DGO",
|
||||
@@ -201,6 +197,23 @@
|
||||
"LWIDEA.DGO",
|
||||
"LWIDEB.DGO",
|
||||
"LWIDEC.DGO",
|
||||
"FEA.DGO",
|
||||
"FEB.DGO",
|
||||
"DRI.DGO",
|
||||
"TOC.DGO",
|
||||
"FOB.DGO",
|
||||
"SAG.DGO",
|
||||
"MTX.DGO",
|
||||
"TOB.DGO",
|
||||
"TOA.DGO",
|
||||
"TOD.DGO",
|
||||
"DRILLMTN.DGO",
|
||||
"FOR.DGO",
|
||||
|
||||
"LDJAKBRN.DGO",
|
||||
"HIDEOUT.DGO",
|
||||
"KIOSK.DGO",
|
||||
"DMI.DGO",
|
||||
"LSACK.DGO",
|
||||
"MTN.DGO",
|
||||
"PRI.DGO",
|
||||
|
||||
Reference in New Issue
Block a user