Initial Implementation of SSBU PlayReport usage! #638
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "ssbu-report"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, this has as many game modes as I could find to implement, along with a list of all the characters in the game and their code ID.
Possible upcoming plan could be to find all the "Anniversary"/Achievement IDs and what they mean to properly say what achievement was unlocked in the Discord Activity.
To not hit the 128 character limit, I have it where:
If there are 4 players or less, it outputs all character names, which player number it was, and the top 3 get a medal showing their rank. If there are 5 or more players, it outputs how many players were in battle, then the top 3 players are outputted with the character name, their player number, and their rank-medal.
Download the artifacts for this pull request:
Only for Developers