Cities: Skylines

Cities: Skylines

1,179 평점
How to Bypass the Paradox Launcher (All Platforms)
Celeste 님이 작성
Bypass the Paradox Launcher. Boot up your game a minute faster! This guide works on game versions 1.12.3 through 1.14.1.
(This was once the #1 guide of the year on Steam for Cities: Skylines, for very, very obvious reasons!).

This guide is applicable primarily for Cities Skylines, but also works for Europa Universalis IV, Stellaris, Crusader Kings 3, and potentially other Paradox Interactive games.
7
43
5
3
3
3
5
2
3
3
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Version 1.14.x
The "Traditional Method" (for MS Windows), the macOS method (on macOS 12.x.x) and the Linux method all work on patch 1.14.

Latest version tested: 1.14.0-f4

Some methods showcased in this guide are apparently also compatible with Europa Universalis 4 and Stellaris (notably the Traditional Method), and potentially other video games published by Paradox Interactive, but no guarantees are given.
Introduction
This is a quick and easy guide on how to bypass the Paradox Launcher implemented in the last update. Tested on Windows 7 thru 11, macOS Mojave and later, Ubuntu 18.04 and Debian 10. Bypassing the launcher can easily speed up Cities Skylines startup times by an entire minute (or more), and prevent telemetry (your own data) from being sent to three different servers across two different continents.

I've outlined four different methods to bypass the Paradox Launcher below:
  • The Traditional Method is the most reliable method. It is harder to perform than the Fast Method.
  • The Fast Method is fast and easy to set up. Not guaranteed to work though.
  • The Linux Method works on various GNU/Linux distributions.
  • The Mac OS Method works on Mac OS.
  • The Steam Overlay-enabled Method, for Windows, allows the Steam Overlay to work, but will have to be re-done every update.
  • Not Paradox Launcher, by Coyotee, offers an integrated solution to removing the Paradox Launcher. It works on all platforms!
Traditional Method (Windows)
The most reliable for bypassing the Paradox Launcher involves creating a batch file, and modifying your Steam launch options. This method will continue to work after future updates, unlike the "fast method" that will be described below.

Step 1: Uninstall the Paradox Launcher.

This should be pretty simple - go to the Control Panel and uninstall the Paradox Launcher, if it is already installed.

Step 2: Create a batch file

Go to the directory where Cities Skylines is installed: by default, this is
C:\Program Files (x86)\Steam\steamapps\common\Cities_Skylines
Open Windows Explorer / File Explorer, and navigate to the install directory (copy-paste the link above if you installed it in the default directory). Turn on file extensions (View tab on Windows 10, Tools on Windows 7). Create a text file. Rename the text file "Cities.bat", making sure the file extension is changed.


This is how the file should look like.

Step 3: Edit the batch file

Open the batch file in Notepad, by right clicking it and clicking on "Edit". Within it, paste the following text:
Cities.exe %command%
. Save the file.

Note: Typical launch options / modifiers (e.g. --noWorkshop) work, but need to be placed between "Cities.exe" and "%command%" in the Cities.bat file, and not in the launch options (as detailed below in Step 4), or else they will not work.

Addendum: If you want to hide the command prompt window associated with launching the game via the method described in this guide, replace the code in the batch file with the following:

start Cities.exe %command%

Step 4: Integrate the batch file with Steam

By this point, if you double-click on the batch file, you should be able to launch the game WITHOUT the Paradox Launcher -- however, this isn't guaranteed. If the Paradox Launcher tries to install itself, just uninstall it again, and continue with Step 4. If it works, congrats - however, if you want to launch the game from Steam, you'll have to continue with Step 4.

Right click on Cities Skylines in your list of games, and click on Properties. Click on Set Launch Options. Afterwards, type the following into your Launch Options:
Cities.bat %command%
You may follow the picture below for reference. Do not forget to save!


You should now be able to play Cities Skylines, right from Steam, as if the update never happened.

Note: If you see a command prompt window open while the game is open, this is normal. This is because of the batch file used to launch the game.

Note: Steam Overlay will not work. Screenshots will still work; however, they will be stored at "%localappdata%\Colossal Order\Cities_Skylines\Screenshots". Use F12 to take a screenshot.

Step 5: Delete the launcher installer (optional)

The file name of the launcher installer is launcher-installer-windows.msi. It is in the same directory as the batch file you created (where Cities.exe is). It is safe to delete this file after performing this procedure, but only if you've managed to start up Cities: Skylines successfully without the launcher trying to install itself - it's a good way to save 75 MB on your hard drive.

Works on 1.13.x.

Alternative fixes you may want to try (Windows)

There are several other methods which have been partially proven to work. If the method detailed above does not work, feel free to try to methods as detailed below:

  • Directly set the Steam launch options for Cities: Skylines to "Cities.exe %command%".
  • Create a shortcut to your desktop for Cities: Skylines, and then add to the "target" the following: "Cities.exe %command%".

This is actually the first method I devised in order to get rid of the Paradox Launcher. When there's a will, there's a way!
Linux Method (Linux)
Unfortunately, update v1.12.3 is preventing any Linux users from playing Cities: Skylines, thanks to the new launcher. However, there still is hope, if you are looking forward to playing now!

For Linux, follow the steps for the Traditional Method (as outlined above), except:

For step 1, simply delete ~/.paradoxlauncher.

Skip steps 2 and 3.

For step 4 add
/home/USERNAME/.steam/steam/steamapps/common/Cities_Skylines/Cities.x64 %command%
instead of the equivalent Windows launch option, replacing USERNAME with your Linux username.

Thanks mLine for sharing this information!

Note: Mac OS requires a different method, detailed below.
Mac OS version (Mac OS)
Mac support has finally been added! Right click on Cities Skylines in your list of games, and click on Properties. Click on Set Launch Options. Afterwards, type the following into your Launch Options, if you are on macOS Catalina (10.15) or earlier: You may follow the picture featured within the "Traditional Method" if you need more help.

For macOS Big Sur (10.16 or 11), the absolute full path is required. As such, type this inside:
/users/[username]/Library/Application\ Support/Steam/steamapps/common/Cities_Skylines/Cities.app/Contents/MacOS/Cities %command% [/cpde] Thanks MoneyMakesMurder for sharing the original method, and thanks ArcadeFuhrer for sharing the Big Sur updated version!
Steam Overlay-enabled method (Windows)
This method allows the Steam Overlay to work in-game, but will break after any update to the game. Recommended if you absolutely need the Steam Overlay to work.

1. Uninstall Paradox Launcher.

2. Open a command prompt in the Cities: Skylines directory. To do this...

(Windows 7-8-8.1): right click on Cities: Skylines within the list of games in your Library, click Properties, click "Local Files", and click "Browse Local Files". Afterwards, right-click within the folder while holding down [SHIFT], and you should be able to click on "Open command window here".

(Windows 10): Run a command prompt window as administrator from the Start menu. Subsequently , use the
cd
command in order navigate to the Cities: Skylines directory.

3. Rename dowser.exe. You can use the command "ren dowser.exe dowser.old" in Command Prompt, or do so in Windows Explorer.

4. Run the following two commands in Cities: Skylines:
mklink dowser.exe Cities.exe mklink /j dowser_data Cities_Data

YOU MUST REPEAT STEP 4 AFTER ANY GAME UPDATE. Works on 1.13.x.

Thanks botcherO for sharing this method!
Not Paradox Launcher (All Platforms)
Thanks to the efforts of Coyotee, a new program has been created in order to bypass the launcher, while also allowing Steam Overlay to work: this method uses by replacing the launcher by a completely different, significantly lighter launcher that's actually useful (toggling game settings, etc.)

Information[github.com]

-- Current version: v1.3.1

Works on game version v1.13.0. (And later. For now.)

More instructions are provided in the GitHub link above (guide written by Coyotee)!
댓글 452
Chromatic Bum 2024년 4월 23일 오후 6시 46분 
Thank you for this guide, Stellaris is unplayable on Mac OS without it!

FYI, I pasted this (no %commands%) to get Stellaris working:
/Users/[user]/Library/Application {링크가 삭제되었습니다}
bluefortewave 2024년 2월 3일 오후 3시 23분 
@ttv/NuVanDibe Thank you so much for this instruction, it works for my Cities Skylines.
Zsombor99 2024년 1월 15일 오전 5시 14분 
@King Arron II Just download the "anti-launcher launcher" from the "download latest version" link at the end of this guide, it works nicely ‒ only downside is: sometimes the in-game Steam overlay simply won't work.
King Arron II 2024년 1월 14일 오후 8시 46분 
This made it worse, now I just get missing executable?
flut_2077 2023년 12월 25일 오전 12시 12분 
셀레스트느님 정말 감사합니다ㅏㅏㅏ ㅠㅠ 돈버리는줄 알았네요 ㅠㅠㅠㅠㅠ
I drowned the fish 2023년 12월 22일 오후 12시 03분 
Also works for Across the Obelisk. For your dedication to clear documentation in IT, I grant you the coveted Golden Unicorn award.
Seal 2023년 11월 25일 오전 11시 51분 
Appears to work for Prison Architect, just need to change the program name of course. As expected, the Steam overlay doesn't work. However, I've made it work by going through the game settings to use a borderless window rather than fullscreen.
ttv/NuVanDibe 2023년 9월 17일 오전 5시 12분 
easier to change the launch command on windows to "C:\Program Files (x86)\Steam\steamapps\common\Cities_Skylines\Cities.exe" %command% which negates the need for a .bat file. Be sure to adjust the path if your game isn't installed to the default location.
PotatoEatHorse73 2023년 8월 31일 오전 8시 28분 
chad
helix 2023년 8월 29일 오전 10시 37분 
Only Not Paradox Launcher way worked for me