STEAM GROUP
{sl4ySl3d} {sl4ySl3d}
Membership by invitation only
STEAM GROUP
{sl4ySl3d} {sl4ySl3d}
4
IN-GAME
47
ONLINE
Founded
February 27, 2011
LSDeuce Oct 9, 2023 @ 9:16am
Anybody want to make the movements in CS2 feel more like CS:GO?
I found some commands that I didnt think would work but now that I have tried them...they DEF do work! the only way I can describe it is the movement feels more stop/start than cs2 which tends to feel more idno "floaty"? anyways, just create an autoexec.cfg file in notepad and save it into your SteamApps>common>Counter Strike Global Offensive>game>csgo>cfg folder with the following text in it:

alias "_checkw" "-forward; alias checkw"
alias "+w" "+forward; alias checkw _checkw"
alias "-w" "checkw"
bind "w" "+w"

alias "_checks" "-back; alias checks"
alias "+s" "+back; alias checks _checks"
alias "-s" "checks"
bind "s" "+s"

alias "_checka" "-left; alias checka"
alias "+a" "+left; alias checka _checka"
alias "-a" "checka"
bind "a" "+a"

alias "_checkd" "-right; alias checkd"
alias "+d" "+right; alias checkd _checkd"
alias "-d" "checkd"
bind "d" "+d"

alias "_checkcrouch" "-duck; alias checkcrouch"
alias "+crouch" "+duck; alias checkcrouch _checkcrouch"
alias "-crouch" "checkcrouch"
bind "ctrl" "+crouch"

alias "_checkwalk" "-sprint; alias checkwalk"
alias "+walk" "+sprint; alias checkwalk _checkwalk"
alias "-walk" "checkwalk"
bind "shift" "+walk"



I would at least give it a shot, I didnt think it would do anything but it really makes aiming/peeking feel a lot more accurate for me, at the expensive of feeling like I am running slightly slower (which I am not, it just feels like it)

PZ -B