Forum
Switch between server configs
Created 3rd June 2009 @ 23:30
Add A Reply Pages: 1
Hi!
On our clanserver we of course have the etf2l.cfg running. But when there’s no match going on and we just want to play on our own server on arena maps for e.g., we would like the default server config without the “Ready/Not ready”-bar on top of screen etc. However, when changing to a server config fit for public play, the bar is still there. Anyone got a properly working config that we can use to switch between when just playing around? :)
Thanks in advance!
Put mp_tournament 0 in your server.cfg if you want it to act on map change, otherwise just make a public.cfg (that you exec in the same way as etf2l.cfg) or w/e you wanna call it and make sure it has that command.
mp_tournament 0 // no ready up anymore
tf_weapon_criticals 1 // if you want crits
.
.
.
You know, there is a file called config_arena.cfg in your server’s cfg folder which is executed everytime an arena map is loaded. So if it’s just for arena maps, then add your mp_tournament 0 to that one.
Add A Reply Pages: 1