SPT Leaderboard 1.0.2

Do not ask when mod authors will update their mods or if they can upload older versions of their mods.
Bothering mod authors will lead to warnings and repeat offenses will lead to bans.
Due to an unusually high volume of traffic, our site may be experiencing intermittent slowdowns. If you notice any issues, log out of your account and browse anonymously so you can better utilize caching or try using forge.sp-tarkov.com to search for and download mods.

Track, progress and compare your Single Player Tarkov profile with other players through interactive website, or compete with your friends live!

Note before you download this mod: This mod connects to an external service owned by the author of this mod to send requests of certain SPT Profile Data (more information on what data the mod sends is down below), this service is not maintained by or associated with the SPT project.


pz8qm9Q.png

SPT Leaderboard – Rank Globally in SPTarkov!

Key Features:
Global Rankings – Compare stats like K/D, survival rate, and raid efficiency.
Automatic Sync – Updates your stats instantly after each raid in real time with no manual input needed. Just install and relax.
SPT Profile Privacy Control – Opt-in public SPT profiles or stay private with less stats to send for a leaderboard.
Season System - The leaderboard will start a new season on major SPT release with all the progress of previous players still be accessible. Or view Global Leaderboard of all players of all seasons.
Global Stat Counters - To keep your eyes entertained. Who doesn't like big numbers?
Your Leaderboard Data is Secure - Unique Token will always be with you to ensure you is really you.


Note: Cheating/Spoofing will get you season or permanently banned from the leaderboard.

By using this mod you agree to the terms of fair play.


Leaderboard Website - Link

FAQ

"Can I use this mod offline?" - No, for leaderboard features to work it requires internet connection

"Will this affect my SPT gameplay/performance?" - No, sync runs in the background with no performance impact

"How often are my stats updated on the leaderboard?" - Instantly after end of the raid
"What's the difference between public and private SPT profiles?" - Private (by default) SPT profile will contain less data. See more below. You can enable public profile in the config of the mod. For example, this is how public profile looks:
W7Leacr.png

"Does it work with multiple profiles?" - No, for now the token this mod generates and uses is solely for ONE profile you finished a raid on. This cannot be changed - Unless you delete the locally stored token and start on a new profile.

"But everyone can just mod the hell out of their stats?" - I know. The mod, backend and website comes with various protections, and they will only improve over time. As of right now - suspicious users will be banned from season and will not be able to access it.


What data this mod sends to leaderboard?

Basic Profile Info:
- Your secret token generated by the mod.
Never delete it, share or change - you will not be able to get back in leaderboard until new season starts and author is not responsible for your token loss!

- SPT Profile ID

- PMC Nickname (in-game)

- PMC Level

- Faction (BEAR/USEC) - Privated by default

- Account Edition (Standard/Edge of Darkness, etc.)

Raid Statistics:

- Deaths

- Survival Rate (%)

- K/D Ratio

- Average Life Time

- Damage Dealt (total) - Privated by default

- Longest Headshot (meters) - Privated by default

- Current Successfull Raid Streak - Privated by default

No support here. Join SPT Discord -> #mods-development -> Go to threads and find SPT Leaderboard

  • Version 1.0.2

    Older versions of this mod are not supported.


    - Back-End changes: Server expects a valid signature each request. This prevents using mod on older versions of SPT or changing the mod.
    - Full revamp of the mod
    - Now instead of using https.request mod is using Node.Js fetch, meaning less template code and actual support of Promise/await.
    - Every function inside mod is now block-scoped (const function = async (data) => { ... })