Jump to content
Banner 730x90px boost

Recommended Posts

  • Administrator

In your cstrike folder, find the liblist.gam and open it with a text editor, such as notepad.

Find this:

gamedll dlls/mp.dll
gamedll_linux dlls/cs.so
gamedll_osx dlls/cs.dylib


Replace it with this line:

gamedll_linux addons/metamod/dlls/metamod.so


Go to your server directory cstrike folder

cd ~/Steam/cs_server/cstrike


Download the Metamod and Extract the files on your desktop now copy the addons folder inside your cstrike server folder.

mkdir -p addons/metamod/dlls; 
cd ~/Steam/cs_server/cstrike/addons/metamod/dlls; 
wget https://github.com/Bots-United/metamod-p/releases/download/v1.21p38/metamod_i686_linux_win32-1.21p38.tar.xz;
tar -xvf metamod_i686_linux_win32-1.21p38.tar.xz;
rm -rf metamod_i686_linux_win32-1.21p38.tar.xz;


Internal 

Add this new line in the file cstrike/addons/metamod/plugins.ini, if it does not exist create it.

linux addons/amxmodx/dlls/amxmodx_mm_i386.so


Save (and upload) plugins.ini

Link to comment
Share on other sites


×
×
  • Create New...