View Single Post
Re: Bots won't load, need help with command menu...
Old
  (#5)
SGt_pAIn
Guest
 
Status:
Posts: n/a
Default Re: Bots won't load, need help with command menu... - 16-01-2004

I can help with command menu. rbds is not used with wip 2065. Here is my commandmenu. Cut and paste into yours.


Quote:
"8" "Realbot"
{
"1" "Add Bots"
{
"1" "Quick add bot" "rcon realbot add"
"2" "Add a specific bot"
{
"1" "Add a terrorist"
{
"1" "Newbie" "rcon realbot add_1_6"
"2" "Average" "rcon realbot add_1_2"
"3" "Godlike" "rcon realbot add_1_0"
"5" "Random skill" "rcon realbot add_1"
}
"2" "Add a counter-terrorist"
{
"1" "Newbie" "rcon realbot add_2_6"
"2" "Average" "rcon realbot add_2_2"
"3" "Godlike" "rcon realbot add_2_0"
"5" "Random skill" "rcon realbot add_2"
}
"5" "Random team"
{
"1" "Newbie" "rcon realbot add_-1_6"
"2" "Average" "rcon realbot add_-1_2"
"3" "Godlike" "rcon realbot add_-1_0"
"5" "Random skill" "rcon realbot add"
}
}
}
"2" "Remove Bots"
{
"1" "Quick remove bot" "rcon realbot removebot_1"
"2" "Remove bot"
{
"1" "Remove a terrorist" "rcon realbot removebot_1_1"
"2" "Remove a counter-terrorist" "rcon realbot removebot_1_2"
}
}
"3" "Internet Mode"
{
"1" "Turn on internet mode" "rcon realbot internet_1"
"2" "Turn off internet mode" "rcon realbot internet_0"
}
"4" "Endround" "rcon realbot endround"
"5" "Settings"
{
"1" "Counter-Strike Version"
{
"1" "Counter-Strike 1.5" "rcon realbot csversion_0"
"2" "Counter-Strike 1.6" "rcon realbot csversion_1"
}
"2" "Bot Skill"
{
"1" "Randomized skill" "rcon realbot skill_-1"
"2" "Default skill" "rcon realbot skill_5"
"3" "Easy skill" "rcon realbot skill_10"
"4" "Hard skill" "rcon realbot skill_1"
}
"3" "Auto-Skill Adjustment"
{
"1" "Turn Auto-Skill on" "rcon realbot autoskill_1"
"2" "Turn Auto-Skill off" "rcon realbot autoskill_0"
}
}
  
Reply With Quote