Knowledge-based discourse

How Mario Kart World scores a player after a multiplayer race to encourage newer/less-skilled players:

Image above shows the raw ratings of player skills, starting at 1500. The rating of less-skilled players will sink as they play more, and it’d be bad for morale to show the raw ratings to players. Thus a formula (img 1 below) is used to adjust the score after a race to give everyone a positive result (img 2).

Specifically, the reflection ratio is a dynamic multiplier between 0 and 1 that rewards you more in early races (img 1 below). The scale is a constant set to 3. An offset of 3000 is added to the score to lessen the gulf between highly-skilled and less-skilled players (img 2).

The server sends all opponents’ reflection ratios to your console at the start of a race, and then their updated raw ratings afterward. This way, the game can calculate the scores locally and display them immediately to the player.

Related: Ranking racers in Mario Kart World

[Originally posted on 2026-06-03 Pacific Time]