Installation: Difference between revisions
From TF2 Classified Wiki
More actions
m Merge lines Tag: Reverted |
Tag: Rollback |
||
| Line 13: | Line 13: | ||
If the link doesn't work, you can go into your Steam library and type "Source SDK Base 2013 Multiplayer" in the search bar. Then, install it from the listing whenever it appears. | If the link doesn't work, you can go into your Steam library and type "Source SDK Base 2013 Multiplayer" in the search bar. Then, install it from the listing whenever it appears. | ||
''Note: Source SDK Base 2013 has two versions - one for singleplayer and one for multiplayer. Ensure you have the multiplayer version installed, or the game will not work.'' | ''Note: Source SDK Base 2013 has two versions - one for singleplayer and one for multiplayer. Ensure you have the multiplayer version installed, or the game will not work.'' | ||
| Line 22: | Line 20: | ||
Download: | Download: | ||
* [https://wiki.tf2classic.com/ | * [https://wiki.tf2classic.com/misc/TF2CDownloaderWindows.exe Download for Windows (.exe 64-bit)] | ||
* [https://wiki.tf2classic.com/ | * [https://wiki.tf2classic.com/misc/TF2CDownloaderLinux Download for Linux (desktop or server)] | ||
''Note: Downloading and running this program may trigger a false-positive with some antivirus software. If this happens, add an exemption for the file. This program is [https://github.com/chloecormier/TF2CDownloader free and open-source].'' | ''Note: Downloading and running this program may trigger a false-positive with some antivirus software. If this happens, add an exemption for the file. This program is [https://github.com/chloecormier/TF2CDownloader free and open-source].'' | ||
== Step 3: Installing ''TF2 Classic'' == | == Step 3: Installing ''TF2 Classic'' == | ||
Locate your <code>sourcemods</code> folder. Its typical location is: | |||
'''Windows:''' <code>C:\Program Files (x86)\Steam\steamapps\sourcemods\</code> | |||
''' | '''Linux:''' <code>~/.steam/steam/steamapps/sourcemods/</code> | ||
''' | Now, move the TF2CDownloader executable to the sourcemods folder you've located and run it. If you don't have enough space on your drive to install ''TF2 Classic'', you should symlink your sourcemods folder to an external drive of your choice. For instructions, see [[Troubleshooting#Creating_a_symlink_on_Windows|our guide]]. | ||
'''On Windows''', you can run it by simply double-clicking the file after it finishes downloading. It should open up a small text-only window where you can view its progress. | |||
'''On Linux''', you must run it from the terminal. Right-click in your sourcemods folder after moving it, click "Open in Terminal", then run <code>chmod +x ./TF2CDownloader</code> followed by <code>./TF2CDownloader</code> and let it run. | |||
After it finishes, you should have a "tf2classic" folder inside of your sourcemods folder containing the game files. | |||
== Step 4. Running the game == | == Step 4. Running the game == | ||