.:: 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 ::. > Enhancement Workshop > Metamod and metamod plugins
Metamod and metamod plugins Plugins and improvements for the metamod server-side mod

Reply
 
Thread Tools
BSPEdit_mm how to install?
Old
  (#1)
Running_Retard
Member
 
Status: Offline
Posts: 6
Join Date: Aug 2005
Location: In a house
Default BSPEdit_mm how to install? - 02-09-2005

I think i have looked everywhere, and i hope i am putting this in the right place but can someone tell me how to install BSPEdit_mm it did not have a read me with the download on where to put stuff so any help would be appreciated. Thanks for your time.???
  
Reply With Quote
Re: BSPEdit_mm how to install?
Old
  (#2)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Re: BSPEdit_mm how to install? - 02-09-2005

This example will be for installing on window and counter strike.

This may look like a lot of steps and be complicated but it isn't.
Really all you are doing is creating two new folders.
You place the metamod dll and the bspEdit dll into one folder.
You create one line text file called plugins.ini and place it into another folder
and you modify two lines in your counter strike liblist.gam file.

1) Go to metamod.org and download the latest Metamod.
You need this because BEPEdit_mm is a Metamod plugin.

2) Install Metamod.
I will refer to your cstrike directory.
For condition zero installs just replace "cstrike" with "czero" and "counter strike" with "condition zero" in the paths below.
Your cstrike directory should be found somewhere like:
\Program files\Valve\Steam\Steam\SteamApps\<your steam user name>\counter-strike\cstrike
Ok got it? When I say cstrike directory this is the directory I am talking about.

It will have a text file in it called
liblist.gam

Open it up in notepad or any text editor and look for this line
gamedll "dlls\mp.dll"

comment this line out by putting two // in front of it and add this line
gamedll "/addons/metamod/dlls/metamod.dll"

If you ever want to go back to a clean cs install not running Metamod and (also disabling all plugins you installed too)
just comment out the Metamod line and uncomment the original line.

For example to run Metamod and its plugins have this in your liblist.gam file.
//gamedll "dlls\mp.dll"
gamedll "/addons/metamod/dlls/metamod.dll"

To go back to plain cs not running Metamod have this in liblist.gam.
gamedll "dlls\mp.dll"
//gamedll "/addons/metamod/dlls/metamod.dll"

You don't have to uninstall any files to turn off Metamod.

3) Now create this folder structure by creating three folders (addons \ metamod \ dlls)in your cstrike directory.
\Program files\Valve\Steam\Steam\SteamApps\<your steam user name>\counter-strike\cstrike\addons
\Program files\Valve\Steam\Steam\SteamApps\<your steam user name>\counter-strike\cstrike\addons\metamod
\Program files\Valve\Steam\Steam\SteamApps\<your steam user name>\counter-strike\cstrike\addons\metamod\dlls

4) Put the metamod.dll file you downloaded into:
\Program files\Valve\Steam\Steam\SteamApps\<your steam user name>\counter-strike\cstrike\addons\metamod\dlls

5) Put the BSPEdit_mm.dll file into this directory also.
\Program files\Valve\Steam\Steam\SteamApps\<your steam user name>\counter-strike\cstrike\addons\metamod\dlls


and put a text file in the metamod directory that has this line.
win32 addons/metamod/dlls/BSPEdit_mm.dll

Call this file plugins.ini

When you are done you should have this:
\Program files\Valve\Steam\Steam\SteamApps\<your steam user name>\counter-strike\cstrike\addons\metamod\plugins.ini
\Program files\Valve\Steam\Steam\SteamApps\<your steam user name>\counter-strike\cstrike\addons\metamod\dlls\metamod.dll
\Program files\Valve\Steam\Steam\SteamApps\<your steam user name>\counter-strike\cstrike\addons\metamod\dlls\BSPEdit_mm.dll


That is it.
Start a LAN game and go to the console and type
meta list
If everything was done correctly you should get a listing from Metamod of all plugins running.
BSPEdit_mm shoud be in the list.

Good luck!
  
Reply With Quote
Re: BSPEdit_mm how to install?
Old
  (#3)
Running_Retard
Member
 
Status: Offline
Posts: 6
Join Date: Aug 2005
Location: In a house
Default Re: BSPEdit_mm how to install? - 02-09-2005

god i dumb ok i got all the first part but the BSPEdit_mm has these files
vcproj, dsw, rc, dsp, where do i need to put them? (those are the extensions)
thanks again for your help



ok 10 min later it working! do i need to even mess with these files b/c it seems i don't need them. Thanks again.

Last edited by Running_Retard; 02-09-2005 at 21:29..
  
Reply With Quote
Re: BSPEdit_mm how to install?
Old
  (#4)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Re: BSPEdit_mm how to install? - 04-09-2005

Quote:
Originally Posted by Running_Retard
god i dumb ok i got all the first part but the BSPEdit_mm has these files
vcproj, dsw, rc, dsp, where do i need to put them? (those are the extensions)
thanks again for your help



ok 10 min later it working! do i need to even mess with these files b/c it seems i don't need them. Thanks again.
Those are the source code files you would use if you were going to do some programming and enhance BSPEdit_mm. You dont' need them. All you need is the one file BSPEdit_mm, as you have found out...
  
Reply With Quote
Re: BSPEdit_mm how to install?
Old
  (#5)
op1e
Member
 
op1e's Avatar
 
Status: Offline
Posts: 52
Join Date: Oct 2004
Default Re: BSPEdit_mm how to install? - 21-09-2005

hey, trying to get this and forceteams working, did it just like that on windows listen serv and still getting badf load. Any ideas. I got the dll in metamod/dlls and I even copy and pasted the line off this forum so I know its in there right. Should it go above podbot or hookmod or amxx, is there any order it should be above these plugins, or has steam just broken more good plugins? pm'd PMB but havent heard back yet. Its for CS 1.6 windows.

Last edited by op1e; 21-09-2005 at 01:46..
  
Reply With Quote
Re: BSPEdit_mm how to install?
Old
  (#6)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Re: BSPEdit_mm how to install? - 21-09-2005

If you are getting badf load then metamod is installed ok, so...

Do you get badf load on all plugins or just BSPEdit?
Make sure the dll is in the metamod/dlls folder and you have a line in plugins.ini EXACTLY like this:

win32 addons/metamod/dlls/BSPEdit_mm.dll

AND you would NEVER ever run BSPEdit with ANY other plugin.
You use it ALONE, with NO other plugins running, to edit a map.
Once you have your maps edited, disable BSPEdit by putting // in frount of the line in plugins.ini, like this...

//win32 addons/metamod/dlls/BSPEdit_mm.dll
  
Reply With Quote
Re: BSPEdit_mm how to install?
Old
  (#7)
op1e
Member
 
op1e's Avatar
 
Status: Offline
Posts: 52
Join Date: Oct 2004
Default Re: BSPEdit_mm how to install? - 21-09-2005

not just bsp, I'm trying to get forceteams working, too. Hookmod, podbot, and statsme all work. Here's my line for forceteams addons/metamod/dlls/forceteams_mm.dll and I have bspedit written like u posted
  
Reply With Quote
Re: BSPEdit_mm how to install?
Old
  (#8)
op1e
Member
 
op1e's Avatar
 
Status: Offline
Posts: 52
Join Date: Oct 2004
Default Re: BSPEdit_mm how to install? - 21-09-2005

here's what my ini looks like. cant get monster to load either.
Attached Files
File Type: txt plugins.txt (382 Bytes, 914 views)

Last edited by op1e; 21-09-2005 at 03:48..
  
Reply With Quote
Re: BSPEdit_mm how to install?
Old
  (#9)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Re: BSPEdit_mm how to install? - 21-09-2005

There is really no way I can debug this for you.
You are goign to have to check everything.

1) you do know the file is plugins.ini NOT plugins.txt right?
2) You have paths in your plugins file so you know you have to have those paths setup correctly where your dll files are.
3) All I can say is go here and read all of this on how to install and test Metamod.

http://wiki.bots-united.com/index.php/Main_Page

Scrool down to the Metamod section.
Good luck!
  
Reply With Quote
Re: BSPEdit_mm how to install?
Old
  (#10)
op1e
Member
 
op1e's Avatar
 
Status: Offline
Posts: 52
Join Date: Oct 2004
Default Re: BSPEdit_mm how to install? - 21-09-2005

ya, I had to paste it in a text file because for some reason I couldnt upload the ini. Metamod works fine, just cant get certain plugins working.
  
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