How to Merge Map Progress in Profiles for ETS2 and ATS – 2026 Guide
New game versions 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.

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.81 + Vanilla and all DLCs 1.58 (97% opened) shown on video: https://sharemods.com/52h3e9m8pz8y/merged_discovered.zip.html
Vanilla ATS 1.58: https://sharemods.com/9za32n2np5lz/trucksim-ats-158-full.zip.html (video guide: https://youtu.be/cyMA_ve4b0g)
Vanilla ETS2 1.57 (actual in 1.58) https://sharemods.com/qg0c06anedg6/trucksim-100-percent-febr-2026.zip.html (video guide: https://youtu.be/PEDznU4U7T0)
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)
Big Map Combo for ATS 1.58 with 23 Maps – March, 8 – 2026
The big map combo for ATS 1.58. It includes Coast to Coast, Promods Canada, ATS Expansion, More American Cities, Radiator Springs, Beyond, EMMN, Sierra Nevada and other mods. Links below consist 23 maps and additions. Only Free mods.

Links:
📌Coast to Coast Map 2.22.58.0 https://trucksim.top/mck5
📌Reforma 2.9.7.158 https://trucksim.top/j8q9
📌Reforma Mega Resources 2.9.7.1.158 https://trucksim.top/et5v
📌Reforma Sierra Nevada 1.12.158 https://trucksim.top/0vxg
📌Reforma Other Maps Patch 34.158 https://trucksim.top/pnhz
📌Promods Canada 1.6.1 https://trucksim.top/38bg
📌Grand Utopia of America 1.3 https://trucksim.top/n1yv
📌Grand Utopia of America – Base Map Connection 1.0 https://trucksim.top/1nzq
📌Beyond ATS 8.0 https://trucksim.top/l58f
📌Beyond ProMods Fix 1.58-1.0.0 https://trucksim.top/3yl5
📌Beyond – Coast to Coast RC 1.58-1.0.0 https://trucksim.top/r5fr
📌ATS Expansion 20.0 (Requires Volvo Construction and Heavy Cargo DLCs) https://trucksim.top/2363
📌ATS Expansion Fix 1.58-1.0.1 https://trucksim.top/f1q2
📌More American Cities (Texas) 1.4 https://trucksim.top/wa6v
📌More American Cities (Washington) 1.5 https://trucksim.top/x5fs
📌More American Cities (Utah) 1.3 https://trucksim.top/7rib
📌More American Cities (Idaho) 1.7 https://trucksim.top/qnh7
📌More American Cities (Colorado) 1.7 https://trucksim.top/rblk
📌More American Cities (Oklahoma) 1.5 https://trucksim.top/efrm
📌More American Cities (Oregon) 1.1 https://trucksim.top/j47j
📌EMMN Expansion 1.58-3 https://trucksim.top/bt97
📌EMMN – ATS Expansion RC 1.58-1 https://trucksim.top/68g6
📌EMMN – Promods Canada RC 1.58-1 https://trucksim.top/e4dy
📌Ontario-Quebec 11a-158 https://trucksim.top/wi8b
📌EMMN – Ontario-Quebec RC 1.58-1 https://trucksim.top/o5pr
📌Iron Stallion Logistics HQ City 2.1 https://trucksim.top/vva9
📌Radiator Springs 1.3 https://trucksim.top/58w2
📌Radiator Springs Fix 1.58-1.0.1 https://trucksim.top/8kiq
📌Project Better Arizona 0.5.0.1 https://trucksim.top/rf0s
📌Project Better Arizona Reforma Connection 1.13.1 https://trucksim.top/aeg7
📌Detailed Arizona 1.1.01 https://trucksim.top/cejn
📌Detailed Arizona+Reforma RC 1.1 https://trucksim.top/pnmk
📌West Coast Ferry Terminals 1.01 https://trucksim.top/feih
📌Trucksmap USA 1.7 https://trucksim.top/34dk
📌Trucksmap USA Fix 1.58 https://trucksim.top/tkq9
📌Ultimate Combo FIX – ATS 1.58 – 1.0.3 https://trucksim.top/zfo7
📌North America Map (Dark) (Steam Workshop) https://trucksim.top/e943
Mega Map Combo for ETS2 1.58 – Tutorial – March, 2 – 2026
I’ve combined 45 maps to make amazing long hauls. Have to remind you that this setup is not for everyone – you probably will not have enough time behind the wheel to discover all small corners of the map. And if you just jumped in trucking simulators world don’t ignore Beginner’s Guide which can answer a lot of important questions.
Today’s combo includes Promods, Roextended, Rusmap, EAA, Eurafrica, Maghreb, Sibir, TST and other maps. 45 maps, 101 files, RCs, fixes. As always please follow the instructions in video and note that combo designed to version 1.58 and requires all map DLCs (including Nordic Horizons). Paid mods are optional. Extra mods are not recommended unless they are compatible with other mods and tested.
And consider to support Trucksim on Patreon

Links
📌Roextended 5.0 (paid or free version) https://trucksim.top/dlpr
📌Roex Road Connections https://trucksim.top/04ky (Hybrid2+ Maghreb Fix)
📌Eurafrica 3.9 https://discord.gg/a2GwuHnEkE (Premium mod, optional. To purchase Eurafrica join Discord, choose tier, make Paypal payment and then open ticket)
📌Promods 2.81 https://trucksim.top/zzoj (guide how to download Promods https://youtu.be/_dZYfke0FE4)
📌Middle East Addon 2.81 https://trucksim.top/w5ru
📌Eurafrica ProMods Fix 1.58-1.0.0 https://trucksim.top/zyxb
📌Eurafrica Maghreb Fix 1.58-1.0.0 https://trucksim.top/au5p
📌EAA 1.58 v1 (paid, optional) https://trucksim.top/x0j8
📌EAA Rescaled 2.5 https://trucksim.top/8r4z
📌JRR (Java Road Revolution) 0.91a https://trucksim.top/toe0
📌Swedish Islands by BenganJ 2.2 https://trucksim.top/tbxe
📌DreamLand Map 1.6.1 https://trucksim.top/7tqf
📌European Dreamland 1.57-1.2 https://trucksim.top/ty65
📌European DreamLand Fix 1.58-1.0.0 https://trucksim.top/dh8i
📌rusmap 2.58 https://trucksim.top/j73f
📌Sibir Map 2.12.0 (Free version) https://trucksim.top/kwaj
📌SibirMap Fix 1.58-1.0.0 https://trucksim.top/jyr2
📌Portugal Rebuild (Promods addon) 0.1.6.2 https://trucksim.top/g9xj
📌Santiago de Compostela 13 https://trucksim.top/44kw
📌Maghreb 1.0.1 https://trucksim.top/ct4n
📌Maghreb Fix 1.58-1.0.1 https://trucksim.top/7kbh
📌Pyla 1.4 https://trucksim.top/kaa6
📌Trans-Siberian Truckway 3.1 https://trucksim.top/zg3d
📌Trans-Siberian Truckway – SibirMap RC 3.1 https://trucksim.top/irwr
📌Baikal Map 2.1 https://trucksim.top/fsa1
📌Sakhalin Map 1.1 https://trucksim.top/xbo3
📌Northern Open Spaces 13.9 https://trucksim.top/oznd
📌Sibir Map – Northern Open Spaces RC 1.8 https://trucksim.top/bkld
📌Far East russia (FER) Alpha 30 Fix 1 https://trucksim.top/dnn0
📌Chukotka Add-on 1 https://trucksim.top/mlud
📌FER – Chukotka RC 2 https://trucksim.top/8c5b
📌FER – Trans-Siberian Truckway RC 3 https://trucksim.top/fxl2
📌PJ Indo 2.76 https://trucksim.top/3y8j
📌Syria – ME Add-on 1.0-1.58 https://trucksim.top/tfkk
📌Ireland Map 0.1.1 https://trucksim.top/62lb
📌Ireland Map FIX 1.8 https://trucksim.top/rs6g
📌Trucksmap UK 1.4 https://trucksim.top/y0gr
📌Vänern Project 1.2 https://trucksim.top/bh0u
📌Latvia Rebuild 1.28-1.58 https://trucksim.top/ktc2
📌SFIGC 0.6-1.58 https://trucksim.top/0o1d
📌SJMap R7 https://trucksim.top/zt8m
📌Antarctica Map 0.8-1.58 https://trucksim.top/srt0
📌Australia Tasmania 5.3 https://trucksim.top/3m5t
📌Australia Tasmania map FIX 1.4 https://trucksim.top/wha4
📌Australia Tasmania RusMap Fix 1.58-1.0.0 https://trucksim.top/hgo6
📌Nauru Map 1.1fix https://trucksim.top/fi3a
📌Project Comoros 1.0-1.58 https://trucksim.top/bhmm
📌Maldives 0.1-1.58 https://trucksim.top/ch2o
📌Africa Extended 1.3-1.58 https://trucksim.top/z5xv
📌Project Caribbean 1.1 https://trucksim.top/uti7
📌Heart of Africa 0.2(new_new) https://trucksim.top/yijp
📌West Africa 0.03-1.58 https://trucksim.top/i0c9
📌West Africa – Africa Extended RC 1.0 https://trucksim.top/go6y
📌Canada Map 0.2.5 (DEF only needed) https://trucksim.top/4wbg
📌Canada Map Fix 1.4 https://trucksim.top/xy3m
📌Cape Verde Map 1.0.0 https://trucksim.top/66oj
📌Emden 7-1.58 https://trucksim.top/y6qw
📌E60 Extended 1.4 https://trucksim.top/cy0e
📌El-Enclaves and Balearic Islands 1.58 https://trucksim.top/dy9h
📌West Balkans Path-Breaker’s Direction Map 5.2 https://trucksim.top/99lu
📌WBPD – Promods 2.81 Fix 1.3 https://trucksim.top/bk8t
📌Senj West Balkans Map Add-on 1.4-1.58 https://trucksim.top/n1k0
📌Northern Cyprus Addon 1.1-1.58 https://trucksim.top/oupu
📌More European Cities (Greece) 1.1 https://trucksim.top/xmyc
📌Ultimate Map Combo Fix 1.58-1.7.0 https://trucksim.top/l3vu
📌Ultimate Map Combo Fix ProMods Patch 1.58-1.0.0 https://trucksim.top/mplp
Mandatory Map Background:
📌Dark Background Map – Dark Grand Utopia+ 2.6.1 https://trucksim.top/dgz0
Bonus Mods:
📌Route Advisor/Mini Mirrors for ETS2 https://trucksim.top/z9fj
Merging profiles news
Since I’m merging discovered map sectors in my profiles periodically my old method with Notepad++ is time consuming and I decided to right a script to combine strings and generate list of unique values with proper sequence. Everyone can code today thanks to AI. So I’m planning to make updated guide which can help players with several different profiles and numerous map mods setups. The longest part of it for sure to create media, make a structure and do voiceover, so it will take time. Until that you can use my previous year-old guide which is still actual.

[February 2026] No more 99.99% on Promods 2.81 (1.58)
Quick reminder: for a long time I’m trying to discover Promods for 100% but unfortunately peak score I had is 99.99% and after each map mod update and new SCS expansions, these numbers are decreasing. For instance – I had 99.99% on Promods 2.77 but when Promods 2.80 for ETS 2 1.57 released I got only 88.70%. 2.80 was a big update and brought integration with Nordic Horizon DLC and Scandinavia refresh and new content to the mod. I haven’t combined it with discovered NH DLC areas from different profile (which is 100%).
And after release of 1.58 version (and Promods 2.81) my progress is on 87.86%, so I’m gonna merge it with main vanilla profile and maybe will share it with my Patreon subscribers. And will hit the road of new undiscovered roads. Who know how much time it will take to reach again at least 99.99%. I’m sure you can do it faster.

So below you can grab my progress strings for 2.77 and get those 99.99% and wait for bigger numbers or discover those 12% on your side in Promods 2.81 (or maybe you will reach 100%).
On the video below you can find PM 2.77 on ETS2 1.57 progress and also I’m sharing the link to guide how to merge profiles.

Strings of my progress (Discovered items) for Promods 2.77 (ETS2 1.57) version without Nordic Horizons and you know what to do with them you can inject them to your profile.
https://sharemods.com/75r1e5f70s5o/trucksim-99-promods.zip.html
Find below videos about the topic:
How to merge profiles https://youtu.be/ksYq6vzHd-I
How to modify profile (example on vanilla map) https://youtu.be/PEDznU4U7T0
Eurafrica 3.9 for ETS2 1.58 is here
New version of Eurafrica has been released today and will be available for all subscribers starting tomorrow. new version includes a lot of updates in Morocco – new roads in Morocco (Targa, Oukaimeden, Marrakech) and new snowy mountain roads.

Changelog :
4 files (F1 to F4),
Oukaïmeden expansion,
Agouin city (Morocco),
Targa city (Morocco),
More snowy mountain roads in Hight Atlas (Morocco),
Various custom snowy and/or gravel slippery road textures.
Eurafrica is premium mod and to purchase it you have to join Discord, choose tier, make Paypal payment and then open ticket.
Promods Canada released for ATS 1.58
ProMods Canada 1.6.1 for ATS 1.58 has been released today and available at https://trucksim.top/38bg
On the new version added city Radium Hot Springs and expanded Revelstoke in British Columbia.
ETS2 1.58 Map Mods Updates
New version of ETS2 1.58 just released couple days ago but we already have some news from map modding community. It is still not time for gigantic map combos but if you wished to start 1.58 story with additional map you can do the switch. Below I provide only several mods with links and some upcoming updates.
Roextended 5.0 – new Roex map available in free and premium edition and going further in Poland – new cities Rzeszów, Przemyśl, Sanok, Krosno. Extended connections in the area. Fixed all reported bugs and updated materials to 1.58.
Roex road connections – currently available updated RCs to rusmap and SR Map but soon it will be added other connections when those mods release.
rusmap 2.58 – Adaptation for 1.58 without new content. Fixed errors found in previous version.
Sibir 2.12 – both paid and free versions announced on the live stream and will be available this weekend.
Promods 2.81 – announced but without dates and details. Same for Middle East 2.81, The Great Steppe 1.5.1 and Maghreb.
Other mods released:
Oberhavel 1.7.3 (1.58)
SJMap R7
Trucksmap UK 1.4
West Balkans Path-Breaker’s Direction Map 5.2
Sverige Södra Expansion 1.1.5
Central Bohemia Project v.0.2.4a
Île-de-France (Paris Suburbs) 0.1.6b
Roextended 5.0 is almost ready
It was released 40 versions in 8 years of Roex according to Arayas. And version 5.0 for ETS2 1.58 is almost ready and will present new content.




