← Package directory
Available on winget

Install Reloaded-II

Universal, C# based mod framework. Works with anything X86, X64.

Install with winget
winget install --id Reloaded-Project.Reloaded-II
Upgrade
winget upgrade --id Reloaded-Project.Reloaded-II
Uninstall
winget uninstall --id Reloaded-Project.Reloaded-II

About Reloaded-II

Universal, C# based mod framework. Works with anything X86, X64.

What's new in 1.30.1

Read and Discuss in a Browser. Previous Changelog. 1.30.1: Fixes for French Text and Publishing Fix ModConfig.json Regex Inclusion Duplicate Check by @Nenkai ModConfig.json is required for all mods, but .json files are otherwise excluded when packaging. Reloaded-II ensures it's included by checking your "Include Regexes" list. The duplicate check was broken, causing ModConfig\.json to appear twice in the list if you already had it configured. This happened because the check used a StringWrapper type that didn't implement Equals, so it compared object references instead of the actual string values. Add French Strings for "Yes/No" Dialog by @dysfunctionalriot Adds French localization strings for the mod compatibility warning dialog buttons introduced in 1.30.0. 1.30.0: Sliders and Supported Games Added TickFrequencyDouble to SliderControlParamsAttribute The TickFrequency property on SliderControlParamsAttribute was previously an int, which prevented using non-integer tick frequencies for sliders (e.g., 0.5). A new TickFrequencyDouble property has been added. When set, it takes precedence over the old TickFrequency property. // Old way (integer only, now obsolete) [SliderControlParams(minimum: 0, maximum: 1, tickFrequency: 1)] // New way (supports non-integer values) [SliderControlParams(minimum: 0, maximum: 1, TickFrequencyDouble = 0.1)] Alongside the addition of textFieldFormat from @monkeyman192 which (somehow) sat unreleased for 2 years, due to missing Reloaded.Mod.Interfaces release, you can now have sliders with nice fractions in configs, without crazy behaviour. image A...

Read release notes

Version history

Version Updated Notes
1.30.1 Unknown Read and Discuss in a Browser. Previous Changelog. 1.30.1: Fixes for French Text and Publishing Fix ModConfig.json Regex Inclusion Duplicate Check by @Nenkai ModConfig.json is required for all mods, but .json files are o...
1.30.0 Unknown Read and Discuss in a Browser. Previous Changelog. 1.30.0: Sliders and Supported Games Added TickFrequencyDouble to SliderControlParamsAttribute The TickFrequency property on SliderControlParamsAttribute was previously a...
1.29.6 Unknown Read and Discuss in a Browser. Previous Changelog. Just a few community PRs and miscellany. As usual, Reloaded-II is on life support while I spend the next years building the next best thing - if you want features, pleas...
1.29.5 Unknown Read and Discuss in a Browser. Previous Changelog. Just a few community PRs and miscellany. As usual, Reloaded-II is on life support while I spend the next years building the next best thing - if you want features, pleas...
1.29.4 Unknown Read and Discuss in a Browser. Previous Changelog. Just a few community PRs and miscellany. As usual, Reloaded-II is on life support while I spend the next years building the next best thing - if you want features, pleas...
1.29.3 Unknown Recommend installing Latest .NET 9 manually before applying this update. Just a few community PRs and miscellany. As usual, Reloaded-II is on life support while I spend the next years building the next best thing - if yo...
1.29.2 Unknown Release notes