Thread: Configuration
View Single Post
Re: Configuration
Old
  (#9)
botmeister
Ex-Council Member
 
botmeister's Avatar
 
Status: Offline
Posts: 1,090
Join Date: Nov 2003
Location: Canada
Default Re: Configuration - 30-01-2005

OK, I tested realbot again. The last time I tested it, it was WIP #9, so I downloaded and installed the latest dll which may be WIP #10 (I'm not certain of the version however - can you tell me how to get WIP #10?).

My test of RB "latest dll" did not work well for me, perhaps my configuration is incorrect or something, but the bots just did not do much of anything and the server lagged. I'll have to try a full reinstall.

In any case, the bots were being added and removed correctly, so I do not have the same problem you are experiencing.

I suggest that you try the following:

In server.cfg add these lines if not already there

// reload server.cfg on each map change
mapchangecfgfile "server.cfg"

// make sure team counts have no limits
mp_limitteams 0

// turn off team auto balancing, let mean do it for you
mp_autoteambalance 0

Be sure that you are not adding RB bots through another config file, such as "bot.cfg" found under the realbot folder.

I'd also make some changes to your config settings:

// leave this off until you have things working
m_kickdupbots off
// not needed, turn off (should turn off on its own)
m_podfixprotect off
// leave this off unless there's a reason to turn it on
m_botlogfix off

// make sure RB is NOT adding bots!
// These commands probably don't work for a server
//realbot max 2
//realbot internet 0

// set RB to highest skill setting if mEAn is set to manage
// the bot skills

// I don't think this command will work for a server
// "realbot skill 7"

// This command should work "0" is for maximum skill
rb_skill 0


Maker of the (mEAn) Bot.Admin Manager

"In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L.A. van de Snepscheut
  
Reply With Quote