01-31-2007, 02:04 PM
(This post was last modified: 01-31-2007, 02:08 PM by hujnavarom.)
Hi there,
I am testing a CS SOURCE server. I have problems with executing server.cfg file. I dont know where to have it. I tried :
1. D:\InstallerteSpill\steam\SteamApps\email\source dedicated server\platform\config
and
2. D:\InstallerteSpill\steam\SteamApps\email\counter-strike source\cstrike\cfg
When im at 1. i see 2 files in the config folder.
dedicatedserverdialogconfig.vdf
server.vdf
As I understand and opened 1 of those files I saw that it was here the information was stored about how many players and stuff.
But really how do I exec server.cfg from the servermachine and with RCON
Here is my server.cfg
// server name
hostname "RooX Corner #ou.css"
// rcon passsword
rcon_password "5544332211"
// Server password
sv_password "5544332211"
// server cvars
mp_friendlyfire 1
mp_footsteps 1
mp_autoteambalance 0
mp_autokick 0
mp_flashlight 0
mp_tkpunish 0
mp_forcecamera 1
sv_alltalk 0
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 25
mp_chattime 10
sv_timeout 65
// round specific cvars
mp_freezetime 4
mp_roundtime 5
mp_startmoney 800
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5
// bandwidth rates/settings
sv_minrate 66
sv_maxrate 66
decalfrequency 10
sv_maxupdaterate 60
sv_minupdaterate 50
// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// operation
sv_lan 0
sv_region 0
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
Best regards
I am testing a CS SOURCE server. I have problems with executing server.cfg file. I dont know where to have it. I tried :
1. D:\InstallerteSpill\steam\SteamApps\email\source dedicated server\platform\config
and
2. D:\InstallerteSpill\steam\SteamApps\email\counter-strike source\cstrike\cfg
When im at 1. i see 2 files in the config folder.
dedicatedserverdialogconfig.vdf
server.vdf
As I understand and opened 1 of those files I saw that it was here the information was stored about how many players and stuff.
But really how do I exec server.cfg from the servermachine and with RCON
Here is my server.cfg
// server name
hostname "RooX Corner #ou.css"
// rcon passsword
rcon_password "5544332211"
// Server password
sv_password "5544332211"
// server cvars
mp_friendlyfire 1
mp_footsteps 1
mp_autoteambalance 0
mp_autokick 0
mp_flashlight 0
mp_tkpunish 0
mp_forcecamera 1
sv_alltalk 0
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 25
mp_chattime 10
sv_timeout 65
// round specific cvars
mp_freezetime 4
mp_roundtime 5
mp_startmoney 800
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5
// bandwidth rates/settings
sv_minrate 66
sv_maxrate 66
decalfrequency 10
sv_maxupdaterate 60
sv_minupdaterate 50
// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// operation
sv_lan 0
sv_region 0
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
Best regards