Open sttng opened 2 years ago
Great idea! I was thinking of adding that before but never got around to doing so. Your post gave me the motivation to do so haha. I've submitted a pull request for this; hopefully it'll be accepted.
In the meantime there's a plugin to do so: https://github.com/Y0UR-U5ERNAME/gbs-plugin-collection#set-master-volume-plugin
Is your feature request related to a problem? Please describe. For "cut-scenes" or changing to a menu I like to adjust the sound and music volume programmatically
Describe the solution you'd like I suggest to have an event added "Change Master Volume" where you can define the volume level and have this event triggered ad you like.
Describe alternatives you've considered Currently I am either using the "Stop Music" event. Alternatively I have added a copied version of my music, only where the volume is lowered and trigger to play that "lowered" song as I needed. This has 2 caveats. First this will restart the song, second it'll take up additional resources.