Use this forum if you have a relatively general question or comment about a game, Ventrilo, TeamSpeak, or Murmur/Mumble server with us. If you have a server-specific question that might not help out the community, please directly contact us through your control panel instead.
got a problem with my server. i play kz maps on my server. the point is to race to the top so theres no killing and everyone is put on the same team. to do this i put mp_limitteams 99 and mp_autoteambalance 0 in my server.cfg. now my problem is, when my server crashes these values arent loaded when the server comes back up. to get them to work i have to either manually change them or do a changelevel and everything works fine. this made me think there was a problem with my autoexec.cfg. my autoexec.cfg looks like this:
log on
exec server.cfg
map kz_6fd_volcano
looks like it should work fine but it isnt. is there something im missing?
yeah it goes back to mp_limitteams 1 and mp_autoteambalance 1 after a crash which only allows two people to play since on kz maps everyone is put on the same team. and these lines are both in my server.cfg
mp_autoteambalance 0
mp_limitteams 99
make sure those lines arent double booked in your server.cfg
if you have those lines near the top and they appear again lower, it will set to the lower values. also what is your server's identifier so we can go in there and take a look?
?.nuclearfallout.net
its hadoken.nuclearfallot.net. i know theyre not in the server.cfg twice. i have a plugin that may be setting the cvars. it wouldn't be setting them to the lower value though because it's a plugin designed just for kz maps.
i just looked through your server and the first thing i saw was that you have 3 separate plugins.ini files for amxx. the right one is the one in /addons/amxx/ just incase you had any confusion. sad news is that i dont see anything that would be causing your problem. I noticed that you replaced our default server.cfg with another one but all the appropriate lines in yours were there. I did however make a minor change that i hope fixes the problem. let us know if its still happening.
(change made at 10:42AM 11/24/04 PDT)
thanks for taking a look. i think the kz plugin i use sets the mp_limitteams to 99 so i dont know if setting it in the server.cfg is really doing anything. ill be watching though for next time it crashes