Sprayer Section Control v0.1.1.0 Mod

FS19 Other

Sprayer Section Control v0.1.1.0 Mod

This script is beta. It should not make any problems but don’t hit me if your ingame sprayer or savegame won’t work anymore.

What is section control?
Section control allows you to turn off certain parts (sections) of your sprayer if you don’t need the full working width. At the moment this is done completely automatic but in future there might be an option to control it manually.

The script works with fertilizer and herbicide. Herbicide works only on grown weed – the section will turn off if there is no weed visible. Pre-emergence spraying is not possible at the moment.

What do I need?
At first you will need the script. Download it here.

The script alone does not give you any functionality, you need adapted sprayers too. If Giants had made one workArea per section, this would not be necessary. But as there is only one workArea for the full working width this is not possible.

How you make sprayers compatible
Converting sprayers to work with section control is not difficult. You need some entries in the XML and one workArea per section in the i3D.

i3D part
The workAreas need to be set up around each spraying section, with a little overlap to the next section. It is also needed to create a testArea which is a little bigger by increasing the length in driving direction for 1m.

Image: (testArea uses the height node of the workArea in this example.)

XML part
The XML part is mainly copy-paste. The following lines need to be copied into the sprayer’s XML file.

<sprayerSectionControl>
<sections>
<section workingWidth=”3″ workAreaId=”1″ effectNodeId=”1″ testAreaStartNode=”testAreaStart1″ testAreaWidthNode=”testAreaWidth1″ testAreaHeightNode=”workAreaHeight1″ />
<section workingWidth=”3″ workAreaId=”2″ effectNodeId=”2″ testAreaStartNode=”testAreaStart2″ testAreaWidthNode=”testAreaWidth2″ testAreaHeightNode=”workAreaHeight2″ />
<section workingWidth=”2.5″ workAreaId=”3″ effectNodeId=”3″ testAreaStartNode=”testAreaStart3″ testAreaWidthNode=”testAreaWidth3″ testAreaHeightNode=”workAreaHeight3″ />
<section workingWidth=”2.5″ workAreaId=”4″ effectNodeId=”4″ testAreaStartNode=”testAreaStart4″ testAreaWidthNode=”testAreaWidth4″ testAreaHeightNode=”workAreaHeight4″ />
<section workingWidth=”2″ workAreaId=”5″ effectNodeId=”5″ testAreaStartNode=”testAreaStart5″ testAreaWidthNode=”testAreaWidth5″ testAreaHeightNode=”workAreaHeight5″ />
<section workingWidth=”2.5″ workAreaId=”6″ effectNodeId=”6″ testAreaStartNode=”testAreaStart6″ testAreaWidthNode=”testAreaWidth6″ testAreaHeightNode=”workAreaHeight6″ />
<section workingWidth=”2.5″ workAreaId=”7″ effectNodeId=”7″ testAreaStartNode=”testAreaStart7″ testAreaWidthNode=”testAreaWidth7″ testAreaHeightNode=”workAreaHeight7″ />
<section workingWidth=”3″ workAreaId=”8″ effectNodeId=”8″ testAreaStartNode=”testAreaStart8″ testAreaWidthNode=”testAreaWidth8″ testAreaHeightNode=”workAreaHeight8″ />
<section workingWidth=”3″ workAreaId=”9″ effectNodeId=”9″ testAreaStartNode=”testAreaStart9″ testAreaWidthNode=”testAreaWidth9″ testAreaHeightNode=”workAreaHeight9″ />
</sections>
</sprayerSectionControl>

Although the entries should be self-explaining I will explain them for you:
All sections get linked to their workAreas and effect nodes here.
workingWidth is the working width of this section. All section working widths combined should be equal to the total working width (24m in this example). This is used for calculating the spray usage.
workAreaId is the index of the workArea in the <workAreas> part. The first workArea has index/id 1.
effectNodeId is the index of the effect node in the <sprayer> <effects> part. Again, the first effectNode has index/id 1. If more than one effectNodes are used for one section, you can add them like this: effectNodeId=”1 2 3 4″
testAreaStartNode / WidthNode / HeightNode are indices to the corresponding i3D node. This is done via i3DMappings.
That’s it! I recommend to set the delay of all effectNodes to 0 for instant turning on/off.

A sample sprayer (Hardi Mega 2200 from the base game) prepared for section control is available here.


Credits: RivalAUT
(3 votes, average: 5.00 out of 5)
Loading...

This content was uploaded by website visitors. If you notice any mistake, please let us know.


If you are face difficulties which are hard to overcome, check our Farming Simulator Mods database and you will probably find a solution there. There additional files are extremely popular all around the globe. That’s definitely for a reason – every single Farming Simulator 19 Mod / Farming Simulator 22 Mod is unique and provides you explicit options. If you wonder how it works, you will find plenty of information in our FS19 Mods / FS22 Mods website – we have collected all kind of data to make the gaming easier. If you are passionate about the Farming Simulator 19 Mods / Farming Simulator 22 Mods as we are, then you are on the right site. Take a deeper look at our offered samples and pick the needed one. Then all you need to do is simply click on LS19 Mods / LS22 Mods free download button and implement it to your game. This few simple steps will lift your game to the upper level – what can be better that upgrading your game personally? Break all boundaries and develop your farm easily. These additional files will add so much value that you won’t want to play without them anymore. There is no risk, so no arguments against – therefore the are no excuses of not taking this special chance. It’s amazing how much a simple update can do – be the smart player and achieve much more than you were ever planning. It’s great getting even more than it was expected – that’s why we insist on you to try and test the benefits personally. That could be a great boost to your farm and there are no reasons why to react negatively. Take the best that you can and don’t look back – you must be orientated to the future and new experiences. That’s the only way to stay ahead of everything. If you see it as your goals, it’s definitely now or never!



Useful Information:
- Do you need any help? Join FS Modding Discord
- How to install Farming Simulator 19 Mods
- Farming Simulator 19 Release Date
- How to Create Farming Simulator 19 Mods
- Farming Simulator 19 System Requirements
- Farming Simulator 19 Mods on Consoles
- Download Farming Simulator 19 Game
- Landwirtschafts Simulator 19 mods

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *