/AutoDrive_Course_Editor

A java based course editor for the AutoDrive mod, works with both the FS19 + FS22 versions of the mod

Primary LanguageJava

Java

A Java version greater than 11 is required. ( JRE or JDK are both possible )
Current Java versions can be downloaded here and installation instructions can be found here

Compatibility

The editor works with configs generated by the FS19 + FS22 versions of AutoDrive.

Starting the AutoDrive Course Editor

The editor can be started multiple ways.

  1. Using the supplied CMD file: "Open Editor with Console to see errors.cmd".
  2. Directly from a command line: java -jar -Xms1024m -Xmx1024m .\AutoDriveEditor.Jar
  3. Directly from a command line: java -jar .\AutoDriveEditor.jar (**Use this only for importing map DDS files that fail using normal run arguments**)

The editor will automatically create a log file autoDriveEditor.log, which can be used for later troubleshooting.
The log file has a maximum size of 20MB and a maximum of 3 files are then created.

Bug Reports

Please use the "Issues" section to report any bugs, I will try to respond as soon as humanly possible, but bear in mind real life doesn't always allow for quick answers.

Map Images

I maintain another GitHub repository of map images that the editor can automatically download when needed here
If you want to create images for yourself, you can find a guide here

Map Image Requests

Do you have any map images that are not on the repository?, please consider doing a pull request to add to the collection, it will help other people.

Help with pull requests can be found on GitHub Docs

Not familiar with GitHub.. go over to the Discussion section of the map image repository and create a request

License

The Editor does not currently have a license attached to it.

Credits

@Stephan_S - The creator of the AutoDrive mod and original editor, with his permission, I have taken over maintaining this editor.