Installing the HL2CTF 2.1 Client
- Before installing:
(For both the Windows EXE and the ZIP archive versions of the mod)- Make sure you have downloaded and installed the FREE Steam Platform.
- If running Steam, close and exit Steam.
- Download the Windows EXE installer or the ZIP archive. (*hl2ctf210_full.exe is preferrred.)
-
Installing the hl2ctf210_full.EXE or _upgrade.EXE:
- Shut down the Steam Platform
- Double-click the HL2CTF .EXE installer file you downloaded.
- Verify the location of your /SourceMods folder when prompted.
- Click Install. *In the case of an upgrade, allow the installer to overwrite all files.
- Run Steam and locate 'Half-Life 2: Capture the Flag 2.1' in your Steam Games Library.
-
Installing the hl2ctf210_full.ZIP or _upgrade.ZIP:
- Shut down the Steam Platform
- Open the HL2CTF .ZIP archive file you downloaded and run "Test Archive" to verify.
- In the ZIP utility, select extract archive, from Explorer right-click on the ZIP and select "Extract to:"
- Extract the archive with folders to your /SourceMods folder which will create the /hl2ctf folder.
- Run Steam and locate 'Half-Life 2: Capture the Flag 2.1' in your Steam Games Library.
-
Having problems getting the game to run?
- Visit our Technical Support forum with the details to get help.
Running a HL2CTF 2.1 Windows Server
-
Before installing:
- Run the HLDS Update Tool for Windows as described in our HL2CTF 2.1 Basic Server Setup Guide.
- Note: HL2CTF 2.x now uses the Episode 1 SDK not HL2DM!
-
Installing:
- Download the hl2ctf210_full.zip (or _upgrade.zip) and extract it with folders into your C:\srcds which will create the /hl2ctf folder.
- Adjust the /hl2ctf/cfg/server.cfg to customize the game settings. (also the match_server.cfg for tournaments)
- Optionally adjust the /hl2ctf/mapcycle.txt and the motd.txt.
- Create a shortcut by right-clicking the srcds.exe and save the shortcut.
- Edit the shortcut target to:
C:\srcds\srcds.exe -console -game hl2ctf -maxplayers 16 +map floodzone -autoupdate
- Start the server by double-clicking the shortcut.
- Type QUIT in the srcds console to exit and shut down the server.
Running a HL2CTF 2.1 Linux Server
-
Before installing:
- Install the HLDS Update Tool as described in our HL2CTF 2.1 Basic Server Setup Guide.
- Download the EPISODE 1 SDK content by running: ./steam -command update -game "episode1" -dir .
-
Installing:
- Download the hl2ctf210_full.zip (or _upgrade.zip) and unzip it with folders into your /srcds_l folder.
- Adjust the /hl2ctf/cfg/server.cfg to customize the game settings. (also the match_server.cfg for tournaments)
- Adjust the /hl2ctf/mapcycle.txt and optionally the motd.txt.
- Execute the following in shell:
./srcds_run -console -game hl2ctf +maxplayers 16 +map floodzone -autoupdate
- Type QUIT in the shell to exit and shut down the server.
- *If you have GNU SCREEN installed you can run the server in SCREEN as follows.
Create a script named hl2ctf_server.sh (ie. touch hl2ctf_server.sh) and edit the file with the following:
#!/bin/sh
echo "Starting HL2CTF Server"
sleep 1
screen -A -m -d -S hl2ctf-server ./srcds_run -console -game hl2ctf
+maxplayers 16 +map ctf_floodzone -autoupdate
-
Having problems getting your Server to run?
- Visit our Server Administration forum with the details to get help.
Uninstalling HL2CTF 2.1
-
Before Uninstalling:
- Backup any custom content you want to save from the installation.
- Shut down the Steam Platform.
-
Uninstalling:
- Use Windows Explorer (WINKEY+E) or the utility you use to navigate drives and folders.
- Navigate to the drive letter where you installed or extracted the mod. e.g. C: (C Drive)
- Navigate to the \Program Files\Steam\steamapps\SourceMods folder.
- Carefully delete only the \hl2ctf folder from your \SourceMods folder.
- In Windows: Restart the Steam platform.
- In Windows: If the process removed the mod from Steam then empty the Windows Recycle Bin.
-
Having problems Uninstalling the mod from Steam?
- Visit our Technical Support forum with the details to get help.