View Single Post
Re: The Jungle of bot installation
Old
  (#10)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: The Jungle of bot installation - 26-12-2004

Quote:
Originally Posted by Exilibur
Realbot's menu doesn't work thought (it shows, but it doesn't do anything when you click ie. addbot), for whatever reason, but the commands work fine. (except endround)
It's because Stefan changeed a bit the syntax of commands for mm WIP version, so for example in Your commandmenu.txt there is still :

"1" "Add a terrorist"
{
"1" "Newbie" "rb_addbot 1 6"
"2" "Average" "rb_addbot 1 2"
"3" "Godlike" "rb_addbot 1 0"
"5" "Random skill" "rb_addbot 1"
}

but - I guess - it should be:

"1" "Add a terrorist"
{
"1" "Newbie" "realbot add 1 6"
"2" "Average" "realbot add 1 2"
"3" "Godlike" "realbot add 1 0"
"5" "Random skill" "realbot add 1"
}

Try this change - it should work.
Maybe Stefan will update comandmenu.txt for the latest WIP or (maybe he will make some menu like podbotmenu) for the next release?

Quote:
Originally Posted by Exilibur
A thing I'd like though: To be able to throw all bot's in the addons folder i created for metamod.
Yeah - it's a standard for all mm plugins, so - since bots are ported to mm - what can be a reason to keep their directories still in old places?

[EDIT]
About these commands - I found in the filebase the commandmenu.txt compatible with RealBot Wip10:
http://filebase.bots-united.com/inde...on=file&id=147
[/EDIT]

Last edited by KWo; 26-12-2004 at 18:51..
  
Reply With Quote