Difference between revisions of "Tutorials/Map Editor/Introduction to the Map Editor/Launching the Map Editor"

From SCS Modding Wiki
Jump to navigation Jump to search
(Updated image links and text size)
m (Suggested edits from 50keda 042324)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{TutorialNavigation|next=Basic Editor Functions}}
 +
 
<!-- Defining info box on right side of the page, holding meta info about this tutorial -->
 
<!-- Defining info box on right side of the page, holding meta info about this tutorial -->
 
{{TutorialInfoBox
 
{{TutorialInfoBox
Line 8: Line 10:
 
}}
 
}}
  
<big>In order to edit your own maps for ETS2/ATS, you need to load up the map editor program. SCS Software have provided a map editor that is built into the game. Getting to the map editor is much easier in recent versions. This tutorial will guide you in starting the map editor and the basic functions of the editor, itself. This tutorial has been made assuming you're using Windows 10 x64 bit - but should work on most Windows versions.</big>
+
In order to edit your own maps for ETS2/ATS, you need to load up the map editor program. SCS Software have provided a map editor that is built into the game. Getting to the map editor is much easier in recent versions. This tutorial will guide you in starting the map editor and the basic functions of the editor, itself. This tutorial has been made assuming you're using Windows 10 x64 bit - but should work on most Windows versions.
  
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"
Line 17: Line 19:
 
| width="25%" | [[File:Steam library game browser.png|upright]]
 
| width="25%" | [[File:Steam library game browser.png|upright]]
 
| '''<big>Locate your ATS/ETS2 installation directory</big>'''<br>
 
| '''<big>Locate your ATS/ETS2 installation directory</big>'''<br>
<big>Typically, it is located here:</big>
+
Typically, it is located here:
<br>
+
 
<br>
+
 
 +
 
 
:''C:\Program Files (x86)\Steam\SteamLibrary\steamapps\common\American Truck Simulator\bin\win_x64\amtrucks.exe''<br>
 
:''C:\Program Files (x86)\Steam\SteamLibrary\steamapps\common\American Truck Simulator\bin\win_x64\amtrucks.exe''<br>
 
:''C:\Program Files (x86)\Steam\SteamLibrary\steamapps\common\Euro Truck Simulator 2\bin\win_x64\eurotrucks2.exe''<br>
 
:''C:\Program Files (x86)\Steam\SteamLibrary\steamapps\common\Euro Truck Simulator 2\bin\win_x64\eurotrucks2.exe''<br>
<br>
+
 
<big>You can also find your game directory by navigating to the game in your Steam Library -> Right click the game -> Manage -> Browse local files</big>
+
 
 +
You can also find your game directory by navigating to the game in your Steam Library -> Right click the game -> Manage -> Browse local files
  
 
<!-- Defining second row -->
 
<!-- Defining second row -->
Line 29: Line 33:
 
| '''2'''
 
| '''2'''
 
| [[File:Windows context menu.png|upright]]
 
| [[File:Windows context menu.png|upright]]
| <big>Right click the EXE -> Send to > Desktop (create shortcut)</big>
+
| Right click the EXE -> Send to > Desktop (create shortcut)
<br>
+
 
<br>
 
 
{{Note|You may have to click "Show more options" to see it}}
 
{{Note|You may have to click "Show more options" to see it}}
  
Line 38: Line 41:
 
| '''3'''
 
| '''3'''
 
| [[File:Ets2 ats program properties.png|upright]]
 
| [[File:Ets2 ats program properties.png|upright]]
| <big>Right click the new shortcut -> Properties -> In the Target box, add `-edit`</big>
+
| Right click the new shortcut -> Properties -> In the Target box, add `-edit`
<br>
+
 
<br>
+
 
 
{{Tip|It might be wise to add `-noworkshop` to prevent any workshop content from loading into the editor}}
 
{{Tip|It might be wise to add `-noworkshop` to prevent any workshop content from loading into the editor}}
<br>
+
 
 +
 
 
{{Tip|Once you know what map you'd like to edit, you can add `-edit europe` instead to open the map directly for ETS2 or `edit usa` for ATS}}
 
{{Tip|Once you know what map you'd like to edit, you can add `-edit europe` instead to open the map directly for ETS2 or `edit usa` for ATS}}
  
Line 49: Line 53:
 
| '''4'''
 
| '''4'''
 
| [[File:Steam start programs dialog.png|upright]]
 
| [[File:Steam start programs dialog.png|upright]]
| <big>Double click the icon. If all works correctly, the map editor should load and you should be looking at it. If not, check Steam to see if it is asking for a security check due to the new launch parameters.</big>
+
| Double click the icon. If all works correctly, the map editor should load and you should be looking at it. If not, check Steam to see if it is asking for a security check due to the new launch parameters.
<br>
+
|}
<br>
+
{{TutorialNavigation|next=Basic Editor Functions}}
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
<br>
 
{{UsefulLink|You can also simplify the process by using the Truck Simulator Launcher}}
 
[https://forum.scssoft.com/viewtopic.php?t=279211 Truck Simulator Launcher]
 

Latest revision as of 13:53, 23 April 2024

Launching the Map Editor
Map editor start screen.png
Topic: Map Editor Intro Part 1
Difficulty: Easy
Tools: Map Editor

In order to edit your own maps for ETS2/ATS, you need to load up the map editor program. SCS Software have provided a map editor that is built into the game. Getting to the map editor is much easier in recent versions. This tutorial will guide you in starting the map editor and the basic functions of the editor, itself. This tutorial has been made assuming you're using Windows 10 x64 bit - but should work on most Windows versions.

1 Steam library game browser.png Locate your ATS/ETS2 installation directory

Typically, it is located here:


C:\Program Files (x86)\Steam\SteamLibrary\steamapps\common\American Truck Simulator\bin\win_x64\amtrucks.exe
C:\Program Files (x86)\Steam\SteamLibrary\steamapps\common\Euro Truck Simulator 2\bin\win_x64\eurotrucks2.exe


You can also find your game directory by navigating to the game in your Steam Library -> Right click the game -> Manage -> Browse local files

2 Windows context menu.png Right click the EXE -> Send to > Desktop (create shortcut)

Note: You may have to click "Show more options" to see it

3 Ets2 ats program properties.png Right click the new shortcut -> Properties -> In the Target box, add `-edit`


TIP: It might be wise to add `-noworkshop` to prevent any workshop content from loading into the editor


TIP: Once you know what map you'd like to edit, you can add `-edit europe` instead to open the map directly for ETS2 or `edit usa` for ATS

4 Steam start programs dialog.png Double click the icon. If all works correctly, the map editor should load and you should be looking at it. If not, check Steam to see if it is asking for a security check due to the new launch parameters.