Counter-Strike 2
36 оценки
CS2: AUTOEXEC FOR BETTER MOVEMENT (OUTDATED)
От deathgrips
This autoexec will make the movement feel better
(Easier jiggling peeking and counter strafing)
EDIT:
Release Notes for 10/17/2023
[ GAMEPLAY ]
Command aliases now leverage subtick accuracy


2
   
Награда
Добавяне към любими
В любими
Премахване от любими
Creating the autoexec.cfg
Go to C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg

Create a text file and name it "Autoexec.cfg"

Open it with notepad and paste this in:
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"
Executing the config on startup
After you've saved the config, go to your steam library, find Counter-Strike 2 and right-click it and go to Properties.



Go down to launch options and write "+exec autoexec" with or without the ".cfg" in the end.



Now CS2 will automatically execute the config on startup.
End
Rate and favorite, if this guide was helpful.



If you're feeling extra generous then give this guide an award.


7 коментара
deathgrips  [автор] 19 окт. 2023 в 6:15 
It somewhat works but it will get patched soon.
Salvicta 18 окт. 2023 в 23:55 
@dannu so does this work? Who is launders?
deathgrips  [автор] 18 окт. 2023 в 6:00 
Yes, but launders has already found a workaround.
Ben Dover 15 окт. 2023 в 14:16 
@Dark Slayer, You meant nulls? I guees, there is stuff from reddit thread, haven't tested it tho.

alias "checkfwd" ""
alias "checkback" ""
alias "checkleft" ""
alias "checkright" ""

alias "goForward" "-forward; +forward"
alias "goBack" "-back; +back"
alias "goLeft" "-left; +left"
alias "goRight" "-right; +right"

alias "+mfwd" "-back; +forward; alias checkfwd goForward"
alias "+mback" "-forward; +back; alias checkback goBack"
alias "+mleft" "-right; +left; alias checkleft goLeft"
alias "+mright" "-left; +right; alias checkright goRight"

alias "-mfwd" "-forward; checkback; alias checkfwd"
alias "-mback" "-back; checkfwd; alias checkback"
alias "-mleft" "-left; checkright; alias checkleft"
alias "-mright" "-right; checkleft; alias checkright"

bind "w" "+mfwd"
bind "s" "+mback"
bind "a" "+mleft"
bind "d" "+mright"
Ozai 13 окт. 2023 в 17:26 
Holy shit thank u, was so jarring going from CSGO to CS2 with the movement but this makes it way more approachable
Ryou 13 окт. 2023 в 6:09 
Is movement cancel script possible in cs2?

Like when you press D while holding A you go right instead of standing still.

Source1 doesn't work anymore, because for some reason it stucks to keep moving
czparek 12 окт. 2023 в 19:36 
W GUIDE.