SRCDS Steam group


Plz help me out need a good server.cfg
#1
Question 
my server is running on same pc i play but upload is ~700kb.sec or so and only want 8 players max...
Any help wld be much appreciated...
Reply
#2
Try this rename server.txt to server.cfg

Change details to your own.

Tweak the
sv_maxrate 10000 down to around 6124
sv_maxupdaterate 30 down to around 15 ish
try and then tweak until its right.


Attached Files
.txt   server.txt (Size: 867 bytes / Downloads: 61)
Reply
#3
Wink 
No offence, but I do need to say this from my 5 years of running HLDS server and dealing with dedicated servers in all its forms. If you use the above server.txt settings in your server you are asking for trouble.

I mean the settings are fine FOR A LAN SERVER. Below is our config file as we host a WAN server. These settings have been set in our server since 5/2005 and the server performs subpurb as expected.

Windows Or Linux Server, cvars are the same, it is the launching of the server that differs as is were you use the -maxplayers 10 command in the launching of the server to set the maximum ammout of players. Like such;

-game cstrike -port 27018 +map de_prodigy +maxplayers 10 -autoupdate

Code:
// server name
hostname "Krillin's World CS Source LINUX"

// rcon passsword
rcon_password "********"

// Advanced RCON
sv_rcon_banpenalty 30
sv_rcon_maxfailures 10
sv_rcon_minfailures 5
sv_rcon_minfailuretime 30

// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 1
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 1
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 0
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_chattime 0
sv_timeout 180

// round specific cvars
mp_timelimit 20
mp_freezetime 6
mp_roundtime 5
mp_startmoney 4000
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 10

// bandwidth rates/settings
sv_minrate 4000
sv_maxrate 8000
decalfrequency 60
sv_maxupdaterate 60
sv_minupdaterate 10

// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0

// bots
bot_add
bot_quota 1
bot_quota_mode match
bot_difficulty 1
bot_chatter normal
bot_auto_follow 1
bot_auto_vacate 1
bot_join_after_player 1
bot_defer_to_human 0
bot_allow_rogues 0
bot_walk 0
bot_join_team any
bot_eco_limit 2000
bot_allow_grenades 1
bot_all_weapons
bot_allow_grenades 1
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 0
sv_contact krillin@krillinsworld.com
sv_downloadurl "http://www.yourweb.com/contentdir/"

// execute ban files
exec banned_user.cfg
exec banned_ip.cfg

This our current server.cfg file content with a few cvars changed to avoid leeching as well as security.

Hope this is helps better.
Good Luck,
Krillin
Server Operator Since 1998
[Image: b_560x95.png]
www.KRILLINSWORLD.com
Reply
#4
You could also try posting in the right forum :@.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)