📄 podbot.cfg
字号:
// Any line begining with '//' in the first column is a comment line
//
// The following commands are supported in the podbot.cfg file:
//
// All arguments in square Brackets are optional if you don't
// specify them a random value will be chosen
//
// yapb_quota <value> - configure the number of bots that will run
// on this server.
//
// yapb_autovacate <1|0> - Turns on/off auto vacate
//
// yapb_minskill <value> - Sets the minimum Skill if Bots are created without
// specifying the Skill (0-100)
//
// yapb_maxskill <value> - Sets the maximum Skill if Bots are created without
// specifying the Skill. Must be bigger than yapb_minskill
// of course!
//
// yapb_botchat <1|0> - Turns on/off Botchatting. Bots chat if they killed
// someone, if the Bomb was planted or if they are dead
// and bored.
//
// yapb addbot [skill] [personality] [team] [name] - Adds a Bot using a Skill from 0-100,
// team is 1 for Terrorists, 2 for Counter Terrorists and 5 to
// use auto-assign, name is of course the name for this Bot
// If you don't specify the arguments, a random skill will be
// chosen and the Bot will be auto-assigned with a Name he chooses
// randomly from "Botnames.txt". You can edit this File to add some
// names you like better!
//
// yapb_jasonmode <1|0> - Turns on/off Jason Mode! Meaning Bots don't buy
// weapons and only use the knife for combat! Greets
// to Auxois! (Thanks for hosting btw.) Use this for
// much fun with e.a. cs_estate or cs_office
//
// yapb_botuseradio <1|0> - Turns on/off bots' using radio communications
//
// yapb_wptfolder <folder> - Sets the default Folder for loading/saving Waypoint
// Files. This folder HAS to be inside the yapb
// Directory! Don't put it into quotation marks and
// don't use spaces or a trailing backslash!
//
// yapb_detailnames <1|0> - Turns on/off the Skilldisplay behind names and the
// [POD] before the name
//
// yapb_inhumanturns <1|0> - If you think that a Skill 100 Bot is too weak for
// you, you can turn this on to have that unfair
// turning from previous versions again. Note that
// this overrides the turn amounts in botskill.cfg
//
// yapb_followuser <number> - Sets the maximum number of Bots in the team to
// follow the same user (when Radio Command
// "Follow Me" is used). Default is 3
//
// yapb_useexp <1|0> - Turn this on/off to allow the Bots collecting
// experience about the map they're playing
//
// yapb_autosaveexp <1|0> - Turn this off to prevent saving the .pxp files
//
// yapb_shootthruwalls <1|0> - This Variable specifies if Bots are allowed to
// shoot through Walls if they saw an enemy or if
// they heard someone on the other Side of a Wall
// Any other commands in the bot.cfg file will be treated as server
// commands. For example, you can use "map mapname" (without the quotes)
// to select a specific map, or you can use "mp_forcerespawn 1" to turn
// on force respawn, or "kick #1" to automatically kick player number 1.
//
// 路点所在文件夹
yapb_wptfolder wptdefault
// 是否在机器人名前加[POD]
yapb_detailnames 0
// 服务器自动添加机器人数量
//yapb_quota 10
// 当玩家进入服务器,机器人是否自动退出
yapb_autovacate 0
// 机器人聊天
yapb_botchat 0
// 砍刀模式:所有机器人都只用刀
yapb_jasonmode 0
// 机器人使用步话机
yapb_botuseradio 1
// 机器人最小技能
yapb_minskill 90
// 机器人最大技能
yapb_maxskill 95
// 非人性转身
yapb_inhumanturns 0
// 最大跟随者数量
yapb_followuser 0
// 机器人收集经验
yapb_useexp 1
// 自动保存经验到 .pxp文件
yapb_autosaveexp 1
// 允许开枪穿墙
yapb_shootthruwalls 1
// 机器人对声音、捡枪、扔雷的最大反应时间 单位 秒
yapb_timersound 0.01
yapb_timerpickup 0.02
yapb_timergrenade 0.02
// 机器人是否参与投票踢人
yapb_votekick 0
// 机器人是否可以喷图
yapb_botspray 0
// 加入机器人
//yapb add
//yapb add
// 机器人、路点菜单键位设定
bind "=" "yapb menu"
bind "-" "yapb wp menu"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -