Trying to fix the recent DOTA 2 update

This commit is contained in:
J-Doiron
2025-11-21 14:40:12 -08:00
parent c974b1f04e
commit 14fa351710

View File

@@ -45,7 +45,7 @@ user.FAILSAFE = False
def start_game():
"""Launch the game with console enabled and FPS unlocked"""
return exec_steam_game(
STEAM_GAME_ID, game_params=["-console", "+fps_max 0"])
STEAM_GAME_ID, game_params=["-console", "+fps_max 0", "-novid", "-sv_cheats true"])
def console_command(command):