SciManAl |
10-01-2004 16:23 |
Bots won't load, need help with command menu...
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!!!
|