Upvote Upvoted 7 Downvote Downvoted
1 2
A few questions about null-movement scripts
posted in Q/A Help
31
#31
0 Frags +

autoexec.cfg

autoexec.cfg
32
#32
-4 Frags +
glorysorry for sounding like a retard but where do u put it

\team fortress 2\tf\cfg

[quote=glory]sorry for sounding like a retard but where do u put it[/quote]
\team fortress 2\tf\cfg
33
#33
2 Frags +

put it in this folder, make a file called autoexec.cfg (and make sure it saves as a cfg file and not txt)
Steam\steamapps\common\Team Fortress 2\tf\custom\my_custom_stuff\cfg

put it in this folder, make a file called autoexec.cfg (and make sure it saves as a cfg file and not txt)
Steam\steamapps\common\Team Fortress 2\tf\custom\my_custom_stuff\cfg
34
#34
0 Frags +
BurningSmileglorycan someone link it for me i need to test it
// Null-cancelling movement script
// (prevents you from pressing two opposing directions, which causes you to stop moving)

bind w +mfwd
bind s +mback
bind a +mleft
bind d +mright

alias +mfwd "-back;+forward;alias checkfwd +forward"
alias +mback "-forward;+back;alias checkback +back"
alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
alias +mright "-moveleft;+moveright;alias checkright +moveright"
alias -mfwd "-forward;checkback;alias checkfwd none"
alias -mback "-back;checkfwd;alias checkback none"
alias -mleft "-moveleft;checkright;alias checkleft none"
alias -mright "-moveright;checkleft;alias checkright none"
alias checkfwd none
alias checkback none
alias checkleft none
alias checkright none
alias none ""

how do you remove it after you decide you want to go back

just delete it out of ur cfg or?

[quote=BurningSmile][quote=glory]can someone link it for me i need to test it[/quote]

// Null-cancelling movement script
// (prevents you from pressing two opposing directions, which causes you to stop moving)

bind w +mfwd
bind s +mback
bind a +mleft
bind d +mright

alias +mfwd "-back;+forward;alias checkfwd +forward"
alias +mback "-forward;+back;alias checkback +back"
alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
alias +mright "-moveleft;+moveright;alias checkright +moveright"
alias -mfwd "-forward;checkback;alias checkfwd none"
alias -mback "-back;checkfwd;alias checkback none"
alias -mleft "-moveleft;checkright;alias checkleft none"
alias -mright "-moveright;checkleft;alias checkright none"
alias checkfwd none
alias checkback none
alias checkleft none
alias checkright none
alias none ""[/quote]

how do you remove it after you decide you want to go back

just delete it out of ur cfg or?
35
#35
0 Frags +
fade-BurningSmileglorycan someone link it for me i need to test it
// Null-cancelling movement script
// (prevents you from pressing two opposing directions, which causes you to stop moving)

bind w +mfwd
bind s +mback
bind a +mleft
bind d +mright

alias +mfwd "-back;+forward;alias checkfwd +forward"
alias +mback "-forward;+back;alias checkback +back"
alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
alias +mright "-moveleft;+moveright;alias checkright +moveright"
alias -mfwd "-forward;checkback;alias checkfwd none"
alias -mback "-back;checkfwd;alias checkback none"
alias -mleft "-moveleft;checkright;alias checkleft none"
alias -mright "-moveright;checkleft;alias checkright none"
alias checkfwd none
alias checkback none
alias checkleft none
alias checkright none
alias none ""

how do you remove it after you decide you want to go back

just delete it out of ur cfg or?

That or you can go into the options in game and manually rebind your wasd to forward back left and right or just put this in your car instead of the script:
bind w +forward
bind s +back
bind a +moveleft
bind d +moveright

[quote=fade-][quote=BurningSmile][quote=glory]can someone link it for me i need to test it[/quote]

// Null-cancelling movement script
// (prevents you from pressing two opposing directions, which causes you to stop moving)

bind w +mfwd
bind s +mback
bind a +mleft
bind d +mright

alias +mfwd "-back;+forward;alias checkfwd +forward"
alias +mback "-forward;+back;alias checkback +back"
alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
alias +mright "-moveleft;+moveright;alias checkright +moveright"
alias -mfwd "-forward;checkback;alias checkfwd none"
alias -mback "-back;checkfwd;alias checkback none"
alias -mleft "-moveleft;checkright;alias checkleft none"
alias -mright "-moveright;checkleft;alias checkright none"
alias checkfwd none
alias checkback none
alias checkleft none
alias checkright none
alias none ""[/quote]

how do you remove it after you decide you want to go back

just delete it out of ur cfg or?[/quote]
That or you can go into the options in game and manually rebind your wasd to forward back left and right or just put this in your car instead of the script:
bind w +forward
bind s +back
bind a +moveleft
bind d +moveright
36
#36
0 Frags +

I have it, but I rarely utilize it. I just feel better knowing that if somehow my brain doesn't properly send a message to my fingers to let go of d and press a, it won't negatively effect me.

I have it, but I rarely utilize it. I just feel better knowing that if somehow my brain doesn't properly send a message to my fingers to let go of d and press a, it won't negatively effect me.
1 2
Please sign in through STEAM to post a comment.