Counter-Strike 2

Counter-Strike 2

View Stats:
ñeSu Mar 24, 2023 @ 3:52am
CS2 Mouse not reacting after loading cfg
I loaded my cfg in CS2, and now my mouse are not reacting. Clicking mouse fires and zooms, but I can not move the mouse in game.
I tried to remove all the files in the CFG folder and launch the game again, without succes.
Need help ASAP
< >
Showing 1-15 of 24 comments
St.Peetr # Mar 24, 2023 @ 9:19am 
Hey, ñeSu

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
ñeSu Mar 24, 2023 @ 3:09pm 
I reinstalled steam and counter strike. Problem was still there.
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.
Gavi Mar 25, 2023 @ 1:32pm 
4
2
7
2
6
The same thing happened to me.
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.
__st4ck Mar 27, 2023 @ 9:58am 
2
2
2
4
Above comment is correct although you you only need to configure the `MOUSE_*` binds as the others are for controller/joystick.

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
midevo[+] Sep 1, 2023 @ 7:34am 
Originally posted by __st4ck:
Above comment is correct although you you only need to configure the `MOUSE_*` binds as the others are for controller/joystick.

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.
+w ぷ Sep 1, 2023 @ 11:52am 
how did you load your cfg into cs2 ? cant seem to find a way

Originally posted by ñeSu:
I loaded my cfg in CS2, and now my mouse are not reacting. Clicking mouse fires and zooms, but I can not move the mouse in game.
I tried to remove all the files in the CFG folder and launch the game again, without succes.
Need help ASAP
ripwal Sep 1, 2023 @ 2:51pm 
Originally posted by /nttld.::
how did you load your cfg into cs2 ? cant seem to find a way

Originally posted by ñeSu:
I loaded my cfg in CS2, and now my mouse are not reacting. Clicking mouse fires and zooms, but I can not move the mouse in game.
I tried to remove all the files in the CFG folder and launch the game again, without succes.
Need help ASAP

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.
i got samee problem. did you fix yours ?help me pls
Novy Sep 1, 2023 @ 4:28pm 
Originally posted by Соёрхол !!!:
i got samee problem. did you fix yours ?help me pls
See
Originally posted by Gavi:
bind "MOUSE_X" "yaw"
bind "MOUSE_Y" "pitch"
+w ぷ Sep 2, 2023 @ 3:07am 
Originally posted by ripwal:
Originally posted by /nttld.::
how did you load your cfg into cs2 ? cant seem to find a way

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
The Cult Leader Sep 12, 2023 @ 5:25am 
you had unbindall in your config which lead to the mouse axis being unbind
Pedro Sep 23, 2023 @ 6:31am 
Originally posted by Gavi:
The same thing happened to me.
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 FIXES THE PROBLEM, tha you
.NT1 Soin-kU Sep 28, 2023 @ 10:56am 
WE GOVNO
tax fraud Sep 28, 2023 @ 11:34pm 
Originally posted by St.Peetr #:
Hey, ñeSu

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
Worked for me thx so much
My Name is Tito Oct 18, 2023 @ 8:12am 
Messed around with the commands given here and the binds that are actually needed is only;

bind "MOUSE_X" "yaw"
bind "MOUSE_Y" "pitch"

Originally posted by Gavi:
The same thing happened to me.
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.
< >
Showing 1-15 of 24 comments
Per page: 1530 50

Date Posted: Mar 24, 2023 @ 3:52am
Posts: 24