This is repository of Euro Truck 2 and American Truck sync tool, which allows to sync job list with other players.
Hosted version of this tool https://ft-t.github.io/
You need to open config.cfg
in the game folder in Documents, and change g_developer
to 1 (one), g_save_format
to 2 (two), and g_console
to 1 (one). Here's a step-by-step on how to do those changes:
- Make sure the game is closed. This won't work if you do it with the game running.
- In the “Game Settings” panel, there is a line saying “Settings Folder: <folder with your ETS2/ATS settings> - Options”. Click “Options” → “Open game config file”. A Notepad window will appear, with the game settings file open.
- In that Notepad window, go to “Edit” → “Find…” (or hit Ctrl+F). In the search window, type
g_developer
(notice the underscore) and hit Enter. It should highlight a line in the file that readsuset g_developer "0"
. If the number isn't already1
, change it to1
, so that it readsuset g_developer "1"
. - Go to “Edit” → “Find…” (or hit Ctrl+F) again. In the search window, type
g_save_format
and hit Enter. It should highlight a line in the file that readsuset g_save_format "2"
or another number. If the number is not zero, change the number to0
, so that it readsuset g_save_format "0"
. - Go to “Edit” → “Find…” (or hit Ctrl+F) again. In the search window, type
g_console
and hit Enter. It should highlight a line in the file that readsuset g_console "0"
. If the number isn't already1
, change it to1
, so that it readsuset g_console "1"
. - Save the file and close Notepad.
- Golang 1.12+
https://github.com/ft-t/ets2-sync/blob/master/.deploy/app-playbook.yml