You are on page 1of 10

// Command Menu definition

//
// Basic Format:
//
"<Bound Key>" "<Button Text>" "<Command sent to server>"
//
//
//
//
// Buttons can also open up submenus, as follows:
// {
//
"Some More Options",
//
{
//
...
//
}
// }
//
//
// Buttons preceded with "CUSTOM" are handled in special ways. They can only be
moved
// around or deleted.
//
//
// Limitations:
//
Maximum of 40 menus.
//
Maximum of 100 buttons per menu.
//-------------------------------------------------------// Everything below here is editable
"1" "BOT MENU LOCAL"
{
"1" "Bot Management"
{
"1" "Kill All Bots"
"2" "Kick All Bots"
"3" "Stop All Bots"
{
"1" "Freeze All Bots"
"2" "Unfreeze All Bots"
}
"4" "Radio Chatter"
{
"1" "Off"
"2" "Standard Radio"
"3" "Minimal"
"4" "Normal"
}
}
"2" "Bot Numbers"
{
"1" "Quick Add Bot"
"2" "Add A Specific Bot"
{
"1" "Add Terrorist"
"2" "Add Counter-Terrorist"
}
"3" "Bot Join Team"
{
"1" "Terrorist"

"bot_kill"
"bot_kick"
"bot_stop 1"
"bot_stop 0"

"bot_chatter
"bot_chatter
"bot_chatter
"bot_chatter

off"
radio"
minimal"
normal"

"bot_add"
"bot_add_t"
"bot_add_ct"

"bot_join_team t"

"2" "Counter-Terrorist"
"3" "Any"
}
"4" "Bot Quota"
{
"1" "3 Bots"
"2" "5 Bots"
"3" "7 Bots"
"4" "9 Bots"
"5" "11 Bots"
"6" "13 Bots"
}

"bot_join_team ct"
"bot_join_team any"

"bot_quota
"bot_quota
"bot_quota
"bot_quota
"bot_quota
"bot_quota

3"
5"
7"
9"
11"
13"

}
"3" "Bot Settings"
{
"1" "Difficulty"
{
"1" "Easy"
"bot_difficulty 0"
"2" "Normal"
"bot_difficulty 1"
"3" "Hard"
"bot_difficulty 2"
"4" "Expert"
"bot_difficulty 3"
}
"2" "Map Objectives"
{
"1" "Bots Complete Objectives" "bot_defer_to_human 0"
"2" "Humans Complete Objectives""bot_defer_to_human 1"
}
"3" "Weapon Mode"
{
"1" "Knives Only"
"bot_knives_only 1"
"2" "Pistols Only"
"bot_pistols_only 1"
"3" "Snipers Only"
"bot_snipers_only 1"
"4" "All Weapons"
"bot_all_weapons 1"
}
"4" "Weapon Restrictions"
{
"1" "Grenades"
{
"1" "Allow"
"bot_allow_grenades 1"
"2" "Restrict"
"bot_allow_grenades 0"
}
"2" "Machine Guns"
{
"1" "Allow"
"bot_allow_machine_guns
1"
"2" "Restrict"

"bot_allow_machine_guns

0"
}
"3" "Pistols"
{
"1" "Allow"
"2" "Restrict"
}
"4" "Rifles"
{
"1" "Allow"
"2" "Restrict"
}
"5" "Shield"
{

"bot_allow_pistols 1"
"bot_allow_pistols 0"

"bot_allow_rifles 1"
"bot_allow_rifles 0"

"1" "Allow"
"2" "Restrict"
}
"6" "Shotguns"
{
"1" "Allow"
"2" "Restrict"
}
"7" "Snipers"
{
"1" "Allow"
"2" "Restrict"
}
"8" "Sub-Machine Guns"
{
"1" "Allow"

"bot_allow_shield 1"
"bot_allow_shield 0"

"bot_allow_shotguns 1"
"bot_allow_shotguns 0"

"bot_allow_snipers 1"
"bot_allow_snipers 0"

"bot_allow_sub_machine_g

uns 1"
"2" "Restrict"

"bot_allow_sub_machine_g

uns 0"
}
}
}
}
"2" "BOT MENU REMOTE"
{
"1" "RCON Logon"
ord"
"2" "Bot Management"
{
"1" "Kill All Bots"
"2" "Kick All Bots"
"3" "Stop All Bots"
{
"1" "Freeze All Bots"
"2" "Unfreeze All Bots"
}
"4" "Radio Chatter"
{
"1" "Off"
"2" "Standard Radio"
"3" "Minimal"
l"
"4" "Normal"
"
}
}
"3" "Bot Numbers"
{
"1" "Quick Add Bot"
"2" "Add A Specific Bot"
{
"1" "Add Terrorist"
"2" "Add Counter-Terrorist"
}
"3" "Bot Join Team"
{
"1" "Terrorist"
"2" "Counter-Terrorist"

"rcon_password yourpassw

"rcon bot_kill"
"rcon bot_kick"
"rcon bot_stop 1"
"rcon bot_stop 0"

"rcon bot_chatter off"


"rcon bot_chatter radio"
"rcon bot_chatter minima
"rcon bot_chatter normal

"rcon bot_add"
"rcon bot_add_t"
"rcon bot_add_ct"

"rcon bot_join_team t"


"rcon bot_join_team ct"

"3" "Any"
}
"4" "Bot Quota"
{
"1" "3 Bots"
"2" "5 Bots"
"3" "7 Bots"
"4" "9 Bots"
"5" "11 Bots"
"6" "13 Bots"
}
}
"4" "Bot Settings"
{
"1" "Difficulty"
{
"1" "Easy"
"2" "Normal"
"3" "Hard"
"4" "Expert"
}
"2" "Map Objectives"
{
"1" "Bots Complete Objectives"

"rcon bot_join_team any"

"bot_quota
"bot_quota
"bot_quota
"bot_quota
"bot_quota
"bot_quota

"rcon
"rcon
"rcon
"rcon

3"
5"
7"
9"
11"
13"

bot_difficulty
bot_difficulty
bot_difficulty
bot_difficulty

0"
1"
2"
3"

"rcon bot_defer_to_human

0"
"2" "Humans Complete Objectives""rcon bot_defer_to_human
1"
}
"3" "Weapon Mode"
{
"1" "Knives Only"
"2" "Pistols Only"

"rcon bot_knives_only 1"


"rcon bot_pistols_only 1

"3" "Snipers Only"

"rcon bot_snipers_only 1

"
"
"4" "All Weapons"
}
"4" "Weapon Restrictions"
{
"1" "Grenades"
{
"1" "Allow"

"rcon bot_all_weapons 1"

"rcon bot_allow_grenades

1"
"2" "Restrict"

"rcon bot_allow_grenades

0"
}
"2" "Machine Guns"
{
"1" "Allow"

"rcon bot_allow_machine_

guns 1"
"2" "Restrict"

"rcon bot_allow_machine_

guns 0"
}
"3" "Pistols"
{
"1" "Allow"

"rcon bot_allow_pistols

1"
"2" "Restrict"
0"
}

"rcon bot_allow_pistols

"4" "Rifles"
{
"1" "Allow"

"rcon bot_allow_rifles 1

"
"2" "Restrict"

"rcon bot_allow_rifles 0

"
}
"5" "Shield"
{
"1" "Allow"

"rcon bot_allow_shield 1

"
"2" "Restrict"

"rcon bot_allow_shield 0

"
}
"6" "Shotguns"
{
"1" "Allow"

"rcon bot_allow_shotguns

1"
"2" "Restrict"

"rcon bot_allow_shotguns

0"
}
"7" "Snipers"
{
"1" "Allow"

"rcon bot_allow_snipers

1"
"2" "Restrict"

"rcon bot_allow_snipers

0"
}
"8" "Sub-Machine Guns"
{
"1" "Allow"

"rcon bot_allow_sub_mach

"2" "Restrict"

"rcon bot_allow_sub_mach

ine_guns 1"
ine_guns 0"
}
}
}
}
"3" "#Cstrike_HELP"
{
CUSTOM
"1" "#Cstrike_Map_Desc"
"2" "#Cstrike_Time_Left"
"3" "#Cstrike_Adjust_Crosshair"
"4" "#Cstrike_Use_Left_Hand"
"5" "#Cstrike_Use_Right_Hand"
}
"4" "#Cstrike_CHANGE_TEAM"

"chooseteam"

"!MAPBRIEFING"
"timeleft"
"adjust_crosshair"
"cl_righthand 0"
"cl_righthand 1"

// Here are the rest of the buttons and submenus


// You can change these safely if you want.
"5" "#Cstrike_TEAM_MESSAGE"
{
// Map Specific
MAP cs_siege "1" "#Cstrike_siege"

{
"1" "#Cstrike_take_underground"

"say_team Take the under

"2" "#Cstrike_enemy_garage"

"say_team Enemy in parki

"3" "#Cstrike_rush_hostage_room"

"say_team Rush the hosta

"4" "#Cstrike_snipers_watch_out"

"say_team Snipers! Watch

"5" "#Cstrike_take_upper_route"

"say_team Take the upper

ground!"
ng garage!"
ge room!"
out!"
route!"
}
MAP de_train "1" "#Cstrike_train"
{
"1" "#Cstrike_rush_trainyard"
yard bomb site!"
"2" "#Cstrike_rush_enclosed"
sed bomb site!"
"3" "#Cstrike_flank_them"
"4" "#Cstrike_bomb_site_secure"
re!"
"5" "#Cstrike_lend_me_blaster"
laster!"
}
MAP de_vertigo "1" "#Cstrike_vertigo"
{
"1" "#Cstrike_rush_upper_level"
level!"
"2" "#Cstrike_rush_lower_level"
level!"
"3" "#Cstrike_flank_them"
"4" "#Cstrike_snipers_watch_out"
out!"
"5" "#Cstrike_bomb_site_secure"
re"
}
MAP de_prodigy "1" "#Cstrike_prodigy"
{
"1" "#Cstrike_rush_to_pipes"
pes bomb site!"
"2" "#Cstrike_rush_to_lab"
b!"
"3" "#Cstrike_take_the hallway"
ay!"
"4" "#Cstrike_flank_them"
"5" "#Cstrike_take_the_apc"
oute!"
}
MAP de_aztec "1" "#Cstrike_aztec"
{
"1" "#Cstrike_take_bridge"

"say_team Rush the train


"say_team Rush the enclo
"say_team Flank them!"
"say_team Bomb site secu
"say_team Lend me your b

"say_team Rush the upper


"say_team Rush the lower
"say_team Flank them!"
"say_team Snipers! Watch
"say_team Bomb site secu

"say_team Rush to the pi


"say_team Rush to the la
"say_team Take the hallw
"say_team Flank them!"
"say_team Take the APC r

"say_team Take the bridg

e!"
"2" "#Cstrike_enemy_at_bomb_site"

"say_team Narby, enemy a

"3" "#Cstrike_rush_to_bomb_site"

"say_team Rush to the bo

t bomb site!"
mb site!"

"4" "#Cstrike_bomb_site_secure"

"say_team Bomb site secu

"5" "#Cstrike_take_water_route"

"say_team Take the water

re!"
route!"
}
MAP de_inferno "1" "#Cstrike_inferno"
{
"1" "#Cstrike_take_bridge"

"say_team Take the bridg

e!"
"2" "#Cstrike_enemy_at_bomb_site"

"say_team Enemy at bomb

"3" "#Cstrike_rush_to_bomb_site"

"say_team Rush to the bo

"4" "#Cstrike_bomb_site_secure"

"say_team Bomb site secu

"5" "#Cstrike_take_water_route"

"say_team Take the water

site!"
mb site!"
re!"
route!"
}
MAP cs_office "1" "#Cstrike_office"
{
"1" "#Cstrike_take_back_route"

"say_team Take the back

route!"
"2" "#Cstrike_rush_to_hostages"

"say_team Rush to the ho

"3" "#Cstrike_do_it_for_manilov"

"say_team Do it for Mani

"4" "#Cstrike_take_front_route"

"say_team Take the front

"5" "#Cstrike_flank_them"

"say_team Flank them!"

stages!"
lov!"
route!"
}
MAP cs_backalley "1" "#Cstrike_backalley"
{
"1" "#Cstrike_flank_them"
"2" "#Cstrike_enemy_overhead"

"say_team Flank them!"


"say_team Enemy overhead

!"
"3" "#Cstrike_rush_to_hostages"

"say_team Rush to the ho

"4" "#Cstrike_go_you_blaster"

"say_team Go you blaster

"5" "#Cstrike_taking_heavy_fire"

"say_team Taking heavy b

stages!"
!"
laster fire!"
}
MAP cs_747 "1" "#Cstrike_747"
{
"1" "#Cstrike_rush_the_plane'"

"say_team Rush the plane

!"
"2" "#Cstrike_meet_in_terminal"

"say_team Meet in the te

"3" "#Cstrike_enemy_outside_plane"

"say_team Enemy outside

"4" "#Cstrike_enemy_in_cargo"

"say_team Enemy in cargo

"5" "#Cstrike_flank_them"

"say_team Flank them!"

rminal"
plane!"
hold!"
}
MAP as_oilrig "1" "#Cstrike_oilrig"

{
"1" "#Cstrike_rush_to_chopper"

"say_team Rush to the ch

"2" "#Cstrike_to_the_elevator"

"say_team To the elevato

"3" "#Cstrike_vip_spotted"
"4" "#Cstrike_sniper_spotted"

"say_team VIP spotted!"


"say_team Sniper spotted

"5" "#Cstrike_protect_the_vip"

"say_team Protect the VI

opper!"
r!"
! Look out!"
P!"
}
MAP cs_assault "1" "#Cstrike_assault"
{
"1" "#Cstrike_rush_the_building"

"say_team Rush the build

ing!"
"2" "#Cstrike_take_the_vents"

"say_team Take the vents

"3" "#Cstrike_enemy_in_vents"

"say_team Enemy in vents

"4" "#Cstrike_rush_hostage_room"

"say_team Rush the hosta

"5" "#Cstrike_team_regroup"

"say_team Team! Regroup!

!"
!"
ge room!"
"
}
MAP de_nuke "1" "#Cstrike_nuke"
{
"1" "#Cstrike_go_to_main_hall"

"say_team Go to the main

hall"
"2" "#Cstrike_go_to_basement"

"say_team Go to basement

"3" "#Cstrike_flank_yard"
"4" "#Cstrike_flank_comm_room"

"say_team Flank Yard"


"say_team Flank comm-roo

"5" "#Cstrike_at_entrance_hall"

"say_team At the entranc

"
m"
e hall"
}
MAP de_cbble "1" "#Cstrike_cbble"
{
"1" "#Cstrike_heading_central_hall"
tral hallway!"
"2" "#Cstrike_heading_underpass"
erpass!"
"3" "#Cstrike_sniper_in_tower"
r tower!"
"4" "#Cstrike_bomb_target_secure"
eas secure"
"5" "#Cstrike_guard_start_area"
ea"
}
MAP de_dust "1" "#Cstrike_dust"
{
"1" "#Cstrike_heading_to_hallway"

"say_team Heading to cen


"say_team Heading to und
"say_team Enemy in snipe
"say_team Bomb target ar
"say_team Guard start ar

"say_team Heading to hal

lway!"
"2" "#Cstrike_heading_underpass"

"say_team Heading to und

"3" "#Cstrike_bomb_a_secure"

"say_team Bomb area A se

erpass!"

cure"
"4" "#Cstrike_bomb_b_secure"

"say_team Bomb area B se

"5" "#Cstrike_sniper_at_underpass"

"say_team Snipers at und

cure"
erpass"
}
MAP de_dust2 "1" "#Cstrike_dust2"
{
"1" "#Cstrike_heading_to_hallway"

"say_team Heading to hal

lway!"
"2" "#Cstrike_heading_underpass"

"say_team Heading to und

"3" "#Cstrike_bomb_a_secure"

"say_team Bomb area A se

"4" "#Cstrike_bomb_b_secure"

"say_team Bomb area B se

"5" "#Cstrike_heading_to_tunnel"

"say_team Heading to tun

erpass!"
cure"
cure"
nel!"
}
MAP cs_italy "1" "#Cstrike_italy"
{
"1" "#Cstrike_meet_at_market"

"say_team Meet at the ma

"2" "#Cstrike_rush_the_house"

"say_team Rush through t

"3" "#Cstrike_head_to_wine_cellar"

"say_team Head for the w

"4" "#Cstrike_rush_long_passage"

"say_team Rush the long

"5" "#Cstrike_hostages_rescued"

"say_team Hostages being

rket!"
he house!"
ine cellar!"
passage!"
rescued!"
}
MAP cs_estate "1" "#Cstrike_estate"
{
"1" "#Cstrike_go_to_sewer"

"say_team Go to the sewe

r!"
"2" "#Cstrike_enemy_on_first_story"

"say_team Enemy on first

"3" "#Cstrike_enemy_on_sec_story"

"say_team Enemy on secon

"4" "#Cstrike_enemy_in_back"

"say_team Enemy in back

"5" "#Cstrike_enemy_in_front"

"say_team Enemy in front

story!"
d story!"
of house!"
of house!"
}
MAP as_tundra "1" "#Cstrike_tundra"
{
"1" "#Cstrike_use_sec_route"
ary route!"
"2" "#Cstrike_use_primary_route"
y route!"
"3" "#Cstrike_snipers_watch_out"
out!"
"4" "#Cstrike_rush_to_apc"
C!"
"5" "#Cstrike_rush_to_chopper"

"say_team Use the second


"say_team Use the primar
"say_team Snipers! Look
"say_team Rush to the AP
"say_team Rush to the ch

opper!"
}
MAP cs_militia "1" "#Cstrike_militia"
{
"1" "#Cstrike_meet_at_garage"

"say_team Meet at garage

vent!"
"2" "#Cstrike_meet_front_house"

"say_team Meet at front

"3" "#Cstrike_meet_backyard"

"say_team Meet in backya

"4" "#Cstrike_enemy_topside"

"say_team Enemy is topsi

"5" "#Cstrike_enemy_sewers"

"say_team Enemy is in se

of house!"
rd!"
de!"
wers!"
}
"2"
"3"
"4"
"5"
"6"

"#Cstrike_Acknowledged"
"#Cstrike_Negative"
"#Cstrike_Go"
"#Cstrike_On_My_Way"
"#Cstrike_Need_Backup"

"say_team
"say_team
"say_team
"say_team
"say_team

}
"6" "#Cstrike_DROP_CURRENT_ITEM"

"drop"

"7" "EXIT"

"slot10"

Acknowledged"
Negative"
Go Go Go!"
On my way"
Need backup!"

You might also like