Release Date: 2026-01-28
Bug Fixes
- ModOrganizer.ini Path Mangling: Fixed incorrect drive letter assignment when modlist is on SD card but vanilla game is on internal storage. Now uses gamePath drive letter as source of truth for vanilla game paths.
- Proton Config Name Mismatch (Issues #150, #151): Fixed incorrect Proton names written to Steam config.vdf CompatToolMapping. Naive string conversion produced wrong names (e.g.,
proton_9.0_(beta)instead ofproton_9). Now resolves correct internal names fromcompatibilitytool.vdf(third-party) or App ID mapping (Valve Proton). CachyOS and other community Proton builds incompatibilitytools.d/are now detected and selectable. - Removed Lorerim/Lost Legacy Proton Override: No longer forces Proton 9 for specific modlists. ENB compatibility warnings are handled by the success dialog instead.
Engine Updates
- jackify-engine 0.4.7: Fixed incorrect quoting/escaping of MO2
customExecutablesby writing clean, unquoted ProtonZ:\...paths inModOrganizer.ini. This eliminates engine-side quote corruption that previously triggered SD card path mangling issues.
Improvements
- Improved Wine Component install debug log output: Will now print the full command being used for winetricks and protontricks when debug mode is enabled, making it easier to reproduce issues manually.