Read and Discuss in a Browser.
Previous Changelog.
This is an emergency release to address crashes with .NET 9.0.5.
Please note this release lacks proper testing; as this is a very urgent/emergency release.
Emergency .NET 9.0.5 Rollback by @Sewer56
Microsoft rolled out .NET 9.0.5 with a change that causes crashes in all games when used with Reloaded-II.
I've made the following changes to address this:
- Enforced .NET 9.0.4: Mod loader now requires .NET 9.0.4 and prevents booting with 9.0.5
- Launcher still allows 9.0.5, but will prompt 9.0.4 installation for Mod Loader if needed.
- Improved Dependency Installation: Automatically downloads and installs exact dependency versions
- Enhanced Progress Feedback: Detailed progress during dependency installation
- Automatic Runtime Installation: Fully automatic runtime installation in launcher
Note: The crashes appear to be related to garbage collector changes in .NET 9.0.5, though specific details are still being investigated.
Bug Fixes by @RyoTune
- Fixed Config Reset Crashes: Fixed crashes when resetting configurations with different integer types (byte, short vs int)
- Fixed Mod Template ConfigContext: Mod templates now properly set ConfigContext with IApplicationConfig
- This allows mods to have per-application (per-game) configurations.
French Localization by @dysfunctionalriot
Complete French translation added! 🇫🇷 All text up to version 1.29.0 has been translated.
Complete Changes (Autogenerated)
1.29.1 - 2025-05-30
Merged
- Added: Emergency Patch to rollback .NET 9.0.5 to 9.0.4
#597
- Fix: Mod template ConfigContext not being set.
#591
- Add French translation
#587
- Fix crashes when resetting configs.
#566
Commits
- Fix crashes when resetting configs whenever the "DefaultValue" type did not match the target property.
f13dc31
- Added French translation
39ec4d8
- Fix mod template config context not being set when loaded by the mod loader.
ce91bb5
- Changed: Force .NET 9.0.4 on the Loader, and install of exact dependency
af293af
- Updated: Download direct required version from automatic dependency installer
238ffc1
- Changed: Use the dependency resolver from installer in Missing Dependencies Dialog
c9342f1
- Updated: Project Changelog
f3b0560
- Bumped: Version to 1.29.1
142e680
- Changed: Build with 9.0.4 SDK so that launcher ends up being 9.0.4
14f089e
====
====
Available Downloads
(Below this text, on GitHub)
Setup.exe
: This is a 1 click installer for Windows.
Setup-Linux.exe
: This is a version of Setup.exe
for easier use in WINE / Proton. Use Linux Setup Guide.
Release.zip
: For people who prefer to install manually without an installer.
Tools.zip
: Tools for mod authors and developers.
Other files are related to updates, you can ignore them.