hohav / peppi

Rust parser for Slippi SSBM replay files
MIT License
37 stars 9 forks source link

Support v3.13.0 #26

Closed NickCondron closed 8 months ago

NickCondron commented 1 year ago

A new field was added to the game end event:

https://github.com/project-slippi/slippi-wiki/blob/master/SPEC.md#game-end

Parsing is simple enough. It's possible more player-specific fields get added to the game end event in the future. Maybe it's best to create a PlayerEnd struct to hold these values like the Player struct in game start.

hohav commented 8 months ago

Closed via 6cd2ef47417cc02476eb845e2548d8043793090c.