Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Dedicated legacy Linux server: Difference between revisions

From TF2 Classified Wiki
use pre instead of code, added instructions for manual installs
Mehr (talk | contribs)
Steamcmd throws error when logging in instructing force_install_dir to be set before login, corrected guide accordingly.
Line 50: Line 50:
<pre># su - steam</pre>
<pre># su - steam</pre>


Run <code>steamcmd</code> and let it update. When it’s finished updating and displays a prompt, login anonymously by typing and running: <code>login anonymous</code>
Run <code>steamcmd</code> and let it update. When it’s finished updating and displays the main SteamCMD shell, run <code>force_install_dir /opt/tf2classic/server</code> to choose the directory for the Source SDK Base 2013 Dedicated server to install into. This path can be anything, just make sure you have access to it.


We will set a directory to install Source SDK Base 2013 DS to.
Login anonymously by typing and running: <code>login anonymous</code>
Run <code>force_install_dir /opt/tf2classic/server</code> in SteamCMD to choose the directory for the server to install into. This path can be anything, just make sure you have access to it.


Then run <code>app_update 244310 validate</code> in SteamCMD to install Source SDK Base 2013 DS.
Then run <code>app_update 244310 validate</code> in SteamCMD to install Source SDK Base 2013 DS.