Slowly ;) The only way to buy large amount of animals in a short amount of time at the moment is to set the number of animals at dealer to max in settings, buy a batch, reset dealer in settings, buy next batch. rinse and repeat.
Ritter
Creator of
Recent community posts
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
As long as the filltype is unloaded in a form the animal pen accepts you should be able to add any fillType from base game and map to the foodGroups.
So if it is a bulk product you can dump you are usually fine. Most animal pens do not accept feed as pallets.
For instance on the Judith Plains map, if you add dry corn (MAIZE2 in JP map) and corn flour (CORNFLOUR in JP map) to the pig base food like this:
<foodGroup title="Base food" productionWeight="0.500000" eatWeight="0.500000" fillTypes="MAIZE SORGHUM MAIZE2 CORNFLOUR"/>
you can dump dry corn into pig pens without problems. But adding corn flour pallets won’t work unless the animal pen has a pallet trigger or you can somehow fill a trailer with flour and then dump it as a bulk product into the pen.
Read the documentation at https://github.com/rittermod/FS25_AdjustAnimalFood/blob/main/README.md
It only removes the currently selected contract. Contracts of the same category will regenerate. If you want to limit or disable categories of contracts completely I recommend using Contract Boost or similar where you can set a max limit for each category.
Not at the moment. I’ve added it as a possible enhancement to the mod, https://github.com/rittermod/FS25_TransactionLog/issues/18











