A quick runthrough of some fixes to better be able to play Conan.
Fixes to Setup
How to Stop the Cinematic from Running Every Dang Time
- Locate your DefaultGame.ini file:
Steam > right click game title > Properties > Local files tab > Browse Local files - In window that opens go to:
Conan Exilespropertieslocal filesbrowse local filesConanSandboxConfig - Open the file “DefaultGame.ini” and edit the following lines in notepad:
[/script/movieplayer.movieplayersettings] (change + to – in front of each)
-StartupMovies=StartupUE4
-StartupMovies=StartupNvidia
-StartupMovies=CinematicIntroV2
Stop Running a Launcher to Open a Launcher – or, How to Bypass Funcom Launcher
- Open Properties of the game, go to Local Files, and click Browse
- Click on the directory header to highlight the raw directory and copy
- Reopen the Properties window in Steam; then, in “Launch Options” section, type ” then paste the file location you copied
- Copy the content below (no space between) and paste after previous file location:
ConanSandboxBinariesWin64ConanSandbox_BE.exe” -BattlEye %command%
Details
- -BattlEye = BattlEye runtime command.
- %command% = needed or Steam will not see quoted line as a redirect.
Example:
“D:SteamLibrarysteamappscommonConan ExilesConanSandboxBinariesWin64ConanSandbox_BE.exe” -BattlEye %command%
Other
- Mods will be unaffected, and the main menu’s mod organizer will work as it always has before the launcher.
- As an alternative you could create a dedicated desktop shortcut to the .exe on your desktop or pin it to your start menu.
- If using AoC that launcher will still load…
How to Stop Alt+Tab Freezes
- Locate your Engine.ini file:
Steam > right click game title > Properties > Local files tab > Browse Local files - In window that opens go to:
ConanSandbox/Saved/Config/WindowsNoEditor/Engine.ini - Open “Engine.ini”; edit it in notepad/notepad++ and add the following to the end of the file:
[/script/engine.audiosettings]
bDisableMasterEQ=True
Be the first to comment