Desdinova Posted February 29 Is there a way to make my main music track fade out in one area and then have a new one fade in, and vice versa when exiting? Using UDMF 0 Quote Share this post Link to post
0 Kan3 Posted March 1 You can use SetMusicVolume in a script (the page shows exactly an example of what you're asking :D) 0 Quote Share this post Link to post
0 Desdinova Posted March 3 (edited) On 3/1/2024 at 12:01 PM, Kan3 said: You can use SetMusicVolume in a script (the page shows exactly an example of what you're asking :D) It's telling me that the identifier has not been declared.. Any solutions for this? Edited March 3 by Desdinova edit 0 Quote Share this post Link to post
0 URROVA Posted March 3 (edited) declare musicVolume below the #include statements: int musicVolume = 1.0; Edited March 3 by URROVA 0 Quote Share this post Link to post
0 Desdinova Posted March 3 2 minutes ago, URROVA said: declare musicVolume below the #include statements: int musicVolume = 1.0; It worked, thank you 0 Quote Share this post Link to post
Question
Desdinova
Is there a way to make my main music track fade out in one area and then have a new one fade in, and vice versa when exiting? Using UDMF
Share this post
Link to post
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.