dizietemblesssma Posted December 5 Share Posted December 5 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 More sharing options...
NeinGaming Posted December 5 Share Posted December 5 I think that's why most (if not nearly all) mods state the default value in the description of the slider/toggle. Link to comment Share on other sites More sharing options...
dizietemblesssma Posted December 5 Author Share Posted December 5 Ah, I see, that's better than trying to script it. Thanks:) diziet Link to comment Share on other sites More sharing options...
Recommended Posts