Skip to content

Commit

Permalink
Commit v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDen1234 committed Jul 18, 2021
1 parent 97a392d commit 4f4be87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
Binary file modified AutoDriveSort.exe
Binary file not shown.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FS19 AutoDrive Sort
# FS19 AutoDrive Sort (v1.3.0)

If you are playing FS19 and like to cycle thru the destinations with the keyboard, a button on a steering wheel or (as I do) with a PS4 controller,
you might noticed that AutoDrive cycles thru the destinations in the order you created them, not alphabetically.
Expand All @@ -11,6 +11,11 @@ So I created a small program that sorts the destinations alphabetically. Also ta
1. Copy the AutoDriveSort.exe into your savegame folder (mostly: C:\Users\[username]\Documents\My Games\FarmingSimulator2019\savegame[number]\).
1. Run it.

or (new in v1.3.0)

1. Create a shortcut to AutoDriveSort.exe, and add the savegame folder as an argument.
1. Run it.

## How does it work?

1. It will look for the AutoDrive xml file (named 'AutoDrive_config.xml').
Expand All @@ -20,12 +25,14 @@ So I created a small program that sorts the destinations alphabetically. Also ta
1. If you do not use folders, it will just sort all destinations.
1. Look for the 'vehicles.xml' file.
1. Create a backup of this file.
1. Change the parking destinations of all vehicles and work tools to the new sorted destination number.
1. Set the chosen destinations for every vehicle in the HUD to the new numbers.
1. Fix the parking destinations of all vehicles and work tools to the sorted destinations.
1. Fix the chosen destinations for every vehicle in the HUD to the sorted destinations.

## Download

[Latest version v1.2.0](https://github.com/JustDen1234/FS19_AutoDrive_Sort/releases/download/1.2.0/AutoDriveSort.exe)
[Latest version v1.3.0](https://github.com/JustDen1234/FS19_AutoDrive_Sort/releases/download/1.3.0/AutoDriveSort.exe)

[![Github All Releases](https://img.shields.io/github/downloads/JustDen1234/FS19_AutoDrive_Sort/total.svg)]()

Program is based on [.net framework 4.7.2](https://dotnet.microsoft.com/download/dotnet-framework/net472).

Expand All @@ -34,3 +41,4 @@ Happy farming,

JustDen


0 comments on commit 4f4be87

Please sign in to comment.