Installing
From SOPWiki
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.
Click Next on the first page.
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.
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.
Verify that this path is correct. Check to make sure the username is the correct one.
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.
Again, make sure that the path is correct and then click "Install".
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/