Difference between revisions of "How to install a SRCDS"

From Fortress Forever Wiki
Jump to navigationJump to search
m (Category:0-Star_Articles / Tutorials added)
Line 1: Line 1:
 +
[[Category:Tutorials]]
 +
[[Category:0-Star_Articles]]
 +
 
==Overview==
 
==Overview==
 
===What is a SRCDS===
 
===What is a SRCDS===

Revision as of 07:46, 11 March 2008


Overview

What is a SRCDS

SRCDS stands for Source Dedicated Server. This is a free stand-alone server program created by Valve. Unlike other type of servers, SRCDS does not require steam or even a copy of Half-Life:2 to install. When installing a SRCDS, the update tool will download all the required files for the server of your choice.

What will does this guild do?

This guide will walk you through how to do a full install of SRCDS with Fortress Forever. This will also explain what you are doing so you can learn more about SRCDS.

How do I make SRCDS work with Fortress Forever

Since SRCDS is made to work with first-party mods (those created by Valve), the Fortress Forever server needs to add to SRCDS. This is done by installing a Half-Life:2 Death Match SRCDS and then adding the FortressForever server to the root. This will all be explained below.

Required Tools

The following tools are required:

  • HLDSUpdatetool
  • Fortress Forever Server
  • 7-Zip/WinZip/WinRar/Ect.

EXPAND THIS!

Walk through

HLDSUpdatetool

To start off, you need to download HLDSUpdatetool installer. This can be downloaded directly from steam here. Once downloaded, double click on the installer and install it to c:\hldsupdatetool. This will make it easy to find it you ever need it again.

HL2MP install

First we need to find out way over to the installer. Start by opening a command line. This can be done by going to Start --> Run and then typing cmd. There are a few things you want to do. First you want to move to your C drive. Then create a folder for your server. Then move into your installer folder. Use the following commands:

cd c:\
mkdir ff-server
cd hldsupdatetool

Now that you are in the hldsupdatetool folder, run this command to install HL2MP

hldsupdatetool.exe -command update -game hl2dm -dir ff-server

Congrates! you are installed a HL2MP server!


THIS IS A WORK IN PROGRESS