Month: September 2025

100% discovered study 09.29.2025

0 commentsAmerican Truck SimulatorEuro Truck SimulatorMaps1.56100%100% discovered mapATSdigestETS2Exploredfull map openedGuideMap discoveryTrucksim

My golden rule is Every Road Must Be Traveled, Map Have To Be Discovered. So since 2017 I do it almost on every game update including all expansions and reworks. This obsession has driven me through countless game updates, expansions, and complete map reworks across both American Truck Simulator and Euro Truck Simulator 2. Some map updates take a lot of time but some is pretty small and can be discovered in couple days. When you switch to another profile and don’t want to start map discovery from the scratch it is possible to transfer opened road to another profile. So I do it sometimes with newer profiles for both games (ETS2 and ATS) and also periodically share my progress in Youtube guides

The new update 1.56 for both games has been released recently and I made updated guides.

100% Discovered Map of ETS2 1.56 (Profile and save game) (September 2025, ETS2 1.56)

100% Explored map with all DLC in ATS 1.56 * Full Map Discovered, Guide, Profile (September 2025, ATS 1.56)

First Map Combo for ATS 1.56 with 18 Maps – September, 29 – 2025

0 commentsAmerican Truck SimulatorMapsMods1.56American Truck SimulatorATSATS expansionBetter Arizonac2cDLCFreeGuideIowa DLCMap Combomap modmidnorthmore american citiesOregonPromods Canadareformasierra nevadatexasTrucksimWashington

The first big map combo for ATS 1.56 with Coast to Coast, Promods Canada, ATS Expansion, More American Cities, Sierra Nevada, EMMN and other mods. Links below consist 18 maps and additions. Only Free mods.

Links:

📌Coast to Coast Map 2.21.56.0 https://trucksim.top/mck5
📌Reforma 2.9.4.1.156 https://trucksim.top/j8q9
📌Reforma Mega Resources 2.9.4.156 https://trucksim.top/et5v
📌Reforma Sierra Nevada 1.8.156 https://trucksim.top/0vxg
📌Reforma OtherMaps Patch 32.156 https://trucksim.top/pnhz
📌Promods Canada 1.5.0 https://trucksim.top/38bg
📌ATS Expansion 18.0 (Requires Volvo Construction and Heavy Cargo DLCs) https://trucksim.top/2363
📌More American Cities (Washington) 1.2 https://trucksim.top/x5fs
📌More American Cities (Utah) 1.1 https://trucksim.top/7rib
📌More American Cities (Idaho) 1.4 https://trucksim.top/qnh7
📌More American Cities (Colorado) 1.4 https://trucksim.top/rblk
📌More American Cities (Oklahoma) 1.1 https://trucksim.top/efrm
📌More American Cities (Texas) 1.0 https://trucksim.top/wa6v
📌East Meets Mid-North 1.56-1 https://trucksim.top/bt97
📌Ontario-Quebec 9-156 https://trucksim.top/wi8b
📌East Meets Mid-North – Discover Ontario RC 1.56-1 https://trucksim.top/o5pr
📌East Meets Mid-North – ATS Expansion RC 1.56-2 https://trucksim.top/68g6
📌East Meets Mid-North – Promods Canada RC 1.56-1 https://trucksim.top/e4dy
📌Washington Extended 5.0 https://trucksim.top/ic4q
📌Aleutian Islands 4.0 https://trucksim.top/dv2x
📌Discover Oregon 3.0 https://trucksim.top/akve
📌Project Better Arizona 0.4.5.1 https://trucksim.top/rf0s
📌Project Better Arizona Reforma Connection 1.11.1 https://trucksim.top/aeg7
📌North America Map (Dark) (Steam Workshop) https://trucksim.top/e943

Bonus:

📌YARA – Yet Another Route Advisor (Steam Workshop) https://trucksim.top/75fa

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

0 commentsAmerican Truck SimulatorEuro Truck SimulatorMapsMods1.56100%100% discovered map2025ETS2full mapGuideMap discoverymap modmergeprofilePromodsRoexRoExtendedTrucksimvanilla ets2

In this guide I explain how to merge several profiles map discovery progress on example of merging vanilla 100% and Roextended 89% profiles on ETS2 1.53. You can try this scheme on 1.56 and in both ETS2 and ATS. Below you can find link to text version, tools and also ready strings used in this video (updated to 1.56).

Guide:

1. Reason
Merge discovered items in two profiles let you have updated visited roads in the end even if you exploring maps on different profiles. Also when the new version of the game is being released you can again discover as much as possible and then merge with your old combined profile.

2. Preparations and tools
Download and install software we plan to use – TS SE Tool, Notepad++, make sure that you have mods in mod folder if you plan to merge mod’s profile, make sure that Steam cloud disable for all profiles which will be changed, check config file if you can decrypt game files (g_save_format 2) and can use console (uset g_developer 1, uset g_console 1) and so on.

3. Backup
Backup all the profiles to the separate drive before doing any manipulations.

4. Profiles job
Enter to the profiles you wish to merge and save game to locate desired profiles by timestamp. You should carefully pick correct profiles. Decrypt profiles one by one and open game.sii in each mergeable profile and copy all discovered items to new text file (in this file we will merge them). We can merge 2 or more profiles but don’t forget that it should be from the same version of the game.

5. Merge (most important part)
When all discovered items strings pasted to the text file we have to change the order of numbers – the way as game read each string. Start from removing left part of the string (discovered_items []: ) with Notepad ++ command Find and Replace (Ctrl+C). On the Find what enter discovered_items \[\d+\]: and keep blank on Replace with (we have to remove them). Do not forget check Regular Expression in Search Mode. Replace all and you will get list of numbers. On this step you can also remove duplicates. Now we have to return discovered_items []: text with empty brackets. Alt+C and choose Text to insert and place there discovered_items []: and push ok. On the next step we have to add numbers to the brackets with correct order from 0. Select all in bracket spots (Choose first one and with Alt+Shift select last one) and again Alt+C and choose Number to insert – Initial should be 0, increased by 1, format decimal. Push ok and wait. If you have lot of string it can take a while. When all numbers added to brackets we can remove redundant spaces. Now we can copy strings and paste them to the target profile where will me merged result.

6. Results we get
We have to see discovered roads from 2 or more profiles we combined.

7. Back to play Load from profile where strings added and if you see desired result you can back to game but please bare in mind that recruitment agencies are not gonna work with this method so if you want to hire drivers you game will probably crash. To avoid it hire drivers before profiles modifications.

Useful links:

TS SE Tool https://github.com/LIPtoH/TS-SE-Tool/releases/tag/v0.3.11.0
Notepad++ https://notepad-plus-plus.org

Strings:

Roextended +Vanilla and all DLCs (99% opened, outdated in 1.56) shown on video: https://sharemods.com/3lmagkhl784x/roex99percent_trucksim.txt.html
Vanilla ETS2 1.56: https://sharemods.com/830si08evgbs/trucksim_full_sept25.zip.html (video guide: https://youtu.be/-Cc1cZvTh1Q)
Vanilla ATS 1.56: https://sharemods.com/wfmyi4i401dz/trucksim-100percent-sept25.zip.html (video guide: https://youtu.be/jRnq8-mvE1s)
Promods 2.74 (99.9%) https://sharemods.com/njxw5ia2bwqb/promods-trucksim.zip.html (video: https://youtu.be/sZzEPyASnAM?si=RUmCuI5c0vzeHn59)

Map Combination Beginners Guide and Secrets for ATS & ETS2 1.56

0 commentsMaps1.562025ATSbeginnersETS2GuideMap Combomap modTrucksim

Map Combos for SCS trucking games are not a simple thing for newcomers. So you can find lot of ready setups for actual version, including here on Trucksim, but before start better to avoid obvious mistakes. In this guide I’m explaining how to build map combo for Euro Truck Simulator 2 (ETS2) or American Truck Simulator (ATS), from how to download and combine maps, to tricks how to avoid crashes. I will cover the basics for beginners. Guide made in 2024 but is still actual in September 2025 on game versions 1.56 and latest DLCs

Mentioned in video parameters for Launch Options in Steam:
for 8GB
-64bit -nointro -unlimitedlog -rdevice dx11 -mm_pool_size 4096 -mm_max_resource_size 32 mm_max_tmp_buffers_size 1000
for 16GB
-64bit -nointro -unlimitedlog -rdevice dx11 -mm_pool_size 8192 -mm_max_resource_size 32 -mm_max_tmp_buffers_size 1000
for 32GB
-64bit -nointro -unlimitedlog -rdevice dx11 -mm_pool_size 16384 -mm_max_resource_size 32 -mm_max_tmp_buffers_size 1000

Telegram: https://t.me/trcksm

Map Combo “El Clásico” for ETS2 1.56 – Tutorial – September, 27 2025

0 commentsEuro Truck SimulatorMapsModsVideos1.56BarcelonaETS2ets2 map comboeuro truck simulatoreuropeGreece DLCGuideIberia RebuildMap Combomap modmore european citiesrhinelandRoExtendedRusmapSenjsibirmapTrucksimtutorial

Compact map combo with key maps for ETS 1.56. Current setup includes Promods, Roextended, Sibir, Rusmap, MEC and some else. 13 maps, 33 files, RCs, fixes. As always please follow the instructions in video and note that combo designed to version 1.56 and requires all map DLCs. Paid mods are optional.
If you don’t have experience with map combos please first watch Beginner’s Guide

Links

📌Roextended 4.8 (paid or free version) https://trucksim.top/dlpr
📌Roex Road Connections (Roex, Promods, RM) https://trucksim.top/oh28
📌Promods 2.76 https://trucksim.top/zzoj (Tutorial Promods https://youtu.be/13HdfZLhLqk)
📌Middle East Addon 2.75 https://trucksim.top/w5ru
📌JRR (Java Road Revolution) 0.85a https://trucksim.top/toe0
📌Sibir Map 2.11.1 (Free version) https://trucksim.top/1evn
📌Senj West Balkans Map Add-on 1.4 https://trucksim.top/apxh
📌West Balkans Path-Breaker’s Direction Map 4.5 https://trucksim.top/99lu
📌rusmap 2.56 https://trucksim.top/ylwe
📌Iberia RW 1.3.6 https://trucksim.top/7627
📌More European Cities (Greece) 1.1 https://trucksim.top/xmyc
📌More European Cities (Switzerland) 1.1 https://trucksim.top/o31m
📌Rhineland Map 1.3 https://trucksim.top/8nz7
📌Rhineland Fix 1.55-1.0.0 https://trucksim.top/ffz3
📌SFIGC 0.6-1.56 https://trucksim.top/0o1d

Mandatory Map Background (use both):
📌Dark Background 2.2 https://trucksim.top/cs77

Bonus Mods:

📌Route Advisor/Mini Mirrors for ETS2 https://trucksim.top/z9fj

How to Download and Setup Promods 2.76

0 commentsEuro Truck SimulatorMapsModsNewsVideos1.56AI trafficcommunityETS2FreeGuidemap modpodcastPromodssneak peekteaserTrucksim

New Promods 2.76 released last week and includes new content we were waiting in 2.75. Since the procedure of download and setup map mod is the same as for previous version you can watch it in video I shared on ETS2 1.55.

On the video below I installed new Promods and in podcast style talked about changes we got in 2.76.

Nordic Horizons DLC will come soon, possible challenges

1 commentsEuro Truck SimulatorMapsNews1.561.5720252026DLCETS2gameplaynewsNordic Horizonsscssneak peekteasertrailerTrucksim

We still have no release date of new DLC for ETS2 – Nordic Horizons, bug we have good signals that the expansion will be released soon in 2025. Early trailer and gameplay preview from SCS usually means that the DLC is in final pre-release stage and since we never have open betas for chargeable content we get Nordic Horizon instantly.
It is still discussable on which version of the game the DLC will come and it could be 1.56 or additional major version on this branch like 1.56.5 (as we got West Balkans on 1.48.5 instead of 1.49). Another option is early release on 1.57 with short lifecycle of current 1.56 version.
It will be challenge for map mod community – they have to adapt to new DLC or even merge with their content if the new area with collide with existing mod structure (e.g Promods). The mods locked on the game version can also loose compatibility.
Anyway we are waiting for new big DLC (Greece was very small) to discover new roads in Nordic Countries – Sweden, Norway and Finland and also waiting for Scandinavia rebuild which will be good update for this beautiful expansion.
In video below I collected gameplay timelaps, trailer, available teaser footages provided by SCS on their media channels.

Nordic Horizons DLC Official Trailer