1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Multi-player rating server

Discussion in 'Automobilista 2 - Help & Support' started by Gordon_Jacobson, Aug 3, 2022.

  1. Gordon_Jacobson

    Gordon_Jacobson Member

    Joined:
    May 26, 2020
    Messages:
    84
    Likes Received:
    6
    Hi All,

    I run a dedicated server for multi-player via the dedicated server application.

    Everything works fine, but the multi-player rating of the drivers never change.

    Is there a setting that needs to enabled to allow this?

    Thanks in advance.
     
  2. muz_j

    muz_j Active Member

    Joined:
    Apr 27, 2020
    Messages:
    147
    Likes Received:
    100
    I'm pretty certain it's just a case of defining "MinimumOnlineRank" & "MinimumOnlineStrength" in your server.cfg file.
    i.e. I don't think there's anything else you need to do.

    This example sets it to U1400. The lines prefixed with double forward slashes are comments (which might be useful to leave in the configuration file for reference).

    // MIN online rank & strength
    // Rank 0=U,1=F,2=E,3=D,4=C,5=B,6=A,7=S)
    // Strength 100 - 5000
    "MinimumOnlineRank" : 0,
    "MinimumOnlineStrength" : 1400,

    These parameters are listed at "http://localhost:9000/api/list/attributes/session" - assuming you're connecting to your server from the same machine, using the default port - if not, change "localhost" to either your server's hostname or IP address and edit the port to suit your own configuration.
    Ranks are listed at "http://localhost:9000/api/list/enums/online_rep".
     
    • Like Like x 2
  3. Dave Stephenson

    Dave Stephenson Administrator Staff Member AMS2 Club Member

    Joined:
    Feb 13, 2016
    Messages:
    862
    Likes Received:
    1,100
    Would need to also set ONLINE_REPUTATION_ENABLED flag enabled to turn the system on. Config is as noted by muz.
     
    • Like Like x 1
  4. Gordon_Jacobson

    Gordon_Jacobson Member

    Joined:
    May 26, 2020
    Messages:
    84
    Likes Received:
    6
    Much thanks!
     
  5. Gordon_Jacobson

    Gordon_Jacobson Member

    Joined:
    May 26, 2020
    Messages:
    84
    Likes Received:
    6
    Much thanks
     
  6. Gordon_Jacobson

    Gordon_Jacobson Member

    Joined:
    May 26, 2020
    Messages:
    84
    Likes Received:
    6
    @muz_j and @Dave Stephenson your recommendations worked perfectly!

    Again thanks so much for the info!!

    Now if we could get more camera control on replays, I'd be ecstatic!! :)
     
    • Like Like x 2
  7. muz_j

    muz_j Active Member

    Joined:
    Apr 27, 2020
    Messages:
    147
    Likes Received:
    100
    Regarding the session flag - when I double-checked my flag settings (after @Dave Stephenson 's comment), I found this tool (made by Inge Nordnes) to be very quick and handy to reverse check your session flag value.
    AMS2 Flags tool | TROLL SimRacing
     
    • Like Like x 1

Share This Page