Community Forum

Bale triggers

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created03.11.2020 06:33


Tommy Aleksandersen (WolfBoy) 03.11.2020 06:33
Hi everyone. i have a little problem that I hope you can help me with. I have a map that I`m working on and want animalHusbandry on it. I copyed the animalHusbandry folder from the farming simulator 19 and placed it in my placeables folder on my map. Before I add this to my map I want to add a bale trigger to the cow husbandy so that I can drop a bale right into the straw trigger without using a trailer. I exported a bale trigger from a nother map and copyed that folder into my animalhubandry folder. I then open the husbandryCowLarge.i3D file in GE and added the bale trigger and saved it. I then ziped the map and testet it in the game, bought the cow husbandry and added it on my field. but the bale trigger wiont work. can you tell me what files I need to edit to get this option to work?

Thank you.

Bilbo Beutlin (BBeutlin) 03.11.2020 11:27
AFAIK the default animalHusbandry scripts support bale triggers only for food, not for straw.

Colin Smith (WrinkleysRule) 03.11.2020 17:16

I presume you just want to drop a bale from a frontloader to spread the straw, if so check your xml it should read like this in the modules section

<module name="straw">
<config node="0|5" exactFillRootNode="0" baleTriggerNode="2" fillTypes="STRAW">
<fillPlane node="0|5|1" minY="-0.27" maxY="0.0" colorChange="false" />
</config>
</module>

where the bale trigger is the second item in the strawTrigger transform group hence the baleTriggerNode="2" in this example its node is actually 0>5|2 in the transform group strawTrigger transform being 0>5

Bilbo Beutlin (BBeutlin) 03.11.2020 20:30
It doesn't matter what you write in the xml. Relevant ist the LUA script - and this doesn't support bale trigger for straw.
There are some animal mods around in web. Perhaps try these.

Colin Smith (WrinkleysRule) 03.11.2020 22:23
Really, might I suggest you download the following and see if the bale trigger works, its in front of the open barn

https://www.farming-simulator.com/mod.php?lang=en&country=gb&mod_id=176065&title=fs2019

I have had no trouble at all using it to spread straw on the map I'm using.

Bilbo Beutlin (BBeutlin) 04.11.2020 12:29
Maybe has been changed meanwhile. So far I remember, in the initial release(s) it didn't work.


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