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.
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".
Would need to also set ONLINE_REPUTATION_ENABLED flag enabled to turn the system on. Config is as noted by muz.
@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!!
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