This guide will be showing you how to skip the intro logos and warning messages in Teardown.
How to Skip Intro Videos and Logos
By modifying this file, you are able to skip the intro/seizure warning text and it starts you right at the main menu.
Install path if installed to C:\ will most likely be here:
C:\プログラムファイル (x86)\Steam\steamapps\common\Teardown
Open this file here with notepad or notepad++, or any text editor of your choice:
<InstallPath>\data\ui\splash.lua
このファイルの中で, change these lines (6 と 7) to set the variables to “0”:
splashTime = 20 requiredTime = 4
Change it to be:
splashTime = 0 requiredTime = 0
Save the file back to splash.lua, and now the game will start right up in the main menu!