View Single Post
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