View Single Post
Bots not Joining HLDS Server - WIP#6
Old
  (#1)
CybaWolf
Guest
 
Status:
Posts: n/a
Default Bots not Joining HLDS Server - WIP#6 - 20-01-2004

Hi

For some reason, on my dedicated server (using RB WIP #6), the bots are not joining the server automatically. Realbot IS loaded (see result of meta list command below) and if I use exactly the same setup with a listen server, then bots auto join. I have included a copy of my bot.cfg file.

If I use the realbot add command, then the bot joins, but bots will not auto-join for some reason.

Any suggestions ?

meta list result -
] meta list
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] RealBot RUN - realbot_mm.dll v2065 ini Start ANY
[ 2] AMX RUN - amx_mm.dll v0.9.3 ini Start Start
[ 3] FUN RUN - fun_ms.dll v0.9.2 ini Start Start
[ 4] CS STATS RUN - csstats_ms.dll v0.9.3 ini Start Start
4 plugins, 4 running





bot.cfg -
# RealBot AI Version 1.0
# Commands updated for WIP 2057 and later
########################
# The new botmenu
##############################
bind "h" "+commandmenu"
# exec "wptmenu.cfg"
# reset_botmenu
# Startup
##############################
# wait for 3 seconds
pause 3

# Auto-Balancing team off
mp_autoteambalance 0
# Be sure bots can join teams (even when uneven).
mp_limitteams 0
realbot csversion 1 # - Set to 0 for CS 1.5 1 and 1 for CS 1.6
realbot internet 1
realbot internet_interval 10 30
realbot roundlimit 5 15
realbot skill -1
realbot autoskill 1
realbot setrandom 3 5
# realbot forceskill 0 # - Not yet supported with new MetaMod friendly RB cmds
realbot debug dontshoot 0
# realbot min 3 # - Not yet supported with new MetaMod friendly RB cmds
realbot max 11
  
Reply With Quote