Did you place a manure heap close to the husbandry?
Ritter
Creator of
Recent community posts
There will most likely not be male animals in the mod itself, unless Giants adds more than just roosters. My 3D modelling knowledge is just below 0. So any male animals will come from animal packs like ConGan98’s https://github.com/ConGan98/FS25_CowBreedsRLRM
Though, as you say, depending on the pack/maps/etc you can end up with duplication and animal types/breeds that are unneeded in the savegame. So I’m considering adding the functionality in https://github.com/rittermod/FS25_RLRM_PedigreeBreeders to the main mod, enabling people to switch off types on a savegame basis.
That’s kind of the point here, is it not? :) If you want to edit XMLs feel free of course. But personally, I don’t want to open up and change the husbandries’ XMLs individually and have to redo the same changes when mods are updated over and over again, when I can fix it once with a script mod (on PC).
It’s in the same vein as my Adjust Storage Capacity. Adjusting the capacity of storages can be done in the XML, but why bother when it can be done faster, easier and permanently across mod updates, and doesn’t exclude those who don’t want to or are unable to edit the XMLs.
The contents of the script are, of course, also available for those security-conscious who want to check what they are installing. And in today’s world it is easy to point ChatGPT or similar at the scripts and ask “is this safe to use” for those who don’t read lua.
Salut ! Le mod fonctionne sur la plupart des cartes sans configuration particulière, très probablement aussi sur The Peasant Valley (La Vallée Paysanne).
Si certaines cartes sont précisément listées, c’est parce que certaines d’entre elles ajoutent leurs propres personnalisations (races d’animaux personnalisées, etc.) qui nécessitent un traitement spécial pour fonctionner correctement avec le mod. Les cartes listées sont celles pour lesquelles j’ai ajouté ce traitement spécial.
Tu devrais donc pouvoir jouer sur The Peasant Valley sans problème - garde juste à l’esprit que si cette carte a ses propres races personnalisées, ces personnalisations-là ne fonctionneront pas. Tout le reste fonctionne normalement. À bientôt !
Both milk and buffalo milk works without any problems on dedi server for me. If you mean https://github.com/rittermod/FS25_RealisticLivestockRM/issues/92 (since usernames are similar) I’m waiting for more info. Everything looks fine in my tests.

make sure you have the latest pack and see if that solves it. Updated today I see. https://github.com/ConGan98/FS25_CowBreedsRLRM/releases/tag/v1.0.4
Yeah :) It is fixed in the upcoming v1.2.3.0. I hope I’ll be able to push finished version this week. https://github.com/rittermod/FS25_RealisticLivestockRM/releases/tag/v1.2.3.0-dev
Short answer: Most likely, but not from day 1.
I try to add support for popular maps that change the animal setup, like the current Hof Bergmann. However I have to actually have access to the maps to be able to see if support can be added an add it. Some might be hard/impossible to support, but most probably can be supported without too much work.
The same goes for the cattle breed pack. It should work, but it depends on what the map changes.
Only the capacity. If you want to change visual animals you can use https://github.com/rittermod/FS25_MoreVisualAnimalsRM or https://github.com/rittermod/FS25_RealisticLivestockRM
Hi, you might want to check out the factsheets for cattle and sheep. https://rittermod.github.io/FS25_RealisticLivestockRM/#factsheets
Short version:
- Sheep only produce “excess” wool in the warmer months, 12C and above.
- Cows only give milk after birth of a calf, for 10 months.
I moved the constants out into a separate file: https://github.com/rittermod/FS25_RealisticLivestockRM/blob/953c764f8c530a3ee5f7d388366554ddda39184a/scripts/RLConstants.lua#L45
I don’t think there has ever been a setting for choosing country. The country it consider it’s home country and most of the animals in the animal dealer will come from and probably animals born is defined for some maps in the code. So it is only a small list of maps that have country defined there. If a map is not defined there it defaults to UK.
I have an issue registered to add a savegame setting though, but have no idea of when I’ll get to it. https://github.com/rittermod/FS25_RealisticLivestockRM/issues/35
Not map dependent, no. I suspect you have downloaded the wrong file. On GitHub you can’t download from the “Code” button. Go to Releases and download the latest FS25_something.zip in the assets. (Don’t download the source code zip) https://github.com/ConGan98/FS25_CowBreedsRLRM/releases
Thanks. I’ll try to look into it https://github.com/rittermod/FS25_FarmlandMarket/issues/3
That logline helps a lot. I take it that you are using the translation file you sent earlier? It has an error in formatting string on line 18: <text name="fresh_dailyLossNotification" text="Perdu %. d'unités périmées"/> should be <text name="fresh_dailyLossNotification" text="Perdu %.0f d'unités périmées"/>
I fixed that in the version included in the mod. So the quick fix would be to fix the translation file. I think maybe it may be more than that one, but I might confuse your’s with other translations I’ve gotten.
Unfortunately, one crash in a periodic update cancels the rest of the update. So animal, crops, etc will not age if they run after the crash.
I’ve added an issue for some safeguards crashes in the mod, so the updates continues even if something in the mod crashed.https://github.com/rittermod/FS25_Fresh/issues/29
I’m afraid this one only focus on storage. Personally I use https://www.farming-simulator.com/mod.php?mod_id=319198&title=fs2025 to adjust production speeds.
I never was able to reproduce it on my side, so it was probably just some combination of my code and something on your side that changed when i redid the buggy old settings. https://github.com/rittermod/FS25_Fresh/issues/28
I’ll try to reproduce the “no aging” problem. I can’t really think of anywhere that touches the animal logic in the mod, but it might be a symptom of something else that is buggy in the mod.
For the greenhouses part the (possible future) solution could be https://github.com/rittermod/FS25_Fresh/issues/21 where you would be able to extend or disable aging in specific storages. “Greenhouse A -> Don’t expire”. Then the aging would start when the pallet is spawned and not in the greenhouse’s internal storage.
Not at the moment. For now there is no difference where/how it is stored, but storage specific settings are on the radar. https://github.com/rittermod/FS25_Fresh/issues/21













