SRCDS Steam group


Server Questions
#1
I have a couple questions about my Server.  When I start the server the console looks like this:

Console initialized.
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 32
Server logging enabled.
Server logging data to file logs\L0926000.log
L 09/26/2006 - 10:11:07: Log file started (file "logs\L0926000.log") (game "C:\srcds\cstrike") (version "2873")
exec banned_user.cfg: file size larger than 20MB.
exec banned_ip.cfg: file size larger than 20MB.

maxplayers set to 10
Network: IP 161.220.104.113, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Error: Material "plaster/slide" : proxy "AnimatedTexture" not found!
Error: Material "models/props/cs_office/clouds" : proxy "TextureScroll" not found!
Error: Material "models/props/cs_office/clouds2" : proxy "TextureScroll" not found!
Executing dedicated server config file
Error: Material "sprites/bubble" : proxy "AnimatedTexture" not found!
Error: Material "models/props/cs_office/screen" : proxy "AnimatedTexture" not found!
Section [Scenes]: 0 resources total 0 bytes, 0.00 % of limit (2.10 MB)
Error - no profile for '1' exists.
Server logging enabled.
exec banned_user.cfg: file size larger than 20MB.
exec banned_ip.cfg: file size larger than 20MB.

Adding master server 68.142.72.250:27011
Adding master server 207.173.177.11:27011
Connection to Steam servers successful.
   VAC secure mode is activated.

For the red text, why does it exec those twice?
For the blue text, I have never seen this before, what does it mean?

Also, I would like to know is the rates I have set are good.  I have a PC running XP with 1 gig of memory and a 3.00 CPU.  My upload is 548kbps.  I would like to run a 10 slot server, but can go with 8 slots if neccesary.
sv_maxrate = 7014
sv_minrate = 4000
sv_maxupdaterate = 23
sv_minupdaterate = 0

If any more info is needed, please let me know.
mzracer360.game-host.org:27015
Reply
#2
you have a 20Mb banned user file? that's a lot of users!!!
Reply
#3
^^ lol,
he could have that much or it ses that when it is empty, you no 0KB file
Reply
#4
troyton Wrote:^^ lol,
he could have that much or it ses that when it is empty, you no 0KB file

yea, it is an empty file.
mzracer360.game-host.org:27015
Reply
#5
Check your list server config list and see if these cmd's are at the very end.

Of not they should be.

exec banned_user.cfg:
exec banned_ip.cfg:
Reply
#6
here is my server.cfg
Code:
// server name
hostname "SC-CEG CS:S Server"

// rcon
rcon_password "********"
sv_rcon_banpenalty 60
sv_rcon_maxfailures 2
sv_rcon_minfailures 1
sv_rcon_minfailuretime 30

// server cvars
sv_cheats 0
sv_allowdownload 1
sv_allowupload 0
sv_consistency 1
sv_gravity 800
sv_maxvelocity 3500
sv_maxspeed 320
sv_airaccelerate 10
sv_allowdownload 1
sv_allowupload 0
sv_alltalk 0
sv_friction 4
sv_gravity 800
sv_stepsize 18
sv_stopspeed 75
sv_timeout 65
mp_allowspectators 0
mp_autokick 0
mp_spawnprotectiontime 0
mp_autocrosshair 0
mp_autoteambalance 0
mp_buytime .25
mp_c4timer 35
mp_fadetoblack 0
mp_flashlight 1
mp_forcecamera 1
mp_forcerespawn 1
mp_falldamage 1
mp_footsteps 1
mp_tkpunish 0
mp_playerid 0

// sourcetv
tv_enable 0
tv_delay 0

// round specific cvars
mp_chattime 10
mp_restartgame 0
mp_freezetime 15
mp_friendlyfire 1
mp_hostagepenalty 0
mp_limitteams 0
mp_maxrounds 15
mp_winlimit 10
mp_roundtime 1.75
mp_timelimit 999
mp_startmoney 800

// bots
bot_add 1
bot_quota 9
bot_quota_mode match
bot_difficulty 3
bot_chatter normal
bot_auto_follow 1
bot_auto_vacate 1
bot_join_after_player 1
bot_defer_to_human 1
bot_allow_rogues 0
bot_walk 0
bot_join_team any
bot_eco_limit 1000
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

// bandwidth rates/settings
sv_maxrate = 7014
sv_minrate = 4000
decalfrequency 60
sv_maxupdaterate = 23
sv_minupdaterate = 0
sv_unlag 1
sv_maxunlag .5
fps_max 600

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

// operation
sv_lan 0
sv_region 0
host_framerate 0
setpause 0
net_maxfilesize 32

// voice
sv_voiceenable 1
sv_voicecodec voice_speex

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

BTW - I play on the same PC that the server runs on. I just joined a game with 2 others, both with pings of around 220 and speaking a language other than english; best part is there was no lag at all!!!
mzracer360.game-host.org:27015
Reply
#7
no lagg! they have 220 pings thats lagg ^^ but when more join it will lagg - even tho no lagg i think its not wise to still play on the same pc
Reply
#8
i would put somethign in for minupdaterate even 10 will do, setting to 0 has weird effects sometimes.
Reply
#9
How did you make up those rate settings if I may ask?

7014 maxrate, why the 14
23 maxupdaterate isn't good at all. you should have atleast 33 but best is to set it to 100 since it's limited by the tickrate anyway. If you have it on 100 and the tick is 33 then it will use 33.
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply
#10
I used a calculation from a thread of the steampowered forums. I can't get the link of it now though, it seams to be down or something i get a 403 forbidden error. Anyways, my upload is 548 and using that in the calculation I came up with 7014
mzracer360.game-host.org:27015
Reply
#11
yeh that would be 548*128/10 players= 7014
I suggest setting it to 7500, mostly you ahve to go a bit higher than that calculation, I always get choke when I use that exact number
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply
#12
OK, Ill try that out. BTW can anyone get to the steampowered forums? I still can't.
mzracer360.game-host.org:27015
Reply
#13
They're being upgraded, they'll be back sometime after 8pm PST
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)