Upvote Upvoted 1 Downvote Downvoted
Scripts working only occasionally?
posted in Q/A Help
1
#1
0 Frags +

I've asked tf2scripts and truetf2 before, but that didn't help me. :(

http://en.reddit.com/r/Tf2Scripts/comments/18v3ns/why_is_my_null_cancelling_script_and_my/

I've asked tf2scripts and truetf2 before, but that didn't help me. :(

http://en.reddit.com/r/Tf2Scripts/comments/18v3ns/why_is_my_null_cancelling_script_and_my/
2
#2
1 Frags +

-

-
3
#3
0 Frags +

I think I tried that before, but it didn't change anything. I'll make sure of that though once I get home.

I think I tried that before, but it didn't change anything. I'll make sure of that though once I get home.
4
#4
1 Frags +

-

-
5
#5
1 Frags +

This is what my null movement script looks like:

// Null Movement Script
alias nothing ""

alias +nnfwd "alias nnfwdoff -forward; alias nnfwdon +forward; nnbackoff; +forward"
alias +nnback "alias nnbackoff -back; alias nnbackon +back; nnfwdoff; +back"
alias +nnmoveleft "alias nnmoveleftoff -moveleft; alias nnmovelefton +moveleft; nnmoverightoff; +moveleft"
alias +nnmoveright "alias nnmoverightoff -moveright; alias nnmoverighton +moveright; nnmoveleftoff; +moveright"

alias -nnfwd "alias nnfwdoff nothing; alias nnfwdon nothing; -forward; nnbackon"
alias -nnback "alias nnbackoff nothing; alias nnbackon nothing; -back; nnfwdon"
alias -nnmoveleft "alias nnmoveleftoff nothing; alias nnmovelefton nothing; -moveleft; nnmoverighton"
alias -nnmoveright "alias nnmoverightoff nothing; alias nnmoverighton nothing; -moveright; nnmovelefton"

alias nnfwdoff nothing
alias nnbackoff nothing
alias nnmoveleftoff nothing
alias nnmoverightoff nothing

alias nnfwdon nothing
alias nnbackon nothing
alias nnmovelefton nothing
alias nnmoverighton nothing

bind w +nnfwd
bind s +nnback
bind a +nnmoveleft
bind d +nnmoveright
This is what my null movement script looks like:
[code]// Null Movement Script
alias nothing ""

alias +nnfwd "alias nnfwdoff -forward; alias nnfwdon +forward; nnbackoff; +forward"
alias +nnback "alias nnbackoff -back; alias nnbackon +back; nnfwdoff; +back"
alias +nnmoveleft "alias nnmoveleftoff -moveleft; alias nnmovelefton +moveleft; nnmoverightoff; +moveleft"
alias +nnmoveright "alias nnmoverightoff -moveright; alias nnmoverighton +moveright; nnmoveleftoff; +moveright"

alias -nnfwd "alias nnfwdoff nothing; alias nnfwdon nothing; -forward; nnbackon"
alias -nnback "alias nnbackoff nothing; alias nnbackon nothing; -back; nnfwdon"
alias -nnmoveleft "alias nnmoveleftoff nothing; alias nnmovelefton nothing; -moveleft; nnmoverighton"
alias -nnmoveright "alias nnmoverightoff nothing; alias nnmoverighton nothing; -moveright; nnmovelefton"

alias nnfwdoff nothing
alias nnbackoff nothing
alias nnmoveleftoff nothing
alias nnmoverightoff nothing

alias nnfwdon nothing
alias nnbackon nothing
alias nnmovelefton nothing
alias nnmoverighton nothing

bind w +nnfwd
bind s +nnback
bind a +nnmoveleft
bind d +nnmoveright[/code]
6
#6
1 Frags +

Is your config.cfg file read-only or are you using Steam cloud? If so, it may be that the cfg files are being reset in some weird way. Try checking that your cfg files are not read-only and disabling steam cloud and see if that helps.

Is your config.cfg file read-only or are you using Steam cloud? If so, it may be that the cfg files are being reset in some weird way. Try checking that your cfg files are not read-only and disabling steam cloud and see if that helps.
7
#7
1 Frags +

I had a really terrible problem with my scripts and config files, but it was all due to steam cloud trying to replace the corrected versions with the old broken ones again. Try disabling the cloud in game and see if it helps.

I had a really terrible problem with my scripts and config files, but it was all due to steam cloud trying to replace the corrected versions with the old broken ones again. Try disabling the cloud in game and see if it helps.
8
#8
0 Frags +

I think it was the steam cloud issue. It seems fixed. Thanks for all the help, guys.

I think it was the steam cloud issue. It seems fixed. Thanks for all the help, guys.
9
#9
0 Frags +

Nope, nevermind. It persists.

Nope, nevermind. It persists.
10
#10
0 Frags +

Alright, I don't know if I'm disabling the cloud correctly. I unchecked the option in the game properties, in the steam settings, and in the multiplayer advanced options in the game itself. Is there anything else I'm missing? It must be because after the last time I ran tf2, it said "finishing syncing" or something like that.

Alright, I don't know if I'm disabling the cloud correctly. I unchecked the option in the game properties, in the steam settings, and in the multiplayer advanced options in the game itself. Is there anything else I'm missing? It must be because after the last time I ran tf2, it said "finishing syncing" or something like that.
Please sign in through STEAM to post a comment.