View Single Post
Re: not work yb_autovacate (v2.73)
Old
  (#6)
WaSaAa
Member
 
Status: Offline
Posts: 5
Join Date: Dec 2015
Location: 127.0.0.1
Warning Re: not work yb_autovacate (v2.73) - 06-06-2016

Quote:
Originally Posted by jeefo View Post
Try to set to zero.
Still does not work well, now there is 1 bot but there is random sometimes more, sometimes less regardless of the players on the server, I leave here my settings if you want to review it.

Code:
// ------------------------------------------------------------------------
// This file is part of Yet Another Ping Of Death Bot Configuration Files.
// Copyright (c) 2003-2015, by YaPB Development Team.
//
// Please check out the documentation, before altering config files.
// ------------------------------------------------------------------------

//
// Display's additional debug information about bot, when you spectating him.
//
// Default: 0
//
yb_debug "0"

//
// Forces all bots to move to specified here goal.
//
// Default: -1
//
yb_debug_goal "-1"

//
// Chance that bot will autofollow human-commander in start of each round.
//
// Default: 20
//
yb_user_follow_percent "20"

//
// Maximum number of bots, that can follow human-commander each round.
//
// Default: 1
//
yb_user_max_followers "1"

//
// Forces all bot's to play only with knives.
//
// Default: 0
//
yb_jasonmode "0"

//
// Select's bot's radio-chatter-communication types.
//
// Allowed values:
//   0 - Radio & Chatter Disabled.
//   1 - Only Radio Enabled.
//   2 - Chatter & Radio Enabled.
//
// Default: 2
yb_communication_type "0"

//
// Enables bot's economics rounds. See general.cfg for more info.
//
// Default: 1
//
yb_economics_rounds "1"

//
// Enables or disables bot's ability to move silently, if they hears enemy.
//
// Default: 1
//
yb_walking_allowed "1"

//
// Forces bot to punish teammate, that shooting him. This also forces bots to vote for kick against his tk'ing teammate.
//
// Default "1"
//
yb_tkpunish "0"

//
// Bot's do nothings, and stays at spawn.
//
// Default: 0
//
yb_freeze_bots "0"

//
// Allows or disallows bot's to do spraypaints.
//
// Default: 1
//
yb_spraypaints "0"

//
// Allows or disallows bots ability to buy weapons.
//
// Default: 1
//
yb_botbuy "1"


//
// Path to chatter, by default points to chatter from Official CSBot
//
// Default: sound/radio/bot
//
yb_chatter_path "sound/radio/bot"

//
// Weapons that bot unable to buy in any situations. Priority of this cvar higher, than the data specified in general.cfg
//
// Default: 
//
yb_restricted_weapons ""

//
// Allows or disallows bot's shooting through walls at enemies.
//
// Default: 2
//
yb_shoots_thru_walls "2"

//
// When enabled, bot's will ignore any enemies on the way, but will do their goals.
//
// Default: 0
//
yb_ignore_enemies "0"


//
// Only used with CSDM mod, and selects whether CSDM is active. This cvar automatically configured by bot.
// No need to edit manually in most cases.
//
// Available values:
//  0 - Disabled CSDM.
//  1 - CSDM Active.
//  2 - CSDM Active with FFA mode.
//
yb_csdm_mode "0"

//
// Kick bots to automatically make room for human players.
//
// Default: 1
//
yb_autovacate "1"
yb_autovacate_smart_kick "0"

//
// Adds this number of bots per human users.
//
// Default: 0
//
yb_quota_match "0"

//
// Total maximum bots can be added by yb_quota_match, only effective when yb_quota_match non-zero.
//
// Default: 0
//
yb_quota_match_max "3"

//
// Bot's will join the game, only one alive human already joined team.
//
// Default: 0
//
yb_join_after_player "0"

//
// Forces bot's to join specific team.
//
// Available values:
//   any - Bot's will join both teams.
//   ct - Bot's will join only CT team.
//   te - Bot's will join only T team.
//
// Default: any
//
yb_join_team "any"

//
// Specifies bot "clan" tag, that displayed before his name.
//
// Default: ""
//
yb_name_prefix ""


//
// Controls what latency will be shown in scoreboard for bots.
// 
// Available values:
//  0 - Nothing is displayed.
//  1 - "BOT" latency is displayed.
//  2 - Simulating human latency.
//
yb_latency_display "2"

//
// Allows or disallows bots text-chat.
//
// Default: 1
//
yb_chat "0"

//
// Controls the password to access bot command and menus, when connected to server running yapb.
//
// Default: thebot
//
// Notes: Change this, if you going to run bots on dedicated server.
//
yb_password ""

//
// Setinfo password key, that holds yb_password on client, to access bot commands and menus, when connected to server
// running yapb.
//
// Default: _ybpw
//
// Usage:
//   setinfo _ybpw thebot  - You will be able to access bot's menu in commands remotely.
//
yb_password_key "_ybwp"

//
// Small welcome message on first round, showing version and build of the bot.
//
// Default: 1
//
yb_listenserver_welcome "0"

//
// Specifies host, that contains dozen of waypoint files. Host must contain subdirectory /wpdb/ which contains all the waypoints.
//
// Default; yapb.jeefo.net
//
yb_waypoint_autodl_host "yapb.jeefo.net"

//
// Allows or disallows bot to download waypoints from autodl_host.
//
// Default: 1
//
// Notes: This may freeze game loading process for a few seconds, as download done in main thread.
//
yb_waypoint_autodl_enable "1"

//
// Language that used to display menus and messages from bot dll.
//
// Default: en
//
yb_language "en"

//
// Bot difficulty. As it-is.
//
// Default: 4
//
yb_difficulty "1"

//
// Amount of bots to add. Adding many bots will use more cpu. Start with a few bots, then add more if needed.
//
// Default: 9
//
yb_quota "3"

//
// Binds "=" key to open bot's main menu
//
bind "=" "yb menu"
  
Reply With Quote