黑帮枪支和僵尸:关于CS1.6机器人问题......

来源:百度文库 编辑:查人人中国名人网 时间:2024/03/28 20:12:03
我用的是太平洋版的CS1。6,里面有机器人,可是我不知道如何设置“加”、“减”机器人的快捷键,求帮忙啊。。。。。。
是设置,不是按游戏现有的快捷键使用,就是重新设置一下。还有,如何单一的每次只加一个机器人啊?

// 看看这个能看懂不?

"0" "&1 Quick add bot" "bot_add"
"1" "&2 Kill BOTs" "bot_kill"
"2" "&3 Add BOTs"
{
"1" "&1 BOT Number"
{
"1" "1 BOT" "bot_quota 1"
"2" "2 BOT" "bot_quota 2"
"3" "3 BOT" "bot_quota 3"
"4" "4 BOT" "bot_quota 4"
"5" "5 BOT" "bot_quota 5"
"6" "6 BOT" "bot_quota 6"
"7" "7 BOT" "bot_quota 7"
"8" "8 BOT" "bot_quota 8"
"9" "9 BOT" "bot_quota 9"
"10" "Enter a number of BOT" "messagemode bot_quota"
}
"2" "&2 Add a T" "bot_add_t"
"3" "&3 Add a CT" "bot_add_ct"
}
"3" "&4 Kick BOTs" "bot_kick"
"4" "&5 Weapon Mode"
{
"1" "&1 Knife Only" "bot_knives_only"
"2" "&2 Pistols Only" "bot_pistols_only"
"3" "&3 Snipers Only" "bot_snipers_only"
"4" "&4 All Weapons" "bot_all_weapons"
}
"5" "&6 Weapon Allow"
{
"1" "&1 Pistols"
{
"1" "Enable" "bot_allow_pistols 1"
"2" "Disable" "bot_allow_pistols 0"
}
"2" "&2 Shotguns"
{
"1" "Enable" "bot_allow_shotguns 1"
"2" "Disable" "bot_allow_shotguns 0"
}
"3" "&3 Sub Machine Guns"
{
"1" "Enable" "bot_allow_sub_machine_guns 1"
"2" "Disable" "bot_allow_sub_machine_guns 0"
}
"4" "&4 Rifles"
{
"1" "Enable" "bot_allow_rifles 1"
"2" "Disable" "bot_allow_rifles 0"
}
"5" "&5 Snipers"
{
"1" "Enable" "bot_allow_snipers 1"
"2" "Disable" "bot_allow_snipers 0"
}
"6" "&6 Machine Guns"
{
"1" "Enable" "bot_allow_machine_guns 1"
"2" "Disable" "bot_allow_machine_guns 0"
}
"7" "&7 Grenades"
{
"1" "Enable" "bot_allow_grenades 1"
"2" "Disable" "bot_allow_grenades 0"
}
"8" "&8 Shield"
{
"1" "Enable" "bot_allow_shield 1"
"2" "Disable" "bot_allow_shield 0"
}

}
"6" "&7 SETTINGS"
{
"1" "&1 Bot Level"
{
"1" "&1 Expert" "bot_difficulty 3"
"2" "&2 Hard" "bot_difficulty 2"
"3" "&3 Normal" "bot_difficulty 1"
"4" "&4 Easy" "bot_difficulty 0"
}
"2" "&2 BOT Join Team"
{
"1" "&1 T" "bot_join_team t"
"2" "&2 CT" "bot_join_team ct"
"3" "&3 Any" "bot_join_team any"
}
"3" "&3 allow_rogues"
{
"1" "&1 ON" "allow_rogues 1"
"2" "&2 OFF" "allow_rogues 0"
}
}
}

//说明
BOT命令详解:
bot_add 增加一个BOT
bot_add_ct 增加一个警察
bot_add_t 增加一个匪徒
bot_kill <name> 杀死一个BOT,如果不打BOT名字,则杀死所有BOT
bot_kick <name> 踢掉一个BOT,如果不打BOT名字,则踢掉所有BOT
bot_knives_only BOT只准使用刀
bot_pistols_only BOT只准使用手枪
bot_snipers_only BOT只准使用狙击枪
bot_all_weapons BOT可以使用所有武器
bot_difficulty [0-3] BOT难度,0最难,3最简单 (默认最难)
bot_quota <num> 加入BOT的数量
bot_prefix <string> BOT名称前缀
bot_join_team [ct, t, any] BOT可以加入哪方
bot_join_after_player [0,1] 如果设置为1,那么BOT非要等到一个人加入游戏才会加入
bot_allow_pistols [0,1] BOT是否可以用手枪,1允许,2禁止 (下同)
bot_allow_shotguns [0,1] BOT是否可以用散弹枪(2类枪)
bot_allow_sub_machine_guns [0,1] BOT是否可以用冲锋枪(3类枪)
bot_allow_rifles [0,1] BOT是否可以用来复枪(4类枪)
bot_allow_machine_guns [0,1] BOT是否可以用重机枪(5类枪)
bot_allow_snipers [0,1] BOT是否可以用狙击枪
bot_allow_grenades [0,1] BOT是否可以用手雷
bot_allow_shield [0,1] BOT是否可以用盾牌
bot_allow_rogues [0,1] BOT是否可以游手好闲
bot_stop [0,1] BOT是否暂停活动
bot_about 显示BOT版本 (SeventeenBot v2.0)

下半部分,来自网友整理。