PDA

View Full Version : server.cfg not working or me?


dazerrackers
11-21-2003, 05:06 PM
This is my cfg,

// Hostname and Message of the Day
set sv_hostname "[FA]-Clan (No CD-Key)"
set scr_motd "Welcome to [FA]-Clan "(No CD-Key) Please have fun and no cheating."

// Maximum Clients
set sv_maxclients "10"

// Team Icons
set scr_drawfriend "1"
// Forced Respawn
set scr_forcerespawn "0"

// Friendly Fire
set scr_friendlyfire "0"

// Allow Voting
// It is recommended if you have friendly fire on
// that you also enable voting so that players can kick team-killers.
set scr_allow_vote "0"

// Rconpassword
set rconpassword "unrealrunner"

// Weapons Allowed
set scr_allow_bar "1"
set scr_allow_bren "1"
set scr_allow_enfield "1"
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"


// Team Deathmatch
set scr_tdm_scorelimit "0"
set scr_tdm_timelimit "15"

// The rotation.
set sv_mapRotation "
gametype tdm map mp_dawnville
gametype tdm map mp_carentan
gametype tdm map mp_pavlov
gametype tdm map mp_railyard
gametype tdm map mp_rocket
gametype tdm map mp_hurtgen"

Is there anything wrong with that? it works all fine and loads but it loads as search and destroy and i want it to be a tdm. Could it be i have the cracked MP exe to let anyone in?

imported_MaD-Ogre
11-22-2003, 10:23 PM
You need to add the line:

set g_gametype tdm

Also, I had problems with sv_mapRotation not being one continuous line.