|
|
| Line 38: |
Line 38: |
|
| |
|
| == Miscellaneous issues == | | == Miscellaneous issues == |
| === My game suddenly freezes or crashes when joining a map, when it didn't before! ===
| |
| You most likely joined a malicious server. An easy fix is to empty the <code>tf2classic\download</code> folder inside your game's folder, or more specifically, to remove any heavy <code>_particles.txt</code> files that appeared in the <code>tf2classic\download\maps</code> folder. It might also download a bunch of <code>.bsp</code> files that all have the same size, delete those too. These malicious servers won't be able to do anything else to your game or your computer.
| |
|
| |
| These malicious servers disguises themselves as real existing server. An easy way to find which one of these servers are malicious is to see if it matches with a lot of these criteria:
| |
| * A server with the same exact name already exists
| |
| * Server name is super generic (e.g. Team Fortress 2 Classic)
| |
| * Server often changes host name
| |
| * Server often changes port
| |
| * Total lack of server tags, except for <code>increased_maxplayers</code>
| |
| * Odd maximum player count (e.g. 55)
| |
| * Actual server line does not provide servers with said maximum player count (e.g. VaultF4 servers with 64 players does not exist)
| |
| * Playing generic maps
| |
| * Plays generic maps despite using a custom weapon pack which requires use of special maps (e.g. it is not using a map ending with _v5_3_3)
| |
| * Ping which does not match server region
| |
| * Fake player count, the player list when viewing server info does not match the player count that's shown, and looks really absurd
| |
| * The player list is badly faked
| |
| * Downloads files with shady names for shock value
| |
|
| |
| If you manage to join one of these servers without crashing, they'll also mess with your config file, which will cause you to take more than 50 minutes to join another server. An easy fix is to type <code>host_timescale 1</code> into the console.
| |
|
| |
| Considering these servers tends to change ports extremely often, simply right clicking and blacklisting the server won't work permanently. Instead, blacklist the IP address with the port set to <code>:0</code> (e.g. <code>12.34.56.78:0</code>). This'll block every port of the IP address, and will cause the server to not escape your blacklist.
| |
|
| |
| You can also get a blacklist by [https://wiki.tf2classic.com/misc/serverlist/blacklist.php downloading this file], and importing it via the "Blacklisted Servers" tab. It contains every known malicious servers as of the time you download the file.
| |
|
| |
| === My textures are missing/It says it "could not load library client"! ===
| |
| The game didn't get fully extracted. If you're using TF2CDownloader, you may not have allowed it to fully finish before moving the extracted folder or playing the game. The prompt must say "Setup is over. Press Enter to continue" before you're safe to play.
| |
|
| |
| If you installed the game manually, you may need to re-extract with a different tool.
| |
|
| |
|
| === I can't connect to any servers and all of the text starts with #TF! === | | === I can't connect to any servers and all of the text starts with #TF! === |