Dedicated legacy Linux server extras: Difference between revisions
From TF2 Classified Wiki
More actions
No edit summary |
Ditto |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Ambox|contents=This article is based on a guide written by Raizo, the original of which can be found [https://blog.raizo.dev/posts/tf2-classic-linux-server-tutorial/ here].}} | |||
{{Ambox|contents=This guide is written for the old ''Team Fortress 2 Classic'' non-Steam builds. This guide will not work for the modern ''Team Fortress 2 Classified'' Steam builds as it requires special steps.}} | |||
== SourceMod+Metamod setup == | == SourceMod+Metamod setup == | ||
| Line 17: | Line 18: | ||
Visit the Stable builds section of [https://www.sourcemod.net/downloads.php?branch=stable sourcemod.net] and grab the latest Linux build and upload it to your server using SFTP. If you do not have SFTP on your server, download it to your server using wget or similar tool. | Visit the Stable builds section of [https://www.sourcemod.net/downloads.php?branch=stable sourcemod.net] and grab the latest Linux build and upload it to your server using SFTP. If you do not have SFTP on your server, download it to your server using wget or similar tool. | ||
Using Terminal or SSH instead of SFTP, first navigate to your server tf2classic folder | Using Terminal or SSH instead of SFTP, first navigate to your server tf2classic folder. We'll navigate to <code>/opt/tf2classic/server/tf2classic/</code> first. | ||
<br>Then you can run wget to download SourceMod archive to your current directory: | <br>Then you can run wget to download SourceMod archive to your current directory: | ||