View Single Post
Re: Version 6 install problem on Linux
Old
  (#2)
botmeister
Ex-Council Member
 
botmeister's Avatar
 
Status: Offline
Posts: 1,090
Join Date: Nov 2003
Location: Canada
Default Re: Version 6 install problem on Linux - 14-05-2005

I can see that your command line is not right.

Quote:
./hlds_run -game cstrike +ip 192.168.1.2 +maxplayers 14 +map fy_buzzkill \
+localinfo mm_gamedll "addons/metamod/dlls/metamod_i386.so" \
+localinfo mm_gamedll "joebot/joebot_i386.so" \
+localinfo mbotmod joebot -pingboost 2 +sv_region 255
You have mm_gamedll specified twice, and the last one is joebot which is a metamod plugin. What's happening is that metamod is not loading and because of this you are getting the game API cannot be found error.

You have to remove joebot from the command line and place it into the metamod plugins.ini file.


Maker of the (mEAn) Bot.Admin Manager

"In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L.A. van de Snepscheut
  
Reply With Quote