Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Have not had cows or pigs, sheep long enough to get max
When you fill a trailer from the slurry tank, it says at the top of the prompt how much that tank can hold. Same with milk.
I had about 200.000+ L of manure at my large cow pasture. I emptied it and got about 120.000L of manure while animal tab showed around 86.000+ L of manure still left. Thing is, manure pit is completely empty and i can't get the rest of it.
Large pig pasture and manure also has issues. Animal tab showed around 24.000L of manure while when i emptied it, i only got about 16.000L of manure. Good thing is that when i empty it, animal tab shows 0L of manure left.
Also an open question if anything gets destroyed over time. Will milk go sour if too long in barn?
So if you really want to know, here's where you find the info.
Go here: .....\Documents\My Games\FarmingSimulator2019\savegame1 (or whatever save #)
Find file: items.xml
Open that file with a text editor, highly recommend Notepad++
Do a search for 'AnimalHusbandry'
Within that code, you'll see lines like this:
<module name="milk" fillCapacity="800000.000000">
<module name="manure" fillCapacity="800000.000000" manureToDrop="1044.670288" manureToRemove="0.000000"/>
<module name="liquidManure" fillCapacity="800000.000000">
The fillCapacity is self-explanatory, which is what you're looking for.
Storage capacities here are generally the same between vanilla and mods. I don't think it makes a difference between small and large pastures.
Things do not go bad. I'm not sure if seasons changes this.