Simply-Love / Simply-Love-SM5

a StepMania 5 theme for the post-ITG community
Other
189 stars 143 forks source link

Respect "Show EX Score" in score summary #540

Closed SugoiFactory closed 2 weeks ago

SugoiFactory commented 2 months ago

(Changes for set summary screen only)

quietly-turning commented 2 months ago

I haven't tested this PR, but thanks for beating me to this bugfix :)

teejusb commented 2 months ago

Regarding point 2,

Show blue/white judgment counts if "Show EX Score" was chosen for the song, regardless of FA+ window being enabled or not.

I don't agree with this because I think it makes sense to display the judgments that the player was seeing in game, which is independent of the EX Score display.

SugoiFactory commented 2 months ago

My reasoning was that without the blue/white judgments, the EX score felt meaningless (I also sometimes play with FA+ window off to reduce visual feedback during gameplay but am interested in the EX score and final FA+ counts for ITL purposes). If there's a more valid use case for wanting to show EX score but also only wanting the regular counts visible then I can modify the logic for setting the flag a bit.

teejusb commented 2 months ago

I think that makes sense but I think the condition can then be showExScore OR FA+ was enabled instead of just showExScore. That covers the EX score not shown, but windows were displayed in gameplay case.