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 extras: Difference between revisions

From TF2 Classified Wiki
Sumea (talk | contribs)
No edit summary
Breadd (talk | contribs)
m Update the tf2classic tools sourcemod plugin link to the newer maintained version
Line 78: Line 78:
If you are working with Ubuntu Server, you might have <code>git</code> installed. Try first the following command:
If you are working with Ubuntu Server, you might have <code>git</code> installed. Try first the following command:


<code><nowiki>$</nowiki> git clone <nowiki>https://github.com/Scags/TF2Classic-Tools.git</nowiki></code>
<code><nowiki>$</nowiki> git clone <nowiki>https://github.com/tf2classic/SM-TF2Classic-Tools.git</nowiki></code>


If you do not have <code>git</code>, download the repo with wget directly:
If you do not have <code>git</code>, download the repo with wget directly:


<code><nowiki>$</nowiki> <nowiki>wget https://github.com/Scags/TF2Classic-Tools/archive/master.zip</nowiki></code>
<code><nowiki>$</nowiki> <nowiki>wget https://github.com/tf2classic/SM-TF2Classic-Tools/archive/master.zip</nowiki></code>


Then unzip it:
Then unzip it:
Line 88: Line 88:
<code><nowiki>$</nowiki> unzip master.zip</code>
<code><nowiki>$</nowiki> unzip master.zip</code>


<code>cd</code> into the directory, being either <code>TF2Classic-Tools</code> or <code>TF2Classic-Tools-master</code> depending on how you downloaded it.
<code>cd</code> into the directory, being either <code>SM-TF2Classic-Tools</code> or <code>SM-TF2Classic-Tools-master</code> depending on how you downloaded it.
<br>Run the following command to copy <code>sourcemod</code> directory to your server's <code>addons</code> folder:
<br>Run the following command to copy <code>sourcemod</code> directory to your server's <code>addons</code> folder: