.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Common Questions (http://forums.bots-united.com/forumdisplay.php?f=51)
-   -   HELP: How to install mm and podbot mm (http://forums.bots-united.com/showthread.php?t=2576)

KWo 10-06-2008 09:28

Re: HELP: How to install mm and podbot mm
 
No, this is not the right way to disable plugins. When I say "in front of the line", I meant like this:
;win32 addons/amxmodx/dlls/amxmodx_mm.dll

Don't put both - linux and windows calls. Your PC has to have only one operating system to start CS - either it's windows (then You need to put all "win32" calls) or it's linux (then You need to put only those lines they begin with "linux").

prettycune 11-06-2008 08:34

Re: HELP: How to install mm and podbot mm
 
ive tried wat you told me to do but my cs still crashes....... i put semicolon for both amx and podbot (win32).

KWo 11-06-2008 11:52

Re: HELP: How to install mm and podbot mm
 
That means Your CS doesn't load (for some reason) the metamod. Make sure if Your metamod is 1.19.0.0 version (right click in addons\metamod\dlls\metamod.dll file and see some properties of that file). Make sure Your liblist.gam in the main "cstrike" folder contains this line:
gamedll "addons\metamod\dlls\metamod.dll"
and it doesn't contain that one anymore:
gamedll "dlls\mp.dll"
If all of that is OK and it still crashes - just reinstall the steam.

Eazy. 04-11-2008 05:03

Re: HELP: Need to know how to install metamod
 
Quote:

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
and CS1.6 non steam?

KWo 04-11-2008 19:46

Re: HELP: How to install mm and podbot mm
 
CS1.6 non steam is not supported (it's illegal and You cannot get support for it on any serious forum). Don't ask for it - it's like a nightmare.

redlineer 07-11-2008 22:52

Re: HELP: How to install mm and podbot mm
 
I have the same problem as prettycune have!!

I've tryed everything that u have posted but im willing to try it again if u will guide me. Well what to do :(

Like he said my CS crashes too before its starting to load the map.

EDIT: OT: Is their any simple verision of podbot that doesnt need metamod for example?`

KWo 08-11-2008 08:23

Re: HELP: How to install mm and podbot mm
 
Quote:

Originally Posted by redlineer (Post 59315)
I've tryed everything that u have posted but im willing to try it again if u will guide me. Well what to do :(

I have no clue what I can say more in that matter. Reinstall the steam and install podbot mm and metamod again. If You are using CS1.6 non-steam version - that is not supported.
Quote:

Originally Posted by redlineer (Post 59315)
EDIT: OT: Is their any simple verision of podbot that doesnt need metamod for example?`

No - there is no podbot mm (podbot metamod) version no needing metamod. You can try epodbot - it can be loaded without metamod.

Ohman! 14-12-2008 17:38

Re: HELP: How to install mm and podbot mm
 
I installed it on my server but the amx_pbmenu does not work what could be the reason for that if the bot are running good on the server?

KWo 14-12-2008 19:18

Re: HELP: How to install mm and podbot mm
 
http://forums.bots-united.com/showthread.php?t=5669

zantiiz 31-07-2009 01:24

Re: HELP: Need to know how to install metamod
 
Quote:

Originally Posted by KWo (Post 23225)
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/m...ar.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 V3Build15c 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 V3Build15c (currently binaries are the same - all of them are V3Build15c).

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

[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.
[/EDIT]

AUTO KICK BOTS QUIERO SACAR ESO...:sneaky:


All times are GMT +2. The time now is 15:08.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.