![]() |
![]() |
savelev |
![]()
Post
#1
|
Newbie ![]() Group: Members Posts: 2 Joined: 4-May 07 Member No.: 1,114 ![]() |
Hello!
I am writting a MOD and i need bots in there. When i try to implement the RCBot in my MOD the MOD crashes. The trouble is in CRCBotPlugin::Load() function LOAD_GAME_SERVER_INTERFACE() at this line of code. How can i fix it, and is it avaible to put the RCBot in my MOD? Thanks in advance! |
![]() ![]() |
Cheeseh |
![]()
Post
#2
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
Hello! I am writting a MOD and i need bots in there. When i try to implement the RCBot in my MOD the MOD crashes. The trouble is in CRCBotPlugin::Load() function LOAD_GAME_SERVER_INTERFACE() at this line of code. How can i fix it, and is it avaible to put the RCBot in my MOD? Thanks in advance! "load game server interface" is a macro function, you should explode it by copying the code from the macro (in #define LOAD_GAME_SERVER_INTERFACE...) into the point where it crashes so you can find out the exact point that the dll is crashing in. Its ok to do anything with the RCbot code as long as you follow GNU GPL (general public license) most of the time it means you've also got to release the source code of any projects that you have used the bot with. |
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 21st August 2025 - 03:34 PM |