View Single Post
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 04-16-2013 , 18:01   Re: New Update 16.04
Reply With Quote #52

Quote:
Originally Posted by Razmo51 View Post
same issue:
Code:
app_update 232330 validate
ERROR! Failed to install app '232330' (No subscription)
Fine, I'll just write out the entire command line to update CS:S

Code:
steamcmd +@ShutdownOnFailedCommand 1 +login anonymous +force_install_dir ../css +app_update 232330 +quit
Just remember to substitute your install directory above, and if it's using Linux, it'll be ./steamcmd.sh instead of steamcmd

You can also write a script css_ds.txt that looks like this:

Code:
@ShutdownOnFailedCommand 1
@NoPromptForPassword 1
login anonymous
force_install_dir ../css
app_update 232330
quit
and then run it using steamcmd +runscript css_ds.txt
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline