Dedicated Linux server: Difference between revisions
From TF2 Classified Wiki
More actions
Re-add steamclient.so link part. |
No edit summary |
||
| Line 239: | Line 239: | ||
You can enable this by adding <code>sv_use_steam_networking 1</code> to <code>classified/tf2classified/cfg/default.cfg</code>. | You can enable this by adding <code>sv_use_steam_networking 1</code> to <code>classified/tf2classified/cfg/default.cfg</code>. | ||
If you want your server to appear on the server browser with SDR enabled you will need to supply a GLST token. You can acquire a key by going to [[https://steamcommunity.com/dev/managegameservers|this page]]. Once you've got it, put <code>sv_setsteamaccount $KEY</code> in your configuration, replacing $KEY with the token from the page. | |||
== Troubleshooting == | == Troubleshooting == | ||
| Line 255: | Line 257: | ||
Steam>quit | Steam>quit | ||
</pre> | </pre> | ||
=== Server not showing up on the server browser while using SDR === | |||
This is likely happening because you enabled use of the SDR but didn't supply a game key. Read the last paragraph of [[#Enabling the Steam Datagram Relay|the last paragraph of this section]] for more information. | |||
[[Category:Guides]] | [[Category:Guides]] | ||