PDA

View Full Version : Server tool for COD:BO



Vercetti
2010-11-08, 15:18
What can I use to remotely administer the game server?

The game's developers have announced their own RCON tool. This should be coming with the PC version of the game. It is unlikely that any older rcon tools will work with the server.

http://forums.gameservers.com/viewtopic.php?f=11&t=40537

Vercetti
2010-11-08, 15:29
It's a GUI interface - an actual utility that will be user-friendly, Windows compatible.


Just tried out the official Rcon tool we'll be shipping with the PC version of #CODBlackOps =). Having made one myself I must say it's NICE!

@GamerOfFreedom Our official Rcon tool indeed has a Message tab for creating server message rotations =).

http://forums.gameservers.com/viewtopic.php?f=11&t=41049

Vercetti
2010-11-08, 22:39
// PC Playlist
version 30

settings
setdvar wager_firstplaylist 26
setdvar wager_lastplaylist 29
setdvar wager_maxping 999

// CORE GAMEMODES

gametype hs_tdm
name english "TEAM DEATHMATCH"
script tdm
rule scr_dog_health 100
teambased
rule g_allow_teamchange 0

gametype hs_ffa
name english "FREE-FOR-ALL"
script dm
rule scr_dog_health 100
rule scr_allowbattlechatter テつ* 0
rule scr_disable_tacinsert 1
rule g_allow_teamchange 0

gametype hs_ctf
name english "CAPTURE THE FLAG"
script ctf
rule scr_dog_health 100
teambased
rule g_allow_teamchange 0

gametype hs_sd
name english "SEARCH & DESTROY"
script sd
rule scr_dog_health 100
teambased
rule g_allow_teamchange 0

gametype hs_hq
name english "HEADQUARTERS"
script koth
rule scr_dog_health 100
rule koth_spawntime 45
teambased
rule g_allow_teamchange 0

gametype hs_dom
name english "DOMINATION"
script dom
rule scr_dog_health 100
teambased
rule g_allow_teamchange 0

gametype hs_sab
name english "SABOTAGE"
rule scr_dog_health 100
script sab
teambased
rule g_allow_teamchange 0

gametype hs_dem
name english "DEMOLITION"
script dem
rule scr_dog_health 100
teambased
rule g_allow_teamchange 0

// HARDCORE GAME MODES

gametype hc_tdm
name english "HARDCORE TEAM DEATHMATCH"
script tdm
teambased
rule scr_hardcore 1
rule scr_team_fftype 1
rule scr_player_healthregentime 0
rule scr_player_maxhealth 30
rule scr_tdm_waverespawndelay 15
rule scr_game_allowkillcam 0
rule scr_allowbattlechatter テつ* 0
rule scr_team_kickteamkillers 1
rule scr_game_suicidepointloss -100
rule scr_team_teamkillpointloss -100
rule scr_dog_health 30
rule scr_teamKillPunishCount 4
rule g_allow_teamchange 0

gametype hc_ffa
name english "HARDCORE FREE FOR ALL"
script dm
rule scr_hardcore 1
rule scr_player_healthregentime 0
rule scr_player_maxhealth 30
rule scr_game_allowkillcam 0
rule scr_allowbattlechatter テつ* 0
rule scr_dm_playerrespawndelay 7
rule scr_game_suicidepointloss -50
rule scr_dog_health 30
rule scr_disable_tacinsert 1
rule scr_teamKillPunishCount 4
rule g_allow_teamchange 0

gametype hc_ctf
name english "HARDCORE CAPTURE THE FLAG"
script ctf
rule scr_hardcore 1
rule scr_team_fftype 1
rule scr_player_healthregentime 0
rule scr_player_maxhealth 30
rule scr_tdm_waverespawndelay 15
rule scr_game_allowkillcam 0
rule scr_allowbattlechatter テつ* 0
rule scr_team_kickteamkillers 1
rule scr_game_suicidepointloss -50
rule scr_team_teamkillpointloss -50
rule scr_dog_health 30
teambased
rule scr_teamKillPunishCount 4
rule g_allow_teamchange 0

gametype hc_sd
name english "HARDCORE SEARCH & DESTROY"
script sd
rule scr_hardcore 1
rule scr_team_fftype 1
rule scr_player_maxhealth 30
rule scr_player_healthregentime 0
rule scr_game_allowkillcam 0
rule scr_allowbattlechatter テつ* 0
rule scr_team_kickteamkillers 1
rule scr_game_suicidepointloss -500
rule scr_team_teamkillpointloss -500
rule scr_dog_health 30
teambased
rule scr_teamKillPunishCount 4
rule g_allow_teamchange 0

gametype hc_hq
name english "HARDCORE HQ"
script koth
rule scr_hardcore 1
rule scr_team_fftype 1
rule scr_player_healthregentime 0
rule scr_player_maxhealth 30
rule scr_game_allowkillcam 0
rule scr_allowbattlechatter テつ* 0
rule scr_team_kickteamkillers 1
rule scr_game_suicidepointloss -50
rule scr_team_teamkillpointloss -50
rule scr_dog_health 30
rule koth_spawntime 45
teambased
rule scr_teamKillPunishCount 4
rule g_allow_teamchange 0

gametype hc_dom
name english "HARDCORE DOMINATION"
script dom
rule scr_hardcore 1
rule scr_team_fftype 1
rule scr_player_healthregentime 0
rule scr_player_maxhealth 30
rule scr_tdm_waverespawndelay 15
rule scr_game_allowkillcam 0
rule scr_allowbattlechatter テつ* 0
rule scr_team_kickteamkillers 1
rule scr_game_suicidepointloss -50
rule scr_team_teamkillpointloss -50
rule scr_dog_health 30
teambased
rule scr_teamKillPunishCount 4
rule g_allow_teamchange 0

gametype hc_sab
name english "HARDCORE SABOTAGE"
script sab
rule scr_hardcore 1
rule scr_team_fftype 1
rule scr_player_healthregentime 0
rule scr_player_maxhealth 30
rule scr_tdm_waverespawndelay 15
rule scr_game_allowkillcam 0
rule scr_allowbattlechatter テつ* 0
rule scr_team_kickteamkillers 1
rule scr_game_suicidepointloss -50
rule scr_team_teamkillpointloss -50
rule scr_dog_health 30
teambased
rule scr_teamKillPunishCount 4
rule g_allow_teamchange 0

gametype hc_dem
name english "HARDCORE DEMOLITION"
script dem
rule scr_hardcore 1
rule scr_team_fftype 1
rule scr_player_healthregentime 0
rule scr_player_maxhealth 30
rule scr_tdm_waverespawndelay 15
rule scr_game_allowkillcam 0
rule scr_allowbattlechatter テつ* 0
rule scr_team_kickteamkillers 1
rule scr_game_suicidepointloss -50
rule scr_team_teamkillpointloss -50
rule scr_dog_health 30
teambased
rule scr_teamKillPunishCount 4
rule g_allow_teamchange 0

// BAREBONES GAME MODES

gametype b_tdm
name english "BAREBONES TEAM DEATHMATCH"
rule barebones_class_mode 0
rule custom_killstreak_mode 1
rule scr_disable_equipment 1
rule scr_disable_attachments 1
rule scr_disable_contracts 1
rule scr_game_perks 0
script tdm
teambased
rule g_allow_teamchange 0

gametype b_ffa
name english "BAREBONES FREE FOR ALL"
script dm
rule barebones_class_mode 0
rule custom_killstreak_mode 1
rule scr_disable_equipment 1
rule scr_disable_attachments 1
rule scr_disable_contracts 1
rule scr_game_perks 0
rule scr_disable_tacinsert 1
rule g_allow_teamchange 0

gametype b_ctf
name english "BAREBONES CAPTURE THE FLAG"
script ctf
rule scr_dog_health 100
rule scr_game_perks 0
rule scr_disable_equipment 1
rule scr_disable_attachments 1
rule barebones_class_mode 0
rule custom_killstreak_mode 1
teambased
rule g_allow_teamchange 0

gametype b_sd
name english "BAREBONES SEARCH & DESTROY"
script sd
rule scr_dog_health 100
rule scr_game_perks 0
rule scr_disable_equipment 1
rule scr_disable_attachments 1
rule scr_disable_contracts 0
rule barebones_class_mode 0
rule custom_killstreak_mode 1
teambased
rule g_allow_teamchange 0

gametype b_hq
name english "BAREBONES HEADQUARTERS"
script koth
rule scr_dog_health 100
rule koth_spawntime 45
rule scr_game_perks 0
rule scr_disable_equipment 1
rule scr_disable_attachments 1
rule barebones_class_mode 0
rule custom_killstreak_mode 1
teambased
rule g_allow_teamchange 0

gametype b_dom
name english "BAREBONES DOMINATION"
script dom
rule scr_dog_health 100
rule scr_game_perks 0
rule scr_disable_equipment 1
rule scr_disable_attachments 1
rule barebones_class_mode 0
rule custom_killstreak_mode 1
teambased
rule g_allow_teamchange 0

gametype b_sab
name english "BAREBONES SABOTAGE"
script sab
rule scr_dog_health 100
rule scr_game_perks 0
rule scr_disable_equipment 1
rule scr_disable_attachments 1
rule barebones_class_mode 0
rule custom_killstreak_mode 1
teambased
rule g_allow_teamchange 0

gametype b_dem
name english "BAREBONES DEMOLITION"
script dem
rule scr_dog_health 100
rule scr_game_perks 0
rule scr_disable_equipment 1
rule scr_disable_attachments 1
rule barebones_class_mode 0
rule custom_killstreak_mode 1
teambased
rule g_allow_teamchange 0

// WAGER GAME MODES

gametype hs_oic
name english "ONE IN THE CHAMBER"
script oic
rule scr_allowbattlechatter テつ* 1
rule g_allow_teamchange 0

gametype hs_hlnd
name english "STICKS AND STONES"
script hlnd
rule scr_allowbattlechatter 1
rule g_allow_teamchange 0

gametype hs_gun
name english "GUN GAME"
script gun
rule scr_allowbattlechatter 1
rule g_allow_teamchange 0

gametype hs_shrp
name english "SHARPSHOOTER"
script shrp
rule scr_allowbattlechatter 1
rule g_allow_teamchange 0

// CATEGORIES

category core
name english "CORE"
description english "Base game modes and maps."
icon playlist_infantry
filter playermatch

category hardcore
name english "HARDCORE"
description english "Hardcore game mode variants. No HUD. Limited Health."
icon playlist_hardcore
filter playermatch

category barebones
name english "BAREBONES"
description english "Playlists that have been stripped down to the basics."
icon playlist_barebones
filter playermatch

// WAGER MATCH CATEGORIES

category entry
name english "ANTE UP"
description english "A variety of Wager Match game modes with a low buy-in entry fee."
icon playlist_wager_ante
filter wagermatch


// CORE CATEGORY

playlist 1
name english "Team Deathmatch"
description english "Straight up Team Deathmatch on all maps. Use teamwork to kill enemy players and reach the score limit."
categories core
icon playlist_tdm
rule party_minplayers 6 //Should be 6 in release.
rule party_maxplayers 18
rule scr_tdm_scorelimit 10000
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,hs_tdm,1
mp_cairo,hs_tdm,1
mp_cosmodrome,hs_tdm,1
mp_cracked,hs_tdm,1
mp_crisis,hs_tdm,1
mp_duga,hs_tdm,1
mp_firingrange,hs_tdm,1
mp_hanoi,hs_tdm,1
mp_havoc,hs_tdm,1
mp_mountain,hs_tdm,1
mp_nuked,hs_tdm,1
mp_radiation,hs_tdm,1
mp_russianbase,hs_tdm,1
mp_villa,hs_tdm,1

playlist 2
name english "Free For All"
description english "Straight up Deathmatch. Every man for himself. Kill everyone. Small Maps. No Tactical Insertions."
categories core
icon playlist_ffa
rule party_minplayers 6
rule party_maxplayers 18
rule scr_xpscale 1
rule xblive_wagermatch 0
rule scr_dm_scorelimit 1500
mp_array,hs_ffa,1
mp_cairo,hs_ffa,1
mp_cosmodrome,hs_ffa,1
mp_cracked,hs_ffa,1
mp_crisis,hs_ffa,1
mp_duga,hs_ffa,1
mp_firingrange,hs_ffa,1
mp_hanoi,hs_ffa,1
mp_havoc,hs_ffa,1
mp_mountain,hs_ffa,1
mp_nuked,hs_ffa,1
mp_radiation,hs_ffa,1
mp_russianbase,hs_ffa,1
mp_villa,hs_ffa,1

playlist 3
name english "Capture The Flag"
description english "Get the enemy flag and return it to your base."
categories core
icon playlist_ctf
rule party_minplayers 6
rule party_maxplayers 18
rule scr_ctf_timelimit 10
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,hs_ctf,1
mp_cairo,hs_ctf,1
mp_cosmodrome,hs_ctf,1
mp_cracked,hs_ctf,1
mp_crisis,hs_ctf,1
mp_duga,hs_ctf,1
mp_firingrange,hs_ctf,1
mp_hanoi,hs_ctf,1
mp_havoc,hs_ctf,1
mp_mountain,hs_ctf,1
mp_nuked,hs_ctf,1
mp_radiation,hs_ctf,1
mp_russianbase,hs_ctf,1
mp_villa,hs_ctf,1

playlist 4
name english "Search & Destroy"
description english "Defend and destroy the objective. No respawning."
categories core
icon playlist_search_destroy
rule party_minplayers 6 // Should be 6 in release.
rule party_maxplayers 18
rule party_gameStartTimerLength 10
rule xblive_wagermatch 0
mp_array,hs_sd,1
mp_cairo,hs_sd,1
mp_cosmodrome,hs_sd,1
mp_cracked,hs_sd,1
mp_crisis,hs_sd,1
mp_duga,hs_sd,1
mp_firingrange,hs_sd,1
mp_hanoi,hs_sd,1
mp_havoc,hs_sd,1
mp_mountain,hs_sd,1
mp_nuked,hs_sd,1
mp_radiation,hs_sd,1
mp_russianbase,hs_sd,1
mp_villa,hs_sd,1

playlist 5
name english "Headquarters"
description english "A neutral base to capture is marked in the level. テつ*Capture and hold it to gain points. テつ*The team that holds the HQ doesn't respawn."
categories core
icon playlist_headquarters
rule party_minplayers 6
rule party_maxplayers 18
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,hs_hq,1
mp_cairo,hs_hq,1
mp_cosmodrome,hs_hq,1
mp_cracked,hs_hq,1
mp_crisis,hs_hq,1
mp_duga,hs_hq,1
mp_firingrange,hs_hq,1
mp_hanoi,hs_hq,1
mp_havoc,hs_hq,1
mp_mountain,hs_hq,1
mp_nuked,hs_hq,1
mp_radiation,hs_hq,1
mp_russianbase,hs_hq,1
mp_villa,hs_hq,1

playlist 6
name english "Domination"
description english "3 flags in the level must be captured. テつ*Your team gets points for having control of a flag. テつ*The more flags your team holds, the more points you gain."
categories core
icon playlist_domination
rule party_minplayers 6
rule party_maxplayers 18
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,hs_dom,1
mp_cairo,hs_dom,1
mp_cosmodrome,hs_dom,1
mp_cracked,hs_dom,1
mp_crisis,hs_dom,1
mp_duga,hs_dom,1
mp_firingrange,hs_dom,1
mp_hanoi,hs_dom,1
mp_havoc,hs_dom,1
mp_mountain,hs_dom,1
mp_nuked,hs_dom,1
mp_radiation,hs_dom,1
mp_russianbase,hs_dom,1
mp_villa,hs_dom,1

playlist 7
name english "Sabotage"
description english "A neutral bomb is in the center of the level and teams fight to destroy the enemy team's objective. First team to successfully bomb the enemy objective wins."
categories core
icon playlist_sabotage
rule party_minplayers 6 //Should be 6 in release.
rule party_maxplayers 18
rule xblive_wagermatch 0
mp_array,hs_sab,1
mp_cairo,hs_sab,1
mp_cosmodrome,hs_sab,1
mp_cracked,hs_sab,1
mp_crisis,hs_sab,1
mp_duga,hs_sab,1
mp_firingrange,hs_sab,1
mp_hanoi,hs_sab,1
mp_havoc,hs_sab,1
mp_mountain,hs_sab,1
mp_nuked,hs_sab,1
mp_radiation,hs_sab,1
mp_russianbase,hs_sab,1
mp_villa,hs_sab,1

playlist 8
name english "Demolition"
description english "Teams alternate in attacking and defending two bomb sites, both of which must be destroyed by the attacking team equipped with bombs."
categories core
icon playlist_demolition
rule party_minplayers 6
rule party_maxplayers 18
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,hs_dem,1
mp_cairo,hs_dem,1
mp_cosmodrome,hs_dem,1
mp_cracked,hs_dem,1
mp_crisis,hs_dem,1
mp_duga,hs_dem,1
mp_firingrange,hs_dem,1
mp_hanoi,hs_dem,1
mp_havoc,hs_dem,1
mp_mountain,hs_dem,1
mp_nuked,hs_dem,1
mp_radiation,hs_dem,1
mp_russianbase,hs_dem,1
mp_villa,hs_dem,1

// HARDCORE CATEGORY

playlist 9
name english "Hardcore Team Deathmatch"
description english "Hardcore Team Deathmatch on all maps. Use teamwork to kill enemy players and reach the score limit."
categories hardcore
icon playlist_tdm
rule party_minplayers 6 //Should be 6 in release.
rule party_maxplayers 18
rule scr_tdm_scorelimit 10000
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,hc_tdm,1
mp_cairo,hc_tdm,1
mp_cosmodrome,hc_tdm,1
mp_cracked,hc_tdm,1
mp_crisis,hc_tdm,1
mp_duga,hc_tdm,1
mp_firingrange,hc_tdm,1
mp_hanoi,hc_tdm,1
mp_havoc,hc_tdm,1
mp_mountain,hc_tdm,1
mp_nuked,hc_tdm,1
mp_radiation,hc_tdm,1
mp_russianbase,hc_tdm,1
mp_villa,hc_tdm,1

playlist 10
name english "Hardcore Free For All"
description english "Hardcore deathmatch. Every man for himself. Kill everyone. Small Maps. No Tactical Insertions."
categories hardcore
icon playlist_ffa
rule party_minplayers 6
rule party_maxplayers 18
rule scr_xpscale 1
rule xblive_wagermatch 0
rule scr_dm_scorelimit 1500
mp_array,hc_ffa,1
mp_cairo,hc_ffa,1
mp_cosmodrome,hc_ffa,1
mp_cracked,hc_ffa,1
mp_crisis,hc_ffa,1
mp_duga,hc_ffa,1
mp_firingrange,hc_ffa,1
mp_hanoi,hc_ffa,1
mp_havoc,hc_ffa,1
mp_mountain,hc_ffa,1
mp_nuked,hc_ffa,1
mp_radiation,hc_ffa,1
mp_russianbase,hc_ffa,1
mp_villa,hc_ffa,1

playlist 11
name english "Hardcore Capture The Flag"
description english "Get the enemy flag and return it to your base."
categories hardcore
icon playlist_ctf
rule party_minplayers 6
rule party_maxplayers 18
rule scr_ctf_timelimit 10
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,hc_ctf,1
mp_cairo,hc_ctf,1
mp_cosmodrome,hc_ctf,1
mp_cracked,hc_ctf,1
mp_crisis,hc_ctf,1
mp_duga,hc_ctf,1
mp_firingrange,hc_ctf,1
mp_hanoi,hc_ctf,1
mp_havoc,hc_ctf,1
mp_mountain,hc_ctf,1
mp_nuked,hc_ctf,1
mp_radiation,hc_ctf,1
mp_russianbase,hc_ctf,1
mp_villa,hc_ctf,1

playlist 12
name english "Hardcore Search & Destroy"
description english "Defend and destroy the objective. No respawning."
categories hardcore
icon playlist_search_destroy
rule party_minplayers 6 // Should be 6 in release.
rule party_maxplayers 18
rule party_gameStartTimerLength 10
rule xblive_wagermatch 0
rule partyChatDisallowed 1
mp_array,hc_sd,1
mp_cairo,hc_sd,1
mp_cosmodrome,hc_sd,1
mp_cracked,hc_sd,1
mp_crisis,hc_sd,1
mp_duga,hc_sd,1
mp_firingrange,hc_sd,1
mp_hanoi,hc_sd,1
mp_havoc,hc_sd,1
mp_mountain,hc_sd,1
mp_nuked,hc_sd,1
mp_radiation,hc_sd,1
mp_russianbase,hc_sd,1
mp_villa,hc_sd,1

playlist 13
name english "Hardcore Headquarters"
description english "A neutral base to capture is marked in the level. テつ*Capture and hold it to gain points. テつ*The team that holds the HQ doesn't respawn."
categories hardcore
icon playlist_headquarters
rule party_minplayers 6
rule party_maxplayers 18
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,hc_hq,1
mp_cairo,hc_hq,1
mp_cosmodrome,hc_hq,1
mp_cracked,hc_hq,1
mp_crisis,hc_hq,1
mp_duga,hc_hq,1
mp_firingrange,hc_hq,1
mp_hanoi,hc_hq,1
mp_havoc,hc_hq,1
mp_mountain,hc_hq,1
mp_nuked,hc_hq,1
mp_radiation,hc_hq,1
mp_russianbase,hc_hq,1
mp_villa,hc_hq,1

playlist 14
name english "Hardcore Domination"
description english "3 flags in the level must be captured. テつ*Your team gets points for having control of a flag. テつ*The more flags your team holds, the more points you gain."
categories hardcore
icon playlist_domination
rule party_minplayers 6
rule party_maxplayers 18
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,hc_dom,1
mp_cairo,hc_dom,1
mp_cosmodrome,hc_dom,1
mp_cracked,hc_dom,1
mp_crisis,hc_dom,1
mp_duga,hc_dom,1
mp_firingrange,hc_dom,1
mp_hanoi,hc_dom,1
mp_havoc,hc_dom,1
mp_mountain,hc_dom,1
mp_nuked,hc_dom,1
mp_radiation,hc_dom,1
mp_russianbase,hc_dom,1
mp_villa,hc_dom,1

playlist 15
name english "Hardcore Sabotage"
description english "A neutral bomb is in the center of the level and teams fight to destroy the enemy team's objective. First team to successfully bomb the enemy objective wins."
categories hardcore
icon playlist_sabotage
rule party_minplayers 6 //Should be 6 in release.
rule party_maxplayers 18
rule xblive_wagermatch 0
mp_array,hc_sab,1
mp_cairo,hc_sab,1
mp_cosmodrome,hc_sab,1
mp_cracked,hc_sab,1
mp_crisis,hc_sab,1
mp_duga,hc_sab,1
mp_firingrange,hc_sab,1
mp_hanoi,hc_sab,1
mp_havoc,hc_sab,1
mp_mountain,hc_sab,1
mp_nuked,hc_sab,1
mp_radiation,hc_sab,1
mp_russianbase,hc_sab,1
mp_villa,hc_sab,1

playlist 16
name english "Hardcore Demolition"
description english "Teams alternate in attacking and defending two bomb sites, both of which must be destroyed by the attacking team equipped with bombs."
categories hardcore
icon playlist_demolition
rule party_minplayers 6
rule party_maxplayers 18
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,hc_dem,1
mp_cairo,hc_dem,1
mp_cosmodrome,hc_dem,1
mp_cracked,hc_dem,1
mp_crisis,hc_dem,1
mp_duga,hc_dem,1
mp_firingrange,hc_dem,1
mp_hanoi,hc_dem,1
mp_havoc,hc_dem,1
mp_mountain,hc_dem,1
mp_nuked,hc_dem,1
mp_radiation,hc_dem,1
mp_russianbase,hc_dem,1
mp_villa,hc_dem,1

// BAREBONES

playlist 17
name english "Barebones Team Deathmatch"
description english "Straight up Team Deathmatch on all maps. Use teamwork to kill enemy players and reach the score limit."
categories barebones
icon playlist_tdm
rule party_minplayers 6 //Should be 6 in release.
rule party_maxplayers 18
rule scr_tdm_scorelimit 10000
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,b_tdm,1
mp_cairo,b_tdm,1
mp_cosmodrome,b_tdm,1
mp_cracked,b_tdm,1
mp_crisis,b_tdm,1
mp_duga,b_tdm,1
mp_firingrange,b_tdm,1
mp_hanoi,b_tdm,1
mp_havoc,b_tdm,1
mp_mountain,b_tdm,1
mp_nuked,b_tdm,1
mp_radiation,b_tdm,1
mp_russianbase,b_tdm,1
mp_villa,b_tdm,1

playlist 18
name english "Barebones Free For All"
description english "Straight up Deathmatch. Every man for himself. Kill everyone. Small Maps. No Tactical Insertions."
categories barebones
icon playlist_ffa
rule party_minplayers 6
rule party_maxplayers 18
rule scr_xpscale 1
rule xblive_wagermatch 0
rule scr_dm_scorelimit 1500
mp_array,b_ffa,1
mp_cairo,b_ffa,1
mp_cosmodrome,b_ffa,1
mp_cracked,b_ffa,1
mp_crisis,b_ffa,1
mp_duga,b_ffa,1
mp_firingrange,b_ffa,1
mp_hanoi,b_ffa,1
mp_havoc,b_ffa,1
mp_mountain,b_ffa,1
mp_nuked,b_ffa,1
mp_radiation,b_ffa,1
mp_russianbase,b_ffa,1
mp_villa,b_ffa,1

playlist 19
name english "Barebones Capture The Flag"
description english "Get the enemy flag and return it to your base."
categories barebones
icon playlist_ctf
rule party_minplayers 6
rule party_maxplayers 18
rule scr_ctf_timelimit 10
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,b_ctf,1
mp_cairo,b_ctf,1
mp_cosmodrome,b_ctf,1
mp_cracked,b_ctf,1
mp_crisis,b_ctf,1
mp_duga,b_ctf,1
mp_firingrange,b_ctf,1
mp_hanoi,b_ctf,1
mp_havoc,b_ctf,1
mp_mountain,b_ctf,1
mp_nuked,b_ctf,1
mp_radiation,b_ctf,1
mp_russianbase,b_ctf,1
mp_villa,b_ctf,1

playlist 20
name english "Barebones Search & Destroy"
description english "Defend and destroy the objective. No respawning."
categories barebones
icon playlist_search_destroy
rule party_minplayers 6 // Should be 6 in release.
rule party_maxplayers 18
rule party_gameStartTimerLength 10
rule xblive_wagermatch 0
rule partyChatDisallowed 1
mp_array,b_sd,1
mp_cairo,b_sd,1
mp_cosmodrome,b_sd,1
mp_cracked,b_sd,1
mp_crisis,b_sd,1
mp_duga,b_sd,1
mp_firingrange,b_sd,1
mp_hanoi,b_sd,1
mp_havoc,b_sd,1
mp_mountain,b_sd,1
mp_nuked,b_sd,1
mp_radiation,b_sd,1
mp_russianbase,b_sd,1
mp_villa,b_sd,1

playlist 21
name english "Barebones Headquarters"
description english "A neutral base to capture is marked in the level. テつ*Capture and hold it to gain points. テつ*The team that holds the HQ doesn't respawn."
categories barebones
icon playlist_headquarters
rule party_minplayers 6
rule party_maxplayers 18
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,b_hq,1
mp_cairo,b_hq,1
mp_cosmodrome,b_hq,1
mp_cracked,b_hq,1
mp_crisis,b_hq,1
mp_duga,b_hq,1
mp_firingrange,b_hq,1
mp_hanoi,b_hq,1
mp_havoc,b_hq,1
mp_mountain,b_hq,1
mp_nuked,b_hq,1
mp_radiation,b_hq,1
mp_russianbase,b_hq,1
mp_villa,b_hq,1

playlist 22
name english "Barebones Domination"
description english "3 flags in the level must be captured. テつ*Your team gets points for having control of a flag. テつ*The more flags your team holds, the more points you gain."
categories barebones
icon playlist_domination
rule party_minplayers 6
rule party_maxplayers 18
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,b_dom,1
mp_cairo,b_dom,1
mp_cosmodrome,b_dom,1
mp_cracked,b_dom,1
mp_crisis,b_dom,1
mp_duga,b_dom,1
mp_firingrange,b_dom,1
mp_hanoi,b_dom,1
mp_havoc,b_dom,1
mp_mountain,b_dom,1
mp_nuked,b_dom,1
mp_radiation,b_dom,1
mp_russianbase,b_dom,1
mp_villa,b_dom,1

playlist 23
name english "Barebones Sabotage"
description english "A neutral bomb is in the center of the level and teams fight to destroy the enemy team's objective. First team to successfully bomb the enemy objective wins."
categories barebones
icon playlist_sabotage
rule party_minplayers 6 //Should be 6 in release.
rule party_maxplayers 18
rule xblive_wagermatch 0
mp_array,b_sab,1
mp_cairo,b_sab,1
mp_cosmodrome,b_sab,1
mp_cracked,b_sab,1
mp_crisis,b_sab,1
mp_duga,b_sab,1
mp_firingrange,b_sab,1
mp_hanoi,b_sab,1
mp_havoc,b_sab,1
mp_mountain,b_sab,1
mp_nuked,b_sab,1
mp_radiation,b_sab,1
mp_russianbase,b_sab,1
mp_villa,b_sab,1

playlist 24
name english "Barebones Demolition"
description english "Teams alternate in attacking and defending two bomb sites, both of which must be destroyed by the attacking team equipped with bombs."
categories barebones
icon playlist_demolition
rule party_minplayers 6
rule party_maxplayers 18
rule scr_xpscale 1
rule xblive_wagermatch 0
mp_array,b_dem,1
mp_cairo,b_dem,1
mp_cosmodrome,b_dem,1
mp_cracked,b_dem,1
mp_crisis,b_dem,1
mp_duga,b_dem,1
mp_firingrange,b_dem,1
mp_hanoi,b_dem,1
mp_havoc,b_dem,1
mp_mountain,b_dem,1
mp_nuked,b_dem,1
mp_radiation,b_dem,1
mp_russianbase,b_dem,1
mp_villa,b_dem,1

playlist 25
name english "Team Tactical"
description english "Team based games with Team Deathmatch, Domination, Capture the Flag, Demolition, and Search & Destroy."
categories core
icon playlist_team_tactical
rule party_minplayers 6
rule party_maxplayers 18
rule xblive_wagermatch 0
mp_array,hs_sd,1
mp_cairo,hs_sd,1
mp_cosmodrome,hs_sd,1
mp_cracked,hs_sd,1
mp_crisis,hs_sd,1
mp_duga,hs_sd,1
mp_firingrange,hs_sd,1
mp_hanoi,hs_sd,1
mp_havoc,hs_sd,1
mp_mountain,hs_sd,1
mp_nuked,hs_sd,1
mp_radiation,hs_sd,1
mp_russianbase,hs_sd,1
mp_villa,hs_sd,1
mp_array,hs_ctf,1
mp_cairo,hs_ctf,1
mp_cosmodrome,hs_ctf,1
mp_cracked,hs_ctf,1
mp_crisis,hs_ctf,1
mp_duga,hs_ctf,1
mp_firingrange,hs_ctf,1
mp_hanoi,hs_ctf,1
mp_havoc,hs_ctf,1
mp_mountain,hs_ctf,1
mp_nuked,hs_ctf,1
mp_radiation,hs_ctf,1
mp_russianbase,hs_ctf,1
mp_villa,hs_ctf,1
mp_array,hs_dem,1
mp_cairo,hs_dem,1
mp_cosmodrome,hs_dem,1
mp_cracked,hs_dem,1
mp_crisis,hs_dem,1
mp_duga,hs_dem,1
mp_firingrange,hs_dem,1
mp_hanoi,hs_dem,1
mp_havoc,hs_dem,1
mp_mountain,hs_dem,1
mp_nuked,hs_dem,1
mp_radiation,hs_dem,1
mp_russianbase,hs_dem,1
mp_villa,hs_dem,1
mp_array,hs_dom,1
mp_cairo,hs_dom,1
mp_cosmodrome,hs_dom,1
mp_cracked,hs_dom,1
mp_crisis,hs_dom,1
mp_duga,hs_dom,1
mp_firingrange,hs_dom,1
mp_hanoi,hs_dom,1
mp_havoc,hs_dom,1
mp_mountain,hs_dom,1
mp_nuked,hs_dom,1
mp_radiation,hs_dom,1
mp_russianbase,hs_dom,1
mp_villa,hs_dom,1
mp_array,hs_tdm,1
mp_cairo,hs_tdm,1
mp_cosmodrome,hs_tdm,1
mp_cracked,hs_tdm,1
mp_crisis,hs_tdm,1
mp_duga,hs_tdm,1
mp_firingrange,hs_tdm,1
mp_hanoi,hs_tdm,1
mp_havoc,hs_tdm,1
mp_mountain,hs_tdm,1
mp_nuked,hs_tdm,1
mp_radiation,hs_tdm,1
mp_russianbase,hs_tdm,1
mp_villa,hs_tdm,1



// WAGER MATCH CATEGORY

// ANTE UP

playlist 26
name english "One in the Chamber"
description english "One bullet in the chamber, a knife, three lives, and instant kills. Players receive a bullet after each kill."
categories entry
icon playlist_one_chamber
rule party_minplayers 6 //Should be 6 in release.
rule party_maxplayers 6
rule scr_xpscale 0
rule xblive_wagermatch 1
wagerbet 500
wagerentry 0
rule party_minLobbyTime 30
rule party_readyPercentRequired 1
mp_array,hs_oic,1
mp_cairo,hs_oic,1
mp_cosmodrome,hs_oic,1
mp_cracked,hs_oic,1
mp_crisis,hs_oic,1
mp_duga,hs_oic,1
mp_firingrange,hs_oic,1
mp_hanoi,hs_oic,1
mp_havoc,hs_oic,1
mp_mountain,hs_oic,1
mp_nuked,hs_oic,1
mp_radiation,hs_oic,1
mp_russianbase,hs_oic,1
mp_villa,hs_oic,1

playlist 27
name english "Sticks and Stones"
description english "You get a Crossbow, a Ballistic Knife, and a Tomahawk. Kill players to score points. Get Tomahawk kills to reset enemy scores to zero. Good luck."
categories entry
icon playlist_sticks_and_stones
rule party_minplayers 6
rule party_maxplayers 6
rule scr_xpscale 0
rule xblive_wagermatch 1
wagerbet 500
wagerentry 0
rule party_minLobbyTime 30
rule party_readyPercentRequired 1
mp_array,hs_hlnd,1
mp_cairo,hs_hlnd,1
mp_cosmodrome,hs_hlnd,1
mp_cracked,hs_hlnd,1
mp_crisis,hs_hlnd,1
mp_duga,hs_hlnd,1
mp_firingrange,hs_hlnd,1
mp_hanoi,hs_hlnd,1
mp_havoc,hs_hlnd,1
mp_mountain,hs_hlnd,1
mp_nuked,hs_hlnd,1
mp_radiation,hs_hlnd,1
mp_russianbase,hs_hlnd,1
mp_villa,hs_hlnd,1

playlist 28
name english "Gun Game"
description english "Kill players with your weapon to advance to the next weapon. First to get a kill with each weapon wins."
categories entry
icon playlist_gungame
rule party_minplayers 6
rule party_maxplayers 6
rule scr_xpscale 0
rule xblive_wagermatch 1
wagerbet 500
wagerentry 0
rule party_minLobbyTime 30
rule party_readyPercentRequired 1
mp_array,hs_gun,1
mp_cairo,hs_gun,1
mp_cosmodrome,hs_gun,1
mp_cracked,hs_gun,1
mp_crisis,hs_gun,1
mp_duga,hs_gun,1
mp_firingrange,hs_gun,1
mp_hanoi,hs_gun,1
mp_havoc,hs_gun,1
mp_mountain,hs_gun,1
mp_nuked,hs_gun,1
mp_radiation,hs_gun,1
mp_russianbase,hs_gun,1
mp_villa,hs_gun,1

playlist 29
name english "Sharpshooter"
description english "Weapons cycle every 45 seconds. Kill players to score points. Gain Perks for getting Killstreaks."
categories entry
icon playlist_sharpshooter
rule party_minplayers 6
rule party_maxplayers 6
rule scr_xpscale 0
rule xblive_wagermatch 1
wagerbet 500
wagerentry 0
rule party_minLobbyTime 30
rule party_readyPercentRequired 1
mp_array,hs_shrp,1
mp_cairo,hs_shrp,1
mp_cosmodrome,hs_shrp,1
mp_cracked,hs_shrp,1
mp_crisis,hs_shrp,1
mp_duga,hs_shrp,1
mp_firingrange,hs_shrp,1
mp_hanoi,hs_shrp,1
mp_havoc,hs_shrp,1
mp_mountain,hs_shrp,1
mp_nuked,hs_shrp,1
mp_radiation,hs_shrp,1
mp_russianbase,hs_shrp,1
mp_villa,hs_shrp,1

Vercetti
2010-11-08, 22:55
Call of Duty/Black Opsテつョ
Remote Console Quick Start Manual

Overview

This tool allows administrators to control dedicated Call of Duty/Black Ops game servers. In general, the
areas of control fall into the following categories

テつキ Player-specific controls
テつキ Map Controls and map rotations
テつキ Playlists
テつキ Editing values of settings (dvars)
テつキ Messaging and message rotations
テつキ Authoring configuration files

Getting Started

The distribution contains the following files (note: these will almost certainly change with future
releases).
BlackOpsRcon.exe テ「竄ャ窶 the main executable. This is dependent on Microsoftテ「竄ャ邃「s .NET framework 3.5 which
just about everyone has installed by now. If you donテ「竄ャ邃「t have it, you can install it from here:
http://www.microsoft.com/downloads/en/d ... ae52-4e35-
b531-508d977d32a6&displaylang=en

Data files:

テつキ BlackOpsRcon.default.gamesettings - an XML file which describes the game settings.
テつキ BlackOpsRcon.default.gametypes テ「竄ャ窶 an XML file which describes the various game types and
associated settings.

テつキ BlackOpsRcon.default.maps テ「竄ャ窶 an XML file which defines all the available maps.
テつキ default.cfg テ「竄ャ窶 a configuration file containing the default unranked server settings.
テつキ playlists_mp.info テ「竄ャ窶 a text file which defines all the available playlists.
テつキ UserQuickStart.pdf - this quick start manual.

Connecting to the server

After launching the application, notice the section called テ「竄ャナ轍uick Connectテ「竄ャツ. This is where you enter the
information for the server that you want to connect to.

Label テ「竄ャ窶 This is a name you can use to later identify this connection (in saved servers)
Host (IP) テ「竄ャ窶 This is the IP address of the server.
Port テ「竄ャ窶 The port number on the server youテ「竄ャ邃「re going to use. The default is 3074.
Password テ「竄ャ窶 The password for the remote server connection.

The last three values are supplied to you from GameServers.com.
Once youテ「竄ャ邃「ve entered the above information, press the テ「竄ャナ鼎onnectテ「竄ャツ button to connect to the server.
The テ「竄ャナ鉄aved Serversテ「竄ャツ section allows you to save your connection information for future use. Either select
the label name and press the テ「竄ャナ鼎onnectテ「竄ャツ button at the bottom of the window or double click the label
name in the list.

The User Interface

The main interface of the tool is navigated via a collection of tab buttons along the top of the window.
These buttons vary depending upon a couple of factors. The first distinction is between Ranked and
Unranked servers. The second is whether or not playlists are enabled on the server. For each tab
panel described below, the applicability of the panel will be based on these two factors.

Players - Available in all modes
This displays all players currently in the game and provides several player-specific commands.

Maps - Available only in Unranked with Playlists-disabled
Implements map switching and authoring of map rotations.

Playlists - Available in Ranked and in Unranked with Playlists-enabled
Controls the starting of available playlists and setting of map/gametype exclusions.

Settings - Available only in Unranked
Exposes many, many server variables for admins to edit.

Messages - Available in all modes
Sending of messages and authoring of message rotations.

Config Builder - Available only in Unranked
Creating configuration files locally and sending them to the server.

Console - Available only in Unranked
This provides a console onto the game server for sending any command to the server.

Server - Available only in Ranked (unranked has this functionality under テ「竄ャナ鉄ettingsテ「竄ャツ)
Provides a way for administrators to set basic server values (a subset of the Settings panel

Vercetti
2010-11-08, 23:05
Server Admin Guide



This is a place holder. I will put the guide together after release. I got some info from a gameservers tech I will pass on regarding server configs.

Here is what we know so far:

テつ* テつ** Game Servers will not be released until right around midnight. Expect to spend some time for unranked. Ranked should be quick.
テつ* テつ** A RCON Tool w GUI will be released with the game(may be a separate download)
テつ* テつ** 18 Player Max for Ranked
テつ* テつ** 24 Max for Unranked
テつ* テつ** Custom Server Banners and Message of the Day are supported as well as server messages
テつ* テつ** -Built-in RCON functionality (we will have to confirm if you can rcon via console)
テつ* テつ* テつ*-Kick & ban
テつ* テつ** Wager matches will ONLY be hosted by Treyarch and allow 6 People Max
テつ* テつ** No Nades for First 10 Secs
テつ* テつ** Hardcore mode

*confirmed* Unranked servers you can control or remove perks and killstreaks. Even on xbox there is a no perks and a cod4 only perk mode.

You actually have more control of your servers as far as server options out of the box with Black Ops than you did with any other COD.

There is supposed to be a lot of server variables we can control.

This is big really helps the competitive community. Maps are a good size and no spawn nades

Map names + Server abbreviations

Array テ「竄ャ窶 MP_ARRAY
Cracked テ「竄ャ窶 MP_CRACKED
Crisis テ「竄ャ窶 MP_CRISIS
Firing Range テ「竄ャ窶 MP_FIRINGRANGE
Grid - MP_DUGA
Hanoi テ「竄ャ窶 MP_HANOI
Havana - MP_CAIRO
Jungle テ「竄ャ窶 MP_HAVOC
Launch テ「竄ャ窶 MP_COSMODROME
Nuke Town テ「竄ャ窶 MP_NUKED
Radiation テ「竄ャ窶 MP_RADIATION
Summit テ「竄ャ窶 MP_MOUNTAIN
Villa テ「竄ャ窶 MP_VILLA
WMD テ「竄ャ窶 MP_RUSSIANBASE

Gametype names + Server abbreviations

Free-for-All - DM
Team Deathmatch - TDM
Search and Destroy - SD
Domination - DOM
Sabotage - SAB
Capture the Flag - CTF
Headquarters - KOTH
Demolition - DEM

Pre Configured configs (unofficial)

Bones TDM -12 players, Team Deathmatch, extras such as perks, kill streak rewards, contracts and attachments off.
Classic TDM - 12 players on killstreaks 3, 5 and 7, as in Call of Duty: Modern Warfare 1

Wager Matches


One In The Chamber
Sticks and Stones
Gun Game
Sharpshooter
WEEKEND GAMBLERS
One In The Chamber
Sticks and Stones
Gun Game
Sharpshooter
HIGH ROLLER
Pro Gambler

MI-six
2010-11-08, 23:21
This is the best news for a long time.
Only my concerns is the anti cheat system for now, but the game looks very intresting!

C4b4nossi
2010-11-08, 23:45
can someone please upload the admin tool somewhere for me?

Vercetti
2010-11-09, 00:02
We don't have it yet..... We need to activate the game first, and then we can download the tool through steam....