Fresh currently supports registered fillTypes, but custom crops from map mods or crop-porting workflows need to be added by editing data/defaultSettings.xml inside the mod. This works locally, but it is not update-safe and is awkward for players using custom maps.
Would it be possible for Fresh to load an optional XML config from modSettings, for example:
modSettings/FS25_Fresh/customFillTypes.xml
Example:
Suggested behaviour:
- Load Fresh’s bundled defaults first.
- Then load the optional modSettings XML.
- Merge entries by fillType name.
- Let modSettings entries override default entries.
- Ignore missing/unknown fillTypes safely, with a log warning if useful.
This would allow custom crop/map users to add shelf-life support without editing the mod itself, and would make Fresh much more compatible with custom crop maps.
Fresh currently supports registered fillTypes, but custom crops from map mods or crop-porting workflows need to be added by editing data/defaultSettings.xml inside the mod. This works locally, but it is not update-safe and is awkward for players using custom maps.
Would it be possible for Fresh to load an optional XML config from modSettings, for example:
modSettings/FS25_Fresh/customFillTypes.xml
Example:
Suggested behaviour:
This would allow custom crop/map users to add shelf-life support without editing the mod itself, and would make Fresh much more compatible with custom crop maps.