
If you can’t skip intro movie (like in Rails update) this guide is for you.
Guide to Skip Intro Movies
Method 1
- Find DefaultGame.ini and make a backup just in case.
In my steam version it was there:
C:\Program Files (x86)\Steam\steamapps\common\ASTRONEER\Astro\Config\DefaultGame.ini
- Open the file with a text editor and find MoviePlayerSettings text.
- Edit the following code:
[/script/movieplayer.movieplayersettings]
bWaitForMoviesToComplete=False ; default= True
bMoviesAreSkippable=False
bLoopLastMovie=False ; default= True
- Save the file and restart the game.
Method 2
Another way to skip
- Add the above code into the following file:
%USERPROFILE%\AppData\Local\Astro\Saved\Config\WindowsNoEditor\GameUserSettings.ini
- Restart the game.
Be the first to comment