/SplatNet.Stream

Displays the latest Splatoon 3 battle and supports exporting recent battles to CSV.

Primary LanguageC#GNU Affero General Public License v3.0AGPL-3.0

SplatNet.Stream

An application mainly used to document past battles from SplatNet 3. Note that if you wish to export SplatNet 3 stats to stat.ink, you are looking for this instead: https://github.com/frozenpandaman/s3s

Features

  • Displays the following information about the latest battle:
    • Map/Mode
    • Team Ink Color
    • Display Names (Shows a symbol if a user is using an alias in Private Battles)
    • Game Result and Score (0 - 100 indicates a KO)
    • Weapon of each player
    • Stats for both the entire team and each individual member, including: Kills, Assists, Deaths, Positive/Negative Contribution (Kills - Deaths), Kill Participation ((Kills + Assists) / Total Team Kills), Paint, and Specials
    • Match Time
  • Material UI
  • Ability to export past matches as CSV

Requirements

Windows

Mac OS, Linux, etc.

  • Currently Not Supported.

Credits

s3s - Most of the functionality used to communicate with SplatNet 3 is ported from this project.

Material Design In XAML Toolkit - Material UI used in this app.

EpicSonicLatios - He made me make this so blame him.