
You are viewing a potentially older version of this package. View Latest Version

See the global leaderboard rank of every player in your lobby — so you know who you're up against before you ready up.
In the lobby (and during a match) a compact panel lists each player with:
#1 = best in the world). Players with no leaderboard entry show as unranked.gamesWon * 4 + roundsWon), toggleable.Rows are sorted best-rank-first. Press F10 to show/hide the panel.
Everything it shows is public Steam leaderboard data — the same numbers on the
game's leaderboard — looked up for the SteamIDs already in your lobby via Steam's
DownloadLeaderboardEntriesForUsers. It only ever reads: no gameplay changes,
nothing written. It declares the official [StraftatMod(isVanillaCompatible: true)]
flag (same category as the built-in speedometer) and does not affect matchmaking.
Edit in Mod_Menu or BepInEx/config/landa.straftat.lobbyranks.cfg:
| Section | Key | Default | Notes |
|---|---|---|---|
LobbyRanks.Display |
Enabled |
true |
Master toggle |
LobbyRanks.Display |
ShowScore |
true |
Show raw score column |
LobbyRanks.Display |
HighlightYou |
true |
Tint your own row |
LobbyRanks.Display |
ToggleKey |
F10 |
Show/hide hotkey |
LobbyRanks.Panel |
CenterX |
0.5 |
Horizontal center (0–1) |
LobbyRanks.Panel |
TopY |
0.10 |
Top edge (0–1) |
LobbyRanks.Panel |
Scale |
1.0 |
Panel scale |
LobbyRanks.Advanced |
LeaderboardApiName |
(blank) | Override auto-detect only if needed |
Requires BepInEx 5.