This page was last updated on 17 December 2023, 8:07PM
Changelogs
Version 1.5.0
Version code: 14
Updated for SkyrimSE 1.6.1130
Added MergeMapper support
Added SkyrimVRESL support
Changed mod installation to FOMOD installer; plugin type can now be chosen independently of game version
Version 1.4.0
Version code: 13
Fixed an issue with ShowMessage and ForcePageReset in MCM Helper menus
Fixed mod name being derived from last overriding file instead of form origin
CallFunction and SendEvent actions no longer have to specify the script name on forms with only one script attached
Added support for "$schema" property in config layout (config.json) and keybind definition (keybinds.json) files; JSON Schema files can be found in the GitHub repository
Corrected log location for GOG version
Version 1.3.3
Version code: 12
Updated for SkyrimSE 1.6.629+
Fixed a crash when a text or input control had an ID that did not correspond to an INI setting
Fixed a crash when a GlobalValue source form is not found
Fixed input controls not refreshing after being edited
Fixed Papyrus functions for ModSettings not using a case insensitive lookup
SkyUI: Workaround for a race condition causing Papyrus errors when loading settings on a new game
SkyUI: Config will not attempt to load settings if MCM Helper DLL did not load correctly
Added PDB file to distribution
Version 1.3.2
Updated to use Address Library for SkyrimSE 1.6.x
Fixed logger not working
Version 1.3.1
Added a build for Skyrim SE 1.6.318 - does not currently require Address Library
SkyUI: Tweaked a comment for clarity in settings.ini
Version 1.3.0
Version code: 11
Fixed reset to default not triggering OnSettingChange
Fixed confirmation message when remapping a key to the same value
Fixed keybinds not being unregistered or being registered twice in some cases
Added OnPageSelect event
Version 1.2.3
Version code: 10
SetMenuOptions no longer requires the control to be on the current page, so it can be safely used from OnConfigOpen
Fixed the Unmap option disappearing after mapping a key or refreshing the page
Set all ModSetting related Papyrus functions to non-delayed (allow them to execute faster)