[Feature Request] Stop Tracking misses/judgments on song fail/player life 0 #250
lordsidro
started this conversation in
03 - Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A suggestion to add an option in Gameplay settings to Stop Tracking misses/judgments on song fail/player life 0.
This is very helpful for stamina pad modding to view the per column judgements of arrow exactly as they were when you failed a song(but continues to push through a run without the song exiting on fail). Thanks! At the moment I'm using this as a replacement
local health_state = GAMESTATE:GetPlayerState(params.Player):GetHealthState()
if health_state == 'HealthState_Dead' then return end
Beta Was this translation helpful? Give feedback.
All reactions