Quote:
Originally Posted by qazme
I have read the readme for mean.But the question I have now and can't seem to find an exact answer to is how do you set up mean mod to drop Realbot Wip 2065 as players join.(ie I have it stup for 12 bots but once I get about 12 players I want it to drop the bots off)I have set maxhumans to 24 since its a 24 player server will that do it?Or how will it work?Thanks for your help.
|
Are you saying that you want all bots to leave the server as soon as 12 human players join the game?
If so, then use
m_botmode botswhenxplayers 12
Quote:
Oh and botmeister the auto kill is great I wrote a plugin for amx that did it but now I don't need it yours works alot better anyways.Also it doesn't seem to be controling realbot 2065 either.The autokill works but the bots aren't walking or crouching to shoot?Could this be a conflict with the new waypoint system with realbot or am I setting it up wrong?My commandline is as follows....
"-console -game cstrike +ip 69.56.201.222 +localinfo mm_gamedll mean/mean_cs16.dll +localinfo mbotmod realbot_mm +maxplayers 24 +map de_dust"
I read somewhere in these forums that mbotmod should be realbot_mm so I guess thats right even though I can seem to adjust the skill level it says....
"07:54:47 (mEAn) The command is unavailable. The bot system is either not loaded or not supported"
Any help would be appreciated thanks in advance!~
qazme
|
Ok, first you HAVE to load mean_cs16.dll from the liblist.gam file. The reason is that mean cannot "hook on to" all the bot functions unless the bot is loaded AFTER mean. You then get mean to load metamod using
+localinfo mgamedll addons/metamod/dlls/metamod.dll metamod will then load the realbot_mm.dll from the plugins.ini as described in the realbot WIP installation guide.
Second, you have to get the "quick n dirty" unofficial version of mean.dll (CS 1.6 only) that adds support for realbot_mm. Check this thred out to get it
http://forums.bots-united.com/showth...p?t=211&page=1
I'll be releasing an "official" beta soon with documentation and more fixes/enhancements.