Jump to content

MCM defaults


Recommended Posts

In SkyrimSE SkyUI you can specifiy a default for an MCM option in a state thus:

Event OnDefaultST()
        SaveCountMax = 5
        SetSliderOptionValueST(SaveCountMax)

EndEvent

and in the MCM menu pressing 'R' will set the state option to the default.

I can't find an equivalent in the Fallout4 MCM config.json, looking at other mods it seems that one has to write a menu option to call a function to set defaults.  However I don't want to write such a function for every menu option and one function to set everything to a default will reset things that the user might not want to be reset.

Am I missing something or is the above the only approach?

 

diziet

Link to comment
Share on other sites

  • Recently Browsing   0 members

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