From cdc899a89097f219955cda4c1f72608d436c92c8 Mon Sep 17 00:00:00 2001 From: fanyx Date: Fri, 9 Jun 2023 20:39:26 +0200 Subject: [PATCH] Add Linux launch options --- csgo/autoexec.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/csgo/autoexec.cfg b/csgo/autoexec.cfg index e73f752..7930f93 100755 --- a/csgo/autoexec.cfg +++ b/csgo/autoexec.cfg @@ -1,5 +1,8 @@ // -threads one below actual amount to exclude Core 0 -// -novid -high -threads 11 -nointro -tickrate 128 +exec autoexec.cfg -nojoy -nod3d9ex +// Windows +// -nojoy -novid -nointro -high -threads 11 +exec autoexec.cfg -nod3d9ex +// Linux +// -nojoy -novid -nointro -high -threads 11 +exec autoexec.cfg // kb binds bind q "lastinv"