D-Official / PizzaTowerSwitch-FMOD

FMOD replacement code from the unofficial Pizza Tower switch port
Do What The F*ck You Want To Public License
28 stars 2 forks source link

(Question) What Sounds go to Which Audio Group #41

Closed burnedpopcorn closed 2 months ago

burnedpopcorn commented 2 months ago

You mentioned that there are 3 audio groups that have to be used, but what sounds go to which audio groups? (especially audiogroup_special)

D-Official commented 2 months ago

I left a comment in fmod.gml for this:

In the port, SFX audio files are assigned to audiogroup_sfx, music audio files are assigned to audiogroup_default,
and audiogroup_special exists so John pillar's Meatphobia track can be turned up while the music is turned down. 
I don't remember why it's done like this, probably for a good reason.
burnedpopcorn commented 2 months ago

@D-Official I Should've specified

What was the file name for John Pillars Meatophobia track?

D-Official commented 2 months ago

mu_dungeondepth, the event is "event:/music/pillarmusic"

burnedpopcorn commented 2 months ago

Thanks

Also sorry for wasting more of your time But last question

Is that the only track in audiogroup_special?

D-Official commented 2 months ago

Yes