If you can’t skip intro movie (like in Rails update) 이 가이드는 당신을 위한 것입니다.
방법 1
1. 찾다
DefaultGame.ini
and make a backup just in case
In my steam version it was there:
씨:\프로그램 파일 (x86)\Steam\steamapps\common\ASTRONEER\Astro\Config\DefaultGame.ini
2. Open the file with a text editor and find
MoviePlayerSettings
텍스트.
3. Edit the following code (thanks to ChunkySpaceman from discord.com):
[/script/movieplayer.movieplayersettings]
bWaitForMoviesToComplete=False ; default= True
bMoviesAreSkippable=False
bLoopLastMovie=False ; default= True
bWaitForMoviesToComplete=False ; default= True
bMoviesAreSkippable=False
bLoopLastMovie=False ; default= True
4. Save the file and restart the game.
방법 2
Another way to skip the intro is described rwallaceva from 레딧.
1. Add the above code to the following file:
%USERPROFILE%\AppData\Local\Astro\Saved\Config\WindowsNoEditor\GameUserSettings.ini
2. Restart the game.