Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

User:Webb/Steam dedicated server: Difference between revisions

From TF2 Classified Wiki
Webb (talk | contribs)
No edit summary
Webb (talk | contribs)
No edit summary
Line 124: Line 124:
If all goes well, it should start and be accessible over the internet.
If all goes well, it should start and be accessible over the internet.


== Server Configuration ==
== Server configuration ==


For a basic, private server, you should only need to set a password in <code>sdk/tf2classic/cfg/server.cfg</code> by appending the file with <code>sv_password yourpassword</code>.
For a basic, private server, you should only need to set a password in <code>classified/tf2classic/cfg/server.cfg</code> by appending the file with <code>sv_password yourpassword</code>.
You can also make it LAN-only by appending <code>sv_lan 1</code> in the same file.
You can also make it LAN-only by appending <code>sv_lan 1</code> in the same file.