Forum

getting auto kicked from pubs

Created 24th July 2011 @ 00:16

Add A Reply Pages: 1

Sketch

MM

since one of the more recent upates, i have been getting kicked from servers running pure (not match servers) with the following argument : you must delete file tfconfigaliases.cfg

that folder contains all my scripts for weapon binds and that is it. I have had the same config for about 2 years now and its only a recent problem mainly with uberium and nervous energy servers.

any ideas why this has happened all of a sudden?

Forsak3n

S

Had something like this on one of the pub, so solved it by getting rid of “alias” name in it.
I had alias.cfg, made it alia.cfg and it worked fine.


Last edited by Forsak3n,

Sketch

MM

really wtf?

im just using my mapping config instead atm for pubbing, but it involves changing my tf2 directory every time i play which is a pain, so i may try this tomorrow.


Last edited by Sketch,

Forsak3n

S

yup, probably some shitty anti-script protection, lol.

Sketch

MM

i am now getting this problem on match servers.

if i change the name of “aliases.cfg” to “stuff.cfg” the error just changes to please delete your “autoexec.cfg” to play on this server.

heres my autoexec.cfg:

exec "clearconfig.cfg"
exec "gfx.cfg"
exec "stuff.cfg"

//Class Config Switcher with Config Loader
alias scout "join_class scout;exec scout.cfg; developer 1; echo ::Scout Config Loaded::; wait 100; developer 0"
alias soldier "join_class soldier; exec soldier.cfg; developer 1; echo ::Soldier Config Loaded::; wait 100; developer 0"
alias pyro "join_class pyro; exec pyro.cfg; developer 1; echo ::Pyro Config Loaded::; wait 100; developer 0"
alias demo "join_class demoman; exec demoman.cfg; developer 1; echo :Demoman Config Loaded::; wait 100; developer 0"
alias hwg "join_class heavyweapons; exec heavy.cfg; developer 1; echo ::Heavy Config Loaded::; wait 100; developer 0"
alias engi "join_class engineer; exec engineer.cfg; developer 1; echo ::Engineer Config Loaded::; wait 100; developer 0"
alias medic "join_class medic; exec medic.cfg; developer 1; echo ::Medic Config Loaded::; wait 100; developer 0"
alias sniper "join_class sniper; exec sniper.cfg; developer 1; echo ::Sniper Config Loaded::; wait 100; developer 0"
alias spy "join_class spy; exec spy.cfg; developer 1; echo ::Spy Config Loaded::; wait 100; developer 0"

bind KP_END "scout"
bind KP_DOWNARROW "soldier"
bind KP_PGDN "pyro"
bind KP_LEFTARROW "demo"
bind KP_5 "hwg"
bind KP_RIGHTARROW "engi"
bind KP_HOME "medic"
bind KP_UPARROW "sniper"
bind KP_PGUP "spy"

wolve

[d¿s]
LEGO

I had that as well, but it stopped after I restarted my game.

dvb

2gd for public servers

AnimaL

what about stop playing on shitty servers

Sketch

MM

Quoted from Sketch

i am now getting this problem on match servers.

Quoted from AnimaL

what about stop playing on shitty servers

Mark

Phase

Quoted from Sketch

i am now getting this problem on match servers.

if i change the name of “aliases.cfg” to “stuff.cfg” the error just changes to please delete your “autoexec.cfg” to play on this server.

heres my autoexec.cfg:

exec "clearconfig.cfg"
exec "gfx.cfg"
exec "stuff.cfg"

//Class Config Switcher with Config Loader
alias scout "join_class scout;exec scout.cfg; developer 1; echo ::Scout Config Loaded::; wait 100; developer 0"
alias soldier "join_class soldier; exec soldier.cfg; developer 1; echo ::Soldier Config Loaded::; wait 100; developer 0"
alias pyro "join_class pyro; exec pyro.cfg; developer 1; echo ::Pyro Config Loaded::; wait 100; developer 0"
alias demo "join_class demoman; exec demoman.cfg; developer 1; echo :Demoman Config Loaded::; wait 100; developer 0"
alias hwg "join_class heavyweapons; exec heavy.cfg; developer 1; echo ::Heavy Config Loaded::; wait 100; developer 0"
alias engi "join_class engineer; exec engineer.cfg; developer 1; echo ::Engineer Config Loaded::; wait 100; developer 0"
alias medic "join_class medic; exec medic.cfg; developer 1; echo ::Medic Config Loaded::; wait 100; developer 0"
alias sniper "join_class sniper; exec sniper.cfg; developer 1; echo ::Sniper Config Loaded::; wait 100; developer 0"
alias spy "join_class spy; exec spy.cfg; developer 1; echo ::Spy Config Loaded::; wait 100; developer 0"

bind KP_END "scout"
bind KP_DOWNARROW "soldier"
bind KP_PGDN "pyro"
bind KP_LEFTARROW "demo"
bind KP_5 "hwg"
bind KP_RIGHTARROW "engi"
bind KP_HOME "medic"
bind KP_UPARROW "sniper"
bind KP_PGUP "spy"

The class.cfg files are execed when you join the class – I don’t get why you need a script to do it? Plus almost every server blocks the wait command.

Add A Reply Pages: 1