Current BuildID of the game [Closed]

Discussion in 'The Hangar Bay' started by Antonio_RU66 2, Jun 5, 2024.

  1. Antonio_RU66 2

    Antonio_RU66 2 Ensign

    Joined:
    Oct 9, 2023
    Messages:
    8
    Likes Received:
    1
    How can I get the current BuildID of the game through Steam client or other way?

    I looked into Steam information and found that it is possible to get product information by requesting app_info_print

    I made a .cmd file with the following line
    @start /B ..\steamcmd\steamcmd.exe +login anonymous +app_info_print "530870" +exit > infogame.txt, SW_HIDE

    all information is written to the file, from there I get BuildID.
    But this method is not reliable, the information may be received in the file, and may not.

    As far as I understand GET requests in Steam no longer work.

    Can anyone help and give information?
     
    #1
  2. ASTIC

    ASTIC Rear Admiral

    Joined:
    Dec 11, 2016
    Messages:
    1,015
    Likes Received:
    712
  3. Antonio_RU66 2

    Antonio_RU66 2 Ensign

    Joined:
    Oct 9, 2023
    Messages:
    8
    Likes Received:
    1
    #3
  4. ASTIC

    ASTIC Rear Admiral

    Joined:
    Dec 11, 2016
    Messages:
    1,015
    Likes Received:
    712
    This is the code from the EWA which can be used for an automatic update

    [​IMG]
     
    #4
  5. Antonio_RU66 2

    Antonio_RU66 2 Ensign

    Joined:
    Oct 9, 2023
    Messages:
    8
    Likes Received:
    1
    Thanks, I've already done it in my program. Now my tool is able to detect the output of the game update and perform some actions, such as stopping the server, updating and launching.

    [​IMG]
     
    #5
  6. Antonio_RU66 2

    Antonio_RU66 2 Ensign

    Joined:
    Oct 9, 2023
    Messages:
    8
    Likes Received:
    1
    But I just can't master C# to make a big mod to the program. The program itself is written in another language. )
     
    #6

Share This Page