Skip to content

Ls-Modcompany/FS19_Script_SetAnimalCapacity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

FS19_Script_SetAnimalCapacity

General

With this script you can change the capacitys of the animalhusbandries.

Usage

For use this script you need this in your modDesc.xml:

<extraSourceFiles>	
  <sourceFile filename="setAnimalCapacity.lua" /> 
</extraSourceFiles>

In the script you can set the values in line 29-34:

--	Change parameters here:           water, straw, food, foodSpillage, pallets
SetAnimalCapacity.parameters["CHICKEN"] = {5000, 5000, 5000, 5000, 5000};
SetAnimalCapacity.parameters["COW"]     = {5000, 5000, 5000, 5000, 5000};
SetAnimalCapacity.parameters["SHEEP"]   = {5000, 5000, 5000, 5000, 5000};
SetAnimalCapacity.parameters["PIG"]     = {5000, 5000, 5000, 5000, 5000};
SetAnimalCapacity.parameters["HORSE"]   = {5000, 5000, 5000, 5000, 5000};

You have the permission to add and use this script in your map, but in no other mod!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages