ERROR: Cvar_Update
[code:1]ERROR: Cvar_Update: src map,map_restart,kick,k,mute,unmute,forceteam,lock,unlock,cp,fraglimit,
timelimit,g_gametype,w,whois,s,status,addbot,ban,b,pb_sv_enable,pb_sv_disable,pb_sv_restart,sv_pure,
load,xp_matchmode,g_warmup,xp_physics,xp_solids,g_maxTeamClients,rotate,g_friendlyfire length 256 exceeds MAX_CVAR_VALUE_STRING
********************
----- Server Shutdown -----[/code:1]
I was added one more command at end of the referee list, g_friendlyfire and when server was launched he shutdown because of that error, is there some limit for ref list ? ;]
Ofc I can delete 1 command and everything will be fine.
why have such a long ref list, may as well give rcon..
just take out repeated commands such as, kick, k - just use one or the other, i.e. w or whois, s or status.
and are things like solids really needed ? maybe put some of these type commands into callvote instead.
btw what is src map?
yeah sorry i see that now :oops:
but as i say best thing to do is delete repeated commands and you should be fine..
i think maybe is a q3 limit on cvar length.. not sure if e+ can circumnavigate this.
i havd earlier; same error - just one time, so dont taked seriously, dont remember exact peases.. what i was doing or what.. just noticed.. ok for now
I think that the problem is exacly that the commands were too many i dont know how to use rcon yet, and when i added same of the commands you have to mine, it showed this:
[code:1]ERROR: Cvar_Update: src kick,map,mute,unmute,ban,addbot,kick allbots,lock,unlock,vote,s,w,forceteam,cp,rotate,load,g_gametype,map_restart,fraglimit,timelimit,capturelimit,roundlimit,bot_minplayers,sv_maxrate,sv_maxclients,g_speed,pb_sv_enable,pb_sv_disable,pb_sv_restart,sv_pure,xp_matchmode,g_warmup,xp_physics,xp_solids,g_maxTeamClients,g_friendlyfire length 329 exceeds MAX_CVAR_VALUE_STRING[/code:1]
I'm wondering is there anyway to change MAX_CVAR_VALUE_STRING ? :
I'm wondering is there anyway to change MAX_CVAR_VALUE_STRING ? :
This seems to be a command inserted in the game, u cant change it unless U make a mod which would be able to change it or the entire game . MAX_CVAR_VALUE_STRING = 256 characters this is default ...peace...
can't