Tag: 100% discovered map

[April 2026] 98% on Promods 2.81 (1.58)

0 commentsEuro Truck SimulatorMapsMods1.58100%100% discovered map99.99%ETS2game.siiGuideMap discoverymap modPromodsPromods challenge

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 combined it with discovered NH DLC areas from different profile (which is 100%) and got 97.53%. After that I’ve hit the road on Promods areas which became undiscovered. So now it is roughly 98% and the journey is in progress. But very soon with ETS2 1.59 we will probably get the new Promods 2.82 and if Benelux rework will be the part of this update we have to wait for merge of this European region to Promods.
Below you can grab my progress strings for 2.78 and get those 97% and wait for bigger numbers or discover those 3% on your side in Promods 2.81 (I hope you will reach 100%).

On the little outdated video below you see PM 2.77 on ETS2 1.57 progress.

Strings of my progress (Discovered items) for Promods 2.78 (ETS2 1.58) version after the merge with Nordic Horizons and you know what to do with them you can inject them to your profile.

https://sharemods.com/52h3e9m8pz8y/merged_discovered.zip.html

Find below videos about the topic:


100% discovered study 03.15.2026

0 commentsAmerican Truck SimulatorEuro Truck SimulatorMaps1.58100%100% discovered mapATSbenelux reworkdigestETS2Exploredfull map openedGuideLouisianaMap discoveryNordic Horizonsroute 66scandinaviaScandinavia RefreshTrucksimtutorial

Currently on version 1.58 we have 100% discovered maps for both games. In ETS2, guide and files for previous version is still actual, so I did not do updated version.

However, in ATS, we received a major map update with the Route 66 rework and new guide is here. But we’re expecting the Illinois DLC soon, so new challenges ahead.

All news as always comes first on telegram channel and Patreon subscribers.

ATS 1.58 – 100% Explored map with all DLC (March 2026, all map DLCs and latest Route 66 Rework)

[Guide] ETS2 1.57 – 100% Explored map with all DLC (with Nordic Horizons) (January 2026, all map DLCs including Nordic Horizons) Actual to 100% on ETS2 1.58

I do these discovery since 2017 and I discover whole map almost on every game versions including all expansions and reworks.

How to Merge Map Progress in Profiles for ETS2 and ATS – 2026 Guide

0 commentsAmerican Truck SimulatorEuro Truck SimulatorMapsMods1.58100%100% discovered map2026ETS2full mapGuideMap discoverymap modmergeprofilePromodspythonRoexRoExtendedTrucksimvanilla ets2

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)

100% discovery study

[February 2026] No more 99.99% on Promods 2.81 (1.58)

0 commentsEuro Truck SimulatorMapsMods1.571.58100%100% discovered map99.99%ETS2game.siiGuideMap discoverymap modPromodsPromods challenge

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

100% discovered study 02.24.2026

1 commentsAmerican Truck SimulatorEuro Truck SimulatorMaps1.58100%100% discovered mapATSbenelux reworkdigestETS2Exploredfull map openedGuideLouisianaMap discoveryNordic Horizonsroute 66scandinaviaScandinavia RefreshTrucksimtutorial

With version 1.58 of both games, the situation is a bit different.

In ETS2, we still have 100% map completion, and the guide below remains fully up to date.

However, in ATS, we received a major map update with the Route 66 rework. With the American guide below, you will now reach only about 96% completion out of the box. I’m still running deliveries and haven’t reached 100% yet. Most likely, I will skip this version and won’t create a dedicated guide for it.

The reasons are quite simple: time is very limited on my side, and there’s relatively low audience interest in ATS 100% guides. On top of that, we’re expecting the Illinois DLC this spring.

That said, if I finish my discovery soon and see no signs of ATS 1.59 or a new map expansion by the end of March, I may share the updated strings — at least for Patreon subscribers.

[Guide] ATS 1.57 – 100% Explored map with all DLC (with Louisiana) (December 2026, ATS 1.57, all map DLCs with Louisiana) Actual to 96% on ATS 1.58

[Guide] ETS2 1.57 – 100% Explored map with all DLC (with Nordic Horizons) (January 2026, ETS2 1.57, all map DLCs including Scandinavia Rework and Nordic Horizons DLC) Actual to 100% on ETS2 1.58

I do these discovery since 2017 and I discover whole map almost on every game versions including all expansions and reworks.

[Guide] How to open 100% map in ATS with all DLC incl. Louisiana

0 commentsAmerican Truck SimulatorMaps1.57100%100% discovered mapATSDLCExploredfull mapfull map ats openedGuideIowa DLCLouisianasecretsTrucksim

This guide is little outdated if you switched to 1.58, where there are extra roads added but it is still actual and can be used to start with kind of 96%. And for 1.57 with Pelican State (Louisiana) here is whole 100% profile and source file.

Obviously you need all map DLC and as always I would like to remind you to back up before doing anything with your profiles.

Discovered Items Strings https://sharemods.com/8pr2qvazt9aj/trucksim-100-percent-discovered-december2025.zip.html

Profile with open roads and cities (including Louisiana) https://sharemods.com/hpxap6gyc3p1/747275636B73696D2D736570743235.zip.html

Tools:

Truck Tools https://trucksim.top/trucktools
Sublime Text 4 https://www.sublimetext.com
Telegram Channel https://t.me/trcksm

[Guide] ETS2 1.57 and 1.58 – 100% Explored map with all DLC (with Nordic Horizons)

0 commentsAmerican Truck SimulatorMaps1.571.58100%100% discovered mapDLCETS2Exploredfull mapfull map ats openedGuideNordic HorizonsscandinaviaScandinavia RefreshsecretsTrucksim

After the release of ETS2 1.58 my guide is still actual so you will get 100% explored road in 1.58 as well as in ETS2 1.57. In below video I’m sharing the procedure how to do it on your side as well as tools and files. Text file with discovered items and fresh profile with opened map. Please note that these files are actual for current state of the game in February 2026 on ETS2 1.58 and can be partially will work on later versions but always check if the new update available for this topic.

Obviously you need all map DLC and as always I would like to remind you to back up before doing anything with your profiles.

Discovered Items Strings https://sharemods.com/qg0c06anedg6/trucksim-100-percent-febr-2026.zip.html

Profile with open roads and cities (including Nordic Horizons and Scandinavia Rework) https://sharemods.com/veqi95z6ebfz/747275636B73696D2D6665623236.zip.html

Tools:

Truck Tools https://trucksim.top/trucktools
Sublime Text 4 https://www.sublimetext.com
Telegram Channel https://t.me/trcksm

Please consider to support Trucksim channel and blog on Patreon

100% discovered study (last on 1.57) 02.01.2026

0 commentsAmerican Truck SimulatorEuro Truck SimulatorMaps1.571.58100%100% discovered map2026ATSbenelux reworkdigestETS2Exploredfull map openedGuideLouisianaMap discoveryNordic Horizonsroute 66scandinaviaScandinavia RefreshTrucksimtutorial

We finally have full 100% discovered maps for ATS and ETS2 within version 1.57, but new challenges ahead. New games version is around the corner and at least in US we have massive map rework with Route 66 project. In Europe we will probably will not see Benelux Rework changes very soon. So now we have some time to hold and enjoy games.

[Guide] ATS 1.57 – 100% Explored map with all DLC (with Louisiana) (December 2026, ATS 1.57, all map DLCs with Louisiana)

[Guide] ETS2 1.57 – 100% Explored map with all DLC (with Nordic Horizons) (January 2026, ETS2 1.57, all map DLCs including Scandinavia Rework and Nordic Horizons DLC)

I do these discovery since 2017 and I discover whole map almost on every game versions including all expansions and reworks.

[Guide] ETS2 1.57 – 100% Explored map with all DLC (with Nordic Horizons)

2 commentsAmerican Truck SimulatorMaps1.57100%100% discovered mapATSDLCExploredfull mapfull map ats openedGuideIowa DLCLouisianasecretsTrucksim

I explored 100% of ETS2 1.57 finally and in the video I’m sharing the guide how to do it on your side as well as tools and files. Text file with discovered items and fresh profile with opened map. Please note that these files are actual for current state of the game in February 2026 on ETS2 1.57 and can be partially will work on later versions but always check if the new update available for this topic.

Obviously you need all map DLC and as always I would like to remind you to back up before doing anything with your profiles.

Discovered Items Strings https://sharemods.com/qg0c06anedg6/trucksim-100-percent-febr-2026.zip.html

Profile with open roads and cities (including Nordic Horizons and Scandinavia Rework) https://sharemods.com/veqi95z6ebfz/747275636B73696D2D6665623236.zip.html

Tools:

Truck Tools https://trucksim.top/trucktools
Sublime Text 4 https://www.sublimetext.com
Telegram Channel https://t.me/trcksm

Undiscovered roads in ATS 1.58

2 commentsAmerican Truck SimulatorMapsNews1.58100% discovered mapbetafull map ats openedIllinois DLCnewsroute 66Trucksim

For current public versions of the ATS on version 1.57, we are good. But after release of open beta for 1.58 we have about 4% of undiscovered roads – result of massive Rout 66 Rework. So, on my side it’s 96,29% and not only in states on the Route 66 but almost in all US territories probably since garages has been updates in whole map of current game. Good news for those who like to explore new roads. Reworked roads in 1.58 by mileage are bigger that one of the smallest states (like whole Iowa). I’m planning to hit the road on this weekend but my 100% in 1.58 is far away, so the next guide will be after the final release of ATS 1.58 or even after the new DLC will be delivered (I remind you that Illinois is also will be released this spring).

American Truck Simulator: 1.58 Open Beta
ATS & ETS2 Update 1.58: A Major UI & UX Refresh