Overview
Tired of left clicking to get into game faster and skip intros, look no further.
Description
Edit at your own discretion
Navigate to your Conan Exiles installation directory. You have two options on how to proceed.
-
“D:SteamLibrarysteamappscommonConan ExilesConanSandboxConfigDefaultGame.ini”
Search for line:
[/script/movieplayer.movieplayersettings]Change lines from:
-
bWaitForMoviesToComplete=True bMoviesAreSkippable=True -StartupMovies= +StartupMovies=StartupUE4 +StartupMovies=StartupNvidia +StartupMovies=CinematicIntroV2
To read as follows:
-
bWaitForMoviesToComplete=False bMoviesAreSkippable=True -StartupMovies= -StartupMovies=StartupUE4 -StartupMovies=StartupNvidia -StartupMovies=CinematicIntroV2
Changes made: WaitForMoviesToComplete = “False”, replaced “+” in front of 3 StartupMovie entries and replaced with “-“.
If validating game files or game update releases, file needs to be edited to read above or set as “Read Only”, however “Read Only” is not recommended if major update should release. The files structure is copied directly from game files.
example= -
-
“D:SteamLibrarysteamappscommonConan ExilesConanSandboxSavedConfigWindowsNoEditorGameUserSettings.ini”
Add lines to bottom of settings file:
[/script/movieplayer.movieplayersettings] bWaitForMoviesToComplete=False bMoviesAreSkippable=True -StartupMovies=CinematicIntroV2
The last example is not affected by game updates and allows game files to validate. The lines for removing advertising for UE4 and Nvidia do not work in this file or the
file and are ignored and some lines of code get modified. These examples are trying to give novice and advanced users the option to get rid of the long loading screens as editing the video files or removing them will result in validation failing and re-downloading of them.