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"