Enhanced Animal System

This script adjusts nine points:

1. animals no longer get only one animal as offspring, but specifically many for the respective animal species (with scattering).
2. stables can be overcrowded by the offspring, but this has an effect on the health of the animals. Alternatively, animals that no longer fit in the barn can be sold directly. This can be set in the animal menu.
3. animals that are too old will be removed randomly
4. animals with 0% health will be removed
5. animals offspring can be male or female
6. animals can be reproduced now by a veterinarian
7. reproduction attempts of the animals by the veterinarian can fail.
8. feed consumption of female animals increases shortly after birth
9. milk yield is dependent on the last birth

More detailed explanation:

To 1.)
By default, the following values are set for offspring.

Cows:
0 animals -> probability with 1%
1 animal -> probability with 98
2 animals -> probability with 1%

Pigs:
8 animals -> probability with 20%
9 animals -> probability with 20%
10 animals -> probability with 20%
11 animals -> probability with 20%
12 animals -> probability with 20%

Sheep:
0 animals -> probability with 1%
1 animal -> probability with 59
2 animals -> probability with 30%
3 animals -> probability with 10%

Horses:
0 animals -> probability with 1%
1 animal -> probability with 98%
2 animals -> probability with 1%

Chickens:
1 animals -> probability with 20%
2 animals -> probability with 20%
3 animals -> probability with 20%


To 2.)
There are two modes which can be set in the stable menu.

Mode 1.)
If a stable is full and new animals are born, these are sold directly. Here the normal animal price from the game/map is taken minus 25% transport costs. It is important to note that chickens are worth 0€ if they have just been born.

Mode 2.)
Allow overcrowding in a barn. This is possible by default up to 100%. Means a stable with 100 places can take 200 animals. However, this is only possible through births and not through the purchase of new animals! This mode is intended for the fact that one can distribute the new animals then even in other stables. If a stable should have an overcrowding, this has effects on the health of the animals. Health decreases depending on the overcrowding every hour if the barn is overcrowded for more than 12 hours. This goes from 0 to 5%. Means if a minimum overcrowding is present only the health stagnates. In the worst case it decreases by 5% per hour. If there is also a lack of food, the health can drop even more.


To 3.)
Old animals will be removed with a probability of 5%. This is calculated once per month when the animal reaches its maximum age. The default values are set as follows.

Cows 300 months or 25 years
Pigs 180 months or 15 years
Sheep 144 months or 12 years
Horses 360 months or 30 years
Chickens 180 months or 15 years


To 4.)
Animals with 0% health can be removed if this setting is enabled in the menu.

To 5.)
The animals can now have male or female offspring. The probability of which gender it will be is 50:50.

To 6.)
In the animal menu, the stable can now be switched from automatic reproduction to manual. This allows individual groups of animals, should they have the minimum age, to be reproduced manually. Both automatic and manual reproduction costs a fixed amount per animal (Can be set in the settings xml). If there is a male animal of this species with sufficient age in the stable, the reproduction will take place automatically (free of charge).

To 7.)
The veterinary reproduction of single animals can fail. This causes the reproduction to stop at 0%. The reproduction must then be attempted again.

Re 8.)
The feed consumption of the female animals depends on the last birth. Thus, feed consumption is first reduced shortly after birth. Then it rises, so that it is slightly increased, until it returns to the normal level.

To 9.)
The milk yield of cows and goats depends on the last birth. Here, the animals give no more milk from a repdouction of 80% (dry-off). From birth on, the milk yield increases up to 1.2 times, until it slowly decreases again. If no new reproduction takes place, the milk yield drops to 0%. The months since the last birth are displayed in the animal menu for the corresponding animals.

Important hints:
- Chickens, Sheeps and Goats now produce manure if the coop itself has manure.
- Goats produce goat milk and not wool. For this, however, the barn must have goat milk obstructed (Instruction included: GoatMilkInstruction.txt) or use the sheep barns with goat milk support from T4xs (Modname: FS22_husbandryGoatMilk).
- If modders do not want to have their Animals xml overwritten, they can now add the key doNotOverrideAnimals to their Animal xml of the map.

Credits:
Farmer_Andy/lsfarming-mods.com and wingi Thanks a lot for the animal visuals!

Many thanks to the following person for translation:
P_E_T_O (czech), Jankus (polish), Pericops (spanish), philpask (france)

Changelog: 2.2.1.2:
1.) Bugfix: Husbandries with animals but without associated farm no longer throw Lua errors (but the warning remains)
2.) Change: Hof Bergmann support for the spring update
3.) Change: Reproduction of chickens reduced

Changelog: 2.2.1.1:
1.) Bugfix: Husbandries with goat milk work again.

Changelog: 2.2.1.0:
1.) Bugfix: Fixed a bug where the last reproduction probability was ignored.
2.) Bugfix: Fixed a bug where no money was deducted from the medical reproduction if you were in the red.
3.) Bugfix: The script now also writes to husbandries whose type does not correspond to the standard.
4.) Feature: You can now adjust the exact number for a medical reproduction via a dialog.

Changelog: 2.2.0.3:
1.) Bugfix: Fixed a bug that caused an incorrect reproduction probability to be taken, if animal had no birth before.
2.) Bugfix: Fixed a bug that merged different groups of animals.

Changelog: 2.2.0.2:
1.) Bugfix: Horses can be ridden again.

Changelog: 2.2.0.1:
1.) Bugfix: Straw can now be used for sheeps and goats

Changelog 2.2.0.0:
1.) Feature: Veterinarians can now reproduce animals manually.
2.) Feature: Male animals reproduce with the female equivalent automatically.
3.) Feature: The veterinary based reproduction of the animals can fail.
4.) Feature: The feed consumption of the female animals increases shortly after birth.
5.) Feature: The milk yield of cows and goats depends on the last birth.
6.) Feature: Cows and goats do not give any more milk from 80% reproduction until birth (dry period).
7.) Feature: Goats and sheep can produce manure.
8.) Change: Cows can reproduce only from 18 months.
9.) Change: The reproduction of the animals always increases.
10.) Bugfix: Fixed a bug that caused overcrowding despite overcrowding being disabled.

Changelog 2.1.0.0:
1.) Feature: Sheep and goats are now divided into individual breeds (The male ram and goat are lost in the update).
2.) Feature: Swiss cows are back.
3.) Change: The health of the animals decreases only after 12 hours of overcrowding.
4.) Bugfix: If other animals than cows, pigs, sheep, horses and chickens are already installed on a map, only these will be overwritten. All others remain and are loaded from the map.
5.) Bugfix: Animals can now become older than 60 months.
6.) Bugfix: Horses can be ridden again.
7.) Bugfix: Animals no longer change their texture at long distance.

Changelog 2.0.0.0:
1.) New feature: Multiple new animal visuals (Thanks to Farmer Andy for approvals).
2.) New feature (point 5.): Animal offspring can be male or female.
3.) Bugfix: When you take young animals from the husbandry with the trailer, the menu did not update.
4.) Bugfix: You could select more animals than the husbandry holds in the menu.
5.) Bugfix: Synchronization improved.
6.) Bugfix: Fixed a bug that could cause animals to disappear when they enter a stable.

Changelog 1.1.0.0:
1.) New feature (point 4.) where animals can be removed at 0% health.
2.) Bugfix: If no value for the overcrowding in the husbandry is entered, it came to errors when saving.
3.) Bugfix: The current state of the overcrowding should now also be synchronized in multiplayer.
Game
Farming Simulator 22
Manufacturer
None
Category
Author
Size
130.13 MB
Version
2.2.1.2
Released
20.03.2024
Platform
PC/MAC
User Rating:
4.7 (2377)

Mod Powered By:


Screenshots



Social Media