So I stopped running my server for a couple weeks, and wen't back to update it and re-run it but I can't get it to work now.
Without changing anything, when I attempt to update it, it says that its fully updated. But when I run the server, it says the game needs to be updated.
I tried removing all the files and doing a clean and install and now the Tf2 folder isn't being created and its not updating, but still says its up to date.
These are the steps I took.
Without changing anything, when I attempt to update it, it says that its fully updated. But when I run the server, it says the game needs to be updated.
I tried removing all the files and doing a clean and install and now the Tf2 folder isn't being created and its not updating, but still says its up to date.
These are the steps I took.
- Create folder called Tf2 Server @ C:\Users\Gaming\Desktop
- Placed "steamcmd" in folder
- Created a bat file named update with
Code:
steamcmd +runscript tf2_ds.txt
pause - Create a text document called tf2_ds.txt with
Code:
@ShutdownOnFailedCommand 1
@NoPromptForPassword 1
login anonymous
force_install_dir C:\Users\Gaming\Desktop\Tf2 Server
app_update 232250
quit - Ran the update bat
- It completed, but no Tf2 folder is located in the folder.