Tag: ETS2

First Big Map Combo for ETS2 1.54 – Tutorial – April, 13 2025

0 commentsEuro Truck SimulatorMapsMods1.54EmdenETS2ets2 map comboEurafricagreat steppeGuideIberialatviamiddle-eastPromodsRoExtendedSenjsibirmapsud de franceTrucksimtutorial

The initial big map combo for ETS2 1.54 with Promods, Roextended, Eurafrica, Middle East, Sibir, JRR, Rhineland and more. 19 maps, 45 files, RCs, fixes. Please follow the instructions in video and also please note that version 1.54 and all map DLCs (including Greece) required. Premium maps are optional.

Links

📌Promods 2.74 + Great Steppe Addon 1.3 + Middle East Addon 2.74 https://www.promods.net (tutorial how to download/ install Promods https://youtu.be/FBSF6VXLRdE)
📌Eurafrica 3.5 https://discord.gg/a2GwuHnEkE (Premium mod, optional. To purchase Eurafrica join Discord, choose your tier, make Paypal payment and then open ticket)
📌Roextended 4.6 http://www.roextended.ro
📌RC for Roex, Promods, Middle-East https://roextended.ro/forum/viewtopic.php?f=16&t=2741
📌JRR (Java Road Revolution) 0.85a https://truckymods.io/euro-truck-simulator-2/maps/jrr-java-road-revolution-indonesia-addon-map
📌Sibir Map 2.10.1 https://modsfire.com/QzKbDtSE50XJUJQ
📌SFIGC 0.6.2-1.54 https://truckymods.io/euro-truck-simulator-2/maps/sfigc
📌Latvia Rebuild 1.2.8-1-54 https://truckymods.io/euro-truck-simulator-2/maps/latvia-rebuild
📌Iberia RW 1.3.1 https://truckymods.io/euro-truck-simulator-2/maps/wip-addon-promods-iberia-rework-v10-146-relase-date-14022023
📌Iberia Map RW FIX 1.2 https://truckymods.io/euro-truck-simulator-2/map-assets/iberia-map-rw-fix
📌More Swiss Towns 1.0.4 https://truckymods.io/euro-truck-simulator-2/maps/more-swiss-towns-for-promods
📌Emden 7-1.54 https://truckymods.io/euro-truck-simulator-2/maps/promods-addon-emden
📌The Cold North Map 0.1-1.54 https://truckymods.io/euro-truck-simulator-2/maps/the-cold-north-map
📌Isle Of Colonsay 2.0 https://truckymods.io/euro-truck-simulator-2/maps/isle-of-colonsay
📌Sud de France 1.9.5b https://www.mediafire.com/file/qenzdn5h5hm5zvq/%5Bv1.9.5b%5D_Sud_de_France_by_Charly.scs/file
📌Senj West Balkans Map Add-on 1.2 https://truckymods.io/euro-truck-simulator-2/maps/senj-west-balkans-map-add-on
📌West Balkans Path-Breaker’s Direction Map 3.8 https://truckymods.io/euro-truck-simulator-2/maps/wbpd-west-balkans-path-breakers-direction-map
📌Bengans Swedish Islands Map 1.54-1.0.0 https://truckymods.io/euro-truck-simulator-2/maps/bengans-swedish-islands-map
📌Rhineland Map 1:19 1.1 https://truckymods.io/euro-truck-simulator-2/maps/rhineland-map-119
📌Rhineland Map – ProMods RC 1.1 https://truckymods.io/euro-truck-simulator-2/map-assets/rhinelandmap-promods-rc
📌Rhineland Map Fix 1.54-0.0.1 https://truckymods.io/euro-truck-simulator-2/map-patches/153-rhineland-fix
📌Rhineland RoExtended Fix 1.54-0.0.1 https://truckymods.io/euro-truck-simulator-2/map-patches/153-rhineland-roextended-fix
📌All World Map 3.3 https://truckymods.io/euro-truck-simulator-2/map-patches/the-world-background-map-ets2

Bonus Mods:

📌Route Advisor for ETS2 https://steamcommunity.com/sharedfiles/filedetails/?id=2901621467
📌Full Screen Map 1.54-1.0.1 https://truckymods.io/euro-truck-simulator-2/ui/150eob-jerrys-fullscreen-maps-ets2


How to Merge 2+ Map Progress in Profiles for ETS2 and ATS

0 commentsAmerican Truck SimulatorEuro Truck SimulatorMapsMods1.531.54100%100% discovered mapETS2GuideMap discoverymap modmergeprofileRoexRoExtendedTrucksimvanilla ets2

In this short guide I will explain you how to merge several profiles map discovery progress on example of merging vanilla 100% and Roextended 89% profiles on ETS2 1.53. Below you can find link to text version, tools and also ready strings used in this video.

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) shown on video: https://sharemods.com/3lmagkhl784x/roex99percent_trucksim.txt.html
Vanilla ETS2 1.53: https://sharemods.com/le4g91swcadh/trucksim-ets2-full-save153.zip.html (video guide: https://youtu.be/H12qpCG_RIQ)
Vanilla ETS2 1.54 https://sharemods.com/sbr79ko0zc6h/ets154fullsave_trucksim.zip.html
Vanilla ATS 1.53: https://sharemods.com/unarwal5qt4z/trucksim-ats-153-full.txt.html
Promods 2.73 (97%) https://sharemods.com/147xdgiqg3l0/trucksim_promods153.zip.html (video: https://youtu.be/cpEnuyqvvMw)

Promods 2.74 for ETS2 1.54 released

1 commentsEuro Truck SimulatorMapsModsNews1.54ETS2great steppemap modmiddle-eastnewsPromods

As well as Middle East 2.74 Add-on, The Great Steppe 1.3.0 add-on and additional ProMods Trailer & Company Pack and ProMods Cabin Accessories Pack for Euro Truck Simulator 1.54. Promods 2.74 is not only compatibility release but includes new content:

Germany: Berliner ring signage updated
Greece: Κόρινθος (Kórinthos), Πάτρα (Patras) (improved), A8 (improved), Ρίο-Αντίρριο (Río-Antirrio) ferry
Slovenia: Ljubljana highway ring rebuilt
Azerbaijan: Ələt (Alat), Hacıqabul (Hajigabul), Kürdəmir (Kurdamir), Mingəçevir (Mingachevir), Yevlax (Yevlakh), Закатала (Zaqatala)
Macedonia: Битола (Bitola) (merged)
Romania: Oradea, A0 bypass, A3 border
Armenia: Վանաձոր (Vanadzor)
Ukraine: P15 (Нововолинськ/Novovolynsk – Львів/Lviv)
Schengen borders between Romania and Bulgaria opened
Georgia: მარნეული (Marneuli), რუსთავი (Rustavi), თბილისი (Tbilisi, South), თელავი (Telavi)
Ferry line from Constanța (RO) to Poti (GE)
Ferry line from Baku/Alat (AZ) to Aktau/Kyruk (KZ)

Great Steppe has new content as well

As always Promods and its add-ons available on https://promods.net

How to download it (guide for 1.53 but still actual for 1.54):




Official ProMods 2.74 & The Great Steppe 1.3.0 Teaser Trailer

0 commentsEuro Truck SimulatorMapsModsNews1.54AzerbaijanETS2georgiagreat steppeGreece DLCKazakhstanmap modPromodssneak peekteaser

ProMods 2.74 brings compatibility with ETS2 v1.54, integration with the Greece DLC, a major expansion across the Caucuses and more new content throughout Europe. And this teaser mans that we will see new mods very soon.

Promods 2.74 Caucasus Teaser (including Azerbaijan, Georgia, Armenia)

Stay tuned on Trucksim Telegram channel https://t.me/trcksm

TruckersMP Easter Event

1 commentsEuro Truck SimulatorMultiplayerNews1.54ConvoyETS2eventMultiplayerTruckersMP

The TruckersMP yearly Easter Event is back, this time with both a delivery event and an egg hunt! The Eggspress Delivery takes place from April 13th until April 27th. The Easter Egg Hunt takes place on April 20th.

TMP constructed a brand new chocolate factory just outside Frankfurt, where all the chocolate eggs and bunnies are being produced.

Delivery of the chocolate bunnies are required to locations across Europe. However, due to the heat, several bunnies melted. To pick up these chocolate bunnies, head to the chocolate factory just outside Frankfurt.

As a reward for taking part in the Eggspress Delivery, you will receive a special achievement on your profile as well as a Bunny accessory if the community goal is met.

100% Discovered Map of ETS2 1.54 (Profile and save game)

0 commentsEuro Truck SimulatorMaps1.54100%100% discovered mapETS2game editgame.siiGuideTrucksimtutorial

With the new version of Euro Truck Simulator 2 1.54 we got new features but map have not been affected and it is very small pieces on the map since previous version. I timelapsed my own personal experience and as always share profile and strings to open 100% on your side.

How to do it? You can see on another videos like one below for instruction or just download ready empty profile with opened roads, cities and 50 millions euro.
All map DLC required (including Greece)

Ready Profile: https://sharemods.com/xr5kar6owxhu/747275636B73696D313534.zip.html
Save game (game.sii) discovered items strings (you can modify your own profile): https://sharemods.com/sbr79ko0zc6h/ets154fullsave_trucksim.zip.html

News and updated on telegram channel https://t.me/trcksm

Promods 2.74 Caucasus Teaser

1 commentsEuro Truck SimulatorMapsMods1.542.74ArmeniaAzerbaijanETS2europegeorgiagreat steppemap modPromodssneak peekTrucksim

South Caucasus countries finally will be added to Promods. We already seen Georgia in previous versions but to reach Caspian see to connect Europe with Great Steppe, we obviously need to drive through Azerbaijan and bark our truck and trailer from Baku International Port to Aktau (Kuryk port).

Promods 2.74 will be released soon, so stay tuned.

Stuck on 99.99% on Promods
ProMods Canada 1.4.0 for ATS v1.54 released
How to Download and setup Promods for free.

How to make map combo (for beginners) * ATS & ETS2 * 2025 Guide

0 commentsMaps1.542025ATSETS2GuideMap Combomap modTrucksim

Today I’ll tell how to build map combo for Euro Truck Simulator 2 (ETS2) or American Truck Simulator (ATS), how to download and combine maps, how to avoid crashes. I will cover the basics for beginners. It is still actual in April 2025 on game versions 1.54

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