Hey guys,

Since I don’t want to completely automate updating my servers I’m looking for 
some way to fetch the current server version in some way.
The only way I have at the moment is to notice that my game has updated or look 
at the log for „Your server has to restart to get the most recent version…“.

Unfortunately the Steam web API doesn’t return a thing for appid 740:

        [10] pry(main)> SteamApi.get_schema_for_game(730)["gameVersion"]
        => "238"
        [11] pry(main)> SteamApi.get_schema_for_game(740)["gameVersion"]
        => nil

The version information I fetch via RCON looks like this:

        version : 1.35.6.5/13565 426/6641

I assume it’s "version/build something/something“.

Any idea?


Cheers!
_______________________________________________
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

Reply via email to