mcduke
30th January 2007, 00:37
I can not get gametype dom to work. It keeps coming up as dm. Here's my config.cfg file:
// Hostname and Message of the Day
set sv_hostname "Major Misfits"
set scr_motd "Welcome You Misfit You"
sets .Administrator "NA"
sets .Email "NA"
seta sv_gamespy "1"
seta sv_master1 "codmaster.activision.com"
seta sv_master2 "master0.gamespy.com"
seta sv_master3 "master1.gamespy.com"
seta sv_master4 "codauthorize.activision.com"
seta sv_master5 "codmaster.infinityward.com"
seta sv_master6 "cod2master.activision.com"
sv_allowDownload "1"
sv_wwwDownload "1"
sv_wwwD1Disconnected "0"
//voiceseta
sv_voice "1"
// Forced Respawn
//set scr_forcerespawn "0"
//autoballance
//set scr_teambalance "1"
// Rconpassword
set rcon_password "xxxxx"
// Server password
set g_password ""
set sv_maxclients "12"
set sv_pure "1"
set sv_privatePassword "xxxxx"
set sv_privateclients "8"
// Max Ping
set sv_maxping "225"
// Team Icons
set scr_drawfriend "0"
// Forced Respawn
//set scr_forcerespawn "0"
// Rateset sv_maxRate "25000"
// Friendly Fire
//set scr_friendlyfire "1"
// Killcam
//set scr_killcam "0"
//temporary Ban duration, in hours? minutes?
set sv_kickBanTime "24"
// Weapons Allowed
set ui_allow_sniperrifles "1"
set scr_allow_springfield "1"
set scr_allow_enfieldsniper "1"
set scr_allow_nagantsniper "1"
set scr_allow_kar98ksniper "1"
set scr_allow_panzerfaust "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_thompson "1"
set scr_allow_bar "1"
set scr_allow_enfield "1"
set scr_allow_sten "1"
set scr_allow_bren "1"
set scr_allow_nagant "1"
set scr_allow_svt40 "1"
set scr_allow_pps42 "1"
set scr_allow_ppsh "1"
set scr_allow_kar98k "1"
set scr_allow_g43 "1"
set scr_allow_mp40 "1"
set scr_allow_mp44 "1"
set scr_allow_greasegun "1"
set scr_allow_shotgun "1"
set scr_allow_fraggrenades "1"
set scr_allow_smokegrenades "1"
//Advanced Switches
set g_allowvotetempbanuser "0"
set g_allowvotetempbanclient "0"
set g_allowvotekick "0"
set g_allowvoteclientkick "0"
set g_allowvotegametype "0"
set g_allowvotetypemap "0"
set g_allowvotemap "0"
set g_allowvotemaprotate "0"
set g_allowvotemaprestart "0"
// Search and Destroy Settings
set scr_sd_graceperiod "15"
set scr_sd_roundlength "4"
set scr_sd_roundlimit "0"
set scr_sd_scorelimit "7"
set scr_sd_timelimit "60"
// Behind Enemy Lines Settings
set scr_bel_alivepointtime "10"
set scr_bel_scorelimit "50"
set scr_bel_timelimit "20"
// Retrieval Settings
set scr_re_graceperiod "20"
set scr_re_roundlength "3"
set scr_re_roundlimit "7"
set scr_re_scorelimit "5"
set scr_re_showcarrier "0"
set scr_re_timelimit "60"
// Team Deathmatch Settings
set scr_tdm_scorelimit "200"
set scr_tdm_timelimit "20"
// Deathmatch Settings
set scr_dm_scorelimit "60"
set scr_dm_timelimit "15"
// Headquarters Settings
set scr_hq_timelimit 20
set scr_hq_scorelimit 450
// Capture the Flag Settings
set scr_ctf_scorelimit"5"
set scr_ctf_timelimit "20"
set scr_ctf_roundlimit "0"
set scr_ctf_roundlength "20"
set scr_ctf_startrounddelay "10"
set scr_ctf_endrounddelay "5"
set scr_ctf_clearscoreeachround "0"
set scr_ctf_showoncompass "1"
set scr_ctf_showflagcarriers "1"
set scr_ctf_respawn_wave_time "15"
// Domination Settings
set scr_dom_scorelimit "10"
set scr_dom_timelimit "20"
set scr_dom_roundlimit "0"
set scr_dom_roundlength "20"
set scr_dom_respawn_wave_time "15"
set scr_dom_startrounddelay "10"
set scr_dom_endrounddelay "5"
set scr_dom_clearscoreeachround "0"
// Allow Voting
// All of the cvars and a short explanation are in this file.
// They are all categorized to make everything much more surveyable.
// You can put these in your existing config file.
// Every cvar's value in this document is the default value.
//
//------------------------------------BJR Messages---------------------------------------//
// BJR Server messages, displayed in the lower left corner of the screen. Maximum of 10.
set bjr_message1 "This server is running ^4BJust^3Real ^1Realism^7."
set bjr_message2 "Movement slowed for tactical teamplay"
set bjr_message3 ""
set bjr_message4 ""
set bjr_message5 ""
set bjr_message6 ""
set bjr_message7 ""
set bjr_message8 ""
set bjr_message9 ""
set bjr_message10 ""
set bjr_delay 30 // Delay between messages, must be greater than 5
// BJR Next Map messages.
set bjr_mapmessages 1 // Next map messages
set bjr_mapdelay 60 // Delay between map messages, must be greater than 60
// BJR Welcome messages. // Welcome messages, put any text in the two cvars below.
set bjr_welcomemessage1 "Movement slowed for Tactical Team Play"
set bjr_welcomemessage2 "Welcome You Misfit You"
//--------------------------------BJR Realism Settings-----------------------------------//
// BJR Crosshair Settings
set bjr_allowcrosshair 0 // Crosshairs (ON/OFF)
set bjr_allowcrosshaircolour 1 // Crosshair colours
set bjr_allowcrosshairnames 1 // Names displayed at crosshairs
set bjr_allowturretcrosshair 1 // Turret crosshair (ON/OFF)
// BJR HUD Settings
set bjr_allowclienthud 1 // HUD
set bjr_damagefeedback 0 // Shows the little thing around your crosshair when you hit someone (ON/OFF)
set bjr_deathicons 0 // Death icons (ON/OFF)
set bjr_grenadeicons 0 // Grenade indicators
set bjr_healthbar 0 // Health bar (ON/OFF)
set bjr_mantleicons 1 // The "Press Space to..." icons
set bjr_objectiveicons 0 // Objective Icons (ON/OFF)
set bjr_fadeammo 1 // Fades ammo display over time (Like SP)
set bjr_fadecompass 1 // Fades compass over time (Like SP)
// BJR Damage Handles
set bjr_droponhandhit 1 // Players drop weapons when hit on hand
set bjr_droponarmhit 0 // Players drop weapons when hit in the arms
set bjr_falldamage 1 // Realistic falling damage
set bjr_hatdrops 1 // Helmet/hat drops
set bjr_viewshift 1 // View shifts when hit
// BJR Health Regeneration
set bjr_healthregen 1 // Health regeneration
set bjr_realregen 1 // Realistic health regen (ON/OFF), will be off if healthregen is off
// BJR Sounds
set bjr_painsounds 1 // Realistic pain sounds (ON/OFF)
set bjr_deathsounds 1 // Realistic death sounds (ON/OFF)
// BJR Obituaries
set bjr_obituaries 1 // Obituaries (ON/OFF)
set bjr_TKmessages 1 // Obituaries when a teamkill took place
set bjr_showkiller 0 // Players can see by who they are killed if obituaries are off
// BJR Spawn Protection
set bjr_spawnprotection 1 // Spawn protection
set bjr_protectiontime 6 // Time to be protected, must be more than 0 and less than 11 seconds.
// BJR Client Settings
set bjr_resetclient 1 // Resets clients upon disconnecting (ON/OFF)
set bjr_thirdpersonspectate 1 // Spectators have a third person view
set bjr_unknownsoldiers 0 // Allow unknown soldiers (0 = DISALLOW | 1 = ALLOW)
// BJR Mod Logo
set bjr_modlogo 1 // BJustReal mod logo underneath compass
// BJR Uniforms
set bjr_countryvariation 0 // Random variation of British/American teams on some maps
set bjr_rankuniforms 0 // Rank uniforms (0 = OFF | 1 = ON | 2 = RANDOM)
set bjr_preventlookalikes 0 // Prevent uniforms that look alike each other
set bjr_pointstorank2 15 // Points needed to get rank 2 uniform in other gametypes
set bjr_pointstorank3 30 // Points needed to get rank 3 uniform in other gametypes
set bjr_ctf_pointstorank2 15 // Points needed to get rank 2 uniform in ctf
set bjr_ctf_pointstorank3 30 // Points needed to get rank 3 uniform in ctf
set bjr_sd_pointstorank2 5 // Points needed to get rank 2 uniform in sd
set bjr_sd_pointstorank3 10 // Points needed to get rank 3 uniform in sd
// BJR SD Specific Settings
set bjr_sd_attackerswitch 0 // Switch the attacking team in SD (0 = OFF | 1 = ON | 2 = RANDOM)
set bjr_sd_alivepoints 1 // Give 3 points to players in the winning team that are still alive (UO-style)
set bjr_sd_objpoints 1 // Give 5 points to a player for planting/defusing bomb (UO-style)
set bjr_sd_randomplanttime 1 // Randomized plant and defuse time
// BJR Weapons Settings
set bjr_grenadedrops 1 // Grenade drops on death
set bjr_weapondrops 1 // Weapon drops on death
set bjr_cliploadout 5 // Amount of clips to receive when spawning
set bjr_pistolsecondary 0 // Only allow a pistol as a second weapon
// BJR Weapon Limits
set bjr_weaponlimiter 0 // Weapon Limiter (ON/OFF)
set bjr_alliedSniperLimit 2 // Limits allies snipers
set bjr_alliedSMGLimit 3 // Limits allies sub machineguns
set bjr_alliedMGLimit 2 // Limits allies machineguns
set bjr_axisSniperLimit 2 // Limits axis snipers
set bjr_axisSMGLimit 3 // Limits axis sub machineguns
set bjr_axisMGLimit 2 // Limits axis machineguns
set bjr_totalShotGunLimit 4 // Limits amount of shotguns ingame
// BJR Grenade Loadouts
set bjr_frag_sniper 3 // Amount of frag grenades with snipers (Maximum of 3)
set bjr_frag_rifle 3 // Amount of frag grenades with rifles (Maximum of 3)
set bjr_frag_semi 3 // Amount of frag grenades with semi-automatic rifles (Maximum of 3)
set bjr_frag_mg 1 // Amount of frag grenades with mg's (Maximum of 3)
set bjr_frag_smg 1 // Amount of frag grenades with smg's (Maximum of 3)
set bjr_frag_shotgun 2 // Amount of frag grenades with shotguns (Maximum of 3)
set bjr_smoke_sniper 2 // Amount of smoke grenades with snipers (Maximum of 2)
set bjr_smoke_rifle 2 // Amount of smoke grenades with rifles (Maximum of 2)
set bjr_smoke_semi 2 // Amount of smoke grenades with semi-automatic rifles (Maximum of 2)
set bjr_smoke_mg 0 // Amount of smoke grenades with mg's (Maximum of 2)
set bjr_smoke_smg 0 // Amount of smoke grenades with smg's (Maximum of 2)
set bjr_smoke_shotgun 2 // Amount of smoke grenades with shotguns (Maximum of 2)
set scr_allow_vote "0"
set g_allowvote "0"
set logfile "2"
set g_log "games_mp.log"
set g_logsync "0"
set sv_log_damage "0"
//Map Rotation Configs
//exec "sd.cfg"
//Search & Destroy
//exec "dm.cfg"
//Deathmatch exec "dm.cfg"
//exec "tdm.cfg"
//Team Deathmatch
//exec "hq.cfg"
//Headquarters
//exec "ctf.cfg"
//Capture the FlagS
//officer off
set sv_mapRotation " gametype ctf map mp_railyard gametype dom map mp_farmhouse"
// Hostname and Message of the Day
set sv_hostname "Major Misfits"
set scr_motd "Welcome You Misfit You"
sets .Administrator "NA"
sets .Email "NA"
seta sv_gamespy "1"
seta sv_master1 "codmaster.activision.com"
seta sv_master2 "master0.gamespy.com"
seta sv_master3 "master1.gamespy.com"
seta sv_master4 "codauthorize.activision.com"
seta sv_master5 "codmaster.infinityward.com"
seta sv_master6 "cod2master.activision.com"
sv_allowDownload "1"
sv_wwwDownload "1"
sv_wwwD1Disconnected "0"
//voiceseta
sv_voice "1"
// Forced Respawn
//set scr_forcerespawn "0"
//autoballance
//set scr_teambalance "1"
// Rconpassword
set rcon_password "xxxxx"
// Server password
set g_password ""
set sv_maxclients "12"
set sv_pure "1"
set sv_privatePassword "xxxxx"
set sv_privateclients "8"
// Max Ping
set sv_maxping "225"
// Team Icons
set scr_drawfriend "0"
// Forced Respawn
//set scr_forcerespawn "0"
// Rateset sv_maxRate "25000"
// Friendly Fire
//set scr_friendlyfire "1"
// Killcam
//set scr_killcam "0"
//temporary Ban duration, in hours? minutes?
set sv_kickBanTime "24"
// Weapons Allowed
set ui_allow_sniperrifles "1"
set scr_allow_springfield "1"
set scr_allow_enfieldsniper "1"
set scr_allow_nagantsniper "1"
set scr_allow_kar98ksniper "1"
set scr_allow_panzerfaust "1"
set scr_allow_m1carbine "1"
set scr_allow_m1garand "1"
set scr_allow_thompson "1"
set scr_allow_bar "1"
set scr_allow_enfield "1"
set scr_allow_sten "1"
set scr_allow_bren "1"
set scr_allow_nagant "1"
set scr_allow_svt40 "1"
set scr_allow_pps42 "1"
set scr_allow_ppsh "1"
set scr_allow_kar98k "1"
set scr_allow_g43 "1"
set scr_allow_mp40 "1"
set scr_allow_mp44 "1"
set scr_allow_greasegun "1"
set scr_allow_shotgun "1"
set scr_allow_fraggrenades "1"
set scr_allow_smokegrenades "1"
//Advanced Switches
set g_allowvotetempbanuser "0"
set g_allowvotetempbanclient "0"
set g_allowvotekick "0"
set g_allowvoteclientkick "0"
set g_allowvotegametype "0"
set g_allowvotetypemap "0"
set g_allowvotemap "0"
set g_allowvotemaprotate "0"
set g_allowvotemaprestart "0"
// Search and Destroy Settings
set scr_sd_graceperiod "15"
set scr_sd_roundlength "4"
set scr_sd_roundlimit "0"
set scr_sd_scorelimit "7"
set scr_sd_timelimit "60"
// Behind Enemy Lines Settings
set scr_bel_alivepointtime "10"
set scr_bel_scorelimit "50"
set scr_bel_timelimit "20"
// Retrieval Settings
set scr_re_graceperiod "20"
set scr_re_roundlength "3"
set scr_re_roundlimit "7"
set scr_re_scorelimit "5"
set scr_re_showcarrier "0"
set scr_re_timelimit "60"
// Team Deathmatch Settings
set scr_tdm_scorelimit "200"
set scr_tdm_timelimit "20"
// Deathmatch Settings
set scr_dm_scorelimit "60"
set scr_dm_timelimit "15"
// Headquarters Settings
set scr_hq_timelimit 20
set scr_hq_scorelimit 450
// Capture the Flag Settings
set scr_ctf_scorelimit"5"
set scr_ctf_timelimit "20"
set scr_ctf_roundlimit "0"
set scr_ctf_roundlength "20"
set scr_ctf_startrounddelay "10"
set scr_ctf_endrounddelay "5"
set scr_ctf_clearscoreeachround "0"
set scr_ctf_showoncompass "1"
set scr_ctf_showflagcarriers "1"
set scr_ctf_respawn_wave_time "15"
// Domination Settings
set scr_dom_scorelimit "10"
set scr_dom_timelimit "20"
set scr_dom_roundlimit "0"
set scr_dom_roundlength "20"
set scr_dom_respawn_wave_time "15"
set scr_dom_startrounddelay "10"
set scr_dom_endrounddelay "5"
set scr_dom_clearscoreeachround "0"
// Allow Voting
// All of the cvars and a short explanation are in this file.
// They are all categorized to make everything much more surveyable.
// You can put these in your existing config file.
// Every cvar's value in this document is the default value.
//
//------------------------------------BJR Messages---------------------------------------//
// BJR Server messages, displayed in the lower left corner of the screen. Maximum of 10.
set bjr_message1 "This server is running ^4BJust^3Real ^1Realism^7."
set bjr_message2 "Movement slowed for tactical teamplay"
set bjr_message3 ""
set bjr_message4 ""
set bjr_message5 ""
set bjr_message6 ""
set bjr_message7 ""
set bjr_message8 ""
set bjr_message9 ""
set bjr_message10 ""
set bjr_delay 30 // Delay between messages, must be greater than 5
// BJR Next Map messages.
set bjr_mapmessages 1 // Next map messages
set bjr_mapdelay 60 // Delay between map messages, must be greater than 60
// BJR Welcome messages. // Welcome messages, put any text in the two cvars below.
set bjr_welcomemessage1 "Movement slowed for Tactical Team Play"
set bjr_welcomemessage2 "Welcome You Misfit You"
//--------------------------------BJR Realism Settings-----------------------------------//
// BJR Crosshair Settings
set bjr_allowcrosshair 0 // Crosshairs (ON/OFF)
set bjr_allowcrosshaircolour 1 // Crosshair colours
set bjr_allowcrosshairnames 1 // Names displayed at crosshairs
set bjr_allowturretcrosshair 1 // Turret crosshair (ON/OFF)
// BJR HUD Settings
set bjr_allowclienthud 1 // HUD
set bjr_damagefeedback 0 // Shows the little thing around your crosshair when you hit someone (ON/OFF)
set bjr_deathicons 0 // Death icons (ON/OFF)
set bjr_grenadeicons 0 // Grenade indicators
set bjr_healthbar 0 // Health bar (ON/OFF)
set bjr_mantleicons 1 // The "Press Space to..." icons
set bjr_objectiveicons 0 // Objective Icons (ON/OFF)
set bjr_fadeammo 1 // Fades ammo display over time (Like SP)
set bjr_fadecompass 1 // Fades compass over time (Like SP)
// BJR Damage Handles
set bjr_droponhandhit 1 // Players drop weapons when hit on hand
set bjr_droponarmhit 0 // Players drop weapons when hit in the arms
set bjr_falldamage 1 // Realistic falling damage
set bjr_hatdrops 1 // Helmet/hat drops
set bjr_viewshift 1 // View shifts when hit
// BJR Health Regeneration
set bjr_healthregen 1 // Health regeneration
set bjr_realregen 1 // Realistic health regen (ON/OFF), will be off if healthregen is off
// BJR Sounds
set bjr_painsounds 1 // Realistic pain sounds (ON/OFF)
set bjr_deathsounds 1 // Realistic death sounds (ON/OFF)
// BJR Obituaries
set bjr_obituaries 1 // Obituaries (ON/OFF)
set bjr_TKmessages 1 // Obituaries when a teamkill took place
set bjr_showkiller 0 // Players can see by who they are killed if obituaries are off
// BJR Spawn Protection
set bjr_spawnprotection 1 // Spawn protection
set bjr_protectiontime 6 // Time to be protected, must be more than 0 and less than 11 seconds.
// BJR Client Settings
set bjr_resetclient 1 // Resets clients upon disconnecting (ON/OFF)
set bjr_thirdpersonspectate 1 // Spectators have a third person view
set bjr_unknownsoldiers 0 // Allow unknown soldiers (0 = DISALLOW | 1 = ALLOW)
// BJR Mod Logo
set bjr_modlogo 1 // BJustReal mod logo underneath compass
// BJR Uniforms
set bjr_countryvariation 0 // Random variation of British/American teams on some maps
set bjr_rankuniforms 0 // Rank uniforms (0 = OFF | 1 = ON | 2 = RANDOM)
set bjr_preventlookalikes 0 // Prevent uniforms that look alike each other
set bjr_pointstorank2 15 // Points needed to get rank 2 uniform in other gametypes
set bjr_pointstorank3 30 // Points needed to get rank 3 uniform in other gametypes
set bjr_ctf_pointstorank2 15 // Points needed to get rank 2 uniform in ctf
set bjr_ctf_pointstorank3 30 // Points needed to get rank 3 uniform in ctf
set bjr_sd_pointstorank2 5 // Points needed to get rank 2 uniform in sd
set bjr_sd_pointstorank3 10 // Points needed to get rank 3 uniform in sd
// BJR SD Specific Settings
set bjr_sd_attackerswitch 0 // Switch the attacking team in SD (0 = OFF | 1 = ON | 2 = RANDOM)
set bjr_sd_alivepoints 1 // Give 3 points to players in the winning team that are still alive (UO-style)
set bjr_sd_objpoints 1 // Give 5 points to a player for planting/defusing bomb (UO-style)
set bjr_sd_randomplanttime 1 // Randomized plant and defuse time
// BJR Weapons Settings
set bjr_grenadedrops 1 // Grenade drops on death
set bjr_weapondrops 1 // Weapon drops on death
set bjr_cliploadout 5 // Amount of clips to receive when spawning
set bjr_pistolsecondary 0 // Only allow a pistol as a second weapon
// BJR Weapon Limits
set bjr_weaponlimiter 0 // Weapon Limiter (ON/OFF)
set bjr_alliedSniperLimit 2 // Limits allies snipers
set bjr_alliedSMGLimit 3 // Limits allies sub machineguns
set bjr_alliedMGLimit 2 // Limits allies machineguns
set bjr_axisSniperLimit 2 // Limits axis snipers
set bjr_axisSMGLimit 3 // Limits axis sub machineguns
set bjr_axisMGLimit 2 // Limits axis machineguns
set bjr_totalShotGunLimit 4 // Limits amount of shotguns ingame
// BJR Grenade Loadouts
set bjr_frag_sniper 3 // Amount of frag grenades with snipers (Maximum of 3)
set bjr_frag_rifle 3 // Amount of frag grenades with rifles (Maximum of 3)
set bjr_frag_semi 3 // Amount of frag grenades with semi-automatic rifles (Maximum of 3)
set bjr_frag_mg 1 // Amount of frag grenades with mg's (Maximum of 3)
set bjr_frag_smg 1 // Amount of frag grenades with smg's (Maximum of 3)
set bjr_frag_shotgun 2 // Amount of frag grenades with shotguns (Maximum of 3)
set bjr_smoke_sniper 2 // Amount of smoke grenades with snipers (Maximum of 2)
set bjr_smoke_rifle 2 // Amount of smoke grenades with rifles (Maximum of 2)
set bjr_smoke_semi 2 // Amount of smoke grenades with semi-automatic rifles (Maximum of 2)
set bjr_smoke_mg 0 // Amount of smoke grenades with mg's (Maximum of 2)
set bjr_smoke_smg 0 // Amount of smoke grenades with smg's (Maximum of 2)
set bjr_smoke_shotgun 2 // Amount of smoke grenades with shotguns (Maximum of 2)
set scr_allow_vote "0"
set g_allowvote "0"
set logfile "2"
set g_log "games_mp.log"
set g_logsync "0"
set sv_log_damage "0"
//Map Rotation Configs
//exec "sd.cfg"
//Search & Destroy
//exec "dm.cfg"
//Deathmatch exec "dm.cfg"
//exec "tdm.cfg"
//Team Deathmatch
//exec "hq.cfg"
//Headquarters
//exec "ctf.cfg"
//Capture the FlagS
//officer off
set sv_mapRotation " gametype ctf map mp_railyard gametype dom map mp_farmhouse"