Join MP Server from external Application

Discussion in 'Community Workshop' started by Thomas Horn, Jun 30, 2017.

  1. Thomas Horn

    Thomas Horn New Member

    Joined:
    Jul 4, 2016
    Ratings:
    +1 / 0 / -0
    Hey there,

    I read the following sentence in the recent update report:
    How can i join a specific multiplayer server with an external link?
    Is it also possible to get the list of the available mp servers?

    I would like to build an application where you can check the available mp servers to see the following information of the servers and then join the server you want:

    • Session
    • Remaining session time
    • Number/MaxNumber of players on the server
    • Track and layout
    • Allowed cars
    Bonus:
    • Rules
    • Names of the players on the server and which car they are driving

    Does anyone know if and where i can get this information?
     
  2. Andersona

    Andersona New Member

    Joined:
    Jul 18, 2017
    Ratings:
    +0 / 0 / -0
    thank you thomas
     
  3. Racki

    Racki Well-Known Member Beta tester

    Joined:
    Aug 17, 2015
    Ratings:
    +131 / 0 / -0
    reverse engineering ;)

    have you tried to use sysinternals process explorer?
    it shows the startup parameters of every running process

    the web leaderboard has also challenge/start buttons which should contain the needee data.

    I haven't looked at it yet but I guess the server infos come from a http rest api. I would run telerik fiddler in the backgrounds to monitor the queries.

    It would be great if you keep me updated with your findings!