User:Webb/Steam dedicated server: Difference between revisions
From TF2 Classified Wiki
More actions
No edit summary |
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 | == Server configuration == | ||
For a basic, private server, you should only need to set a password in <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. | ||