-
-
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, please report by contacting me.
Also be sure it's a config problem and not other causes, like personal edit of the setings or other user's fault.
You can always search on the entire community (Google, YouTube, Reddit etc.) for your problem and in most cases you will find the answer (please don't forget to report the problem and the fix).
Try to update the graphic driver to the latest version. If it is already the latest or the GPU is obsolete and the drivers aren't update anymore, uninstall all the graphic drivers and install an older version (if the problem persist, 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 enable the map resources preloading.
- 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 console:
exec autoexec.cfg
and restart the game.
In most cases, this is due snd_hwcompat "0"
or it's 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 1 by 1 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"
. - (This is a sub-module.) -
snd_mix_async "1"
and modify tosnd_mix_async "0"
- (This is a sub-module.) -
snd_hwcompat "0"
and modify tosnd_hwcompat "1"
- (This is the entire system.)
-
- Launch the game, enter in console:
exec autoexec.cfg
and restart the game.
Luckly, ArminC AutoExec comes with a special script which can fix 'on-run' random glitches/bug. In order to fix it, when you are in a map, press the key P
or enter in console fixer_start'
.
Try to remove the Launch Options. Valve (employees) don't recommend them.
An ArminC Original Product
Steam Profile