11-13-2007, 09:06 AM
how would i make it were when my server stops or i restart it it will autoupdate on my windows server?
update
|
11-13-2007, 09:06 AM
how would i make it were when my server stops or i restart it it will autoupdate on my windows server?
11-14-2007, 02:27 AM
You can write a bat script to run an update when the server is stopped.
The only problem being that if there is a socket error, the server is then screwed until you go in and update it until it's 100% up-to-date.
~ Mooga ...w00t? - SRCDS.com on Twitter
Please do not PM me for server related help fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
11-14-2007, 03:07 AM
what would the bat script look like? I one that works like this but it is update only
d: cd \gameservers\tf2 start /wait hldsupdatetool -command update -game "tf" -dir D:\gameservers\TF2 -verify_all but how do i add it th the bat script on the http://www.srcds.com website?
11-14-2007, 05:08 AM
Chaos,
You can throw in the update switch, but Mooga is saying that if socket errors, it's dead untill you manually restart the process. You can tell the server to -autoupdate in the command line once you have run the hldsupdatetool at least once. So; Code: start /wait srcds.exe -autoupdate -console -game tf blah,blah,bla... HTH
11-14-2007, 06:42 AM
Or, ask Drocona for his auto updating and protector srcds batch file.
realchamp Wrote:Hazz Wrote:Has someone helped you on these forums? If so, help someone else Mooga Wrote:OrangeBox is a WHORE.
11-14-2007, 06:52 PM
ok thank you for the help i will talk to him about it, and woody "-autoupdate" this will not work for me because i am running windows
Mr. Chaos Wrote:...woody "-autoupdate" this will not work for me because i am running windows D'oh, sorry need to read the post better. Was just in a "hurry to help". You can always call it via a batch file like this; Code: d:\gameservers\tf2\HldsUpdateTool.exe -command update -game tf -dir d:\gameservers\tf2 -verify_all and call the batch with the start /wait. (Or get the code from "D" as mentioned.)
11-15-2007, 08:05 AM
i will try that woody
Here:
http://forums.srcds.com/attachment.php?aid=286 Replace the commandlines and directories to yours
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS) Free to join, Live support! (When available) http://forums.srcds.com/viewtopic/5114
11-15-2007, 04:21 PM
thanks this is what i needed
|
« Next Oldest | Next Newest »
|