PDA

View Full Version : Linux Dedicated Server Set-Up


xHellzSpawNx
12-03-2003, 04:47 PM
I can't get my server to read the server.cfg file. It says it is executing it, but the rconpassword does not work. Can anyone give me any sort of help?

My server.cfg file:

set developer 0

set sv_pure 1

set sv_hostname \"^1-|2- ^4Mach-Gaming^4.com\"
set g_banIPs \"\"
set g_password \"\"
set rconPassword \"mypassword\"
set g_log \"games_mp.log\"
set g_logsync \"0\"

set scr_motd \"Visit www.Mach-Gaming.com for fast reliable game servers\"
set g_gametype \"sd\" //gametype: bel, dm, re, sd, tdm
//setnet_ip //IP to listen on for multihomed servers
//set net_port 28960 port to listen on
set sv_maxclients \"20\" //Max number of players

//General Game Default Description
set scr_allow_bar \"1\" //0 - disable weapon 1 - enable weapon
set scr_allow_bren \"1\"
set scr_allow_enfield \"1\"
set scr_allow_fg42 \"0\"
set scr_allow_kar98k \"1\"
set scr_allow_kar98ksniper \"1\"
set scr_allow_m1carbine \"1\"
set scr_allow_m1garand \"1\"
set scr_allow_mp40 \"1\"
set scr_allow_mp44 \"1\"
set scr_allow_nagant \"1\"
set scr_allow_nagantsniper \"1\"
set scr_allow_panzerfaust \"1\"
set scr_allow_ppsh \"1\"
set scr_allow_springfield \"1\"
set scr_allow_sten \"1\"
set scr_allow_thompson \"1\"
set scr_allow_vote \"1\" //Allow call voting
set scr_drawfriend \"1\" //Draws a team icon over teammates
set scr_forcerespawn \"0\" //Force respawning - DM & TDM
set scr_friendlyfire \"2\" //0 - off 1 - on 2 - reflect damage


//Search and Destroy Default Description
set scr_sd_graceperiod \"15\" //Time at round start where spawning and weapon choosing is still allowed, 0 - 60 seconds
set scr_sd_roundlength \"4\" //round length
set scr_sd_roundlimit \"0\" //Max Number of round wins per map
set scr_sd_scorelimit \"10\" //Map team score limit per map
set scr_sd_timelimit \"0\" //Map time limit, in minutes - 0 to 1440


set sv_mapRotation \"gametype sd map mp_brecourt gametype sd map mp_harbor gametype sd map mp_rocket gametype sd map mp_dawnville gametype sd map mp_powcamp gametype sd map mp_carentan gametype sd map mp_hurtgen gametype sd map mp_depot gametype sd map mp_railyard gametype sd map mp_pavlov\"

map mp_dawnville

ClickBouyow
12-03-2003, 07:34 PM
You have to name it something else. server.cfg is an imbedded default server file. Name it something like servercfg.cfg and it will work fine.