A program that reads a user's matches from stat.ink and estimates their contribution to their splatfest team per match.
Contribution is calculated by estimating how much clout each enemy player earned on average and taking that away from the clout the user earned from the battle.
The program supports Open matches, Pro matches and Tricolor matches.
- Download the latest release
- Extract the ZIP file
- Run SplatfestInformationCalculator.exe
- Clone the repository
git clone https://github.com/JustaMushroom/SplatfestInformationCalculator.git
- Open the solution in Visual Studio
- Press Build inside of Visual studio
Alternatively
2. cd into the repo directory
3. Run dotnet build
If you have any questions or issues, please create an issue