Loading screen and lobby music

Support for MFPS 2.0 (for verified users)
Forum rules
To request support/assistance for MFPS, you first have to verify your purchase by sending your purchase invoice number to Lovatto in a PM.
Post Reply
User avatar
websbk
Contributor
Contributor
Posts: 180
Joined: Fri Aug 04, 2017 5:34 pm

During the loading of the level, the music from the lobby is mixed with the music of the loading screen How can this be corrected so that there is only the music of the loading screen?
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

This happens when loading the level from the Waiting Room or when join to a Room from the Room List or the Play button?
Try this:

in bl_Lobby.cs -> IEnumerator MoveToGameScene() -> add this line:

Code: Select all

if (bl_AudioController.Instance != null) { bl_AudioController.Instance.StopBackground(); }
How to find your Invoice Number: Here
How to find your Order Number: Here
User avatar
websbk
Contributor
Contributor
Posts: 180
Joined: Fri Aug 04, 2017 5:34 pm

Lovatto wrote: Sat Jul 17, 2021 7:08 pm This happens when loading the level from the Waiting Room or when join to a Room from the Room List or the Play button?
Try this:

in bl_Lobby.cs -> IEnumerator MoveToGameScene() -> add this line:

Code: Select all

if (bl_AudioController.Instance != null) { bl_AudioController.Instance.StopBackground(); }
Thanks
User avatar
websbk
Contributor
Contributor
Posts: 180
Joined: Fri Aug 04, 2017 5:34 pm

I checked, the music from the lobby is still not removed
User avatar
Lovatto
Admin
Admin
Posts: 1834
Joined: Sun Dec 07, 2014 3:18 pm
Contact:

Can you describe to me the steps to reproduce the issue?
or a short video will be great.
How to find your Invoice Number: Here
How to find your Order Number: Here
Post Reply