![]() |
Re: CSBot enable plugin
Send please yours csbot_enable_mm.so for check
|
Re: CSBot enable plugin
please need help!!!
|
Re: CSBot enable plugin
This problem arises with steam on 48 report, about 47 all works normally
Help to start bots on 48 report |
Re: CSBot enable plugin
that looks like valve just removed the bot from the cs_i386.so (in previous versions valve just disabled it rather than removed it).
if that's true, then I don't think there is anything we can do about that :( maybe copying an cs_i386.so file from older versions can fix that (not sure if this will have any negative effect though). |
Re: CSBot enable plugin
this can be confirmed, as the dlls in latest steam version of CS and CZero are already different.
gotta update the webpage to note that. |
Re: CSBot enable plugin
please help...not compile =(
Code:
[slam@myhost csbot_enable_mm]$ make hlsdk 2.3-p3 |
Re: CSBot enable plugin
here is version with modified Makefile to compile on SUSE x64:
http://www.megaupload.com/?d=QXX6O6JM http://www.mediafire.com/?g4shd37vlhudqce hope it will help someone. btw, does anyone have p47 linux hlds engine? P.S.: makefile compiles 32bit binary on x64 system. |
Re: CSBot enable plugin
Hello!
I seem have found the reason of crash when using plugin CSBot enable. The reason not in a plug-in, but in a metamod. Specifically, in build 4554 valve has added in structure enginefuncs_t pointer to a new function pfnCheckParameter(). This new function is just used in mp.DLL for testing parameter "-nobots" when you create a bot. But since metamod does not pass this function in mp.DLL occurs "access violation reading location". My solution: I just did bypass of a call of this function. Source code is present. New function definition: Code:
// This function returns the launch parameter index in 'com_argv' array, 0 if nothing found. (*argument == com_argv[pfnCheckParameter()]) (Only latest steam versions has this function....) LINK P.S. Sorry for bad english |
Re: CSBot enable plugin
so, there's no solution for linux?
btw, your english is not so bad, but that isn't of such importance as effort you showed:) |
Re: CSBot enable plugin
Quote:
tomba2k: maybe try patching the HLSDK & metamod sources to add the new engine API as Immortal_BLG noted and recompile? |
All times are GMT +2. The time now is 12:27. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.