➡️ Get the latest version from Releases (grab FS25_OmegaMods_ComboPathFix.zip).
Category: Gameplay (script only)
Game: Farming Simulator 25
Fixes <combination> path resolution so you can reference XMLs from other mods:
$moddir<OtherModName>$/path/to/file.xmlmoddir<OtherModName>$/path/to/file.xml(accepted even without the leading$)
Works during vehicle XML load and at Store linking time. Also installs an umbrella hook
on Utils.getFilename to transparently resolve extended tokens.
In your implement's XML:
<combinations>
<combination xmlFilename="$moddirFS25_tony10900TTRX$/tony10900TTR.xml"/>
</combinations>If the target mod or file is missing, the game will log a readable warning without crashing.
- No custom save data. Deterministic and MP-safe.
- Client-side only; server should also run the mod for consistency.
MIT – see LICENSE.txt.