.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Cyborg Factory > RealBot > Help request
Help request Need help? Ask around here! (for questions about the source code, go to the RealBot 'Source')

Reply
 
Thread Tools
Bots won't load, need help with command menu...
Old
  (#1)
SciManAl
Guest
 
Status:
Posts: n/a
Default Bots won't load, need help with command menu... - 10-01-2004

ok i have a steam dedicated server running, i can use commands and all, but nothing happens, i am using as specified these commands for bot control:
Quote:
Dedicated Servers commands
This is for everyone who hosts a dedicated server. Because of some problems with the commands, you cannot use spaces in commands. Use underscores _ instead. For example, to add a bot, rbds addbot_1_2_5_dude works.

rbds addbot team skill model name
Adds a bot, see rb_addbot for listen server.

rbds removebot amount team
Removes bots, see rb_removebot for listen servers..

rbds endround
Kills all bots, like rb_endround for listen servers.

rbds skill skill
Specify the skill. rbds skill_1 is the same as rb_skill 1 on listen servers. Note, -1 sets random skill (rbds skill_-1)

rbds autoskill
Same as rb_autoskill. Use rbds autoskill_1 to turn on.

rbds internet
will toggle Internet mode on and off.

rbds interval_(min)_(max)
Specify the minimum and maximum time it could take before a new bot joins. Bots randomly pick within these boundries. Values are given in seconds

Minimum = 10 seconds
Maximum = 30 seconds

rbds setroundlimit_(MIN PLAYING ROUNDS)_(MAX PLAYING ROUNDS)
Specify how many rounds a bot should play within these boundries when joining via internet simulation.

rbds minbots
rbds maxbots
Sets the minimum and maximum number of bots playing.

Now i have RealBot BUILD 2065, METAMOD 1.17 and Realbot : Artificial Intelligence, now what should the commands be? these?

I have the liblist.gam file write protected, and it is correct per forum instructions: it is below

Quote:
game "Counter-Strike"
url_info "www.counter-strike.net"
url_dl ""
version "1.6"
size "184000000"
svonly "0"
secure "1"
type "multiplayer_only"
cldll "1"
hlversion "1110"
nomodels "1"
nohimodel "1"
mpentity "info_player_start"
gamedll "addons/metamod/dlls/metamod.dll"
//gamedll "dlls/mp.dll"
gamedll_linux "addons/metamod/dlls/metamod_i386.so"
trainmap "tr_1"
i also have added the Dll for wip in the plugins.ini like so:

Quote:
;To Disable a mod just place a ";" semicolon beside the mod you wish to disable.
; AMX Mod
win32 addons/amx/dlls/amx_mm.dll
; Monster Mod
win32 addons/monster_plugin/monster_mm.dll
;Chicken Mod
;win32 addons/metamod/dlls/chicken_mm.dll
;Adminmod
win32 addons/adminmod/dlls/admin_MM.dll
;Statsme
win32 addons/statsme/dlls/sm_cstrike_mm.dll
;HLBooster
win32 addons/booster/booster_mm.dll
;Cheating Death
;win32 addons/cdeath/cdmod.dll
;REALbOT
win32 ../realbot/dll/realbot_mm.dll RealBot
My current commandmenu.txt for RB is as below, is it right for this set up??

Quote:
"1" "ADD BOTS"
{
"1" "Quick add bot" "rbds_addbot"
"2" "Add a specific bot"
{
"1" "Add a terrorist"
{
"1" "Newbie" "rbds_addbot 1 6"
"2" "Average" "rbds_addbot 1 2"
"3" "Godlike" "rbds_addbot 1 0"
"5" "Random skill" "rbds_addbot 1"
}
"2" "Add a counter-terrorist"
{
"1" "Newbie" "rbds_addbot 2 6"
"2" "Average" "rbds_addbot 2 2"
"3" "Godlike" "rbds_addbot 2 0"
"5" "Random skill" "rbds_addbot 2"
}
"5" "Random team"
{
"1" "Newbie" "rbds_addbot -1 6"
"2" "Average" "rbds_addbot -1 2"
"3" "Godlike" "rbds_addbot -1 0"
"5" "Random skill" "rbds_addbot"
}
}
}
"2" "REMOVE BOTS"
{
"1" "Quick remove bot" "rbdsds_remove 1"
"2" "Remove bot"
{
"1" "Remove a terrorist" "rbds_remove 1 1"
"2" "Remove a counter-terrorist" "rbds_remove 1 2"
}
}
"3" "INTERNET MODE"
{
"1" "Turn on internet mode" "rbds_internet 1"
"2" "Turn off internet mode" "rbds_internet 0"
}
"4" "ENDROUND" "rbdsds_endround"
"5" "SETTINGS"
{
"1" "Counter-Strike Version"
{
"1" "Counter-Strike 1.5" "rbdsds_csversion 0"
"2" "Counter-Strike 1.6" "rbds_csversion 1"
}
"2" "Bot Skill"
{
"1" "Randomized skill" "rbds_skill -1"
"2" "Default skill" "rbds_skill 5"
"3" "Easy skill" "rbds_skill 10"
"4" "Hard skill" "rbds_skill 1"
}
"3" "Auto-Skill Adjustment"
{
"1" "Turn Auto-Skill on" "rbds_autoskill 1"
"2" "Turn Auto-Skill off" "rbds_autoskill 0"
}
}
"9" "MENU VGUI"
{
// ......................................... counter-strike original VGUI menu ...........................................
}
"0" "EXIT" "slot10"
Ok any help is greatly appreciated, sorry for the long post, but i think this can help poeple see my set up... which could help... I have the dedicated server and then i plan to set the bots via logging into that server via Counterstrike. I think it can work, but then i haven't got a bot to load yet... umm, i am also running War3 mod, but i don't think that is THE problem... (i am no godly voice, correct me when i am wrong...) I want to in the end offer bots and War 3 FT, and so far all that works is War3... any help is Greatly Appreciated!!!
  
Reply With Quote
Re: Bots won't load, need help with command menu...
Old
  (#2)
SciManAl
Guest
 
Status:
Posts: n/a
Default Re: Bots won't load, need help with command menu... - 10-01-2004

Quote:
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX RUN - amx_mm.dll v0.9.7 ini ANY ANY
[ 2] Monster RUN - monster_mm.dll v3.00.00 ini Chlvl Chlvl
[ 3] Adminmod RUN - admin_mm.dll v2.50.58 ini Start Start
[ 4] STATSME RUN - sm_cstrike_mm.dl v2.8.0.1 ini Chlvl Chlvl
[ 5] WinHL-Booster RUN - booster_mm.dll v1.70 ini Chlvl Pause
[ 6] RealBot badf load realbot_mm.dll v - ini - -
[ 7] CS STATS RUN - csstats_mm.dll v0.9.7 ( cmd ANY ANY
[ 8] FUN RUN - fun_mm.dll v0.9.8 cmd ANY ANY
[ 9] WARCRAFT 3 RUN - war3_mm.dll v1.2 cmd ANY Pause
[10] XtraFun RUN - xtrafun_mm.dll v1.2 cmd ANY Pause
[11] JGHGdll RUN - jghg_mm.dll v1.0 cmd ANY Pause
11 plugins, 10 running
Loaded plugin 'Vexd Util. Module' successfully
Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX RUN - amx_mm.dll v0.9.7 ini ANY ANY
[ 2] Monster RUN - monster_mm.dll v3.00.00 ini Chlvl Chlvl
[ 3] Adminmod RUN - admin_mm.dll v2.50.58 ini Start Start
[ 4] STATSME RUN - sm_cstrike_mm.dl v2.8.0.1 ini Chlvl Chlvl
[ 5] WinHL-Booster RUN - booster_mm.dll v1.70 ini Chlvl Pause
[ 6] RealBot badf load realbot_mm.dll v - ini - -
[ 7] CS STATS RUN - csstats_mm.dll v0.9.7 ( cmd ANY ANY
[ 8] FUN RUN - fun_mm.dll v0.9.8 cmd ANY ANY
[ 9] WARCRAFT 3 RUN - war3_mm.dll v1.2 cmd ANY Pause
[10] XtraFun RUN - xtrafun_mm.dll v1.2 cmd ANY Pause
[11] JGHGdll RUN - jghg_mm.dll v1.0 cmd ANY Pause
[12] Vexd Util. Modu RUN - vexdum_mm.dll v0.2.0.7 cmd ANY ANY
12 plugins, 11 running
ok it started spewing this to me... umm it seems that Realbot isn't loading right... hmmm i think it is a path problem.. your thoughts are welcome!
  
Reply With Quote
Re: Bots won't load, need help with command menu...
Old
  (#3)
wzc89
Guest
 
Status:
Posts: n/a
Default Re: Bots won't load, need help with command menu... - 14-01-2004

Quote:
Originally Posted by SciManAl
ok it started spewing this to me... umm it seems that Realbot isn't loading right... hmmm i think it is a path problem.. your thoughts are welcome!
AMS never worked for me so I use jesters pre-installed /configured adminmod + realbot configuration

ANyhow,

I couldn't add bots with my menu.

My commands are:

rcon_password <Pass>

rcon rbds addbot

Always have rcon.
  
Reply With Quote
Re: Bots won't load, need help with command menu...
Old
  (#4)
SciManAl
Guest
 
Status:
Posts: n/a
Default Re: Bots won't load, need help with command menu... - 14-01-2004

Quote:
jesters pre-installed /configured adminmod + realbot configuration "
Can i have a link to that please that is what i want i think!!

Thanks but i will also try the command change, just in case...
Thanks!!
  
Reply With Quote
Re: Bots won't load, need help with command menu...
Old
  (#5)
SGt_pAIn
Guest
 
Status:
Posts: n/a
Default Re: Bots won't load, need help with command menu... - 16-01-2004

I can help with command menu. rbds is not used with wip 2065. Here is my commandmenu. Cut and paste into yours.


Quote:
"8" "Realbot"
{
"1" "Add Bots"
{
"1" "Quick add bot" "rcon realbot add"
"2" "Add a specific bot"
{
"1" "Add a terrorist"
{
"1" "Newbie" "rcon realbot add_1_6"
"2" "Average" "rcon realbot add_1_2"
"3" "Godlike" "rcon realbot add_1_0"
"5" "Random skill" "rcon realbot add_1"
}
"2" "Add a counter-terrorist"
{
"1" "Newbie" "rcon realbot add_2_6"
"2" "Average" "rcon realbot add_2_2"
"3" "Godlike" "rcon realbot add_2_0"
"5" "Random skill" "rcon realbot add_2"
}
"5" "Random team"
{
"1" "Newbie" "rcon realbot add_-1_6"
"2" "Average" "rcon realbot add_-1_2"
"3" "Godlike" "rcon realbot add_-1_0"
"5" "Random skill" "rcon realbot add"
}
}
}
"2" "Remove Bots"
{
"1" "Quick remove bot" "rcon realbot removebot_1"
"2" "Remove bot"
{
"1" "Remove a terrorist" "rcon realbot removebot_1_1"
"2" "Remove a counter-terrorist" "rcon realbot removebot_1_2"
}
}
"3" "Internet Mode"
{
"1" "Turn on internet mode" "rcon realbot internet_1"
"2" "Turn off internet mode" "rcon realbot internet_0"
}
"4" "Endround" "rcon realbot endround"
"5" "Settings"
{
"1" "Counter-Strike Version"
{
"1" "Counter-Strike 1.5" "rcon realbot csversion_0"
"2" "Counter-Strike 1.6" "rcon realbot csversion_1"
}
"2" "Bot Skill"
{
"1" "Randomized skill" "rcon realbot skill_-1"
"2" "Default skill" "rcon realbot skill_5"
"3" "Easy skill" "rcon realbot skill_10"
"4" "Hard skill" "rcon realbot skill_1"
}
"3" "Auto-Skill Adjustment"
{
"1" "Turn Auto-Skill on" "rcon realbot autoskill_1"
"2" "Turn Auto-Skill off" "rcon realbot autoskill_0"
}
}
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com