<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.fortress-forever.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mooga</id>
	<title>Fortress Forever Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.fortress-forever.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mooga"/>
	<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Special:Contributions/Mooga"/>
	<updated>2026-05-08T15:17:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=Talk:How_to_install_a_SRCDS&amp;diff=9845</id>
		<title>Talk:How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Talk:How_to_install_a_SRCDS&amp;diff=9845"/>
		<updated>2011-09-14T06:50:52Z</updated>

		<summary type="html">&lt;p&gt;Mooga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&amp;#039;m going to do a write-up on installed a SRCDS server and then making it work with FF.  I&amp;#039;ll also post a link to SRCDS.com since that site is an AMAZING tool.  It&amp;#039;s a shame that Server Installs are rarely well-documented. --[[User:Mooga|Mooga]] 17:36, 9 March 2008 (CDT)&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
&lt;br /&gt;
Should hl2dm not be hl2mp? - Opty&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
No, it should be hl2mp.  If you run a list command (hldsupdatetool.exe -command update -game list) you will see that the game option is hl2mp.  We&amp;#039;ve also listed them all nicely in the [http://forums.srcds.com/viewtopic/7553 srcds.com forum FAQ section].  (I&amp;#039;ve also uinstalled a HL2DM server before with this command).  --[[User:Mooga|Mooga]] 10:36, 19 September 2008 (CDT)&lt;br /&gt;
&lt;br /&gt;
Ye, that was what I was asking, the page said hl2dm at the point when i posted that. It was fixed shortly afterwards. --[[User:Opty|Opty]] 14:25, 19 September 2008 (CDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
I made some minor tweaks and updates to this article.  Took out references of version numbers and make the script a little cleaner.  Fixed some minor grammar. --[[User:Mooga|Mooga]] 23:50, 13 September 2011 (PDT)&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=9844</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=9844"/>
		<updated>2011-09-14T06:48:53Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* HLDSUpdatetool */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What does this guide do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool.exe&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe here]. Once downloaded, double click on the installer and install it to &amp;#039;&amp;#039;&amp;#039;c:\hldsupdatetool&amp;#039;&amp;#039;&amp;#039;.  This will make it easy to find when you need it again.&lt;br /&gt;
&lt;br /&gt;
===HL2DM Install===&lt;br /&gt;
First we need to find our way over to the installer. Start by opening a command line. This can be done by going to Start --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir \ff-server&lt;br /&gt;
 cd \hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2DM:&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2mp -dir c:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the Steam servers to your server. Congrats! You have installed a HL2DM server!&lt;br /&gt;
&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the most recent Fortress Forever FULL [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole FULL server to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
 &lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 3.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 3.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       SRCDS.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This version was written for use with Fortress Forever. ::&lt;br /&gt;
 :: Please visit fortress-forever.com for more information. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 :: Replace &amp;quot;My FF Server&amp;quot;::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=My FF Server&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::    Replace after =    ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   End of variables    ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 3.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 3.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo *************************************************************************&lt;br /&gt;
 echo To close the server, close this window and type exit in the server window&lt;br /&gt;
 echo *************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 echo %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) SRCDS Guardian 3.0 has been started!&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo.&lt;br /&gt;
 echo (%date%)(%time%) %servername% is now ONLINE&lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) %servername% is now ONLINE&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo.&lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 echo %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
Here are some useful links for running a SRCDS.&lt;br /&gt;
&lt;br /&gt;
[http://www.srcds.com srcds.com] - The best and only dedicated community for running a Source Dedicated Server&lt;br /&gt;
&lt;br /&gt;
[http://forums.srcds.com srcds.com forums] - srcds.com&amp;#039;s forums with many experienced admins willing to help.  There are several active Fortress Forever forum member who are also active on this forum.&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=9843</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=9843"/>
		<updated>2011-09-14T06:48:15Z</updated>

		<summary type="html">&lt;p&gt;Mooga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What does this guide do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool.exe&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe here]. Once downloaded, double click on the installer and install it to &amp;#039;&amp;#039;&amp;#039;c:\hldsupdatetool&amp;#039;&amp;#039;&amp;#039;.  This will make it easy to find it you ever need it again.&lt;br /&gt;
===HL2DM Install===&lt;br /&gt;
First we need to find our way over to the installer. Start by opening a command line. This can be done by going to Start --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir \ff-server&lt;br /&gt;
 cd \hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2DM:&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2mp -dir c:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the Steam servers to your server. Congrats! You have installed a HL2DM server!&lt;br /&gt;
&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the most recent Fortress Forever FULL [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole FULL server to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
 &lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 3.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 3.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       SRCDS.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This version was written for use with Fortress Forever. ::&lt;br /&gt;
 :: Please visit fortress-forever.com for more information. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 :: Replace &amp;quot;My FF Server&amp;quot;::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=My FF Server&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::    Replace after =    ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   End of variables    ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 3.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 3.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo *************************************************************************&lt;br /&gt;
 echo To close the server, close this window and type exit in the server window&lt;br /&gt;
 echo *************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 echo %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) SRCDS Guardian 3.0 has been started!&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo.&lt;br /&gt;
 echo (%date%)(%time%) %servername% is now ONLINE&lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) %servername% is now ONLINE&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo.&lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 echo %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
Here are some useful links for running a SRCDS.&lt;br /&gt;
&lt;br /&gt;
[http://www.srcds.com srcds.com] - The best and only dedicated community for running a Source Dedicated Server&lt;br /&gt;
&lt;br /&gt;
[http://forums.srcds.com srcds.com forums] - srcds.com&amp;#039;s forums with many experienced admins willing to help.  There are several active Fortress Forever forum member who are also active on this forum.&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=9443</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=9443"/>
		<updated>2010-02-26T21:42:10Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* Starting Your FF Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What does this guide do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool.exe&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2DM Install===&lt;br /&gt;
First we need to find our way over to the installer. Start by opening a command line. This can be done by going to Start --&amp;gt; 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:&lt;br /&gt;
 c:&lt;br /&gt;
 mkdir \ff-server&lt;br /&gt;
 cd \hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2DM:&lt;br /&gt;
 hldsupdatetool -command update -game hl2mp -dir c:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the Steam servers to your server. Congrats! You have installed a HL2DM server!&lt;br /&gt;
&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.41 FULL [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole 2.41 FULL server to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
 &lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 2.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 3.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       SRCDS.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 ::  Replace &amp;quot;My Server&amp;quot;  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=My Server&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::    Replace after =    ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   End of variables    ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 3.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 3.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo *************************************************************************&lt;br /&gt;
 echo To close the server, close this window and type exit in the server window&lt;br /&gt;
 echo *************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 echo %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo.&lt;br /&gt;
 echo (%date%)(%time%) %servername% is now ONLINE&lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) %servername% is now ONLINE&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo.&lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 echo %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
Here are some useful links for running a SRCDS.&lt;br /&gt;
&lt;br /&gt;
[http://www.srcds.com srcds.com] - The best and only dedicated community for running a Source Dedicated Server&lt;br /&gt;
&lt;br /&gt;
[http://forums.srcds.com srcds.com forums] - srcds.com&amp;#039;s forums with many experienced admins willing to help.  Active Fortress Forever member, Mooga, is a Moderator for the forums.&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=9442</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=9442"/>
		<updated>2010-02-26T21:41:12Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* Starting Your FF Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What does this guide do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool.exe&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2DM Install===&lt;br /&gt;
First we need to find our way over to the installer. Start by opening a command line. This can be done by going to Start --&amp;gt; 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:&lt;br /&gt;
 c:&lt;br /&gt;
 mkdir \ff-server&lt;br /&gt;
 cd \hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2DM:&lt;br /&gt;
 hldsupdatetool -command update -game hl2mp -dir c:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the Steam servers to your server. Congrats! You have installed a HL2DM server!&lt;br /&gt;
&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.41 FULL [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole 2.41 FULL server to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
 &lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 2.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
  ::=======================::&lt;br /&gt;
  ::  SRCDS Guardian 3.0   ::&lt;br /&gt;
  ::         Mooga         ::&lt;br /&gt;
  ::       SRCDS.com       ::&lt;br /&gt;
  ::=======================::&lt;br /&gt;
  &lt;br /&gt;
  ::=========================================================::&lt;br /&gt;
  :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
  :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
  ::                                                         ::&lt;br /&gt;
  :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
  :: online community.  If you are interested in running a   ::&lt;br /&gt;
  :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
  :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
  ::=========================================================::&lt;br /&gt;
  &lt;br /&gt;
  ::=======================::&lt;br /&gt;
  ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
  ::=======================::&lt;br /&gt;
  &lt;br /&gt;
  ::=======================::&lt;br /&gt;
  ::  Window and Log name  ::&lt;br /&gt;
  ::  Replace &amp;quot;My Server&amp;quot;  ::&lt;br /&gt;
  ::=======================::&lt;br /&gt;
  set servername=My Server&lt;br /&gt;
  &lt;br /&gt;
  ::=======================::&lt;br /&gt;
  ::   Your start command  ::&lt;br /&gt;
  ::    Replace after =    ::&lt;br /&gt;
  ::=======================::&lt;br /&gt;
  set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
  &lt;br /&gt;
  ::=======================::&lt;br /&gt;
  ::   End of variables    ::&lt;br /&gt;
  ::=======================::&lt;br /&gt;
  &lt;br /&gt;
  :: This will keep the window clean and easy to read&lt;br /&gt;
  @echo off&lt;br /&gt;
  &lt;br /&gt;
  :: Sets the title of the window&lt;br /&gt;
  title SRCDS Guardian 3.0   %servername%&lt;br /&gt;
  &lt;br /&gt;
  :: Clears the window incase there is anything there&lt;br /&gt;
  cls&lt;br /&gt;
  &lt;br /&gt;
  :: Prints to the window what we are doing&lt;br /&gt;
  echo SRCDS Guardian 3.0 has been started!&lt;br /&gt;
  echo.&lt;br /&gt;
  echo *************************************************************************&lt;br /&gt;
  echo To close the server, close this window and type exit in the server window&lt;br /&gt;
  echo *************************************************************************&lt;br /&gt;
  echo.&lt;br /&gt;
  echo.&lt;br /&gt;
  echo %servername% is now starting...&lt;br /&gt;
  &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
  &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
  &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) SRCDS Guardian 2.0 has been started!&lt;br /&gt;
  &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
  &lt;br /&gt;
  :: This is a return point in case the server crashes or is closed&lt;br /&gt;
  :restart&lt;br /&gt;
  &lt;br /&gt;
  echo.&lt;br /&gt;
  echo (%date%)(%time%) %servername% is now ONLINE&lt;br /&gt;
  echo Watching %servername% for crashes...&lt;br /&gt;
  &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
  &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) %servername% is now ONLINE&lt;br /&gt;
  &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
  &lt;br /&gt;
  ::Start the actual server&lt;br /&gt;
  start /wait %runcmd%&lt;br /&gt;
  &lt;br /&gt;
  echo.&lt;br /&gt;
  echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
  echo %servername% is now restarting...&lt;br /&gt;
  &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo.&lt;br /&gt;
  &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
  &amp;gt;&amp;gt; &amp;quot;%servername%.log&amp;quot; echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
  &lt;br /&gt;
  ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
  goto restart&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
Here are some useful links for running a SRCDS.&lt;br /&gt;
&lt;br /&gt;
[http://www.srcds.com srcds.com] - The best and only dedicated community for running a Source Dedicated Server&lt;br /&gt;
&lt;br /&gt;
[http://forums.srcds.com srcds.com forums] - srcds.com&amp;#039;s forums with many experienced admins willing to help.  Active Fortress Forever member, Mooga, is a Moderator for the forums.&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=9441</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=9441"/>
		<updated>2010-02-26T21:33:56Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* FF Server Install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What does this guide do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool.exe&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2DM Install===&lt;br /&gt;
First we need to find our way over to the installer. Start by opening a command line. This can be done by going to Start --&amp;gt; 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:&lt;br /&gt;
 c:&lt;br /&gt;
 mkdir \ff-server&lt;br /&gt;
 cd \hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2DM:&lt;br /&gt;
 hldsupdatetool -command update -game hl2mp -dir c:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the Steam servers to your server. Congrats! You have installed a HL2DM server!&lt;br /&gt;
&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.41 FULL [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole 2.41 FULL server to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
 &lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 2.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 2.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       srcds.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 ::  Replace &amp;quot;My Server&amp;quot;  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=&amp;quot;My FF Server&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 2.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo To close the server, close this windows and type exit in the server window&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo.&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
Here are some useful links for running a SRCDS.&lt;br /&gt;
&lt;br /&gt;
[http://www.srcds.com srcds.com] - The best and only dedicated community for running a Source Dedicated Server&lt;br /&gt;
&lt;br /&gt;
[http://forums.srcds.com srcds.com forums] - srcds.com&amp;#039;s forums with many experienced admins willing to help.  Active Fortress Forever member, Mooga, is a Moderator for the forums.&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_make_a_server&amp;diff=9077</id>
		<title>How to make a server</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_make_a_server&amp;diff=9077"/>
		<updated>2009-05-12T22:55:38Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* See Also */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a server?===&lt;br /&gt;
&lt;br /&gt;
A server is a portal that allows other online players to play the game.&lt;br /&gt;
&lt;br /&gt;
There are 4 types of servers to choose from:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Listen Server&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This type of [[How_to_make_a_server#What is a server?|server]] may be started in-game by selecting the Create Server option. Listen Servers are ideal for small LAN games (this type of server is not intended to be used as a public server). &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Steam Dedicated Server&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This type of [[How_to_make_a_server#What is a server?|server]] may be started through [http://www.steampowered.com/v/index.php Steam] by selecting a server application to run under the Tools tab. Steam Dedicated Servers require more system resources than the [[How_to_make_a_server#Stand-Alone Dedicated Server|Stand-Alone Dedicated Server]] and cannot be started automatically when your computer is booted up. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Stand-Alone Dedicated Server&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This type of [[How_to_make_a_server#What is a server?|server]] is intended for advanced users who intend to run the dedicated server software to host internet games. Stand-Alone Dedicated Servers offer the best performance and configuration options, however, you must use a console interface to manage the server. Also check out [[How to install a SRCDS]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Linux Dedicated Server&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The Linux Dedicated Server is a variant of the [[How_to_make_a_server#Stand-Alone Dedicated Server|Stand-Alone Dedicated Server]] designed to run on Linux.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===What programs do I need?===&lt;br /&gt;
&lt;br /&gt;
Before you even start the server install you really need to have several programs which are necessary tools that will enable you to configure/update and manage your server.&lt;br /&gt;
&lt;br /&gt;
Listed below are the programs that are recommended you have installed and are somewhat familiar with before you start putting together your server.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;FTP - File Transfer Protocol Program&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In order to upload your server’s files from your computer to the remote server that runs your ff server and vise versa you must have an FTP or File Transfer Protocol Program. Many hosting companies offer file access through your browser and it is useful for a quick update if you are not on your primary computer. However, an actual FTP client is much more stable and faster to use.&lt;br /&gt;
&lt;br /&gt;
There are lots of free FTP programs available on the Internet but almost all of them have limitations, nag screens or are supported by ads. We recommend the following FTP clients which are widely used, fully functional and completely free:&lt;br /&gt;
&lt;br /&gt;
[http://www.coreftp.com/ Coreftp] &lt;br /&gt;
&lt;br /&gt;
[http://winscp.net/eng/index.php WinSCP]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Compression Utility Program&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In order to conserve hard drive space, extract compressed files (of various formats) and to create .bz2 files if you utilize the [[How_to_make_a_server#Creating a Fast Downloads Server|fast download feature]] for your web site you need to have a compression utility program.&lt;br /&gt;
&lt;br /&gt;
There are lots of free compression utility programs available on the Internet but almost all of them have limitations, nag screens or are supported by ads. We recommend using the following compression utility program which is widely used, fully functional and completely free: &lt;br /&gt;
&lt;br /&gt;
[http://www.7-zip.org/ 7-zip]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Server Management Program&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In order to manage your server, test configuration variables and check on it’s status one must have a server management program.&lt;br /&gt;
&lt;br /&gt;
There are lots of free server management programs available on the Internet but a lot of them have limitations, nag screens, are supported by ads . We recommend using the following server management utility which is widely used, fully functional and completely free: &lt;br /&gt;
&lt;br /&gt;
[http://www.hlsw.org/ HLSW Gameserver Tool]&lt;br /&gt;
&lt;br /&gt;
[[Image:Note.png]] &amp;#039;&amp;#039;&amp;#039;Note(s):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;A)&amp;#039;&amp;#039;&amp;#039; Download and use the “Official Download” for the most stable version.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;B)&amp;#039;&amp;#039;&amp;#039; You do not need to utilize the built steam log in part of HLSW to effectively manage your server. It is only required if you want to be able to log into it and utilize Steam functions like chat. Just click on “Offline Mode” to manage you server.&lt;br /&gt;
&lt;br /&gt;
===Installing the Mod===&lt;br /&gt;
&lt;br /&gt;
Most game server companies are willing to download and install mods for you so give them the link for the [[Downloads| Downloads Section]] and ask them to download and install the latest release for you.&lt;br /&gt;
&lt;br /&gt;
If they are not willing to do this you will need to use one of the [[How_to_make_a_server#FTP - File Transfer Protocol Program| FTP Programs]] above and extract the [[Downloads| Latest Version]] of Fortress Forever to your Half Life 2 Based Server.&lt;br /&gt;
&lt;br /&gt;
[[Image:Note.png]] &amp;#039;&amp;#039;&amp;#039;Note(s):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;A)&amp;#039;&amp;#039;&amp;#039; You must be running a Half Life 2 based server for Fortress Forever to run.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;B)&amp;#039;&amp;#039;&amp;#039; You may need to create a new FortressForever file in your server&amp;#039;s core files. You will need to consult your server company for suggestions on how to do this.&lt;br /&gt;
&lt;br /&gt;
==Help==&lt;br /&gt;
&lt;br /&gt;
Altough we have tried our hardest to be as detailed and helpful as possible, we all know that there is no way we can possibly answer all your questions. So if you feel your in need of some major help, please feel free to contact someon via the portals below: &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[AE] on TeamSpeak&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The [[AssEater_Clan|&amp;lt;nowiki&amp;gt;[AE]&amp;lt;/nowiki&amp;gt;Clan]] has offered and setup an outlet to give people assistance with setting up their server using the voice communication program Team Speak. To utilize this resource you must have the program installed. The program is completely free and user friendly, not to mention easy to use. It can be downloaded from: [http://www.goteamspeak.com The Teamspeak Web-Site]&lt;br /&gt;
&lt;br /&gt;
To get server help from the [[AssEater_Clan|&amp;lt;nowiki&amp;gt;[AE]&amp;lt;/nowiki&amp;gt;Clan]]; download and install Team Speak the then copy and paste the following line into your browser:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;teamspeak://63.209.37.155:8822/nickname=FF_Help&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you click on the link you will get a message asking if you want to launch an associated program which you will need to accept in order for the link to automatically launch the Team Speak program and put you in the [AE] clan’s communication server.&lt;br /&gt;
&lt;br /&gt;
[[Image:Note.png]] &amp;#039;&amp;#039;&amp;#039;Note(s):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;A)&amp;#039;&amp;#039;&amp;#039; Once you enter the server if someone doesn’t join the channel and make contact you with you within 3-5 minutes click on an [AE] player’s name that is in another channel and send them a text message requesting assistance.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;B)&amp;#039;&amp;#039;&amp;#039; Please be patient while waiting for someone to assist you as they may have to stop playing FF and then join you in the channel to provide you assistance.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;IRC&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;See discussion page&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Email&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you can not find what your looking for please feel free to email us at &amp;lt;tt&amp;gt;FortressForeverHelp@gmail.com&amp;lt;/tt&amp;gt; and we will assist you the best we can. &lt;br /&gt;
&lt;br /&gt;
Please use descriptive titles in the &amp;quot;subject&amp;quot; line as to assure that your email is sent to the right box and checked by the appropriate person(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
===Source Dedicated Servers===&lt;br /&gt;
*[[How_to_install_a_SRCDS|How to install a SRCDS]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Customizing Your Server===&lt;br /&gt;
&lt;br /&gt;
Once you have your server set up, you will probably want to customize your server. There are several things you can do to customize your server. However we have broken it down into two groups to make things simpler. &lt;br /&gt;
*[[Basic_Server_Customizations|Basic Server Customizations]]&lt;br /&gt;
&lt;br /&gt;
*[[Advanced_Server_Customizations|Advanced Server Customizations]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
===Web-Sites===&lt;br /&gt;
&lt;br /&gt;
[[How_to_make_a_server#What is a server?|What is a server:]] [http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/std_adp.php?p_faqid=181&amp;amp;p_created=1093570699&amp;amp;p_sid=Gs2APcWi&amp;amp;p_lva=&amp;amp;p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MzI0JnBfcHJvZHM9MCZwX2NhdHM9MCZwX3B2PSZwX2N2PSZwX3NlYXJjaF90eXBlPWFuc3dlcnMuc2VhcmNoX25sJnBfcGFnZT0xJnBfc2VhcmNoX3RleHQ9aGwyIHNlcnZlciBzZXR0aW5ncw**&amp;amp;p_li=&amp;amp;p_topview=1#types www.steampowered.com]&lt;br /&gt;
&lt;br /&gt;
[[How_to_make_a_server#Configuring Your Server|Configuring Your Server:]] [http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/std_adp.php?p_faqid=140&amp;amp;p_created=1093311485&amp;amp;p_sid=Gs2APcWi&amp;amp;p_lva=&amp;amp;p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MTEmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3NlYXJjaF90eXBlPWFuc3dlcnMuc2VhcmNoX25sJnBfcGFnZT0xJnBfc2VhcmNoX3RleHQ9RmFzdCBETA**&amp;amp;p_li=&amp;amp;p_topview=1 www.steampowered.com]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8971</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8971"/>
		<updated>2009-03-30T01:04:27Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* FF Server Install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What does this guide do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool.exe&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2DM Install===&lt;br /&gt;
First we need to find our way over to the installer. Start by opening a command line. This can be done by going to Start --&amp;gt; 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:&lt;br /&gt;
 c:&lt;br /&gt;
 mkdir \ff-server&lt;br /&gt;
 cd \hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2DM:&lt;br /&gt;
 hldsupdatetool -command update -game hl2mp -dir c:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the Steam servers to your server. Congrats! You have installed a HL2DM server!&lt;br /&gt;
&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.2 FULL [SERVER] and Fortress Forever 2.2 to 2.3 UPDATE [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole 2.2 FULL server to C:\ff-server.&lt;br /&gt;
Then unzip the 2.3 UPDATE to C:\ff-server.  Make sure you overwrite all.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
 &lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 2.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 2.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       srcds.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 ::  Replace &amp;quot;My Server&amp;quot;  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=&amp;quot;My FF Server&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 2.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo To close the server, close this windows and type exit in the server window&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo.&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
Here are some useful links for running a SRCDS.&lt;br /&gt;
&lt;br /&gt;
[http://www.srcds.com srcds.com] - The best and only dedicated community for running a Source Dedicated Server&lt;br /&gt;
&lt;br /&gt;
[http://forums.srcds.com srcds.com forums] - srcds.com&amp;#039;s forums with many experienced admins willing to help.  Active Fortress Forever member, Mooga, is a Moderator for the forums.&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8884</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8884"/>
		<updated>2008-09-19T15:37:39Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* Links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What does this guide do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool.exe&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2DM Install===&lt;br /&gt;
First we need to find our way over to the installer. Start by opening a command line. This can be done by going to Start --&amp;gt; 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:&lt;br /&gt;
 c:&lt;br /&gt;
 mkdir \ff-server&lt;br /&gt;
 cd \hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2DM:&lt;br /&gt;
 hldsupdatetool -command update -game hl2mp -dir c:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the Steam servers to your server. Congrats! You have installed a HL2DM server!&lt;br /&gt;
&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.1 FULL (Windows Only) [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole file to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
 &lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 2.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 2.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       srcds.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 ::  Replace &amp;quot;My Server&amp;quot;  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=&amp;quot;My FF Server&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 2.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo To close the server, close this windows and type exit in the server window&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo.&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
Here are some useful links for running a SRCDS.&lt;br /&gt;
&lt;br /&gt;
[http://www.srcds.com srcds.com] - The best and only dedicated community for running a Source Dedicated Server&lt;br /&gt;
&lt;br /&gt;
[http://forums.srcds.com srcds.com forums] - srcds.com&amp;#039;s forums with many experienced admins willing to help.  Active Fortress Forever member, Mooga, is a Moderator for the forums.&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=Talk:How_to_install_a_SRCDS&amp;diff=8883</id>
		<title>Talk:How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Talk:How_to_install_a_SRCDS&amp;diff=8883"/>
		<updated>2008-09-19T15:36:27Z</updated>

		<summary type="html">&lt;p&gt;Mooga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&amp;#039;m going to do a write-up on installed a SRCDS server and then making it work with FF.  I&amp;#039;ll also post a link to SRCDS.com since that site is an AMAZING tool.  It&amp;#039;s a shame that Server Installs are rarely well-documented. --[[User:Mooga|Mooga]] 17:36, 9 March 2008 (CDT)&lt;br /&gt;
&lt;br /&gt;
------&lt;br /&gt;
hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
&lt;br /&gt;
Should hl2dm not be hl2mp? - Opty&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
No, it should be hl2mp.  If you run a list command (hldsupdatetool.exe -command update -game list) you will see that the game option is hl2mp.  We&amp;#039;ve also listed them all nicely in the [http://forums.srcds.com/viewtopic/7553 srcds.com forum FAQ section].  (I&amp;#039;ve also uinstalled a HL2DM server before with this command).  --[[User:Mooga|Mooga]] 10:36, 19 September 2008 (CDT)&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8860</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8860"/>
		<updated>2008-09-14T05:10:35Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* Starting Your FF Server */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool.exe&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP Install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd c:\hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the steam servers to your server.  Congrates! You have installed a HL2MP server!&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.1 FULL (Windows Only) [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole file to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
 &lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 2.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 2.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       srcds.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 ::  Replace &amp;quot;My Server&amp;quot;  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=&amp;quot;My FF Server&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 2.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo To close the server, close this windows and type exit in the server window&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo.&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
Here are some useful links for running a SRCDS.&lt;br /&gt;
[http://www.srcds.com srcds.com] - The best and only dedicated community for running a Source Dedicated Server&lt;br /&gt;
[http://forums.srcds.com srcds.com forums] - srcds.com&amp;#039;s forums with many experienced admins willing to help.  Active Fortress Forever member, Mooga, is a Moderator for the forums.&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8859</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8859"/>
		<updated>2008-09-14T05:09:28Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* Adding Your server.cfg File */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool.exe&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP Install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd c:\hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the steam servers to your server.  Congrates! You have installed a HL2MP server!&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.1 FULL (Windows Only) [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole file to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
 &lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 2.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 2.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       srcds.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 ::  Replace &amp;quot;My Server&amp;quot;  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=&amp;quot;My FF Server&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 2.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo To close the server, close this windows and type exit in the server window&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo.&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
Here are some useful links for running a SRCDS.&lt;br /&gt;
[http://www.srcds.com srcds.com] - The best and only dedicated community for running a Source Dedicated Server&lt;br /&gt;
[http://forums.srcds.com srcds.com forums] - srcds.com&amp;#039;s forums with many experienced admins willing to help.  Active Fortress Forever member, Mooga, is a Moderator for the forums.&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8858</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8858"/>
		<updated>2008-09-14T05:08:47Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* Required Tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool.exe&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP Install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd c:\hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the steam servers to your server.  Congrates! You have installed a HL2MP server!&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.1 FULL (Windows Only) [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole file to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
&lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 2.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 2.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       srcds.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 ::  Replace &amp;quot;My Server&amp;quot;  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=&amp;quot;My FF Server&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 2.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo To close the server, close this windows and type exit in the server window&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo.&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
Here are some useful links for running a SRCDS.&lt;br /&gt;
[http://www.srcds.com srcds.com] - The best and only dedicated community for running a Source Dedicated Server&lt;br /&gt;
[http://forums.srcds.com srcds.com forums] - srcds.com&amp;#039;s forums with many experienced admins willing to help.  Active Fortress Forever member, Mooga, is a Moderator for the forums.&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8857</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8857"/>
		<updated>2008-09-14T05:08:32Z</updated>

		<summary type="html">&lt;p&gt;Mooga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool.exe&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP Install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd c:\hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the steam servers to your server.  Congrates! You have installed a HL2MP server!&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.1 FULL (Windows Only) [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole file to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
&lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 2.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 2.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       srcds.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 ::  Replace &amp;quot;My Server&amp;quot;  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=&amp;quot;My FF Server&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 2.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo To close the server, close this windows and type exit in the server window&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo.&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
Here are some useful links for running a SRCDS.&lt;br /&gt;
[http://www.srcds.com srcds.com] - The best and only dedicated community for running a Source Dedicated Server&lt;br /&gt;
[http://forums.srcds.com srcds.com forums] - srcds.com&amp;#039;s forums with many experienced admins willing to help.  Active Fortress Forever member, Mooga, is a Moderator for the forums.&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8856</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8856"/>
		<updated>2008-09-14T05:07:18Z</updated>

		<summary type="html">&lt;p&gt;Mooga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What will does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
EXPAND THIS!&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP Install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd c:\hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the steam servers to your server.  Congrates! You have installed a HL2MP server!&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.1 FULL (Windows Only) [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole file to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
&lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 2.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 2.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       srcds.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 ::  Replace &amp;quot;My Server&amp;quot;  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=&amp;quot;My FF Server&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 2.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo To close the server, close this windows and type exit in the server window&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo.&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
Here are some useful links for running a SRCDS.&lt;br /&gt;
[http://www.srcds.com srcds.com] - The best and only dedicated community for running a Source Dedicated Server&lt;br /&gt;
[http://forums.srcds.com srcds.com forums] - srcds.com&amp;#039;s forums with many experienced admins willing to help.  Active Fortress Forever member, Mooga, is a Moderator for the forums.&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8855</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8855"/>
		<updated>2008-09-14T05:00:08Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* Adding Your server.cfg File */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What will does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
EXPAND THIS!&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP Install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd c:\hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the steam servers to your server.  Congrates! You have installed a HL2MP server!&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.1 FULL (Windows Only) [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole file to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
&lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 2.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 2.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       srcds.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 ::  Replace &amp;quot;My Server&amp;quot;  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=&amp;quot;My FF Server&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 2.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo To close the server, close this windows and type exit in the server window&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo.&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8854</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8854"/>
		<updated>2008-09-14T04:59:43Z</updated>

		<summary type="html">&lt;p&gt;Mooga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What will does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
EXPAND THIS!&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP Install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd c:\hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the steam servers to your server.  Congrates! You have installed a HL2MP server!&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.1 FULL (Windows Only) [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole file to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Adding Your server.cfg File===&lt;br /&gt;
In the C:\ff-server\fortressforever\cfg folder, create a new file with notepad called &amp;quot;server.cfg&amp;quot;.  Make sure there is NOT a .txt at the end or the config will not run.  Add this to that file and customize at will:&lt;br /&gt;
&lt;br /&gt;
 //Standard SERVER.CFG&lt;br /&gt;
 &lt;br /&gt;
 hostname &amp;quot;My Fortress Forever Server!&amp;quot; // Put your server&amp;#039;s name in quotes here.&lt;br /&gt;
 &lt;br /&gt;
 //sv_password &amp;quot;&amp;quot; // Put a password here to lock your server.&lt;br /&gt;
 //rcon_password &amp;quot;rcon123abc&amp;quot; // Put an RCON password here for remote server administration (HLSW, client, etc.)&lt;br /&gt;
 &lt;br /&gt;
 mp_timelimit 30 // Map time limit, in minutes.&lt;br /&gt;
 mp_friendlyfire 0 // Friendly fire. 1 = On. 0 = Off.&lt;br /&gt;
 &lt;br /&gt;
 //====================================================&lt;br /&gt;
 // Class limits.  Set to -1 to disable the class.  0 for unlimited.&lt;br /&gt;
 cr_scout 0 // Scout class limit.&lt;br /&gt;
 cr_sniper 0 // Sniper class limit.&lt;br /&gt;
 cr_soldier 0 // Soldier class limit.&lt;br /&gt;
 cr_demoman 0 // Demoman class limit.&lt;br /&gt;
 cr_medic 0 // Medic class limit.&lt;br /&gt;
 cr_hwguy 0 // HWGuy class limit.&lt;br /&gt;
 cr_pyro 0 // Pyro class limit.&lt;br /&gt;
 cr_spy 0 // Spy class limit.&lt;br /&gt;
 cr_engineer 0 // Engineer class limit.&lt;br /&gt;
 &lt;br /&gt;
 sv_rcon_maxfailures 3 // How many times an RCON password can be entered incorrectly before banning the user.&lt;br /&gt;
 sv_alltalk 0 // Alltalk enables voice comms between all teams/players.&lt;br /&gt;
 sv_voiceenable 1 // Enables voice chat. Use 0 for no voice.&lt;br /&gt;
 &lt;br /&gt;
 mp_allowspectators 1 // Allows players to spectate.&lt;br /&gt;
 mp_footsteps 0 // Footstep sounds. 0 = Off, 1 = On&lt;br /&gt;
 sv_mincmdrate 0 // Minimum cl_cmdrate&lt;br /&gt;
 sv_maxcmdrate 100 // Maximum cl_cmdrate&lt;br /&gt;
 sv_minupdaterate 10 // Minimum cl_updaterate&lt;br /&gt;
 sv_maxupdaterate 100 // Maximum cl_updaterate&lt;br /&gt;
 sv_minrate 2000 // Minimum rate&lt;br /&gt;
 sv_maxrate 20000 // Maximum rate&lt;br /&gt;
 sv_unlag 1 // Lag compensation.&lt;br /&gt;
 sv_maxunlag 0.3&lt;br /&gt;
 sv_spectatorchat 1 // Allows spectators to chat.&lt;br /&gt;
 sv_cheats 0 // Turns cheat cvars off.&lt;br /&gt;
 sv_allowupload 1 // Allow uploading of files to server. (For sprays)&lt;br /&gt;
 sv_allowdownload 1 // Allow downloading from server.&lt;br /&gt;
 sv_voicecodec vaudio_speex // The server&amp;#039;s audio codec.&lt;br /&gt;
 sv_specaccelerate 5 // How quickly spectators accelerate when moving around the map.&lt;br /&gt;
 sv_specspeed 2 // Spectator max speed.&lt;br /&gt;
 &lt;br /&gt;
 log on // enable or disable server logging. on is on / off is off&lt;br /&gt;
 sv_logbans 1 // Log server bans in the server logs&lt;br /&gt;
 sv_logecho 1 // Echo log information to the console. 0 is off 1 is on&lt;br /&gt;
 sv_logfile 1 // Log server information in the log file. 0 is off 1 is on&lt;br /&gt;
 sv_log_onefile 1 // log everything in one file&lt;br /&gt;
&lt;br /&gt;
 exec banned_user.cfg // A list of all bans, in case the server crashes.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 2.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.  Add this to that file:&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 2.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       srcds.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 ::  Replace &amp;quot;My Server&amp;quot;  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=&amp;quot;My FF Server&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 2.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo To close the server, close this windows and type exit in the server window&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo.&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8853</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8853"/>
		<updated>2008-09-13T22:39:16Z</updated>

		<summary type="html">&lt;p&gt;Mooga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What will does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
EXPAND THIS!&lt;br /&gt;
&lt;br /&gt;
==Walk Through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP Install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd c:\hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the steam servers to your server.  Congrates! You have installed a HL2MP server!&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.1 FULL (Windows Only) [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole file to C:\ff-server.&lt;br /&gt;
&lt;br /&gt;
===Starting Your FF Server===&lt;br /&gt;
To make your life easier, here is a windows batch script to automatically run your server.  It will also automatically re-start the server if it gets sent a quit or exit command.  Create a new file in notepad and save it as &amp;quot;SRCDS Guardian 2.bat&amp;quot;.  Make sure there is NOT a .txt at the end or the script will not run.&lt;br /&gt;
&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SRCDS Guardian 2.0   ::&lt;br /&gt;
 ::         Mooga         ::&lt;br /&gt;
 ::       srcds.com       ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 :: Thanks To Black-Sky &amp;amp; Drocona for making SRCDS Guardian ::&lt;br /&gt;
 :: This script is open source.  Feel free to edit at will. ::&lt;br /&gt;
 ::                                                         ::&lt;br /&gt;
 :: This script was writen for the use of the srcds.com     ::&lt;br /&gt;
 :: online community.  If you are interested in running a   ::&lt;br /&gt;
 :: Source Dedicated Server or need help, drop by our       ::&lt;br /&gt;
 :: forums at... http://forums.srcds.com                    ::&lt;br /&gt;
 ::=========================================================::&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: This will keep the window clean and easy to read&lt;br /&gt;
 @echo off&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  SET YOUR VARIABLES!  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::  Window and Log name  ::&lt;br /&gt;
 ::  Replace &amp;quot;My Server&amp;quot;  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set servername=&amp;quot;My FF Server&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 ::=======================::&lt;br /&gt;
 ::   Your start command  ::&lt;br /&gt;
 ::=======================::&lt;br /&gt;
 set runcmd=C:\ff-server\srcds.exe -console -game fortressforever -maxplayers 22 +fps_max 200 -port 27015 +map ff_2fort -tickrate 66&lt;br /&gt;
 &lt;br /&gt;
 :: Sets the title of the window&lt;br /&gt;
 title SRCDS Guardian 2.0   %servername%&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Clears the window incase there is anything there&lt;br /&gt;
 cls&lt;br /&gt;
 &lt;br /&gt;
 &lt;br /&gt;
 :: Prints to the window what we are doing&lt;br /&gt;
 echo SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 echo.&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo To close the server, close this windows and type exit in the server window&lt;br /&gt;
 echo **************************************************************************&lt;br /&gt;
 echo.&lt;br /&gt;
 echo.&lt;br /&gt;
 &lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo.&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) SRCDS Guardian 2.0 has been started!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now starting...&lt;br /&gt;
 &lt;br /&gt;
 :: This is a return point in case the server crashes or is closed&lt;br /&gt;
 :restart&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now online&lt;br /&gt;
 &lt;br /&gt;
 echo Watching %servername% for crashes...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Watching %servername% for crashes...&lt;br /&gt;
 &lt;br /&gt;
 ::Start the actual server&lt;br /&gt;
 start /wait %runcmd%&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) Crash or Close detected!&lt;br /&gt;
 &lt;br /&gt;
 echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &amp;gt;&amp;gt; %servername%_Guardian.log echo (%date%)(%time%) %servername% is now restarting...&lt;br /&gt;
 &lt;br /&gt;
 ::Server crashed or closed, so we point it to the return point to start the server again&lt;br /&gt;
 goto restart&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8852</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8852"/>
		<updated>2008-09-13T22:31:08Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* FF Server Install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What will does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
EXPAND THIS!&lt;br /&gt;
&lt;br /&gt;
==Walk through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP Install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd c:\hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the steam servers to your server.  Congrates! You have installed a HL2MP server!&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 2.1 FULL (Windows Only) [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the whole file to C:\ff-server.&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8665</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8665"/>
		<updated>2008-04-22T20:00:14Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* FF Server Install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What will does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
EXPAND THIS!&lt;br /&gt;
&lt;br /&gt;
==Walk through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP Install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd c:\hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the steam servers to your server.  Congrates! You have installed a HL2MP server!&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 1.1 FULL [SERVER], Fortress Forever 1.1 to 1.11 UPDATE [SERVER], and Fortress Forever 1.11 to 2.0 UPDATE [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the first download to C:\ff-server.  Then unzip the second and third zip.  Choose to Yes to All when copying since you want the newest version of the server.&lt;br /&gt;
You are now nearly ready to start up your server!&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8664</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8664"/>
		<updated>2008-04-22T19:59:57Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* Walk through */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What will does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
EXPAND THIS!&lt;br /&gt;
&lt;br /&gt;
==Walk through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP Install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd c:\hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the steam servers to your server.  Congrates! You have installed a HL2MP server!&lt;br /&gt;
===FF Server Install===&lt;br /&gt;
Download the Fortress Forever 1.1 FULL [SERVER], Fortress Forever 1.1 to 1.11 UPDATE [SERVER], and Fortress Forever 1.11 to 2.0 UPDATE [SERVER].  This can be downloaded [[Downloads#Files_for_server_operators |Here]].&lt;br /&gt;
&lt;br /&gt;
Now unzip the first download to C:\ff-server.  Then unzip the second and third zip.  Choose to Yes to All when copying since you want the newest version of the server.&lt;br /&gt;
You are now nearly ready to start up your server!&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8663</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8663"/>
		<updated>2008-04-22T19:51:17Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* What is a SRCDS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.  Since SRCDS is for a Dedicated Server, you can not play on the same computer that your Dedicated Server is running on.  To play and host on the same computer, create a listen server from in-game.&lt;br /&gt;
&lt;br /&gt;
===What will does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
EXPAND THIS!&lt;br /&gt;
&lt;br /&gt;
==Walk through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd c:\hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the steam servers to your server.  Congrates! You have installed a HL2MP server!&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8662</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8662"/>
		<updated>2008-04-22T19:48:57Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* HL2MP install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.&lt;br /&gt;
===What will does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
EXPAND THIS!&lt;br /&gt;
&lt;br /&gt;
==Walk through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd c:\hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
You should see tons of text scroll by as the correct files are downloaded directly from the steam servers to your server.  Congrates! You have installed a HL2MP server!&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8661</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8661"/>
		<updated>2008-04-22T19:46:41Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* HL2MP install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.&lt;br /&gt;
===What will does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
EXPAND THIS!&lt;br /&gt;
&lt;br /&gt;
==Walk through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
Congrates! You have installed a HL2MP server!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
THIS IS A WORK IN PROGRESS&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8660</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8660"/>
		<updated>2008-04-22T19:46:16Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* HL2MP install */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.&lt;br /&gt;
===What will does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
EXPAND THIS!&lt;br /&gt;
&lt;br /&gt;
==Walk through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir C:\ff-server&lt;br /&gt;
Congrates! you are installed a HL2MP server!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
THIS IS A WORK IN PROGRESS&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8569</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8569"/>
		<updated>2008-03-10T21:16:29Z</updated>

		<summary type="html">&lt;p&gt;Mooga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.&lt;br /&gt;
===What will does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
EXPAND THIS!&lt;br /&gt;
&lt;br /&gt;
==Walk through==&lt;br /&gt;
===HLDSUpdatetool===&lt;br /&gt;
To start off, you need to download HLDSUpdatetool installer.  This can be downloaded directly from steam [http://www.steampowered.com/download/hldsupdatetool.exe 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.&lt;br /&gt;
===HL2MP install===&lt;br /&gt;
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 --&amp;gt; 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:&lt;br /&gt;
 cd c:\&lt;br /&gt;
 mkdir ff-server&lt;br /&gt;
 cd hldsupdatetool&lt;br /&gt;
Now that you are in the hldsupdatetool folder, run this command to install HL2MP&lt;br /&gt;
 hldsupdatetool.exe -command update -game hl2dm -dir ff-server&lt;br /&gt;
Congrates! you are installed a HL2MP server!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
THIS IS A WORK IN PROGRESS&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8548</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8548"/>
		<updated>2008-03-10T05:47:51Z</updated>

		<summary type="html">&lt;p&gt;Mooga: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.&lt;br /&gt;
===What will does this guild do?===&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
THIS IS A WORK IN PROGRESS&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8547</id>
		<title>How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_install_a_SRCDS&amp;diff=8547"/>
		<updated>2008-03-09T22:48:40Z</updated>

		<summary type="html">&lt;p&gt;Mooga: New page: ==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 requ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Overview==&lt;br /&gt;
===What is a SRCDS===&lt;br /&gt;
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.&lt;br /&gt;
==How do I make SRCDS work with Fortress Forever==&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Required Tools==&lt;br /&gt;
The following tools are required:&lt;br /&gt;
* HLDSUpdatetool&lt;br /&gt;
* Fortress Forever Server&lt;br /&gt;
* 7-Zip/WinZip/WinRar/Ect.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
THIS IS A WORK IN PROGRESS&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=How_to_make_a_server&amp;diff=8546</id>
		<title>How to make a server</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=How_to_make_a_server&amp;diff=8546"/>
		<updated>2008-03-09T22:37:08Z</updated>

		<summary type="html">&lt;p&gt;Mooga: /* What is a server? */  link to How to install a SRCDS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
[[Category:0-Star_Articles]]&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
===What is a server?===&lt;br /&gt;
&lt;br /&gt;
A server is a portal that allows other online players to play the game.&lt;br /&gt;
&lt;br /&gt;
There are 4 types of servers to choose from:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Listen Server&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This type of [[How_to_make_a_server#What is a server?|server]] may be started in-game by selecting the Create Server option. Listen Servers are ideal for small LAN games (this type of server is not intended to be used as a public server). &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Steam Dedicated Server&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This type of [[How_to_make_a_server#What is a server?|server]] may be started through [http://www.steampowered.com/v/index.php Steam] by selecting a server application to run under the Tools tab. Steam Dedicated Servers require more system resources than the [[How_to_make_a_server#Stand-Alone Dedicated Server|Stand-Alone Dedicated Server]] and cannot be started automatically when your computer is booted up. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Stand-Alone Dedicated Server&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
This type of [[How_to_make_a_server#What is a server?|server]] is intended for advanced users who intend to run the dedicated server software to host internet games. Stand-Alone Dedicated Servers offer the best performance and configuration options, however, you must use a console interface to manage the server. Also check out [[How to install a SRCDS]].&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Linux Dedicated Server&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The Linux Dedicated Server is a variant of the [[How_to_make_a_server#Stand-Alone Dedicated Server|Stand-Alone Dedicated Server]] designed to run on Linux.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
===What programs do I need?===&lt;br /&gt;
&lt;br /&gt;
Before you even start the server install you really need to have several programs which are necessary tools that will enable you to configure/update and manage your server.&lt;br /&gt;
&lt;br /&gt;
Listed below are the programs that are recommended you have installed and are somewhat familiar with before you start putting together your server.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;FTP - File Transfer Protocol Program&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In order to upload your server’s files from your computer to the remote server that runs your ff server and vise versa you must have an FTP or File Transfer Protocol Program. Many hosting companies offer file access through your browser and it is useful for a quick update if you are not on your primary computer. However, an actual FTP client is much more stable and faster to use.&lt;br /&gt;
&lt;br /&gt;
There are lots of free FTP programs available on the Internet but almost all of them have limitations, nag screens or are supported by ads. We recommend the following FTP clients which are widely used, fully functional and completely free:&lt;br /&gt;
&lt;br /&gt;
[http://www.coreftp.com/ Coreftp] &lt;br /&gt;
&lt;br /&gt;
[http://winscp.net/eng/index.php WinSCP]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Compression Utility Program&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In order to conserve hard drive space, extract compressed files (of various formats) and to create .bz2 files if you utilize the [[How_to_make_a_server#Creating a Fast Downloads Server|fast download feature]] for your web site you need to have a compression utility program.&lt;br /&gt;
&lt;br /&gt;
There are lots of free compression utility programs available on the Internet but almost all of them have limitations, nag screens or are supported by ads. We recommend using the following compression utility program which is widely used, fully functional and completely free: &lt;br /&gt;
&lt;br /&gt;
[http://www.7-zip.org/ 7-zip]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Server Management Program&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In order to manage your server, test configuration variables and check on it’s status one must have a server management program.&lt;br /&gt;
&lt;br /&gt;
There are lots of free server management programs available on the Internet but a lot of them have limitations, nag screens, are supported by ads . We recommend using the following server management utility which is widely used, fully functional and completely free: &lt;br /&gt;
&lt;br /&gt;
[http://www.hlsw.org/ HLSW Gameserver Tool]&lt;br /&gt;
&lt;br /&gt;
[[Image:Note.png]] &amp;#039;&amp;#039;&amp;#039;Note(s):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;A)&amp;#039;&amp;#039;&amp;#039; Download and use the “Official Download” for the most stable version.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;B)&amp;#039;&amp;#039;&amp;#039; You do not need to utilize the built steam log in part of HLSW to effectively manage your server. It is only required if you want to be able to log into it and utilize Steam functions like chat. Just click on “Offline Mode” to manage you server.&lt;br /&gt;
&lt;br /&gt;
===Installing the Mod===&lt;br /&gt;
&lt;br /&gt;
Most game server companies are willing to download and install mods for you so give them the link for the [[Downloads| Downloads Section]] and ask them to download and install the latest release for you.&lt;br /&gt;
&lt;br /&gt;
If they are not willing to do this you will need to use one of the [[How_to_make_a_server#FTP - File Transfer Protocol Program| FTP Programs]] above and extract the [[Downloads| Latest Version]] of Fortress Forever to your Half Life 2 Based Server.&lt;br /&gt;
&lt;br /&gt;
[[Image:Note.png]] &amp;#039;&amp;#039;&amp;#039;Note(s):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;A)&amp;#039;&amp;#039;&amp;#039; You must be running a Half Life 2 based server for Fortress Forever to run.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;B)&amp;#039;&amp;#039;&amp;#039; You may need to create a new FortressForever file in your server&amp;#039;s core files. You will need to consult your server company for suggestions on how to do this.&lt;br /&gt;
&lt;br /&gt;
==Help==&lt;br /&gt;
&lt;br /&gt;
Altough we have tried our hardest to be as detailed and helpful as possible, we all know that there is no way we can possibly answer all your questions. So if you feel your in need of some major help, please feel free to contact someon via the portals below: &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[AE] on TeamSpeak&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The [[AssEater_Clan|&amp;lt;nowiki&amp;gt;[AE]&amp;lt;/nowiki&amp;gt;Clan]] has offered and setup an outlet to give people assistance with setting up their server using the voice communication program Team Speak. To utilize this resource you must have the program installed. The program is completely free and user friendly, not to mention easy to use. It can be downloaded from: [http://www.goteamspeak.com The Teamspeak Web-Site]&lt;br /&gt;
&lt;br /&gt;
To get server help from the [[AssEater_Clan|&amp;lt;nowiki&amp;gt;[AE]&amp;lt;/nowiki&amp;gt;Clan]]; download and install Team Speak the then copy and paste the following line into your browser:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;teamspeak://63.209.37.155:8822/nickname=FF_Help&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you click on the link you will get a message asking if you want to launch an associated program which you will need to accept in order for the link to automatically launch the Team Speak program and put you in the [AE] clan’s communication server.&lt;br /&gt;
&lt;br /&gt;
[[Image:Note.png]] &amp;#039;&amp;#039;&amp;#039;Note(s):&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;A)&amp;#039;&amp;#039;&amp;#039; Once you enter the server if someone doesn’t join the channel and make contact you with you within 3-5 minutes click on an [AE] player’s name that is in another channel and send them a text message requesting assistance.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;B)&amp;#039;&amp;#039;&amp;#039; Please be patient while waiting for someone to assist you as they may have to stop playing FF and then join you in the channel to provide you assistance.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;IRC&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;See discussion page&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Email&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
If you can not find what your looking for please feel free to email us at &amp;lt;tt&amp;gt;FortressForeverHelp@gmail.com&amp;lt;/tt&amp;gt; and we will assist you the best we can. &lt;br /&gt;
&lt;br /&gt;
Please use descriptive titles in the &amp;quot;subject&amp;quot; line as to assure that your email is sent to the right box and checked by the appropriate person(s).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
===Customizing Your Server===&lt;br /&gt;
&lt;br /&gt;
Once you have your server set up, you will probably want to customize your server. There are several things you can do to customize your server. However we have broken it down into two groups to make things simpler. &lt;br /&gt;
*[[Basic_Server_Customizations|Basic Server Customizations]]&lt;br /&gt;
&lt;br /&gt;
*[[Advanced_Server_Customizations|Advanced Server Customizations]] &lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
===Web-Sites===&lt;br /&gt;
&lt;br /&gt;
[[How_to_make_a_server#What is a server?|What is a server:]] [http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/std_adp.php?p_faqid=181&amp;amp;p_created=1093570699&amp;amp;p_sid=Gs2APcWi&amp;amp;p_lva=&amp;amp;p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MzI0JnBfcHJvZHM9MCZwX2NhdHM9MCZwX3B2PSZwX2N2PSZwX3NlYXJjaF90eXBlPWFuc3dlcnMuc2VhcmNoX25sJnBfcGFnZT0xJnBfc2VhcmNoX3RleHQ9aGwyIHNlcnZlciBzZXR0aW5ncw**&amp;amp;p_li=&amp;amp;p_topview=1#types www.steampowered.com]&lt;br /&gt;
&lt;br /&gt;
[[How_to_make_a_server#Configuring Your Server|Configuring Your Server:]] [http://support.steampowered.com/cgi-bin/steampowered.cfg/php/enduser/std_adp.php?p_faqid=140&amp;amp;p_created=1093311485&amp;amp;p_sid=Gs2APcWi&amp;amp;p_lva=&amp;amp;p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MTEmcF9wcm9kcz0mcF9jYXRzPSZwX3B2PSZwX2N2PSZwX3NlYXJjaF90eXBlPWFuc3dlcnMuc2VhcmNoX25sJnBfcGFnZT0xJnBfc2VhcmNoX3RleHQ9RmFzdCBETA**&amp;amp;p_li=&amp;amp;p_topview=1 www.steampowered.com]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
	<entry>
		<id>https://www.fortress-forever.com/wiki/index.php?title=Talk:How_to_install_a_SRCDS&amp;diff=8545</id>
		<title>Talk:How to install a SRCDS</title>
		<link rel="alternate" type="text/html" href="https://www.fortress-forever.com/wiki/index.php?title=Talk:How_to_install_a_SRCDS&amp;diff=8545"/>
		<updated>2008-03-09T22:36:14Z</updated>

		<summary type="html">&lt;p&gt;Mooga: New page: I&amp;#039;m going to do a write-up on installed a SRCDS server and then making it work with FF.  I&amp;#039;ll also post a link to SRCDS.com since that site is an AMAZING tool.  It&amp;#039;s a shame that Server In...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&amp;#039;m going to do a write-up on installed a SRCDS server and then making it work with FF.  I&amp;#039;ll also post a link to SRCDS.com since that site is an AMAZING tool.  It&amp;#039;s a shame that Server Installs are rarely well-documented. --[[User:Mooga|Mooga]] 17:36, 9 March 2008 (CDT)&lt;/div&gt;</summary>
		<author><name>Mooga</name></author>
	</entry>
</feed>