Posts: 10
Threads: 3
Joined: Dec 2006
Reputation:
0
Hey, I got my server up and running, everything has been fine for about 1 month now. All of a sudden, today it wants to change a whole bunch of cvars around on me at the end of every round. If I set them back, it changes them again. The cvars that have mainly been giving me these problems are sv_maxspeed, sv_stopspeed, sv_maxcmdrate, sv_maxupdaterate. It sets maxspeed to 350 where it should be 320, it sets stopspeed to 75 where it should be 100, it sets maxcmdrate to 40 where it should be 66, and it sets maxupdate rate to 20 where it should be 66.
Any help on the subject would be greatly appreciated.
-----
Duckman
Posts: 259
Threads: 17
Joined: Apr 2006
Reputation:
0
Duckman,
Could you please post the contents of your server.cfg and let us know which addons you have running on your server?
Thanks
Posts: 10
Threads: 3
Joined: Dec 2006
Reputation:
0
02-10-2007, 06:14 AM
(This post was last modified: 02-10-2007, 06:16 AM by duckman.)
I currently only have mani admin plugin version 1.2r. My server.cfg:
// server name
hostname "|PM| Clan Server ||| 66 Tick"
// rcon passsword
rcon_password "******"
// Advanced RCON
sv_rcon_banpenalty 60
sv_rcon_maxfailures 4
sv_rcon_minfailures 5
sv_rcon_minfailuretime 30
// server cvars
mp_friendlyfire 1
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 1
mp_tkpunish 0
mp_forcecamera 0
sv_alltalk 0
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
sv_stopspeed 100
mp_limitteams 2
mp_hostagepenalty 0
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 25
mp_chattime 10
sv_timeout 65
//Physics
phys_timescale 1
phys_pushscale 200
sv_turbophysics 0
// round specific cvars
mp_freezetime 2
mp_roundtime 3
mp_startmoney 16000
mp_c4timer 30
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 0
// bandwidth rates/settings
sv_minrate 5000
sv_maxrate 20000
decalfrequency 20
sv_maxupdaterate 100
sv_minupdaterate 33
sv_mincmdrate 33
sv_maxcmdrate 66
// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// bots
bot_add
bot_quota 0
bot_quota_mode 2
bot_difficulty 1
bot_chatter off
bot_auto_follow 1
bot_auto_vacate 1
bot_join_after_player 0
bot_defer_to_human 1
bot_allow_rogues 1
bot_walk 0
bot_join_team any
bot_eco_limit 2000
bot_allow_grenades 1
bot_all_weapons
bot_allow_grenades 0
bot_allow_pistols 1
bot_allow_sub_machine_guns 1
bot_allow_shotguns 1
bot_allow_rifles 1
bot_allow_snipers 1
bot_allow_machine_guns 1
// operation
sv_lan 0
sv_region 255
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
// mani
exec mani_server.cfg
Posts: 10
Threads: 3
Joined: Dec 2006
Reputation:
0
02-14-2007, 09:24 AM
(This post was last modified: 02-15-2007, 04:09 AM by duckman.)
My server is online and working now. I reinstalled it and I now have no problems. BTW I'm on almost every day from 11:30am - 1:30pm EST and if I'm not working I'm usually on later at night. My IP is dynamic so I got a no-ip domain for it. pmclan.servegame.com
Posts: 259
Threads: 17
Joined: Apr 2006
Reputation:
0
Okay. Glad to hear it's working out for you. Complete reinstall eh? Does that mean that you reinstalled Mani too?
Posts: 21
Threads: 2
Joined: Jan 2007
Reputation:
0
where is the server.cfg located?
Trevor
Posts: 7
Threads: 3
Joined: Feb 2007
Reputation:
0
If you ever come across that problem again, try and set the server.cfg
to 'read only' preventing Mani or anything else write on it.
Glad to hear all is working now.