Welcome to our comprehensive guide on how to skip the intro and splash screen in Split Fiction. This guide aims to provide you with a straightforward method to launch the game faster by bypassing the introductory videos.
How To
Follow these simple steps to achieve this.
- Locate Your Game Files
Navigate to your game files located at:
<Steam>/steamapps/common/Split Fiction
- Access the Movies Folder
Go to the following directory:
Split/Content/Movies
- Rename or Delete the Splash Screen File
- Rename the file by prefixing its name with an underscore (
_
). For example:
splash_2160p60hq.bk2
to_splash_2160p60hq.bk2
- Alternatively, you can delete the file if you prefer.
- Rename the file by prefixing its name with an underscore (
This method is commonly used in programming to mark files as unused. After making these changes, you can launch the game and enjoy a faster startup experience.
Linux / Steam Deck Instructions
For Linux users or those using Steam Deck, you can follow the same steps above, or use the terminal to rename the file:
mv -v ~/.local/share/Steam/steamapps/common/Split Fiction/Split/Content/Movies/{,_}splash_2160p60hq.bk2
Adjust the path if necessary, especially if you are using Flatpak or have your Steam library on a different drive.