Posts: 123
Threads: 5
Joined: Dec 2005
Reputation:
0
Verify that you created server.cfg and not server.txt or server.cfg.txt.........it happens
Posts: 6
Threads: 3
Joined: Apr 2006
Reputation:
0
how do you get the server.cfg kuz thats what I think I did, and what are we suppose to put in the server.cfg? xD
Posts: 123
Threads: 5
Joined: Dec 2005
Reputation:
0
Here is a link that will create you a server.cfg file, or you can search here in the forums, several users have posted theirs....
Here is mine..
// server name
hostname "Jon's Playhouse"
// rcon passsword
rcon_password "*********"
// Advanced RCON
sv_rcon_banpenalty 10
sv_rcon_maxfailures 10
sv_rcon_minfailures 5
sv_rcon_minfailuretime 30
// server cvars
sv_password ""
mp_friendlyfire 1
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 1
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 2
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 45
mp_chattime 10
sv_timeout 65
// round specific cvars
mp_freezetime 6
mp_roundtime 4
mp_startmoney 16000
mp_c4timer 35
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5
r_sse 1
r_sse2 1
r_mmx 1
// bandwidth rates/settings
sv_minrate 5000
sv_maxrate 15000
decalfrequency 40
sv_maxupdaterate 80
sv_minupdaterate 15
sv_unlag 0
sv_maxunlag .25
// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// bots
bot_add
bot_quota 4
bot_quota_mode fill
bot_difficulty 2
bot_chatter off
bot_auto_follow 0
bot_auto_vacate 1
bot_join_after_player 0
bot_defer_to_human 0
bot_prefix "[BOT]"
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 1
ma_unrestrictall
ma_restrict awp
ma_restrict g3sg1
ma_restrict d3au1
ma_restrict sg550
ma_restrict krieg550
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
exec mani_server.cfg
say "Server configs have been loaded."
Posts: 2
Threads: 0
Joined: Apr 2006
Reputation:
0
kegaro,
I think your problem is with your command line for launching your server.
Maxplayers is set from the command line, not the server.cfg.
here's my command line I use to launch my server:
srcds.exe -console -game cstrike -port 27015 +map cs_office +maxplayers 20 -heapsize 1048576 -tickrate 66
Hope that helps.
Posts: 2
Threads: 0
Joined: Apr 2006
Reputation:
0
Keg,
I think i see the problem. Your picture does not show any map running. It should say the map name on that top line.
Try the command line I said, and I think you will be in business!
Posts: 9
Threads: 1
Joined: Apr 2006
Reputation:
0
04-21-2006, 09:04 AM
(This post was last modified: 04-21-2006, 09:05 AM by kegaro.)
Got it working!
I created a shortcut on my desktop and added all the needed switches to it:
C:\SRCDS\srcds.exe -exec server.cfg -console -game cstrike -nomaster -insecure -port 27015 +maxplayers 20 +map cs_assault -autoupdate -tickrate 100
Thanks for all the help guys, I know it had to be something simple I was overlooking.
Posts: 2
Threads: 0
Joined: Jun 2007
Reputation:
0
can any 1 tell me the cammand line to update my srcds and any 1 that has problem i can help them if i get past it