mirror of
https://github.com/open-goal/jak-project
synced 2026-09-08 11:56:11 -04:00
ce97ce959b
The current autosplit options for side missions that track bronze/gold/silver don't actually work (other than the explicit gold options I added in #4398). This reworks these to track the player's best rank in these missions (0=unranked, 1=bronze, 2=silver, 3=gold), and I have the [corresponding autosplitter script changes](https://github.com/open-goal/speedrunning/pull/35) to split when reaching gold (rank 3). Should be okay to repurpose some of these autosplitter fields since we haven't cut a release using them yet. Along the way I filled out the `game-score` enum, made use of this enum in place of uints throughout the code, and renamed things for a few related `game-info` methods.