diff --git a/AutoDriveSort.exe b/AutoDriveSort.exe index 44351ef..33aa29c 100644 Binary files a/AutoDriveSort.exe and b/AutoDriveSort.exe differ diff --git a/README.md b/README.md index 42d3d32..316d03c 100644 --- a/README.md +++ b/README.md @@ -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).