How to Merge Map Progress in Profiles for ETS2 and ATS
New game versions 1.60 updates are here so we will also see the mods updates and it is perfect time to make you perfect profile.
In this guide I explain how to merge several profiles map discovery progress on example of merging vanilla 100% and Promods 87% profiles on ETS2 1.58. You can try this scheme on future versions in both ETS2 and ATS. Below you can find link to text version, tools and also ready strings used in this video and some updated for 1.60.

Guide:
1. Reason
There are several reasons. The most common one:
You play vanilla + DLC on one profile. And you play mod maps like Promods or Roextended on another profile.
Keeping them separate is fine. But what if you want:
- Your 100% vanilla discovery
- Plus your mod map exploration
- Combined into one master profile
Another reason:
You created a new profile for TruckersMP or testing purposes. And later you want your original progress back
Or maybe you lost progress after an update and want to rebuild quickly.
In all these cases — merging discovered map items makes sense.
Important:
In this tutorial we are merging only discovered map items.
We are not merging:
- Garages
- Money
- Drivers
- Trucks
- XP
That is a completely different topic.
2. What Was the Problem With the Old Method?
My year-old guide is still mostly actual and you can still use Notepad++ or other editor but new guide can save you hours. Let me remind you that in every profile, discovered roads are stored in a strict indexed order inside the game.sii file.
If you simply copy part of the data:
- The order becomes incorrect
- Duplicate entries appear
- The profile may crash
- Or the game may behave unpredictably
And this becomes a serious problem because:
- Vanilla profiles contain thousands of discovered entries
- With map mods, this can grow dramatically
Manually fixing that with Notepad++ used to require:
- Regex
- Manual renumbering
- Removing duplicates
- Reindexing everything from zero
It worked — but it was slow and error-prone. So today we go another way. We automate the process using a Python script.
3. Make backups!
If you plan to modify game files always Make backups! This is extremely important.
Your profiles are located by default in: Documents/ETS2/profiles or Documents/ATS/profiles
Copy the entire profiles folder somewhere safe. If something goes wrong, you restore everything in seconds.
Disable Steam Cloud synchronization for all profiles involved. We cannot modify profiles that are stored only in Steam Cloud. After disabling Steam Cloud, profiles will be saved locally in the Documents folder.
4. Preparations and tools
As always for manipulations with the profiles we need several tools:
Truck Tools for save decryption – it is free of charge application you need to install to make various actions with you profiles in both games. You can also use your preferrable tools for game files decryption
https://trucksim.top/trucktools
Sublime Text – we need good text editor that allow us to run big files. While I use Sublime, you can use your preferable text editor like Notepad++ or even VS Code.
https://www.sublimetext.com
Python installed on your system – it will run my script. Python is also free of charge.
https://www.python.org/
The merge-discovered.py script – you can download the script for free
https://sharemods.com/uig6zgjgicrf/merge_discovered.zip.html
How to use Python?
1. Go to the official website: python.org
2. Download the latest stable version for Windows.
3. Run the installer.
⚠️ Very important: Before clicking “Install”, check the box: Add Python to PATH. This is critical. If you skip this, the `python` command will not work in Command Prompt.
4. Click Install and wait.
5. That’s it.
How to Check If Python Is Installed?
Open Command Prompt and type: python –version or py –version
If you see something like: Python 3.x.x You’re ready to go.
If you see an error like “python is not recognized”, then:
Either Python is not installed
Or it was installed without adding to PATH. In that case, reinstall and check the PATH option.
Before starting
1. Make sure all profiles you plan to modify have Steam Cloud disabled.
2. If merging modded profiles, verify that all required mods are present in your mod folder.
3. Enable file decryption in config: g_save_format 2
4. Enable console: uset g_developer 1 and uset g_console 1
5. Make sure all profiles are from the same game version (don’t combine ATS profiles with ETS2 profiles and vice versa)
5. Prepare profiles
Enter each profile you want to merge.
Create a new save to identify them easily by timestamp.
Decrypt each profile using Truck Tools.
Inside each profile, locate the file: game.sii and copy them one by one to a new folder.
6. Merging Process
With the old method, you had to manually clean and reorder everything in Notepad++. With the new method, we only extract the necessary data in seconds.
Instead of manually:
Removing prefixes
Reordering numbers
Re-adding brackets
Generating incremental indices
Removing duplicates
We now use a Python script that:
Extracts all discovered item IDs
Removes duplicates automatically
Reorders them correctly
Recreates properly indexed discovered items entries
Outputs a ready-to-paste result
Shows you stats
Collect all game.sii files from desired profiles in one folder.
You can rename them as you wish, just make sure that they have .sii extension. Example profile3.sii or promods.sii etc.
Put the script merge_discovered.py to the same folder.
Open terminal or command prompt in the script folder (right click with Shift – Open Powershell window here) and type: python merge_discovered.py
or py merge_discovered.py
Press enter
The script will:
Detect all `.sii` files in the folder
Show how many items were found per file
Show total collected items
Show duplicates removed
Generate output file: merged_discovered.txt – fully indexed and ready to paste.
Then Open the target profile’s `game.sii (The profile in which we want to get results of merge)
Replace its `discovered_items` block with the newly generated one.
Save the file.
Open the save in the game.
Enjoy the results.
One known side effect
Recruitment agencies may not work properly after modifying discovered items. If you attempt to hire new drivers after merging, the game may crash.
Recommended workaround: Hire all drivers you need before modifying profiles.
Strings (just to start playing with profiles):
Promods 2.82 + Vanilla and all DLCs 1.59 (100% opened): https://sharemods.com/xuo0fn6jgqnu/trucksim-100-promods.zip.html
Vanilla ATS 1.60: https://sharemods.com/qcqt9a9qfffv/trucksim160fullsave.zip.html (video guide: https://youtu.be/9JzRN3TqAnY)
Vanilla ETS2 1.59 (actual in 1.60 for 99.99%) https://sharemods.com/irszelmdlt36/trucksim-ets159may.zip.html (video guide: https://youtu.be/AZdRvxQZ2HQ)
Roextended +Vanilla and all DLCs (outdated): https://sharemods.com/3lmagkhl784x/roex99percent_trucksim.txt.html
Promods 2.74 (99.9%, outdated) https://sharemods.com/njxw5ia2bwqb/promods-trucksim.zip.html (video:https://youtu.be/sZzEPyASnAM?si=RUmCuI5c0vzeHn59)
Map Combo Study 06.30.2026
Probably version 1.60 for ETS2 and ATS will have the short lifecycle as it was with 1.59 but we have some time to enjoy big map mods configurations until that. Below you can see guides for both games with actual mod versions. I know that we have space for improvement and I hope to release further mega updates later in July. I’m not rushing out a combo setup, I will release only those that I personally enjoy and would actually use myself.
Lately I’ve also updated Beginner’s Guide which help new comers to dive to combos world. Also since it was drastic changes in game engine in 1.59 I strongly recommend watching it everyone who did not touch configurations for a while. It will save you time, prevent recurring issues, and help you create a stable and enjoyable setup from the start.
ETS2 Mega Map Combo for ETS2 1.60 – Tutorial – June, 22 – 2026

ATS ATS 1.60 Big Map Combo – 12 maps, load order, links

Guide mentioned above could be helpful:

Youtube channel as well as this blog is my hobby so I can spend on it only the free time. If you like my content please consider to support Trucksim on Patreon.
Big Map Combo for ATS 1.60 with X Maps – June, 29 – 2026
The big map combo for ATS 1.60. It includes Coast to Coast, Promods Canada, Reforma, Grand Utopia of America, Radiator Springs, More American Cities, Sierra Nevada and other mods. Links below consist 12 maps and additions. Only Free mods.

Links:
📌Coast to Coast Map 2.23.60.0 https://trucksim.top/mck5
📌Coast to Coast FIX 1.60 – 1.0.0 https://trucksim.top/77rf
📌Reforma 2.9.9.160 https://trucksim.top/j8q9
📌Reforma Mega Resources 2.9.9.160 https://trucksim.top/et5v
📌Reforma Sierra Nevada 1.16.160 https://trucksim.top/0vxg
📌Reforma Other Maps Patch 37.160 https://trucksim.top/pnhz
📌Promods Canada 1.6.3 https://trucksim.top/38bg
📌Grand Utopia of America 1.5 https://trucksim.top/n1yv
📌Grand Utopia of America – Base Map Connection 1.3 https://trucksim.top/1nzq
📌More American Cities 1.0b https://trucksim.top/3gzl
📌More American Cities Fix 1.60-1.0.0 https://trucksim.top/98mf
📌More American Cities – Reforma Sierra Nevada FIX 1.60-1.0.0 https://trucksim.top/s37m
📌American Open Spaces 1.2 https://trucksim.top/805p
📌EMMN Expansion 1.60-1 https://trucksim.top/bt97
📌Ontario-Quebec V13-160 https://trucksim.top/wi8b
📌EMMN – Ontario-Quebec RC 1.60-2 https://trucksim.top/o5pr
📌EMMN – Promods Canada RC 1.60-1 https://trucksim.top/e4dy
📌Radiator Springs 1.3 https://trucksim.top/58w2
📌Radiator Springs Fix 1.60-1.0.0 https://trucksim.top/r2yv
📌Project Better Arizona 0.5.2 https://trucksim.top/rf0s
📌Project Better Arizona Reforma Connection 1.15 https://trucksim.top/aeg7
📌West Coast Ferry Terminals 1.1.2 https://trucksim.top/feih
📌Trucksmap USA 1.7.1.60 https://trucksim.top/34dk
📌Ultimate Combo FIX – ATS 1.60-1.0.0 https://trucksim.top/ubvp
📌North America Map (Dark) (Steam Workshop) https://trucksim.top/e943
What’s future ATS 30 DLC states?
My thoughts and community speculations on interactive video podcast about future expansion in America (USA, Canada, Mexico) in ATS. On the visual map I tried to show what is already available and what we are going to wait in the future on American Truck Simulator.

Year ago I did the same podcast What’s future ATS 33 DLC states?
ETS2 & ATS: 1.61 Experimental Beta
Even though the 1.60 update for both ETS2 and ATS was released just last week, SCS is already working on features for future updates and since developers want to gather as much feedback from the community, they started an experimental beta way in advance of the actual update release, with focus on two upcoming features – the Multi-Function Display and In-Game Menu. To join the beta you should activate it in Steam. Please see details in SCS Software blog.

