mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 14:07:56 -05:00
Trying to fix the recent DOTA 2 update
This commit is contained in:
@@ -45,7 +45,7 @@ user.FAILSAFE = False
|
|||||||
def start_game():
|
def start_game():
|
||||||
"""Launch the game with console enabled and FPS unlocked"""
|
"""Launch the game with console enabled and FPS unlocked"""
|
||||||
return exec_steam_game(
|
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):
|
def console_command(command):
|
||||||
|
|||||||
Reference in New Issue
Block a user