View Single Post
Re: Bots won't join a team
Old
  (#56)
Professor Ratigan
Member
 
Status: Offline
Posts: 2
Join Date: Feb 2006
Default Re: Bots won't join a team - 05-02-2006

Quote:
Originally Posted by mdes
The link provided is broken, when
I click on it nothing happens, tried with Firefox, IE, Opera...

Is there any alternate location to D/L the joebot update?[/quote]

http://joebot.bots-united.com/downloads.html

The top Win32 update...

Well, I downloaded it and replaced the others, but...my idiot bots still aren't joining a team. I tried issuing a specific team command through rcon (rcon joebot addbot 2 2) and things like that, and nothing is working.

I've tried different combinations of using bot.cfg and joebot.cfg stuff on and off and stuff but nothing has worked...

Here's my joebot.cfg:
Quote:
// 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 80

//
// 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 1

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

jb_botsmin 4
jb_botsmax 8

//
// 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 0

//
// 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 1

//
// 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 100

echo "joebot.cfg loaded"
and here's my bot.cfg:

Quote:
# here u can define which language should be used in the botmenu
#
# e English
# fr French
# de German
#

language en

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

botskill_min 80

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

botskill_max 100

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

#joinwhuman_max on

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

#joinwhuman_res on

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

min_bots 4
max_bots 5

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

extjoe no

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

extskill off

#
# Are the bots allowed to chat ?
#

botchat on

#
# When should the interactive chat be enabled ?
#
# botichat [off/dead/alive/all]
#

botichat all
#
# If yes, what percentage of the bots should use 1337 ?
#

leetposs 5

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

bind v botmenu
bind "=" botmenu

#
# Which prefixes should be used ?
#

prefix [JOE] [JoE] [J0E]


#
# Should welcome messages be sent ?
#

welcome on

#
# Load buy probability file
#

lbp botbuyweapons.cfg

#
# should bots use spraypaints ???
#

bot_spraying on

#
# If you have multible waypoints for one map you can randomize the selection
# Just remove the following "#" to override the order given in cstrike/joebot/wpjs/dir.txt
#

randomwpload
I've tried making certain lines comments and stuff...nothing works... Can anyone assist me?

Any help would be appreciated. Thanks in advance.
  
Reply With Quote