| Description |
ModSynth analyses the Lua hook chains across your entire FS25 mod stack and writes a structured conflict report to the game log every time you launch. When multiple mods overwrite the same engine function, the last one loaded usually wins silently — other mods' work disappears with no error, no crash, and no obvious explanation. ModSynth tracks every wrapper installed by every mod, cross-references them against a catalogue of hand-verified conflicts, and tells you exactly what is fighting what, why, and whether it actually matters.
Where a fix is safe and mathematically correct, ModSynth applies it automatically at runtime — repairing broken hook chains, suppressing known self-bugs in third-party mods, and verifying critical HUD overlays at map load. Everything else is logged with a severity rating and a plain-English explanation so you know what to act on and what to ignore. No configuration, no gameplay changes, zero runtime overhead after map load. Safe for multiplayer.
Requires FS25_000_ModSynthHooks (auto-downloaded as a dependency).
|