View Single Post
editing my joebot.cfg
Old
  (#1)
xxxquandomxxx
Member
 
Status: Offline
Posts: 3
Join Date: Aug 2005
Default editing my joebot.cfg - 09-08-2005

hi
howcome i edit my joebot.cfg and my option doesn't happen when i create a new server... like i told it to add 32 bots when i join and its only 8, heres my joebot.cfg







///////////////////////////////////////////////////////////////////////
//
// JoeBOT general config file
//
// (c) Johannes Lampel alias @$3.1415rin, creator of JoeBOT 1999-2001
//
// This is the general config file for the JoeBOT. Certain other special
// issues like personalities, names and buying behavior, e.g., are not
// handled in this file, look into the documention to find out more about
// it.
// The commands are well described in the documentation, but i hope
// the comments in this file are sufficient for the first time
//
// email : as3.1415rin@gmx.de
// hp : http://www.bots-united.com
//
///////////////////////////////////////////////////////////////////////

// IMPORTANT NOTE: Use joebot.cfg OR bot.cfg but NOT both unless you
// are sure of what you are doing. Uncommenting lines below may
// override settings in your bot.cfg

//
// here u can define which language should be used in the botmenu
//
// en English
// fr French
// de German
//

//jb_language "en"

//
// definition of the minimum skill of a bot added where no skill is specified
//

//jb_skillmin 100

//
// definition of the maximum skill of a bot added where no skill is specified
//

//jb_skillmax 100

//
// Should bots enter the game when no humans are present ?
//

//jb_entergame 1

//
// Should bots join a team when no humans are present ?
//

//jb_jointeam 0

//
// Number of bots to which the server will be filled automatically
//

//jb_botsmin 32
//jb_botsmax 32

//
// Should the names of the bots be exteded by [JOE] ?
//

//jb_prefixaggression 0

//
// Should the names of the bots be exteded by their skill ?
//

//jb_suffixskill 1

//
// Are the bots allowed to chat ?
//

//jb_chat 1

//
// When should the interactive chat be enabled ?
//
// [0=all, 1=dead, 2=alive, 3=off]
//

//jb_chati 0

//
// If yes, what percentage of the bots should use 1337 ?
//

//jb_chat1337 5

//
// What key should be used for the botmenu ?
//

//bind v botmenu
//bind "=" botmenu

//
// Which prefixes should be used ?
//

//jb_prefixdefensive "[J0E]"
//jb_prefixnormal "[JoE]"
//jb_prefixaggressive "[JOE]"

//
// Should welcome messages be sent ?
//

//jb_msgwelcome 1

//
// Load buy probability file
//

//jb_buyprobfile "botbuyweapons.cfg"

//
// should bots use spraypaints ???
//

//jb_spraypaint 1

//
// If you have multible waypoints for one map you can randomize the selection
// Set this to 1 to override the order given in cstrike/joebot/wpjs/dir.txt
//

//jb_wploadrandom 1

//
// Camp probability: 100 = almost never, 0 = almost always
//

//jb_campprobability 95

//echo "joebot.cfg loaded"
  
Reply With Quote