View Single Post
Re: HELP: Need to know how to install metamod
Old
  (#2)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: HELP: Need to know how to install metamod - 31-08-2004

To install metamod You need to do this:
1. Download the latest binaries file from :
http://metamod.org/
Currently the latest file You need is this:
a) if You have windows:
http://prdownloads.sourceforge.net/m...n.zip?download
b) if You have linux:
http://prdownloads.sourceforge.net/m...ar.gz?download
c) if You have AMD64 linux:
http://prdownloads.sourceforge.net/metamod/metamod-1.20-linux-amd64.tar.gz?download

2. If You don't have yet the "addons" directory in Your mod directory (mod directory - I mean "cstrike" or "czero" directory), then You have to create it. Example for CS1.6 steam version:
C:\Program Files\Sierra\Steam\SteamApps\your@email.address\co unter-strike\cstrike\addons

Example for old WON CS1.5 version:
C:\Program Files\Sierra\Half-Life\cstrike\addons

3. In that created by You addons directory (step previous), You need to create also metamod directory and inside it also dlls directory.
Example:
...cstrike\addons\metamod\dlls

4. Extract this file You downloaded from metamod web site (first step) and just copy metamod.dll file to this \metamod\dlls subdirectory You created in step 3. For linux users the name of this file You need to copy instead metamod.dll it's metamod_i386.so or metamod_amd64.so (for AMD64 linux users).

5. Go to Your metamod directory and then create a plugins.ini file (text file) and put there this line:

a) for windows:
win32 addons/podbot/podbot_mm.dll

b) for "normal" linux:
linux addons/podbot/podbot_mm_i386.so

c) for AMD64 linux:
linux addons/podbot/podbot_mm_amd64.so

This plugins.ini file should be in metamod directory (not in metamod\dlls).

6. Go to Your mod directory (for example "cstrike" or "czero") and find this file - liblist.gam

7. 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"
or for AMD64 linux
gamedll_linux "addons/metamod/dlls/metamod_amd64.so"

Note - bring attention at these slashes (for win "\", for linux "/").

8. Download Full pack podbot mm V3Build22 from here
and extract it to Your addons directory. You have to see these directories after extracting:
...\cstrike\addons\podbot (and some subdirectories here...)
...\cstrike\addons\metamod\dlls

9. If there is some build more up-to date - download the latest build of PODbot and replace (after extracting from a zip file) podbot_mm.dll (for windows). You can get it here.
For linux i386 get the file and linux amd64 get here.

You may use this dll (or so for linux) if it will be more up to date, because it may inlude more features than the one from V3Build22.

10. Try to start the game and say us if this was sufficient what I was writting about a half hour...

[EDIT=KWo]
Updated the links to the newest metamod.
Changed a bit description to show the version R2B46c instead too much confusing and too much bugged R2.1 .
Changed a bit description to show the version R2B46d instead R2B46c, added a link to AMD64.
Changed a bit description to show the version V3Build15c instead R2B46d.
Changed a bit description to show the version V3Build22 instead V3Build15c and updated the link.
[/EDIT]

Last edited by KWo; 08-05-2013 at 22:21..
  
Reply With Quote