View Single Post
Re: PotBotMM 3.22b on Linux = Bots do not join team?
Old
  (#17)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: PotBotMM 3.22b on Linux = Bots do not join team? - 30-05-2013

More than likely Your problem is related to this situation happening while steam updates - Your liblist.gam file is overwritten by steam update and it is calling just mp.dll/mp_i386.so file instead metamod. Just open that file by any text editor and change this line in it:
gamedll "dlls\mp.dll"
to this:
gamedll "addons\metamod\dlls\metamod.dll"
or for linux
gamedll_linux "addons/metamod/dlls/metamod_i386.so"

Note - bring attention at these slashes (for win "\", for linux "/").
After that save the file, make it as "read-only" (to prevent overwrite it again by steam update) and restart CS on Your server. That should help.
  
Reply With Quote