Community Forum

Planters fillunit

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created22.02.2021 00:44


Tommy Aleksandersen (WolfBoy) 22.02.2021 00:44
Hi guys. I`m trying to figure out something. I have made a mod from a ingame sawing machine and i want to add more fruits to it but I don`t understand where to add it. I have investigate a nother mod and there they had added the fruits in the xml file of the mod. But in this mod there is nothing fruits added in the xml file. I have noticed that there is some $110n lines in the xml file but i can`t find this file anywhere, where do they put these files ?

How do I or they add more fruits to my sawing machine mod?

I would be glad if someone could explain to me how this acutally work and How i can add more fruits.


Thank you.

Bilbo Beutlin (BBeutlin) 22.02.2021 03:01
In a sowing machine you have the xml tag
<sowingMachine fillUnitIndex="..">
In the default tools is used
<seedFruitTypeCategories>SOWINGMACHINE</seedFruitTypeCategories>
This refers to the map's fruitTypes.xml, where this category is defined.
You can also have more than one category like
<seedFruitTypeCategories>SOWINGMACHINE PLANTER</seedFruitTypeCategories>
If you have a modmap with dedicated "fruitTypes.xml", you can simply add wanted fruitTypes to these categories.

Without categories you must define each fruitType explicitely, eg. like
<seedFruitTypes>WHEAT BARLEY ... </seedFruitTypes>

Tommy Aleksandersen (WolfBoy) 26.02.2021 19:59
Ah, i got it, thank you again for your help Bilbo


Note: Log in to post. Create a new account here.