user failsafe false (#168)

user failsafe false 

for all games that use pydirectinput
This commit is contained in:
j-lin-lmg
2025-10-03 10:24:59 -07:00
committed by GitHub
parent 83486887ac
commit a9da3093f7
13 changed files with 75 additions and 28 deletions

View File

@@ -27,6 +27,8 @@ LOG_DIRECTORY = os.path.join(SCRIPT_DIRECTORY, "run")
PROCESS_NAME = "cyberpunk2077.exe"
user.FAILSAFE = False
def start_game():
"""Launch the game with no launcher or start screen"""
return exec_steam_game(STEAM_GAME_ID, game_params=["--launcher-skip", "-skipStartScreen"])