Re: LoadLibrary failure for Linux -
20-01-2005
Hey thanks, I got it working. (though I'm not sure where to add that -static flag).
Using the normal hooking method, the bot runs great.
Now comes getting it to run in metamod. I can get the metamod version to compile, but metamod reports the file is bad when I do "metamod list". I compared the Grave Bot metamod .so to the HPB Bot 4 metamod .so, and HPB Bot is nearly twice as big. That seems strange, because I know HPB Bot doesn't have that much more code. It has the extra model and chatting code, but I don't see how that'd double the size compared to my .so.
[EDIT] Actually, I just compiled HPB bot 4 and it's the same size, which is about half the size of the .so downloaded off the website. What is going on?
[EDIT TWO] It still works though. Does this have something to do with -static?
I think something isn't getting properly compiled into the metamod .so, but I'm not sure what. I'm not too experienced with metamod.
Any ideas?
Last edited by Ghoul; 20-01-2005 at 23:57..
|