![]() |
koraX's bot framework
download koraX's bot framework 1.0.0
Is is something like botman's HPB-bot template, but in C++. It supports both metamod and non-metamod, no-steam and steam. It is using koraX's utils, released recently :p Well it may be bit hard to understand this framework because it is bit different than HL SDK or any bot here. But someone may find it useful, so I'm releasing it. Compiles under MSVC.NET, gcc is supported too, but I don't know how to correctly export GiveFnptrsToDll under DevC++ :) (how to include .def file in project) |
Re: koraX's bot framework
"Compiles under MSVC.NET, gcc is supported too, but I don't know how to correctly export GiveFnptrsToDll under DevC++ (how to include .def file in project)"
actually you needn't use .def files for MinGW, just use "--add-stdcall-alias" parameter in dllwrap command and use this for GiveFnptrsToDll() function: extern "C" __declspec(dllexport) void __stdcall GiveFnptrsToDll(......) |
All times are GMT +2. The time now is 17:58. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.