Installing

From SOPWiki

Revision as of 23:19, 16 September 2007 by Drunken F00l (Talk | contribs)
Jump to: navigation, search

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/

Run the Tutorial

Now, you are ready to start the server. If everything was done correctly, SourceOP will load. You can then join the game and run the admin tutorial by typing admintut in the console. The admin tutorial will help you set yourself up as admin.

Personal tools