ARK: Survival Evolved

ARK: Survival Evolved

View Stats:
API / interface for current version (auto updater)
I am trying to create an auto server updater (hopefully with rcon messages soon). Currently i am grabbing the current version from the patch notes thread title (parsing the <title> tag with regexp). I am wondering if there is a better and more reliable way to do get it done (maybe with steamcmd?).
< >
Showing 1-4 of 4 comments
Perry Jul 9, 2015 @ 1:58am 
This is how I check for new version of the server on linux:
steamcmd.sh +login anonymous +app_info_update 1 +app_info_print 376030 +quit

Then I check the output for buildid(depots:branches:public) and write that to a file which I use for checks later to see if an update is necessary or not comparing it to the current version number read from the appmanifest file for 376030 in steamapps(appmanifest_376030.acf)
InternetbaroN Jul 9, 2015 @ 2:14am 
thank you!
</life> Aug 31, 2015 @ 1:44am 
is this really working for you? I get same buildid from appmanifest file and from steamcmd (755496). my server is running 205.0 but there is new release 205.3

Enigma_x Jun 16, 2018 @ 6:59am 
This does not work for the version of the app. It will only install the steam in the current working dir.
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Jul 9, 2015 @ 1:48am
Posts: 4