Absurd Minds
http://forums.absurdminds.net/

Creating a text file to automatically update servers
http://forums.absurdminds.net/viewtopic.php?f=18&t=1724
Page 1 of 1

Author:  Amaroq [ 10 Feb 2013 17:11 ]
Post subject:  Creating a text file to automatically update servers

One of the biggest annoyances with CS:GO compared to the other counter strikes is the inability to use the -autoupdate command. There is a quick workaround, though, that just requires the creation of one text file.

To your server's start command line, you need to add two commands:
Code:
-steam_dir /path/to/steam/dir -steamcmd_script restart.txt
For example, mine looks like this:
Code:
-steam_dir /home/gamer/go/steamcmd -steamcmd_script deathmatch.txt
Within your steamcmd directory, you need to create a txt file that contains four lines:
Code:
login info
force_install_dir /path/to/server/
app_update 740
exit
For example, my deathmatch.txt looks like this:
Code:
login anonymous
force_install_dir /home/gamer/go/deathmatch/
app_update 740
exit

Page 1 of 1 All times are UTC-04:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/