08-25-2009, 07:49 AM
Hi, I need a few pointers on rates and stuff.
I currently have the complaint of bad registry, I don't know whether I have my server.cfg poorly setup or its just my internet. One thing for sure is that my server's hardware is fine.
Hardware:
-15000 KBit/s Download, 1000 KBit/s Upload
-PT4 HT 3.0 GHZ, 1 GB RAM, 7200 RPM HD
-Ubuntu 9.04 Server with Custom 2.6.31-rc6 Kernel for 1000 FPS, ext4 FS
Setup:
Launch
Server.cfg
Server Address
24.215.87.2:27015
I currently have the complaint of bad registry, I don't know whether I have my server.cfg poorly setup or its just my internet. One thing for sure is that my server's hardware is fine.
Hardware:
-15000 KBit/s Download, 1000 KBit/s Upload
-PT4 HT 3.0 GHZ, 1 GB RAM, 7200 RPM HD
-Ubuntu 9.04 Server with Custom 2.6.31-rc6 Kernel for 1000 FPS, ext4 FS
Setup:
Launch
Code:
./srcds_run -console -game cstrike +map cs_office -maxplayers 12 -autoupdate -tickrate 100 -port 27015 +fps_max 0 +ip 172.16.1.205
Code:
// server name
hostname "24/7 Office|Bourne's|integrity|100tic 1000fps|Cevo Pub|Recruiting"
// rcon passsword
rcon_password "***********"
// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 1
mp_tkpunish 0
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 2
mp_hostagepenalty 0
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 0
mp_chattime 10
sv_timeout 120
// round specific cvars
mp_freezetime 0
mp_roundtime 3
mp_startmoney 16000
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 100
mp_playerid 0
mp_spawnprotectiontime 0
// bandwidth rates/settings
sv_maxupdaterate 101
sv_minupdaterate 101
sv_maxrate 35000
sv_minrate 2000
decalfrequency 10
// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
logaddress_add 127.0.0.1:27500
// bots
bot_add
bot_quota 4
bot_quota_mode fill
bot_difficulty 1
bot_chatter off
bot_auto_follow 0
bot_auto_vacate 1
bot_join_after_player 0
bot_defer_to_human 0
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 1
bot_allow_pistols 1
bot_allow_sub_machine_guns 1
bot_allow_shotguns 1
bot_allow_rifles 1
bot_allow_snipers 0
bot_allow_machine_guns 1
// operation
sv_lan 0
sv_region 0
sv_contact ************
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
// mani admin
exec mani_server.cfg
mani_reverse_admin_flags 0
mani_reverse_immunity_flags 0
Server Address
24.215.87.2:27015