L.C. Posted March 1, 2010 Report Posted March 1, 2010 a special MERVBot.exe that passes MERVBot’s host struct as an 8th parameter in EVENT_Init. The host struct is needed so the AI can get the current client/server time skew information from MERV.Would appreciate it! Quote
»Xog Posted March 4, 2010 Report Posted March 4, 2010 huurrrr *fap fap* duuurrrrr a special cumpile Quote
L.C. Posted March 4, 2010 Author Report Posted March 4, 2010 So uh, would anyone like to recompile MERVBot with the requested specifications? Quote
»Lynx Posted March 17, 2010 Report Posted March 17, 2010 I think this is one of those 'If you want something done, you gotta do it yourself' scenarios. Quote
»Purge Posted March 17, 2010 Report Posted March 17, 2010 I don't anyone wants to be assed with MERV anymore... Quote
L.C. Posted March 17, 2010 Author Report Posted March 17, 2010 But it's for an AI bot that is supposedly better than Bjorn's. Quote
L.C. Posted March 17, 2010 Author Report Posted March 17, 2010 (edited) Because I have absolutely no clue what that quote in my OP means. I wouldn't even know where to start or how to do any of it. As far as the IDE, I would be using DevC++ (http://www.bloodshed.net/devcpp.html). Edited March 17, 2010 by L.C. Quote
Dr Brain Posted March 17, 2010 Report Posted March 17, 2010 You don't know what it means, but you know you want it? If this isn't for you, why are you posting about it instead of the actual recipient? Quote
L.C. Posted March 17, 2010 Author Report Posted March 17, 2010 (edited) You don't know what it means, but you know you want it? If this isn't for you, why are you posting about it instead of the actual recipient?k, those are instructions from Invader-Zim's readme to his AI bot. He never packaged his AI bot with the required MERVBot.exe. And I'm sure that there's no point in looking for him, as he's long gone. Edited March 17, 2010 by L.C. Quote
Samapico Posted March 17, 2010 Report Posted March 17, 2010 Just open the source and search for that EVENT_Init, and the parameters it uses, add it I have no idea how to do that either, but I'm sure it's easy to figure it out. Have fun Quote
L.C. Posted March 17, 2010 Author Report Posted March 17, 2010 dllcore.cpp (Line 10)BotEvent makeInit(CALL_COMMAND c, CALL_PLIST p, CALL_FLIST f, CALL_MAP m, CALL_BLIST b, CALL_PARAMS params) { BotEvent event; event.code = EVENT_Init; event.p[0] = (void*)((CORE_MAJOR_VERSION << 16) | (CORE_MINOR_VERSION)); event.p[1] = (void*)c; event.p[2] = p; event.p[3] = f; event.p[4] = m; event.p[5] = b; event.p[6] = params; return event; } I did a search for "host" and "struct" (which probably has something to do with host structure), but found no function or string or whatever that has both. Quote
»Lynx Posted March 18, 2010 Report Posted March 18, 2010 I'm pretty sure that if it was as simple as that, Zimm would have just done it himself. I'm pretty sure that the timers aren't that far off as it is, as the bots are already pretty efficient at killing things. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.