-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update volume in sound-group sog3 to sfx-volume #3574
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of this hack, just change (sound-play "menu-close")
in progress-pc.gc
to (sound-play "menu-close" :vol (-> *setting-control* default sfx-volume))
.
This reverts commit c6fc702.
l😂 |
goal_src/jak1/pc/progress-pc.gc
Outdated
@@ -2906,7 +2906,7 @@ | |||
;; override the enter handler for progress-going-out | |||
(set! (-> progress-going-out enter) | |||
(lambda :behavior progress () | |||
(sound-play "menu-close") | |||
(sound-play "menu-close" :vol (-> *setting-control* default sfx-volume)) ;; og:preserve-this Make this sound respect sfx setting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need a preserve-this
comment because the pc
files are not touched by the decompiler, but not a big deal if it stays.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can clean it up while I'm here but yeah, skip preserves in files that aren't generated by the decompiler makes sense whoops.
Adds a way to override certain sounds that don't respect the settings that they should...
8mb.video-8ue-Vmxcmr5f.mp4