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:
C:\プログラムファイル (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.