User:Webb/Steam dedicated server: Difference between revisions
From TF2 Classified Wiki
More actions
Gamedir is now tf2classified |
Update for release |
||
| Line 13: | Line 13: | ||
== Prerequisites == | == Prerequisites == | ||
* A Linux server running Ubuntu Server<sup>*</sup> on an amd64 CPU<sup>**</sup> with root access | * A Linux server running Ubuntu Server<sup>*</sup> on an amd64 CPU<sup>**</sup> with root access | ||
* At least 25GB of free storage | * At least 25GB of free storage | ||
| Line 23: | Line 22: | ||
<sup>**</sup>Architectures other than amd64 (including 32-bit x86) are not supported. Using an x86 compatibility layer like Box86 for another architecture may not work. | <sup>**</sup>Architectures other than amd64 (including 32-bit x86) are not supported. Using an x86 compatibility layer like Box86 for another architecture may not work. | ||
== Preparing for install == | == Preparing for install == | ||
| Line 87: | Line 78: | ||
Ensure you've quit SteamCMD before continuing. | Ensure you've quit SteamCMD before continuing. | ||
<pre> | <pre> | ||
| Line 96: | Line 84: | ||
$ steamcmd | $ steamcmd | ||
Steam>force_install_dir /home/srcds/classified | Steam>force_install_dir /home/srcds/classified | ||
Steam>login | Steam>login anonymous | ||
Steam>app_update 3557020 validate | Steam>app_update 3557020 validate | ||
Steam>quit | Steam>quit | ||
</pre> | </pre> | ||
=== Fixing libraries with symlinks === | === Fixing libraries with symlinks === | ||
| Line 185: | Line 171: | ||
@NoPromptForPassword 1 | @NoPromptForPassword 1 | ||
force_install_dir /home/srcds/classified | force_install_dir /home/srcds/classified | ||
login | login anonymous | ||
app_update 3557020 | app_update 3557020 | ||
quit | quit | ||