.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   YaPB (http://forums.bots-united.com/forumdisplay.php?f=55)
-   -   Bot Quota not working. (http://forums.bots-united.com/showthread.php?t=3268)

SpitfireTN 24-12-2004 16:25

Bot Quota not working.
 
I love this bot. It was easy to install & works very well. Although I have it set to 7 max, no less than one...

yapb_quota 7
yapb_autovacate 1

Although when players join, the bots don't get kicked. All 7 stay in there. Was wondering if there was an easy fix for this.

BTW, I run a dedicated CS server on Win2K @ 66.43.172.60:27015

SpitfireTN 28-12-2004 19:21

Re: Bot Quota not working.
 
Any idea if there is a fix or going to be a fix for this. I really like this bot program & would hate to have to find something else.

SpitfireTN 03-01-2005 21:38

Re: Bot Quota not working.
 
Hello Whistler, I hope you get this. I was wondering if there is a fix to my quota problem. I have it set to 7 bots, but they will not get kicked when a human joins the server. Any help please?

Whistler 04-01-2005 03:38

Re: Bot Quota not working.
 
I don't have a server so I can only test it with myself, but it worked

CoCoNUT 04-01-2005 13:49

Re: Bot Quota not working.
 
The bots wonŽt disappear immediatly, when several people join the server, youŽll see them go away. Autovacate works fine on my CS1.5 f. Steam -dedicated server (sometimes online for the public).:)

SpitfireTN 07-01-2005 04:03

Re: Bot Quota not working.
 
Well that stick around match after match. Oh well... There is a GINA bot I am watching & waiting for Whistler to complete. Until then, these bots will due.

Whistler 07-01-2005 04:32

Re: Bot Quota not working.
 
you can modify the podbot.cfg file

SpitfireTN 07-01-2005 14:24

Re: Bot Quota not working.
 
Quote:

Originally Posted by Whistler
you can modify the podbot.cfg file

I have. Maybe I have something set wrong, here is what I am using...

Code:

// 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.
 //
 
 // This sets the Waypoint Folder (in the yapb directory)
 // for loading/saving waypoints. Don't use a trailing backslash or spaces.
 yapb_wptfolder wptdefault
 
 // Set the below option to off to turn off the Skilldisplay and
 // the [POD] before the name
 yapb_detailnames 0
 
 // Remove the comments on the line below to support a number of bots running
 // on the server.  Bots will be added to the server until the total number of
 // players (bots and humans) reaches the yapb_quota value.  Each time a new
 // player joins the server, a bot will be kicked from the server unless there
 // are only yapb_quota number of bots currently on the server.  After players
 // disconnect from the server, bots will be automatically added back to the
 // server until the total number of players reaches yapb_quota again.
 yapb_quota 7
 yapb_autovacate 1
 
 // Remove the Comments on the Line below to turn off Botchatting
 yapb_botchat 0
 
 // Remove the Comments on the Line below to turn on Jason Mode!
 //yapb_jasonmode 0
 
 // Turn on bots' using radio communications
 yapb_botuseradio 1
 
 // Remove the Comments on the Line below to add Bots that have at least
 // a Skill of 60
 yapb_minskill 60
 
 // Remove the Comments on the Line below to limit Bots to the specified
 // skill
 yapb_maxskill 100
 
 // Set the below option to on if you want the old combat behaviour
 // of instantly turning around to the enemy
 yapb_inhumanturns 0
 
 // This value sets the maximum number of Bots to follow a User
 yapb_followuser 3
 
 // Turn this on/off to allow the Bots collecting experience
 // about the map they're playing (turning this off also gives
 // back some CPU performance)
 yapb_useexp 1
 
 // Turn this on to save the .pxp files automatically
 yapb_autosaveexp 1
 
 // 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 (additional Settings are specified in "botskill.cfg")
 yapb_shootthruwalls 1
 
 // These Settings below specify the Rate (in Seconds) of updating
 // some of the Bot Checks. If you've got a slow computer you could
 // try changing these to higher values to get some performance back.
 // NOTE: This seriously affects the Bots Perception. If you have a
 // fast computer you might try lowering them to get better even
 // better playing results
 yapb_timersound 0.5
 yapb_timerpickup 0.5
 yapb_timergrenade 0.5
 
 // This option turns on/off Bots voting against
 // Team Killers (Humans only)
 yapb_votekick 1
 
 // Set this to off to disallow Bot Logo Spraying
 yapb_botspray 1
 
 //
 // The lines below binds the User Menu to the "=" key and Waypoint
 // Menu to "-" key. Of course you can bind them to any key you like.
 //
 bind "=" "yapb menu"
 bind "-" "yapb wp menu"



All times are GMT +2. The time now is 01:29.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.