.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Cyborg Factory > POD-Bot mm > Common Questions
Common Questions Are you seeking help ? Get it here !

Reply
 
Thread Tools
Re: HELP: How to install mm and podbot mm
Old
  (#121)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: HELP: How to install mm and podbot mm - 10-06-2008

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").
  
Reply With Quote
Re: HELP: How to install mm and podbot mm
Old
  (#122)
prettycune
Member
 
Status: Offline
Posts: 6
Join Date: Jun 2008
Default Re: HELP: How to install mm and podbot mm - 11-06-2008

ive tried wat you told me to do but my cs still crashes....... i put semicolon for both amx and podbot (win32).
  
Reply With Quote
Re: HELP: How to install mm and podbot mm
Old
  (#123)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: HELP: How to install mm and podbot mm - 11-06-2008

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.
  
Reply With Quote
Re: HELP: Need to know how to install metamod
Old
  (#124)
Eazy.
Member
 
Status: Offline
Posts: 3
Join Date: Nov 2008
Default Re: HELP: Need to know how to install metamod - 04-11-2008

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?
  
Reply With Quote
Re: HELP: How to install mm and podbot mm
Old
  (#125)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: HELP: How to install mm and podbot mm - 04-11-2008

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.
  
Reply With Quote
Re: HELP: How to install mm and podbot mm
Old
  (#126)
redlineer
Member
 
Status: Offline
Posts: 1
Join Date: Nov 2008
Default Re: HELP: How to install mm and podbot mm - 07-11-2008

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?`
  
Reply With Quote
Re: HELP: How to install mm and podbot mm
Old
  (#127)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: HELP: How to install mm and podbot mm - 08-11-2008

Quote:
Originally Posted by redlineer View Post
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 View Post
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.
  
Reply With Quote
Re: HELP: How to install mm and podbot mm
Old
  (#128)
Ohman!
Member
 
Status: Offline
Posts: 5
Join Date: Dec 2008
Default Re: HELP: How to install mm and podbot mm - 14-12-2008

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?
  
Reply With Quote
Re: HELP: How to install mm and podbot mm
Old
  (#129)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: HELP: How to install mm and podbot mm - 14-12-2008

http://forums.bots-united.com/showthread.php?t=5669
  
Reply With Quote
Re: HELP: Need to know how to install metamod
Old
  (#130)
zantiiz
Member
 
Status: Offline
Posts: 1
Join Date: Jul 2009
Angry Re: HELP: Need to know how to install metamod - 31-07-2009

Quote:
Originally Posted by KWo View Post
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...

[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...
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com