Installing

From SOPWiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 06:30, 29 August 2007 (edit)
Drunken F00l (Talk | contribs)
m (Small gramtical error)
← Previous diff
Revision as of 23:16, 16 September 2007 (edit) (undo)
Drunken F00l (Talk | contribs)
(Added Linux manual install section)
Next diff →
Line 57: Line 57:
== Manual Installation == == Manual Installation ==
-=== Download ZIP File ===+ 
-Download '''SourceOP Manual Install''' from the [http://www.sourceop.com/modules.php?name=Downloads&d_op=viewdownload&cid=1 SourceOP Downloads Page].+=== Windows ===
 + 
 +==== Download ZIP File ====
 + 
 +Download '''SourceOP Windows Manual Install''' from the [http://www.sourceop.com/modules.php?name=Downloads&d_op=viewdownload&cid=1 SourceOP Downloads Page].
 + 
 +=== Linux ===
 + 
 + 
 +==== Change Directory to srcds Installation ====
 + 
 +Example:
 +<source lang="bash">cd ~/srcds</source>
 + 
 +==== Download the Linux Tarball ====
 + 
 +Download '''SourceOP Linux Manual Install''' from the [http://www.sourceop.com/modules.php?name=Downloads&d_op=viewdownload&cid=1 SourceOP Downloads Page] or use the following command:<br/><source lang="bash">wget http://www.sourceop.com/downloads/SourceOP/SourceOP_090beta_lin.tar.gz</source>
 + 
 +==== Extract the Tarball ====
 + 
 +<source lang="bash">gunzip -c packed_files.tar.gz | tar -xf -</source>
 + 
 +==== Move Contents of gamedir Directory ====
 + 
 +When extracted, the required files for sourceop will be in the ./gamedir directory. You must move them into the directory of the game you wish to install. To do this, type the following in a terminal:
 + 
 +'''For Half-Life 2 Deathmatch''':
 +<source lang="bash">mv ./gamemod/* ./hl2mp/</source>
 + 
 +'''For Counter-Strike: Source''':
 +<source lang="bash">mv ./gamemod/* ./cstrike/</source>
 + 
 +'''For Day of Defeat: Source''':
 +<source lang="bash">mv ./gamemod/* ./dod/</source>
 + 
 +'''For Fortress Forever''':
 + 
 +<source lang="bash">mv ./gamemod/* ./FortressForever/</source>

Revision as of 23:16, 16 September 2007

Contents

With Installer

Download Installer

Download SourceOP Installer from the SourceOP Downloads Page.

Using the Installer

There are two modes of installation: normal mode and advanced mode.

Normal Mode

Run the exe.

Image:Setup1.jpg

Click Next on the first page.


Image:Setup2.jpg

If you are installing to Steam, click Normal mode. If you are installing somewhere else, such a seperate dedicated server installation, pick the Advanced mode choice. Click next after you make your choice.


Image:Setup3.jpg

Select what game you want to install SourceOP to. The top two boxes will work for listen servers. The bottom two boxes will install SourceOP to the Source Dedicated Server tool that is available from Tools tab in Steam. Click next when you pick the game.


Image:Setup4.jpg

Verify that this path is correct. Check to make sure the username is the correct one.


Image:Setup5.jpg

Pick the components that you want to install. Leave "Main Files" checked. You may uncheck "Main Files" if you are trying to add or remove features to an existing SourceOP installation.


Image:Setup6.jpg

Again, make sure that the path is correct and then click "Install".


Image:Setup7.jpg

After SourceOP copies files, you will be presented with this screen. Click Finish to close the installation.



After you click finish, you will see a message box. It is telling you to run the admin tutorial after starting your server. You can run the tutorial by typing "admintut" in console. The tutorial will allow you to set yourself up with admin.

Advanced Mode

Run the exe.

Manual Installation

Windows

Download ZIP File

Download SourceOP Windows Manual Install from the SourceOP Downloads Page.

Linux

Change Directory to srcds Installation

Example:

cd ~/srcds

Download the Linux Tarball

Download SourceOP Linux Manual Install from the SourceOP Downloads Page or use the following command:
wget  http://www.sourceop.com/downloads/SourceOP/SourceOP_090beta_lin.tar.gz

Extract the Tarball

gunzip -c packed_files.tar.gz | tar -xf -

Move Contents of gamedir Directory

When extracted, the required files for sourceop will be in the ./gamedir directory. You must move them into the directory of the game you wish to install. To do this, type the following in a terminal:

For Half-Life 2 Deathmatch:

mv ./gamemod/* ./hl2mp/

For Counter-Strike: Source:

mv ./gamemod/* ./cstrike/

For Day of Defeat: Source:

mv ./gamemod/* ./dod/

For Fortress Forever:

mv ./gamemod/* ./FortressForever/
Personal tools