How Can We Help?
How to enable the Developer Console in ETS2 or ATS
This post is also available in:
Français
The developer console allows you to enter commands and change various game settings in Euro Truck Simulator 2 and American Truck Simulator.
Method 1: Using config.cfg (Recommended)
- Navigate to your game’s documents folder:
- Windows:
Documents\Euro Truck Simulator 2orDocuments\American Truck Simulator - Linux:
~/.local/share/Euro Truck Simulator 2or~/.local/share/American Truck Simulator
- Windows:
- Open
config.cfgwith a text editor (Notepad, Notepad++, etc.) - Find the line that says:
uset g_developer "0"
uset g_console "0"- Change both values to “1”:
uset g_developer "1"
uset g_console "1"- Save the file and close it
- Launch the game and press ~ (tilde) or ` (backtick) to open the console
Method 2: Launch Parameter
Add -developer to your game’s launch options in Steam:
- Right-click the game in your Steam library
- Select Properties
- In the Launch Options field, enter:
-developer - Launch the game and press ~ to access the console