You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Removed enabled config option for all mods since it was misleading (mods cannot be enabled/disabled in game)
This means that not all mods will have options available in the Mods settings. Those with options will be displayed first with buttons leading to their options pages. A list of enabled/disabled mods without options is still displayed after those with options.
Updated manifest schema, and fixed regex for game version.
Added better checks for game version / vendor, including options in mod manifests.
Fixed exceptions not being printed fully.
Fixed config settings not being saved after exiting menu.
Corrected the XML summary for GetFirstFreeValue
Added more methods to EnumUtils
Updated manifest schema, and fixed regex for game version.
Added better checks for game version / vendor, including options in mod manifests.
Fixed exceptions not being printed fully.
Fixed config settings not being saved after exiting menu.