-
-
Notifications
You must be signed in to change notification settings - Fork 162
Troubleshooting
Did you encounter any problems? Here you will find the instructions for solving them. If there isn't a solution to your problem or you found a fix, please report by contacting me.
Also, be sure it's a config related problem and isn't the user fault (ex. after changing some values).
You can always search on the entire community (Google, YouTube, Reddit etc.) for your problem and in most cases, you will find the answer.
Try to update the graphics driver to the latest version. If it is already updated or the GPU is obsolete and the drivers aren't updated anymore, uninstall all the graphics drivers and install an older version (if the problem persists, try with a version older than 1-2 years).
In some cases, this is due to mat_queue_mode "2"
which force enable the use of all cores.
- Enter the
cfg
folder and openvideo.txt
. - Search for
"setting.mat_queue_mode" "2"
and change to"setting.mat_queue_mode" "-1"
. - Enter
arminc
folder and openvideo.cfg
with a text editor. - Search for
mat_queue_mode "2"
and change the command tomat_queue_mode "-1"
. - Launch the game, enter in console:
exec autoexec.cfg
and restart the game.
In some cases, this is due to cl_forcepreload "1"
, which force enables the map resources pre-loading.
- Enter
arminc
folder and openmisc.cfg
with a text editor. - Search for
cl_forcepreload "1"
and change the command tocl_forcepreload "0"
. - Launch the game, enter in the console:
exec autoexec.cfg
and restart the game.
In most cases, this is due snd_hwcompat "0"
or its sub-modules, which enable Advanced 3D Audio Processing, run most of the sound engine in parallel and lowers the sound process time.
- Enter
arminc
folder and openaudio.cfg
with a text editor. - Search for: (Try to modify one by one and not all at a time, this can be due to a sub-module and not the entire 3D Audio; modify by the list order.)
-
snd_mixahead "0.025"
and modify tosnd_mixahead "0.05"
(sub-module). -
snd_mix_async "1"
and modify tosnd_mix_async "0"
(sub-module). -
snd_hwcompat "0"
and modify tosnd_hwcompat "1"
(entire system).
-
- Launch the game, enter in console:
exec autoexec.cfg
and restart the game.
Luckily, ArminC AutoExec comes with a special script which can fix on the run random glitch/bug. In order to fix them, when you are in a game, press the key P
or enter in console fixer_start
.
Try to remove the Launch Options. Valve (employees) doesn't recommend them.
This can be due to a lot of commands. Try to change them step by step, it's not the fault of all the commands, maybe it's just one command's fault.
- Enter
arminc
folder and opennetwork.cfg
with a text editor. - Search for: (Try to modify one by one and not all at a time, can only be the fault of a single command.)
-
cl_interp_ratio
and modify the value.
- If the value is
1
, change to value2
. Otherwise, if the value is2
change to value1
.
-
rate "786432"
and modify torate "196608"
(or see the list to select based on the bandwidth). -
net_maxroutable "1200"
and modify tonet_maxroutable "1100"
(or even lower). -
mm_dedicated_search_maxping "50"
and modify tomm_dedicated_search_maxping "25"
(to find a better server). -
sdr ClientForceRelayCluster ""
and add a good relay cluster value.
- Check the Steam Datagram Relay List and the Steam Datagram Relay in Matchmaking Guide.
-
- Launch the game, enter in console:
exec autoexec.cfg
and restart the game.
An ArminC Original Product
Steam Profile