Memoria icon indicating copy to clipboard operation
Memoria copied to clipboard

Music volume doesn't affect main menu music

Open snouz opened this issue 1 year ago • 3 comments

snouz avatar Feb 16 '24 13:02 snouz

Just had a quick look all though the MusicPlayer.cs and TitleUI.cs the latter does not effect volume directly and is always going though all the music methods it uses does not seem to change volume without using the volume multiplier everything in MusicPlayer uses logic like SoundProfile.SoundVolume * this.Volume or when the volume is being updated SoundProfileSoundVolume * volume

barkermn01 avatar Feb 16 '24 16:02 barkermn01

Found the issue in TitleUI.cs Profile used for intro music was VideoMusic, since it was linked to FMV000 Fixed in patch

snouz avatar Feb 19 '24 09:02 snouz

That was the wrong fix and it removes the track completely, I neglected to test again. Pushed a hotfix. So this problem is still open.

snouz avatar Feb 20 '24 12:02 snouz