Difference between revisions of "Linux Server Installation"
From Warcraft 3 MODs for Half-Life
(Created page with "=Introduction= This guide is written to help you install a dedicated server on a linux system. =Requirements= * Access to a linux server via SSH or by keyboard * An Internet ...") |
(→Introduction) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
=Introduction= | =Introduction= | ||
− | This guide is | + | Please check the [https://developer.valvesoftware.com/wiki/SteamCMD VALVE DOCUMENTATION]! |
+ | |||
+ | This guide is depreciated | ||
+ | |||
=Requirements= | =Requirements= | ||
* Access to a linux server via SSH or by keyboard | * Access to a linux server via SSH or by keyboard |
Latest revision as of 19:02, 20 October 2013
Introduction
Please check the VALVE DOCUMENTATION!
This guide is depreciated
Requirements
- Access to a linux server via SSH or by keyboard
- An Internet connection
- Roughly 600MB of free space
Installation
- Create a new directory by typing the following command:
mkdir hlds_l
- Move to this directory by typing the following:
cd hlds_l
- Download the steam installation file by typing:
wget http://war3ft.com/downloads/misc/steam
- Give this file executable permissions by typing:
chmod +x steam
- Now run the file that was just extracted by typing:
./steam
This should update your steam updater</pre> - Now run the following command to begin installing counter-strike (Note: to install condition zero change cstrike to czero and to install Day of Defeat change cstrike to dod):
./steam -command update -game cstrike -dir .
- After this command you should see a message like:
No installation record found at /home/username/hlds_l
- To start your game server type this in the command line:
./hlds_run -game cstrike +map de_dust +maxplayers 10 -autoupdate