Poacher886 Posted January 21, 2019 Share Posted January 21, 2019 So ive always found it odd that there was no hotkey toggle for the music....when i enter a pub, i like to hear the music, when im outside, i like it off mostly, but on again when im enjoying the scenery, and so on. Its so immersion breaking and frustrating to have to enter the system menu, then scroll down to the music tab, then slide it to off, then back again. Could we have a mod that enables us to set the music level in the system audio tab and simply toggle it on/off when in-game?? Thanks Link to comment Share on other sites More sharing options...
Nadesim Posted July 6, 2019 Share Posted July 6, 2019 Same man I feel you Link to comment Share on other sites More sharing options...
wes171 Posted July 8, 2019 Share Posted July 8, 2019 I would love this as well Link to comment Share on other sites More sharing options...
IsharaMeradin Posted July 9, 2019 Share Posted July 9, 2019 Just theory mind you.A combination of GetINIFloat and SetINIFloat during a key press could be used to obtain current value, change the value and restore the value as desired. However, I do not know which INI setting specifically controls the music. It is one of the following housed in the SkyrimPrefs.ini file under [AudioMenu]: fVal0=0.8000 fVal1=1.0000 fVal2=0.4000 If I could remember what I had set my volume levels to in-game, the deduction of which would be easier. Nonetheless, I share this information for anyone who would wish to attempt such a mod. I would recommend a start game enabled quest utilizing the MCM menu system for user input on desired key to press and if desired flexibility min / max volume settings. The same script or a secondary script on the same quest record could then register for the key press and store the starting value of the desired audio volume setting. Then when the key is pressed adjust up or down as needed. Link to comment Share on other sites More sharing options...
Recommended Posts