.:: 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 ::. > Enhancement Workshop > Metamod and metamod plugins
Metamod and metamod plugins Plugins and improvements for the metamod server-side mod

Reply
 
Thread Tools
Re: BotMixer5000
Old
  (#11)
Terran
Member
 
Terran's Avatar
 
Status: Offline
Posts: 431
Join Date: Jan 2004
Default Re: BotMixer5000 - 06-03-2004

realbot doesn't work with joebot and if I remember correctly also not with hpbbot...
  
Reply With Quote
Re: BotMixer5000
Old
  (#12)
dead bwoy
Member
 
dead bwoy's Avatar
 
Status: Offline
Posts: 512
Join Date: Feb 2004
Location: STL MO USA
Default Re: BotMixer5000 - 06-03-2004

well, I got the botmixer5000 src
does this have anything to do with botmixer5000\common\const.h?
#define FL_FAKECLIENT (1<<13) // JAC: fake client, simulated server side; don't send network messages to them

or maybe this: this is where the error message i get comes from:
botmixer5000\dlls\h_export.cpp

{
int pos;
char game_dir[256];
char mod_name[32];
FILE *fpConfig;
char message[256];
char filename[256];
char mod_dllname[64];
char mod_dllfile[256];
char input[256];
int index, len;

// get the engine functions from the engine...
memcpy(&g_engfuncs, pengfuncsFromEngine, sizeof(enginefuncs_t));
gpGlobals = pGlobals;
// find the directory name of the currently running MOD...
(*g_engfuncs.pfnGetGameDir)(game_dir);
pos = strlen(game_dir) - 1;
// scan backwards till first directory separator...
while ((pos) && (game_dir[pos] != '/'))
pos--;
if (pos == 0)
{
// Error getting directory name!
ALERT( at_error, "BotMixer5000 - Error determining MOD directory name!" );
printf("BotMixer5000 - Error determining MOD directory name!\n");
Sleep(5000);
exit(0);
}
pos++;
strcpy(mod_name, &game_dir[pos]);
for (index = 0; index < MAX_DLLS; index++)
{
memset(bot_dlls[index].cmd, 0, sizeof(bot_dlls[index].cmd));
memset(bot_dlls[index].dll_filename, 0, sizeof(bot_dlls[index].dll_filename));
bot_dlls[index].other_GetEntityAPI = NULL;
bot_dlls[index].other_GetNewDLLFunctions = NULL;
bot_dlls[index].other_GiveFnptrsToDll = NULL;
}
// open the botmixer5000.cfg file...
  
Reply With Quote
Re: BotMixer5000
Old
  (#13)
DreamLord34
Member
 
Status: Offline
Posts: 415
Join Date: Jan 2004
Default Re: BotMixer5000 - 06-03-2004

Ok you're right PM. It is the realbot_mm.dll that fails when I try to load it with podbot.
  
Reply With Quote
Re: BotMixer5000
Old
  (#14)
DreamLord34
Member
 
Status: Offline
Posts: 415
Join Date: Jan 2004
Default Re: BotMixer5000 - 06-03-2004

RB does work with HPB with no crashes.
  
Reply With Quote
Re: BotMixer5000
Old
  (#15)
dead bwoy
Member
 
dead bwoy's Avatar
 
Status: Offline
Posts: 512
Join Date: Feb 2004
Location: STL MO USA
Default Re: BotMixer5000 - 06-03-2004

these posts would easily fall under a compatibility topic
I know compatibility issues change constantly, but isn't that what this forum is for, keeping up to date on all the latest releases?

Last edited by dead bwoy; 06-03-2004 at 18:43..
  
Reply With Quote
Reply


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

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 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com