Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
We're having the same issue with a friend of mine, who used his .cfg file from CSGO and, somehow, unbinded his mouse movements.
We've found a "workaround" by deleting the cfg folder in :
C:\Program Files (x86)\Steam\userdata\"yoursteamnumber"\730\local\
Once we did it, we've made steam verify the local files and, once it was done, launched the game. After this, all the mouse movements came back alive.
Looks like the game accesses some sort of "cloud stored backup files" and reset all configurations.
If you try this, let me know if it works for you aswell ! Cheers
I reset all settings serval times in different menus, and then it suddenly worked.
Problem solved. But don’t know if I had to reinstall everything.
After messing around with the files, I found these new bindings
bind "X_AXIS" "rightleft"
bind "Y_AXIS" "!forwardback"
bind "MOUSE_X" "yaw"
bind "MOUSE_Y" "pitch"
bind "U_AXIS" "yaw"
bind "R_AXIS" "pitch"
The problem was that the old cfg file didn't have these. Not sure what they do individually, but running them solved the issue.
This will happen if your autoexec.cfg has `unbindall` in it. CS2 added new `MOUSE_X` and `MOUSE_Y` binds to control mouse movement, so running `unbindall` without rebinding those to their default value will result in the mouse not working in-game.
You can see these new default bind names/values in this file: C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\user_keys_default.vcfg
Other breaking changes to note:
* walk-bind needs to be updated from `+speed` to `+sprint` (`speed` was removed/renamed)
* `moveleft` and `moveright` no longer exist so `a` and `d` need to be rebound to `+left` and `+right` otherwise moving left/right also won't work
I've documented all updates I needed to make to get my autoexec.cfg working in CS2 here in `cs2-autoexec.cfg`: https://github.com/acx0/csgo-cfg
This is a godsent. Thank you very much.
Put the new one in C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg, if you have installed in the default location.
Otherwise, right click Counter-Strike: Global Offensive in Steam, click Properties, click Installed Files, and click Browse. Then go to game/csgo/cfg and put your autoexec there.
cheers mate
THIS FIXES THE PROBLEM, tha you
bind "MOUSE_X" "yaw"
bind "MOUSE_Y" "pitch"