Skip to content

Instantly share code, notes, and snippets.

@ArseniyShestakov
Created December 28, 2014 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArseniyShestakov/f23ad8d1f65e57be3b10 to your computer and use it in GitHub Desktop.
Save ArseniyShestakov/f23ad8d1f65e57be3b10 to your computer and use it in GitHub Desktop.
SteamCMD script to install PA headless
You need to do this:
1 - Download SteamCMD for Windows:
http://media.steampowered.com/installer/steamcmd.zip
2 - Extract it.
Now in directory with SteamCMD save script.cmd
3 - Now run it from console this way:
steamcmd +runscript script.cmd
More details about SteamCMD available here:
https://developer.valvesoftware.com/wiki/SteamCMD
## Login into Steam
## If you have Steam guard enabled first time you have to login witn interactive mode to use code sent to email!
login STEAMLOGIN STEAMPASSWORD
## Download app with ID 233250 (Planetary Annihilation)
## And depot ID 233251 (Windows Binaries)
## https://steamdb.info/app/233250/depots/
download_depot 233250 233251
## Quit Steam
quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment