Files
jak-project/test/decompiler/reference/jak3/levels
Matt Dallmeyer ce97ce959b [jak3] game-score decomp cleanup, track minigame rank in autosplitter instead of task status (#4409)
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.
2026-09-08 04:50:53 +02:00
..