PDA

View Full Version : Linux Server Problem


wcSki
12-08-2007, 05:18 PM
I am renting a server on a linux box and I can not seem to figure out what the problem is. I am hoping someone can give me some direction.

Here is the problem.

I start the server using the following commandline:
./cod4_lnxded +set net_ip 64.182.97.58 +set dedicated 2 +set sv_punkbuster 1 +exec mp_server.cfg +map_rotate

It exec's this config that is placed in the MAIN folder

//************************************************** ****************************
// Call of Duty 4
//************************************************** ****************************
//************************************************** ****************************
// Public Information - taken from http://forums.gameservers.com/viewtopic.php?t=25000&highlight=
//************************************************** ****************************
sets sv_hostname ":^BONES^: Hardcore S&D v1.3"
sets _Admin ""
sets _Email ""
sets _Website "www.clanbones.com"
sets _Location ""
sets _Irc ""
sets _Mod ""
sets _ModVer ""
sets _ModUpdate ""
sets _Maps "COD2 Stock"
set scr_motd "Welcome to the BONES COD4 Server - We are recruiting"

//************************************************** ****************************
// Common Server Settings
//************************************************** ****************************
// Log Settings
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "1" // 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log
set sv_log_damage "1"

// Network options
set net_ip "64.182.97.58" // Set your servers IP address
set net_port "28960" // Set your port number
set com_hunkMegs "512"
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications

// Server Network Mode
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet

// Master servers
set sv_master1 "cod2master.activision.com"
set sv_master2 "cod2authorize.activision.com"
set sv_master3 "cod2master.infinityward.com"
set sv_master3 "cod2update.activision.com"
set sv_master4 "master.gamespy.com:28960"
set sv_master5 "master0.gamespy.com"
set sv_master6 "master1.gamespy.com"
set sv_master7 "clanservers.net"
set sv_gamespy "1"

// Password Settings
set rcon_password "********" // RCON must supply pw to use
set sv_privatePassword "" // Private slots, non-public slots

// The following can be used to lock out the server so that only those
// players that have been provide the password can connect. Good for
// matches, practices, etc.
set g_password ""

// Player slots setup
set sv_maxclients "32" // MAX server player slots, this is TOTAL player slots
set sv_privateclients "" // Number of private player slots, maxclients - privateclients = public slots

// Ping
set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect
set sv_maxping "250" // MAX player ping on CONNECT, any higher and player isnt allowed to connect

// Client Download Settings. (0=off/1=on) Used for MODs and custom maps
// See included Quick Setup Guide for instructions.
set sv_allowdownload "0"
seta sv_wwwDownload "0"
seta sv_wwwBaseURL ""
seta sv_wwwDlDisconnected "1"

// Rate
set sv_maxRate "25000"


// Drop inactive players
set sv_timeout "300"
set sv_zombietime "1"
set g_inactivity "0"
set g_inactivityspectator "0"

// AntiFlooding Settings
set sv_floodProtect "1"
set sv_reconnectlimit "3"

// Anti Cheat Settings
set sv_disableClientConsole "0"
set cl_autocmd "0"
set sv_cheats "0"
set sv_pure "1"
set g_banIPs ""
set g_no_script_spam "1"
set sv_punkbuster "1"

// Temporary Ban duration, in seconds
set sv_kickBanTime "3600"

// In-game voice communication system
set sv_voice "1"
set sv_voiceQuality "1"
set voice_deadChat "0"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"

//************************************************** ****************************
// Misc
//************************************************** ****************************
set sv_allowAnonymous "0"
set g_antilag "0"
set g_compassShowEnemies "0"
set scr_hardcore "1"
set g_allowvote "0"
set scr_allow_vote "0"
set scr_teambalance "1"
//set ui_hud_hardcore "1" //What is this?
set scr_game_allowkillcam "1"
set scr_game_onlyheadshots "0"
set scr_game_deathpointloss "0"
set scr_game_suicidepointloss "0"
set scr_team_teamkillpointloss "1"
set scr_game_spectatetype "1" // [0-2] 0=none, 1= team only, 2=spectate all
set scr_team_fftype "2" // 0=off 1=on 2=reflect damage 3=shared
wait 5
exec pbsv.cfg
//ui_maxclients 32

//************************************************** ****************************
// limits the number of players that can choose each class type
//************************************************** ****************************
set class_assault_limit 99
set class_specops_limit 99
set class_heavygunner_limit 99
set class_demolitions_limit 99
set class_sniper_limit 99

//************************************************** ****************************
// perks
//************************************************** ****************************
set perk_allow_specialty_parabolic 1
set perk_allow_specialty_gpsjammer 1
set perk_allow_specialty_holdbreath 1
set perk_allow_specialty_quieter 1
set perk_allow_specialty_longersprint 1
set perk_allow_specialty_detectexplosive 1
set perk_allow_specialty_explosivedamage 1
set perk_allow_specialty_pistoldeath 1
set perk_allow_specialty_grenadepulldeath 1
set perk_allow_specialty_bulletdamage 1
set perk_allow_specialty_bulletpenetration 1
set perk_allow_specialty_bulletaccuracy 1
set perk_allow_specialty_rof 1
set perk_allow_specialty_fastreload 1
set perk_allow_specialty_extraammo 1
set perk_allow_specialty_armorvest 1
set perk_allow_specialty_fraggrenade 1
set perk_allow_specialty_specialgrenade 1
set perk_allow_c4_mp 1
set perk_allow_claymore_mp 1
set perk_allow_rpg_mp 1

//************************************************** ****************************
// assault class default loadout
//************************************************** ****************************
set class_assault_primary m16
set class_assault_primary_attachment gl
set class_assault_secondary beretta
set class_assault_secondary_attachment none
set class_assault_perk1 specialty_null
set class_assault_perk2 specialty_bulletdamage
set class_assault_perk3 specialty_longersprint
set class_assault_grenade concussion_grenade
set class_assault_camo camo_none
set class_assault_frags 1
set class_assault_special 1

//************************************************** ****************************
// specops class default loadout
//************************************************** ****************************
set class_specops_primary mp5
set class_specops_primary_attachment none
set class_specops_secondary usp
set class_specops_secondary_attachment silencer
set class_specops_perk1 c4_mp
set class_specops_perk2 specialty_explosivedamage
set class_specops_perk3 specialty_bulletaccuracy
set class_specops_grenade flash_grenade
set class_specops_camo camo_none
set class_specops_frags 1
set class_specops_special 1

//************************************************** ****************************
// heavygunner class default loadout
//************************************************** ****************************
set class_heavygunner_primary saw
set class_heavygunner_primary_attachment none
set class_heavygunner_secondary usp
set class_heavygunner_secondary_attachment none
set class_heavygunner_perk1 specialty_specialgrenade
set class_heavygunner_perk2 specialty_armorvest
set class_heavygunner_perk3 specialty_bulletpenetration
set class_heavygunner_grenade concussion_grenade
set class_heavygunner_camo camo_none
set class_heavygunner_frags 1
set class_heavygunner_special 1

//************************************************** ****************************
// demolitions class default loadout
//************************************************** ****************************
set class_demolitions_primary winchester1200
set class_demolitions_primary_attachment none
set class_demolitions_secondary beretta
set class_demolitions_secondary_attachment none
set class_demolitions_perk1 rpg_mp
set class_demolitions_perk2 specialty_explosivedamage
set class_demolitions_perk3 specialty_longersprint
set class_demolitions_grenade smoke_grenade
set class_demolitions_camo camo_none
set class_demolitions_frags 1
set class_demolitions_special 1

//************************************************** ****************************
// sniper class default loadout
//************************************************** ****************************
set class_sniper_primary m40a3
set class_sniper_primary_attachment none
set class_sniper_secondary beretta
set class_sniper_secondary_attachment silencer
set class_sniper_perk1 specialty_specialgrenade
set class_sniper_perk2 specialty_bulletdamage
set class_sniper_perk3 specialty_bulletpenetration
set class_sniper_grenade flash_grenade
set class_sniper_camo camo_none
set class_sniper_frags 1
set class_sniper_special 1

set class_assault_movespeed 0.95
set class_specops_movespeed 1.00
set class_heavygunner_movespeed 0.875
set class_demolitions_movespeed 1.00
set class_sniper_movespeed 1.00

set scr_enable_nightvision 1
set scr_enable_music 1
set scr_enable_hiticon 1

//************************************************** ****************************
// Enables Dropping of Specified Weapon Class
//************************************************** ****************************
set class_assault_allowdrop 1
set class_specops_allowdrop 1
set class_heavygunner_allowdrop 1
set class_demolitions_allowdrop 1
set class_sniper_allowdrop 1

//************************************************** ****************************
// Assault Rifles
//************************************************** ****************************
set weap_allow_m16 1
set weap_allow_ak47 1
set weap_allow_m4 1
set weap_allow_g3 1
set weap_allow_g36c 1
set weap_allow_m14 1
set weap_allow_mp44 1

//************************************************** ****************************
// Assault Attachments
//************************************************** ****************************
set attach_allow_assault_none 1
set attach_allow_assault_gl 1
set attach_allow_assault_reflex 1
set attach_allow_assault_silencer 1
set attach_allow_assault_acog 1

//************************************************** ****************************
// SMG
//************************************************** ****************************
set weap_allow_mp5 1
set weap_allow_skorpion 1
set weap_allow_uzi 1
set weap_allow_ak74u 1
set weap_allow_p90 1

//************************************************** ****************************
// SMG Attachments
//************************************************** ****************************
set attach_allow_smg_none 1
set attach_allow_smg_reflex 1
set attach_allow_smg_silencer 1
set attach_allow_smg_acog 1

//************************************************** ****************************
// Shotguns
//************************************************** ****************************
set weap_allow_m1014 1
set weap_allow_winchester1200 1

//************************************************** ****************************
// Shotgun Attachments
//************************************************** ****************************
set attach_allow_shotgun_none 1
set attach_allow_shotgun_reflex 1
set attach_allow_shotgun_grip 1

//************************************************** ****************************
// LMG
//************************************************** ****************************
set weap_allow_saw 1
set weap_allow_rpd 1
set weap_allow_m60e4 1

//************************************************** ****************************
// LMG Attachments
//************************************************** ****************************
set attach_allow_lmg_none 1
set attach_allow_lmg_reflex 1
set attach_allow_lmg_grip 1
set attach_allow_lmg_acog 1

//************************************************** ****************************
// Sniper Rifles
//************************************************** ****************************
set weap_allow_dragunov 1
set weap_allow_m40a3 1
set weap_allow_barrett 1
set weap_allow_remington700 1
set weap_allow_m21 1

//************************************************** ****************************
// Sniper Attachments
//************************************************** ****************************
set attach_allow_sniper_none 1
set attach_allow_sniper_acog 1

//************************************************** ****************************
// Pistols
//************************************************** ****************************
set weap_allow_beretta 1
set weap_allow_colt45 1
set weap_allow_usp 1
set weap_allow_deserteagle 1
set weap_allow_deserteaglegold 1

//************************************************** ****************************
// Pistol Attachments
//************************************************** ****************************
set attach_allow_pistol_none 1
set attach_allow_pistol_silencer 1

//************************************************** ****************************
// Grenades
//************************************************** ****************************
set weap_allow_frag_grenade 1
set weap_allow_concussion_grenade 1
set weap_allow_flash_grenade 1
set weap_allow_smoke_grenade 1

//************************************************** ****************************
// First gametype to load
// "dm" - free for all deathmatch
// "dom" - domination
// "koth" - headquarters
// "sab" - sabotage
// "sd" - search & destroy
// "war" - team deathmatch
//************************************************** ****************************
set g_gametype "sd"


set sv_mapRotation "gametype sd map mp_backlot gametype sd map mp_bloc gametype sd map mp_bog gametype sd map mp_cargoship gametype sd map mp_citystreets gametype sd map mp_convoy gametype sd map mp_countdown gametype sd map mp_crash gametype sd map mp_crossfire gametype sd map mp_farm gametype sd map mp_overgrown gametype sd map mp_pipeline gametype sd map mp_shipment gametype sd map mp_showdown gametype sd map mp_strike gametype sd map mp_vacant"


// SEARCH AND DESTROY CLASSIC
set scr_sd_scorelimit 6
set scr_sd_timelimit 3
set scr_sd_roundlimit 0
set scr_sd_roundswitch 3 // rounds between switching teams
set scr_sd_numlives 1 // elimination
set scr_sd_bombtimer 45
set scr_sd_planttime 5
set scr_sd_defusetime 5
set scr_sd_multibomb 0
set scr_sd_playerrespawndelay 0
set scr_sd_waverespawndelay 0

//Taken, with small edits, from Joker's eXtreme+ server config files, posted above.


// Team-Balance and Voting
set scr_teambalance "1"
set g_allowvote "0"

set pb_sv_task 10 160 "Welcome to the BONES S&D Server - We are Recruiting visit us at www.clanbones.com"
set pb_sv_task 40 160 "Be respectful to all players and enjoy the game" // 30 second delay + the 10 second X value above
set pb_sv_task 70 160 "" // 30 second delay + the 40 second X value above
set pb_sv_task 100 160 "" // etc
set pb_sv_task 130 160 ""


The server starts and runs the 1st map.

BUT when it comes to changing to the next map, the loading screen comes up and it just times out. The map never loads, the bar along the bottom doesn't fill at all... and it just says "waiting for server to load map"

I am new to COD and Linux server setups.... I am pretty much lost and do not know what to check or change at this point.

You can also view a copy of the console_mp.log file here: http://www.clanbones.com/console_mp.log

Maybe something in there will help.

Thanks in advance for any help you can give me.

Ski

MajorWoody
12-08-2007, 10:01 PM
Can you rotate manually?

Toppers
12-09-2007, 06:59 AM
this is how my rotation looks and its linux as well

"sv_mapRotation" is: "gametype sab map mp_backlot gametype koth map mp_bloc gametype dom map mp_bog gametype sab map mp_cargoship gametype dom map mp_citystreets gametype koth map mp_convoy gametype koth map mp_countdown gametype sab map mp_crash gametype dom map mp_crossfire gametype koth map mp_farm gametype sab map mp_overgrown gametype koth map mp_pipeline gametype koth map mp_showdown gametype sab map mp_strike gametype koth map mp_vacant gametype dom map mp_backlot gametype sab map mp_bloc gametype sab map mp_bog gametype sab map mp_citystreets gametype sab map mp_convoy gametype koth map mp_countdown gametype dom map mp_crash gametype dom map mp_crossfire gametype dom map mp_farm gametype koth map mp_overgrown gametype koth map mp_pipeline gametype dom map mp_showdown gametype sab dom map mp_strike gametype dom map mp_vacant" default: ""

also
//set ui_hud_hardcore "1" //What is this? This means do not show the HUD display its a hardcore setting 0 puts the HUD back on the screen.

I think you are missing the "sv_mapRotation" is:

you also appear to be missing double qutation marks from the end of the script as well as the default: part at the end of the script

wcSki
12-09-2007, 08:44 AM
Ok, I will try those changes.

My provider said everything worked when they took the map mp_bloc out of the rotation. Does that make any sense?

Ski

Toppers
12-09-2007, 09:12 AM
not that I know of it dose not make sense?

:salute: post your new rotation so I can see.....

wcSki
12-09-2007, 02:45 PM
Here it is....

set sv_mapRotation "gametype sd map mp_backlot gametype sd map mp_bog gametype sd map mp_cargoship gametype sd map mp_citystreets gametype sd map mp_convoy gametype sd map mp_countdown gametype sd map mp_crash gametype sd map mp_crossfire gametype sd map mp_farm gametype sd map mp_overgrown gametype sd map mp_pipeline gametype sd map mp_shipment gametype sd map mp_showdown gametype sd map mp_strike gametype sd map mp_vacant" default: ""

Toppers
12-09-2007, 03:54 PM
no that looks ok to me:salute:

MajorWoody
12-09-2007, 10:11 PM
mp_bloc should work fine. Maybe your provider's files are corrupt for that map.

wcSki
12-11-2007, 11:49 AM
Yea, I think the map file is bad as well. I have FTP access... I wonder if I could just upload it from my PC. Think that would work?

Ski

MajorWoody
12-12-2007, 10:44 PM
Yea, I think the map file is bad as well. I have FTP access... I wonder if I could just upload it from my PC. Think that would work?
It should work just fine.

wcSki
12-14-2007, 09:41 PM
ok, so which file or files should I upload to the server?

Also, another question.

I changed the rotation so it would have Sabotage and Domination games types, along with the SD game type. It switches game types fine, but there is a delayed respawn when you die. Is there a way to make it so there is not respawn delay? I am using the HardCore set up as well.

MajorDay
12-15-2007, 07:13 AM
set sv_mapRotation "gametype sd map mp_backlot gametype sd map mp_bog gametype sd map mp_cargoship gametype sd map mp_citystreets gametype sd map mp_convoy gametype sd map mp_countdown gametype sd map mp_crash gametype sd map mp_crossfire gametype sd map mp_farm gametype sd map mp_overgrown gametype sd map mp_pipeline gametype sd map mp_shipment gametype sd map mp_showdown gametype sd map mp_strike gametype sd map mp_vacant" default: ""

This is wrong,

This is correct:

set sv_mapRotation "gametype sd map mp_backlot gametype sd map mp_bog gametype sd map mp_cargoship gametype sd map mp_citystreets gametype sd map mp_convoy gametype sd map mp_countdown gametype sd map mp_crash gametype sd map mp_crossfire gametype sd map mp_farm gametype sd map mp_overgrown gametype sd map mp_pipeline gametype sd map mp_shipment gametype sd map mp_showdown gametype sd map mp_strike gametype sd map mp_vacant"

The map rotation was looking for something called "default"
Put mp_bloc back in
Put the map rotation at the bottom of your config (last)

You don't need: "set g_gametype "sd" " since all your maps are sd anyway
You don't need: "wait 5
exec pbsv.cfg" Punkbuster will do this automatically

You don't say whether your server is ranked or unranked.
If its ranked then you will not be able to change the weapons,perks,or player settings you have in that config.

The settings below are only for unranked servers:

// limits the number of players that can choose each class type
//************************************************** ****************************
set class_assault_limit 99
set class_specops_limit 99
set class_heavygunner_limit 99
set class_demolitions_limit 99
set class_sniper_limit 99

//************************************************** ****************************
// perks
//************************************************** ****************************
set perk_allow_specialty_parabolic 1
set perk_allow_specialty_gpsjammer 1
set perk_allow_specialty_holdbreath 1
set perk_allow_specialty_quieter 1
set perk_allow_specialty_longersprint 1
set perk_allow_specialty_detectexplosive 1
set perk_allow_specialty_explosivedamage 1
set perk_allow_specialty_pistoldeath 1
set perk_allow_specialty_grenadepulldeath 1
set perk_allow_specialty_bulletdamage 1
set perk_allow_specialty_bulletpenetration 1
set perk_allow_specialty_bulletaccuracy 1
set perk_allow_specialty_rof 1
set perk_allow_specialty_fastreload 1
set perk_allow_specialty_extraammo 1
set perk_allow_specialty_armorvest 1
set perk_allow_specialty_fraggrenade 1
set perk_allow_specialty_specialgrenade 1
set perk_allow_c4_mp 1
set perk_allow_claymore_mp 1
set perk_allow_rpg_mp 1

//************************************************** ****************************
// assault class default loadout
//************************************************** ****************************
set class_assault_primary m16
set class_assault_primary_attachment gl
set class_assault_secondary beretta
set class_assault_secondary_attachment none
set class_assault_perk1 specialty_null
set class_assault_perk2 specialty_bulletdamage
set class_assault_perk3 specialty_longersprint
set class_assault_grenade concussion_grenade
set class_assault_camo camo_none
set class_assault_frags 1
set class_assault_special 1

//************************************************** ****************************
// specops class default loadout
//************************************************** ****************************
set class_specops_primary mp5
set class_specops_primary_attachment none
set class_specops_secondary usp
set class_specops_secondary_attachment silencer
set class_specops_perk1 c4_mp
set class_specops_perk2 specialty_explosivedamage
set class_specops_perk3 specialty_bulletaccuracy
set class_specops_grenade flash_grenade
set class_specops_camo camo_none
set class_specops_frags 1
set class_specops_special 1

//************************************************** ****************************
// heavygunner class default loadout
//************************************************** ****************************
set class_heavygunner_primary saw
set class_heavygunner_primary_attachment none
set class_heavygunner_secondary usp
set class_heavygunner_secondary_attachment none
set class_heavygunner_perk1 specialty_specialgrenade
set class_heavygunner_perk2 specialty_armorvest
set class_heavygunner_perk3 specialty_bulletpenetration
set class_heavygunner_grenade concussion_grenade
set class_heavygunner_camo camo_none
set class_heavygunner_frags 1
set class_heavygunner_special 1

//************************************************** ****************************
// demolitions class default loadout
//************************************************** ****************************
set class_demolitions_primary winchester1200
set class_demolitions_primary_attachment none
set class_demolitions_secondary beretta
set class_demolitions_secondary_attachment none
set class_demolitions_perk1 rpg_mp
set class_demolitions_perk2 specialty_explosivedamage
set class_demolitions_perk3 specialty_longersprint
set class_demolitions_grenade smoke_grenade
set class_demolitions_camo camo_none
set class_demolitions_frags 1
set class_demolitions_special 1

//************************************************** ****************************
// sniper class default loadout
//************************************************** ****************************
set class_sniper_primary m40a3
set class_sniper_primary_attachment none
set class_sniper_secondary beretta
set class_sniper_secondary_attachment silencer
set class_sniper_perk1 specialty_specialgrenade
set class_sniper_perk2 specialty_bulletdamage
set class_sniper_perk3 specialty_bulletpenetration
set class_sniper_grenade flash_grenade
set class_sniper_camo camo_none
set class_sniper_frags 1
set class_sniper_special 1

set class_assault_movespeed 0.95
set class_specops_movespeed 1.00
set class_heavygunner_movespeed 0.875
set class_demolitions_movespeed 1.00
set class_sniper_movespeed 1.00

set scr_enable_nightvision 1
set scr_enable_music 1
set scr_enable_hiticon 1

//************************************************** ****************************
// Enables Dropping of Specified Weapon Class
//************************************************** ****************************
set class_assault_allowdrop 1
set class_specops_allowdrop 1
set class_heavygunner_allowdrop 1
set class_demolitions_allowdrop 1
set class_sniper_allowdrop 1

//************************************************** ****************************
// Assault Rifles
//************************************************** ****************************
set weap_allow_m16 1
set weap_allow_ak47 1
set weap_allow_m4 1
set weap_allow_g3 1
set weap_allow_g36c 1
set weap_allow_m14 1
set weap_allow_mp44 1

//************************************************** ****************************
// Assault Attachments
//************************************************** ****************************
set attach_allow_assault_none 1
set attach_allow_assault_gl 1
set attach_allow_assault_reflex 1
set attach_allow_assault_silencer 1
set attach_allow_assault_acog 1

//************************************************** ****************************
// SMG
//************************************************** ****************************
set weap_allow_mp5 1
set weap_allow_skorpion 1
set weap_allow_uzi 1
set weap_allow_ak74u 1
set weap_allow_p90 1

//************************************************** ****************************
// SMG Attachments
//************************************************** ****************************
set attach_allow_smg_none 1
set attach_allow_smg_reflex 1
set attach_allow_smg_silencer 1
set attach_allow_smg_acog 1

//************************************************** ****************************
// Shotguns
//************************************************** ****************************
set weap_allow_m1014 1
set weap_allow_winchester1200 1

//************************************************** ****************************
// Shotgun Attachments
//************************************************** ****************************
set attach_allow_shotgun_none 1
set attach_allow_shotgun_reflex 1
set attach_allow_shotgun_grip 1

//************************************************** ****************************
// LMG
//************************************************** ****************************
set weap_allow_saw 1
set weap_allow_rpd 1
set weap_allow_m60e4 1

//************************************************** ****************************
// LMG Attachments
//************************************************** ****************************
set attach_allow_lmg_none 1
set attach_allow_lmg_reflex 1
set attach_allow_lmg_grip 1
set attach_allow_lmg_acog 1

//************************************************** ****************************
// Sniper Rifles
//************************************************** ****************************
set weap_allow_dragunov 1
set weap_allow_m40a3 1
set weap_allow_barrett 1
set weap_allow_remington700 1
set weap_allow_m21 1

//************************************************** ****************************
// Sniper Attachments
//************************************************** ****************************
set attach_allow_sniper_none 1
set attach_allow_sniper_acog 1

//************************************************** ****************************
// Pistols
//************************************************** ****************************
set weap_allow_beretta 1
set weap_allow_colt45 1
set weap_allow_usp 1
set weap_allow_deserteagle 1
set weap_allow_deserteaglegold 1

//************************************************** ****************************
// Pistol Attachments
//************************************************** ****************************
set attach_allow_pistol_none 1
set attach_allow_pistol_silencer 1

//************************************************** ****************************
// Grenades
//************************************************** ****************************
set weap_allow_frag_grenade 1
set weap_allow_concussion_grenade 1
set weap_allow_flash_grenade 1
set weap_allow_smoke_grenade 1

wcSki
12-15-2007, 02:00 PM
Thanks for all the help, but my question was concerning multiple game types.

I change the rotation from all SD maps to SD, SAB, and DOM game types. BUT when SAB or DOM game types are played there is this respawn timer that comes up and I would like to get rid of the respawn timer. Is there a way to stop that?

Here is my current config, I made some changes that you outlined above.

//************************************************** ****************************
// Call of Duty 4
//************************************************** ****************************
//************************************************** ****************************
// Public Information - taken from http://forums.gameservers.com/viewtopic.php?t=25000&highlight=
//************************************************** ****************************
sets sv_hostname "^1:|BONES|: ^7HardCore Tactical"
sets _Admin "Admin"
sets _Email "admin@clanbones.com"
sets _Website "www.clanbones.com"
sets _Location "Chicago Server"
sets _Irc ""
sets _Mod ""
sets _ModVer ""
sets _ModUpdate ""
sets _Maps "COD4 Stock"
set scr_motd "Welcome to the BONES COD4 Server - We are recruiting"

//************************************************** ****************************
// Common Server Settings
//************************************************** ****************************
// Log Settings
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "1" // 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log
set sv_log_damage "1"

// Network options
set net_ip "64.182.97.58" // Set your servers IP address
set net_port "28960" // Set your port number
set com_hunkMegs "512"
set net_noipx "1" // Allow ONLY tcp/ip protocol, player/server communications

// Server Network Mode
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet

// Master servers
set sv_master1 "cod2master.activision.com"
set sv_master2 "cod2authorize.activision.com"
set sv_master3 "cod2master.infinityward.com"
set sv_master3 "cod2update.activision.com"
set sv_master4 "master.gamespy.com:28960"
set sv_master5 "master0.gamespy.com"
set sv_master6 "master1.gamespy.com"
set sv_master7 "clanservers.net"
set sv_gamespy "1"

// Password Settings
set rcon_password "********" // RCON must supply pw to use
set sv_privatePassword "" // Private slots, non-public slots

// The following can be used to lock out the server so that only those
// players that have been provide the password can connect. Good for
// matches, practices, etc.
set g_password ""

// Player slots setup
set sv_maxclients "32" // MAX server player slots, this is TOTAL player slots
set sv_privateclients "" // Number of private player slots, maxclients - privateclients = public slots

// Ping
set sv_minPing "0" // MIN player ping on CONNECT, any lower and player isnt allowed to connect
set sv_maxping "250" // MAX player ping on CONNECT, any higher and player isnt allowed to connect

// Client Download Settings. (0=off/1=on) Used for MODs and custom maps
// See included Quick Setup Guide for instructions.
set sv_allowdownload "0"
seta sv_wwwDownload "0"
seta sv_wwwBaseURL ""
seta sv_wwwDlDisconnected "1"

// Rate
set sv_maxRate "25000"


// Drop inactive players
set sv_timeout "300"
set sv_zombietime "1"
set g_inactivity "0"
set g_inactivityspectator "0"

// AntiFlooding Settings
set sv_floodProtect "1"
set sv_reconnectlimit "3"

// Anti Cheat Settings
set sv_disableClientConsole "0"
set cl_autocmd "0"
set sv_cheats "0"
set sv_pure "1"
set g_banIPs ""
set g_no_script_spam "1"
set sv_punkbuster "1"

// Temporary Ban duration, in seconds
set sv_kickBanTime "3600"

// In-game voice communication system
set sv_voice "1"
set sv_voiceQuality "4"
set voice_deadChat "0"
set voice_global "0"
set voice_localEcho "0"
set winvoice_mic_mute "1"

//************************************************** ****************************
// Misc
//************************************************** ****************************
set sv_allowAnonymous "0"
set g_antilag "0"
set g_compassShowEnemies "0"
set scr_hardcore "1"
set g_allowvote "0"
set scr_allow_vote "0"
set scr_teambalance "1"
set ui_hud_hardcore "1" //What is this?
set scr_game_allowkillcam "0"
set scr_game_onlyheadshots "0"
set scr_game_deathpointloss "0"
set scr_game_suicidepointloss "0"
set scr_team_teamkillpointloss "1"
set scr_game_spectatetype "1" // [0-2] 0=none, 1= team only, 2=spectate all
set scr_team_fftype "1" // 0=off 1=on 2=reflect damage 3=shared


//================================================== ===============================
// Gametype Settings
//================================================== ===============================

// First gametype to load
// "dm" - free for all deathmatch
// "dom" - domination
// "koth" - headquarters
// "sab" - sabotage
// "sd" - search & destroy
// "war" - team deathmatch

// Deathmatch
set scr_dm_scorelimit 150
set scr_dm_timelimit 10
set scr_dm_roundlimit 1
set scr_dm_numlives 0
set scr_dm_playerrespawndelay 0
set scr_dm_waverespawndelay 0


// Domination
set scr_dom_scorelimit 200
set scr_dom_timelimit 0
set scr_dom_roundlimit 1
set scr_dom_numlives 0
set scr_dom_playerrespawndelay 0
set scr_dom_waverespawndelay 0


// Teamdeath Match
set scr_war_scorelimit 750
set scr_war_timelimit 10
set scr_war_roundlimit 1
set scr_war_numlives 0
set scr_war_playerrespawndelay 0
set scr_war_waverespawndelay 0

// Sabotoge
set scr_sab_scorelimit 1
set scr_sab_timelimit 10
set scr_sab_roundlimit 0
set scr_sab_roundswitch 1
set scr_sab_numlives 0
set scr_sab_bombtimer 30
set scr_sab_planttime 2.5
set scr_sab_defusetime 5
set scr_sab_hotpotato 0
set scr_sab_playerrespawndelay 0
set scr_sab_waverespawndelay 0

// King of the Hill
set scr_koth_scorelimit 250
set scr_koth_timelimit 15
set scr_koth_roundlimit 1
set scr_koth_roundswitch 1
set scr_koth_numlives 0
set scr_koth_playerrespawndelay 0
set scr_koth_waverespawndelay 0
set koth_autodestroytime 60
set koth_spawntime 0
set koth_kothmode 0
set koth_capturetime 20
set koth_destroytime 10
set koth_delayPlayer 0
set koth_spawnDelay 60

// Search and Destroy
set scr_sd_scorelimit 6
set scr_sd_timelimit 3
set scr_sd_roundlimit 0
set scr_sd_roundswitch 3 // rounds between switching teams
set scr_sd_numlives 1 // elimination
set scr_sd_bombtimer 60
set scr_sd_planttime 7
set scr_sd_defusetime 7
set scr_sd_multibomb 0
set scr_sd_playerrespawndelay 0
set scr_sd_waverespawndelay 0

// Team-Balance and Voting
set scr_teambalance "1"
set g_allowvote "0"

set sv_mapRotation "gametype sd map mp_backlot gametype sab map mp_countdown gametype dom map mp_crash gametype sd map mp_convoy gametype sd map mp_vacant gametype sab map mp_bog gametype dom map mp_showdown gametype sd map mp_pipeline gametype sd map mp_farm gametype sab map mp_crossfire gametype dom map mp_citystreets gametype sd map mp_overgrown gametype sd map mp_strike gametype sd map mp_cargoship"




I thought set scr_sab_playerrespawndelay 0 and this set scr_dom_playerrespawndelay 0 would make the respawn delay go away. But the respawn delay is still there.

maimedwabbit
12-17-2007, 06:18 PM
Try setting it to -1

wcSki
12-18-2007, 09:30 AM
Yes, I seen that in another thread and it works. Thanks!