|
// ------------------------------------------------------------------------
// This file is part of Strengthen Yet Another Ping Of Death Bot Configuration Files.
// Copyright (c) 2003-2012, by YaPB Development Team and HsK. All rights Reserved.
//
// Please check out the documentation files, before altering config files.
//
// $Id$
// ------------------------------------------------------------------------
// Specifies percent of bots that can autofollow human player at start of each round.
//
// Default value: 50
sypb_followpercent "0"
// Specifies number of bots playing on the server machine.
//
// Default value: 10
sypb_quota "9"
// Specifies minimum bots skill, when creating bot with random parameters.
//
// Default value: 95
sypb_minskill "95"
// Specifies maximum bots skill, when creating bot with random parameters.
//
// Default value: 100
sypb_maxskill "100"
// Specifies time interval, used with bot hearing system.
//
// Default value: 0.5
sypb_timersound "0.5"
// Specifies time interval, used to check for items around the bot.
//
// Default value: 0.2
sypb_timerpickup "0.5"
// Specifies time interval, used to check for grenade throw.
//
// Default value: 0.5
sypb_timergrenade "0.5"
// Specifies if bots able to chat each-other while they are dead.
//
// Default value: 1
sypb_chat "1"
// Specifies mode, where bots able to fight only on knives.
//
// Default value: 0
sypb_knifemode "0"
// Specifies, if all bots on the server stopbots function, while this variable set to 1.
//
// Default value: 0
sypb_stopbots "0"
// Specifies, if bots are able to spraypaints graphical logos in a game.
//
// Default value: 1
sypb_spraypaints "1"
// Specifies, if bots able to purchase weapon and items at start of the each round.
//
// Default value: 1
sypb_botbuy "1"
// Specifies level for bot debugging engine. For developers and betatesting team only.
//
// Default value: 0
sypb_debug "0"
// Specifies if bot's teamkiller will be punshied for his heroic action.
//
// Default value: 1
sypb_tkpunish "0"
// Specifies if bot can use shift while moving in battle.
//
// Default value: 1
sypb_walkallow "1"
// Specifies if bots are able to shoot their enemies.
//
// Default value: 0
sypb_noshots "0"
// Specifies if bots can only be running in hard mode. Enable only if you playing very well.
//
// Default value: 1
sypb_hardmode "1"
// Specifies if bots are able to use team-ecorounds to save money.
//
// Default value: 1
sypb_ecorounds "1"
// Specifies pasword key for setinfo information to acccess to the bot menu and command.
//
// Default value: 0
sypb_password_key "_sypb_pw"
// Specifies password for accessing bot menu and commands on the server running yapb.
//
// Default value: 0
sypb_password "thebot"
// Specifies list of the weapons, that are banned for botbuying and picking up.
//
// Default value: ump45;p90;elite;tmp;mac10;m3;xm1014
sypb_restrictweapons "mac10;tmp;ump45;xm1014;m3;scout"
// Specifies method for aiming of bots.
//
// Default value: 3
sypb_aimtype "3"
// Specifies method for calculating the msec value.
//
// Default value: 0
sypb_msectype "3"
// Specifies log level for bots messages. Critical errors will be logged anyway.
//
// Default value: 2
sypb_loglevel "2"
// Specifies the language in which all bot menus and comments are displayed.
//
// Default value: en
sypb_language "en"
// Specifies method for commtype engine for bots.
//
// Default value: 2
sypb_commtype "2"
// Specifies the team, in which all creating bots will be forced to join.
//
// Default value: any
sypb_forceteam "any"
bind "=" "sypb menu"
|
|