Skip to content

Commit

Permalink
Commit v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDen1234 committed Sep 8, 2020
1 parent be9f057 commit e0b1b6c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
Binary file modified AutoDriveSort.exe
Binary file not shown.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,29 @@
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 (now v1.1.0.5-RC5) cycles thru the destinations in the order you created them, not alphabetically.

So I created a small program that sorts the destinations alphabetically.
So I created a small program that sorts the destinations alphabetically. Also taking the folders in account if you use folders.

## Usage

Just copy the AutoDriveSort.exe into your savegame directory and run it.
1. Save and close your game (no need to quit FS19).
1. Copy the AutoDriveSort.exe into your savegame.
1. Run it.

First it will look for the AutoDrive xml file (named 'AutoDrive_[mapname]_config.xml'), and sorts the destinations.
Next it will open the vehicles.xml file, and change the parking destination of all vehicles (and work tools) to the new sorted destination number.
Also the chosen destinations for every vehicle in the HUD will be set to the new numbers.
## How does it work?

And... the original xml files will be backed up.

Note... you'll need to save and close your game before sorting (no need to fully quit FS19).
1. It will look for the AutoDrive xml file (named 'AutoDrive_[mapname]_config.xml')
1. Creates a backup
1. Looks in the file if you are using folders (if in AD settings you have 'Use folders' set to Yes.
1. If you use folders, it will take the folders in account when sorting.
1. If you do not use folders, it will just sort all destinations.
1. Look for the 'vehicles.xml' file.
1. Create a backup if 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.

## Download

[Latest version v1.0.5](https://github.com/JustDen1234/FS19_AutoDrive_Sort/releases/download/1.0.5/AutoDriveSort.exe)
[Latest version v1.0.6](https://github.com/JustDen1234/FS19_AutoDrive_Sort/releases/download/1.0.6/AutoDriveSort.exe)

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

Expand Down

0 comments on commit e0b1b6c

Please sign in to comment.