Skip to content

Troubleshooting

ArminC edited this page Sep 4, 2023 · 16 revisions

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's fault (ex. after changing some values).

You can always search the entire community (Google, YouTube, Reddit etc.) for your problem and in most cases, you will find the answer.

Glitchy graphics, random crashes, display problems

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-game HUD, Audio or Models are glitching

Luckily, ArminC AutoExec comes with a special script that can fix random glitches and bugs during gameplay. In order to fix them, when you are in a game, press the key F9 or enter in the console fixer.

Misconfigured Launch Options

Try to remove the Launch Options. Valve employees don't recommend them.

Network problems

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.

  1. Enter arminc folder and open network.cfg with a text editor.
  2. Search for:
  • Try to modify one by one and not all at a time, can only be the fault of a single command.
    1. cl_interp_ratio and modify the value.
    • If the value is 1, change to value 2. Otherwise, if the value is 2 change to value 1.
    1. rate "1000000" and modify to rate "196608" (or see the list to select based on the bandwidth).
    2. net_maxroutable "1200" and modify to net_maxroutable "1100" (or even lower).
    3. mm_dedicated_search_maxping "50" and modify to mm_dedicated_search_maxping "25" (to find a better server).
  1. Launch the game, enter in console: exec autoexec.cfg and restart the game.