Installing TF2 on a dedicated server
-
- New to forums
- Posts: 2
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sat Jan 09, 2010 7:36 pm
Installing TF2 on a dedicated server
I have a dedicated server from NFO and would like to add TF2 to our gaminginstalls folder. Do you know where I can find the link to install it?
Re: Installing TF2 on a dedicated server
We include TF2 with all dedicated servers, so it should actually already be on your server. It would be in "c:\game installs\sourcebase\orangebox", since it's based off Source.
But, you'd still have to update it to the latest version. You can do that by opening up a command prompt and entering these commands:
After running the update, you'll be able to run the game server by executing srcds.exe in the "c:\game installs\sourcebase\orangebox" folder.
But, you'd still have to update it to the latest version. You can do that by opening up a command prompt and entering these commands:
Code: Select all
cd\game installs
hldsupdatetool.exe -dir sourcebase -game tf -command update -verify_all
Re: Installing TF2 on a dedicated server
Thank you very much for your help. 
