CS:S update

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
Excel Gamers
A semi-regular
A semi-regular
Posts: 22
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Sep 09, 2011 4:06 am

CS:S update

Post by Excel Gamers »

Sorry I feel like a real idiot asking this, but I am very new to running unmanaged server's. Recently a CS:S update came out and so I restarted the game server and I got this message on start up again.

"Your server is out of date, and will not be listed on the master server until you restart.

Do you wish to shutdown now?"

I click OK, Then I start it up and get the same message.


What I have tried

- Whole windows server restart
- Opening the hldsupdatetool.exe
User avatar
Edge100x
Founder
Founder
Posts: 13121
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: CS:S update

Post by Edge100x »

We talk a bit about how to handle these here: http://www.nfoservers.com/forums/viewto ... 07&p=17660. This is the basic procedure:
If a game update comes out later on and you need to update, here's how to do it:

1. Shut down your server.
2. Click "Start" and then click "Run".
3. Type "cmd" into the blank and hit enter.
4. Type these commands:

Code: Select all

cd\Game installs
hldsupdatetool.exe -command update -game "Counter-strike source" -dir sourcebase
It should respond with a bunch of lines downloading files. If that procedure gives you any trouble, please let me know.
Excel Gamers
A semi-regular
A semi-regular
Posts: 22
Joined: Fri Sep 09, 2011 4:06 am

Re: CS:S update

Post by Excel Gamers »

I got this error.

Code: Select all

'C:\Game' is not recognized as an internal or external command, operable program or batch file.
I definitely have the directory C:\Game installs.

Very strange...
Excel Gamers
A semi-regular
A semi-regular
Posts: 22
Joined: Fri Sep 09, 2011 4:06 am

Re: CS:S update

Post by Excel Gamers »

I keep doing this, I post that it didn't work then get it to work. Sorry. I need to learn to post after trying everything.
Excel Gamers
A semi-regular
A semi-regular
Posts: 22
Joined: Fri Sep 09, 2011 4:06 am

Re: CS:S update

Post by Excel Gamers »

I will ask one more question, is there an auto updater?
User avatar
Edge100x
Founder
Founder
Posts: 13121
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: CS:S update

Post by Edge100x »

Valve doesn't have an auto-updater for Windows, no.

One way that you could get something similar would be to create a .bat file that includes those update lines, starts up your server, and then loops back to the beginning. This way, if the server exits (such as through someone using "rcon quit"), your system will run an update.
Post Reply