Re: Bug Report - Wip #1, Build 2043 -
01-01-2004
I'm also having problems with the WIP version, as detailed below -
I noticed something in the console when running a listen server with the WIP version (loaded it using metamod instead of using the '+localinfo mm_gamedll dlls/realbot.dll' on the command line when launching Counter-Strike). In the console, it returned a lot of errors saying that the RB commands were unknown. Also, after the first round, when the new round started, there were suddenly 21 bots on my server (instead of the normal 8 or 9) !!!!!
See console output and bot.cfg (contains RD commands for both listen and dedicated servers) below ------
OUTPUT OF CONSOLE STARTS ---------
Playing Counter-Strike 1.6
Unknown command: rb_csversion
Internet Simulation : ENABLED
Unknown command: rb_internet
Internet Simulation : Interval set to, MIN 10 - MAX 30
Unknown command: rb_internet_interval
RB: Minimum = 5 | Maximum = 15
Unknown command: rb_setroundlimit
botskill is -1
Unknown command: rb_skill
Auto adjust skill : ENABLED
Unknown command: rb_autoskill
Minimum random skill = 1 , maximum random skill = 3
Unknown command: rb_setrandom
Unknown command: rb_forceskill
Unknown command: rb_minbots
Max amount of bots is set to 7.
Unknown command: rb_maxbots
Unknown command: rbds_csversion_1
Unknown command: rbds_internet_1
Unknown command: rbds_internet_interval_10_30
Unknown command: rbds_setroundlimit_5_15
Unknown command: rbds_skill_-1
Unknown command: rbds_autoskill_1
Unknown command: rbds_setrandom_1_3
Unknown command: rbds_forceskill_0
Unknown command: rbds_dontshoot_0
Unknown command: rbds_minbots_3
Unknown command: rbds_maxbots_15
OUTPUT OF CONSOLE ENDS ---------
OUTPUT OF BOT.CFG STARTS ---------
# RealBot AI Version 1.0
########################
# 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
# For Listen Server -
# - We do not set cs version as it is 0 (CS 1.5
# on default -
rb_csversion 1
rb_internet 1
rb_internet_interval 10 30
rb_setroundlimit 5 15
rb_skill -1
rb_autoskill 1
rb_setrandom 1 3
rb_forceskill 0
rb_dontshoot 0
rb_minbots 3
rb_maxbots 7
# For Dedicated Server -
# - We do not set cs version as it is 0 (CS 1.5
# on default -
rbds_csversion_1
rbds_internet_1
rbds_internet_interval_10_30
rbds_setroundlimit_5_15
rbds_skill_-1
rbds_autoskill_1
rbds_setrandom_1_3
rbds_forceskill_0
rbds_dontshoot_0
rbds_minbots_3
rbds_maxbots_15
OUTPUT OF BOT.CFG STARTS ---------
|