Jump to content

Music, On/Off toggle hotkey.


Poacher886

Recommended Posts

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

  • 5 months later...

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...