Using config files for easy change from public to private? -
08-11-2002, 09:24 PM
I'm sure this question was answered in the On-going discussion, Q&As: Thread off Bulls Rcon Setup Guide. Unfortunatly the tread is no longer there.
I would like to have a config files on the server. Which another clan member can execute to EASILY change the server from public to private and one to change it back. When I'm not around to do it.
sample 7on7.cfg
kick all
seta sv_maxclients "14"
seta sv_privateclients "14"
seta sv_privatePassword "match password"
seta sv_maplist "dm/mohdm1 dm/mohdm2 dm/mohdm3 dm/mohdm5 dm/mohdm6 dm/mohdm7"
map "dm/mohdm1"
sample public.cfg
seta sv_maxclients "20"
seta sv_privateclients "4"
seta sv_privatePassword "our password"
seta sv_maplist "whatever maps we normally play"
map "whatever map 1st"
do you see any problems with this or anything that should be added to either file?
Or another question I just thought of. Instead of needing the public.cg
Could he just exec the server.cfg ?
|