mirror of
https://github.com/open-goal/jak-project
synced 2026-07-26 06:37:29 -04:00
target-racer-h PAL patch
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
// if you want to filter to only some object names.
|
||||
// it will make the decompiler much faster.
|
||||
"allowed_objects": ["target-death", "eichar-ag", "deathcam-ag"],
|
||||
"allowed_objects": ["target-racer-h", "eichar-ag", "deathcam-ag", "balloon-ag"],
|
||||
"banned_objects": [],
|
||||
|
||||
////////////////////////////
|
||||
|
||||
@@ -161,9 +161,10 @@
|
||||
)
|
||||
)
|
||||
|
||||
;; PAL patch here
|
||||
(defskelgroup *balloon-sg* balloon balloon-lod0-jg balloon-idle-ja
|
||||
((balloon-lod0-mg (meters 20)) (balloon-lod1-mg (meters 999999)))
|
||||
:bounds (static-spherem 0 1.7 0 3)
|
||||
:bounds (static-spherem 0 0.3 0 6.3)
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user