⚙ī¸Scoreboard.json

Here you will learn everything about the Scoreboard.json file

There is 3 types of list of scoreboard:

RaceMode -> Scoreboards for Races

GrandPrix -> Scoreboards for GrandPrix

Training -> Scoreboards for Training mode

As default every type possible per mode are setup.

Only the TRAINING state is available in the training mode

HOST_ prefix differentiates between hosted games and Autogames.

States

States

Description

WAITING

Waiting players in game

STARTING

Starting countdown

STARTED

In game.

FINISHED

The game is ending

BETWEENROUND

(Only in GrandPrix) Moment between rounds

SPECTATOR

In game (Spectator vision)

SPECTATOR_FINISHED

The game is ending (Spectator vision)

SPECTATOR_BETWEENROUND

(Only in GrandPrix) Moment between rounds (Spectator vision)

Global variables

Remplace {RANK} with the rank of the player you want (between 1 and 15)

Variables

Description

MAP_WR_TIME

Current map's world record

MAP_WR_PLAYER

Current map's world record holder username

CURRENT_PLAYER

Current number of players

MAX_PLAYER

Max. number of players in the game

MIN_PLAYER

Min. number of players to start the game

NEEDED_PLAYER

Players left to start to start the game

CURRENT_MAP

Current map's name

NEXT_MAP

Next map's name

CURRENT_MAP_DIFFICULTY

Current map's difficulty

NEXT_MAP_DIFFICULTY

Next map's difficulty

STARTING_COUNTDOWN

Countdown

TIME_LEFT

Time left in the game

MAX_LAPS

Number of laps

MAX_CPS

Number of checkpoints

CURRENT_ROUND

Current round of the game

MAX_ROUND

Number of rounds

HOST_NAME

Host's name

HOST

Host's username

LINK

Value of the link variable

RACE_RANK_PLAYER_{RANK}

Username of the player ranked: {RANK} currently in the race

RACE_RANK_PLAYER_{RANK}_LAPS

Current lap of the player ranked: {RANK} currently in the race

RACE_RANK_PLAYER_{RANK}_CPS

Number of checkpoints passed by the player ranked: {RANK} currently in the race

RANK_PLAYER_{RANK}

Username of the player ranked: {RANK} currently in the global rank (GrandPrix score)

RANK_PLAYER_{RANK}_SCORE

Score of the player ranked: {RANK} currently in the global rank (GrandPrix score)

Personal variables

Variables

Description

SELF_LAPS

Current lap

SELF_CPS

Current checkpoint

SELF_RACE_RANK_PLAYER

Current rank of the player in the race

SELF_RANK_PLAYER

Current rank of the player in the global rank (GrandPrix score)

SELF_RANK_PLAYER_SCORE

Current score of the player in the global rank (GrandPrix score)

SELF_MAP_PB

Personal best on the current map

SELF_MAP_RANK

Rank of the personal best on the next map on the server

SELF_MAP_WINRATE

Winrate of the player on the current map

SELF_NEXT_MAP_PB

Personal best on the next map

SELF_NEXT_MAP_RANK

Rank of the personal best on the next map on the server

SELF_NEXT_MAP_WINRATE

Winrate of the player on the next map

Last updated