AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   CSDM (https://forums.alliedmods.net/forumdisplay.php?f=87)
-   -   Good server.cfg? (https://forums.alliedmods.net/showthread.php?t=52978)

Ghandi Pwnage 03-23-2007 16:27

Good server.cfg?
 
What are good server.cfg settings, like round timelimit, and also when there are only two people in server so it doesn't reset every time.

Thanks in advance.

KWo 03-24-2007 12:15

Re: Good server.cfg?
 
Wrong forum. Post Your question in AMX MOD X offtopic forum.

Ghandi Pwnage 03-25-2007 23:41

Re: Good server.cfg?
 
Um, well i went to the support forum and they told me to go here.
Proof

So can anyone else help?

KWo 03-26-2007 04:00

Re: Good server.cfg?
 
You didn't write here clearly You want Your server.cfg to be the best for working with CSDM 2.1 (You just wanted server.cfg settings without relating Your question to this forum)...

From that what I could see it's not recommended to use mp_maxrounds or mp_winlimit system with mp_timelimit as 0. Because the round with CSDM is neverending - CSDM causes some lags after long time playing the same map with the same neverending round (because of bug with not removing sometimes some dropped weapons which causes increasing amount of entities, then higher memory usage - then lags). So I would recommend to use some mp_timelimit 20 (nothing higher) - and this is the only setting I have in my mind which may affect playing on the server with CSDM.
I'll be working on the problem with not removing some dropped weapons anyway during few next days (but firts I have to finish some work on optimizing podbot mm to reduce CPU usage).

L!m3 04-04-2007 06:45

Re: Good server.cfg?
 
If you need to revert back to your originial server.cfg file, use the follow - it\'s what we use as default.
// Set the Host Name
hostname \"\"
// Set the rcon password
rcon_password \"\"
// Set Private Password
sv_password \"\"

// Exec files on startup
exec banned.cfg
exec listip.cfg
// Server Logging
log on
mp_logdetail 0
mp_logmessages 0
//URL Download Setting
sv_downloadurl \"\"

// Server Variables
mp_timelimit 30
mp_autokick 1
mp_autoteambalance 1
mp_c4timer 30
mp_flashlight 1
mp_footsteps 1
mp_forcechasecam 0
mp_freezetime 4
mp_friendlyfire 0
mp_hostagepenalty 2
mp_limitteams 2
mp_roundtime 5
mp_tkpunish 0
sv_restartround 0
sv_maxspeed 320
sv_proxies 1
allow_spectators 0
mp_startmoney 2400
mp_chattime 0
sv_allowupload 1
sv_voiceenable 1
sv_alltalk 0
pausable 0
decalfrequency 60
mp_falldamage 1
// cheat and fun modes
sv_aim 0
sv_cheats 0
// Set Rates
sv_maxrate 25000
sv_minrate 4500
sv_maxupdaterate 101
// Enable/Disable LAN mode
sv_lan 0
// Contact & Geo
sv_contact
sv_region 0

FatuM 04-06-2007 18:46

Re: Good server.cfg?
 
Here's mine :

PHP Code:

mapchangecfgfile "server.cfg"
mp_timelimit "45"
mp_chattime "0"
mp_footsteps "1"
pausable "0"
sv_cheats "0"
sv_region "3"

sv_maxupdaterate "0"
sv_minupdaterate "101"
fps_max "1001"
sys_ticrate "10000"
sv_maxrate "0"
sv_minrate "81920"
sv_allowdownload "1"
sv_allowupload "0"
sv_lag "1"
sv_unlag "1" 
sv_maxunlag "1" 
sv_unlagsamples "1"
sv_unlagpush "0" 

allow_spectators "2"
pausable "0"
decalfrequency "480"
edgefriction "2"
metamod_version "1.19p28"
mp_allowmonsters "0"
mp_autokick "0"
mp_autoteambalance "0"
mp_buytime "0.25"
mp_c4timer "35"
mp_consistency "0"
mp_decals "0"
mp_fadetoblack "0"
mp_flashlight "0"
mp_forcecamera "0"
mp_forcechasecam "0"
mp_fragsleft "0"
mp_freezetime "0"
mp_friendlyfire "0"
mp_ghostfrequency "0.1"
mp_hostagepenalty "0"
mp_kickpercent "1"
mp_limitteams "1"
mp_logdetail "1"
log on
mp_logfile 
"1"
mp_logmessages "0"
mp_mapvoteratio "1"
mp_maxrounds "0"
mp_mirrordamage "0"
mp_playerid "0"
mp_roundtime "1"
mp_startmoney "0"
mp_timeleft "0"
mp_tkpunish "0"
mp_windifference "1"
mp_winlimit "0"
sc_connectmessage "1"
sc_exactweapons "1"
sc_modelcheck "1"
sc_separatelog "0"
sc_version "1.21"
sc_wadcheck "0"
sc_weaponcheck "1"
sv_accelerate "5"
sv_aim "0"
sv_airaccelerate "10"
sv_airmove "1"
sv_alltalk "0"
sv_bounce "0"
sv_clienttrace "1"
sv_clipmode "0"
sv_contact ""
sv_friction "4"
sv_gravity "800"
sv_logblocks "0"
sv_maxspeed "900"
sv_proxies "1"
sv_restart "0"
sv_restartround "0"
sv_stepsize "18"
sv_stopspeed "75"
sv_timeout "30"
sv_uploadmax "0.1"
sv_voiceenable "0"
sv_wateraccelerate "10"
sv_waterfriction "1" 



All times are GMT -4. The time now is 22:23.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.