Please be aware that this is a DEVELOPMENT VERSION!
- The development version can break the game or your savegame!
- The development version doesn´t support the full feature package yet!
This version should also work in Multiplayer, but keep in mind it might have bugs.
Currently the development version is only available via GitHub. When a release version is avaiable you can download the latest version from the release section.
For installing the release:
Windows: Copy the FS19_guidanceSteering_rc_<version>.zip
into your My Games\FarmingSimulator2019\mods
directory.
To be able to use the GPS you first need to buy the technology for your vehicle. Either buy a new vehicle and add the GPS or drive your current vehicle to the shop and configure it there.
In order to open the menu hit ctrl + S
.
The AB mode requires two points between which the GPS is aligned.
- Drive to the location where you want to setup your lines.
- Hit
alt + E
once (or use the menu) in order to reset the AB creation. - Hit
alt + E
once more (or use the menu) in order to set point A. - Hit
alt + E
once more (or use the menu) in order to set point B which will create the track.
Hit alt + R
(or use the menu) in order to detect the width of your vehicle.
Unfold and lower the vehicle to get the best results.
Hit alt + plus
and alt + minus
in order to change the width manually. In the menu you can set the increment width in order to speed up the process.
Please note that this only works after the track creation!
In the menu you can set the offset line. If the offset is not 0
a red line will show up. Use the increment width select box (the one at the top) to set the increment and click on the button Increment offset
in order to offset your line. If you set the increment to negative it will flip the offset.
Hit alt + page up
and alt + page down
in order to shift the track left and right. If you hold down the key the shifting of the track will speed up.
Hit alt + home
in order to realign the track with the vehicle.
If you're not able to create straight lines yourself you can enable angle snapping in the menu. This will align the AB lines with the terrain.
Once a track is created hit alt + X
to toggle the steering.
Currently the automatic steering stops at the headland when cruise control is enabled. Headland turning is still being worked on.
It's also possible to store the tracks and reload them. Open the second page in the menu in order to do it.
On the vanilla John Deere vehicles the starfires visibility is toggled when you choose to buy the GPS system. If you want the same effect on your mod vehicles you can configure the configuration yourself in the xml:
<buyableGPSConfigurations>
<buyableGPSConfiguration name="NO_TEXT" price="0">
<objectChange node="NODE_NAME" visibilityActive="false" visibilityInactive="true" />
</buyableGPSConfiguration>
<buyableGPSConfiguration name="YES_TEXT" price="15000">
<objectChange node="NODE_NAME" visibilityActive="true" visibilityInactive="false" />
</buyableGPSConfiguration>
</buyableGPSConfigurations>
To quickly build a zip of the developer version without the needed extra's, use the zip.bat
.
Copyright (c) 2019 Wopster. All rights reserved.
Special thanks to workflowsen for creating the icon!