View Single Post
Re: JK-Botti 1.44-beta Src Code Unofficial WIP
Old
  (#5)
RoboCop
vBulletin Veteran
 
RoboCop's Avatar
 
Status: Offline
Posts: 215
Join Date: Feb 2013
Location: Dundee, Scotland
Default Re: JK-Botti 1.44-beta Src Code Unofficial WIP - 14-09-2016

Well so far the compiler seems to work okay when I exclude bot_start.cpp and added in line 923 for bot.cpp:
Code:
* * * FakeClientCommand(BotEnt, "_firstspawn", NULL, NULL);
But when I loaded JKB on Metamod the logs gave me this error:-
Code:
L 09/14/2016 - 16:44:31: [META] WARNING: dll: Failed query plugin '<jk_botti_mm.so>'; Couldn't open file '/home/desktop/steamcmd/hlds/dmc/addons/jk_botti/dlls/jk_botti_mm.so': /home/apghlds/steamcmd/hlds/dmc/addons/jk_botti/dlls/jk_botti_mm.so: undefined symbol: waypoints
L 09/14/2016 - 16:44:31: [META] WARNING: dll: Skipping plugin '<jk_botti_mm.so>'; couldn't query
L 09/14/2016 - 16:44:31: [META] WARNING: dll: Failed to load plugin 'jk_botti_mm.so'
I had to add the DMC weapons in bot_weapons.cpp but I don't know that will cause that issue on the 'waypoint' error. Although the 'weapon_shotgun' entity that is used for both HLDM and DMC may of caused a conflicting issue but my Linux shell on using Make didn't display any warning messages.





vBulletin Webmaster since 2001
  
Reply With Quote