You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got a suggestion that should be super simple to implement: similar to Alchemy-Meister's fork, add another sound that triggers when you successfully land a punish.
I was able to get a janky version of it working in a few minutes with no python knowledge, so I'm sure there's more efficient methods, or something I might have missed, but this would definitely be very easy to implement :)
then edit the logic in GUI_PunishCoachOverlay.py to trigger the sound
def play_sound_by_punish(self):
if self.current_window.result in (PunishWindow.Result.JAB_ON_NOT_LAUNCHABLE, PunishWindow.Result.LAUNCH_ON_LAUNCHABLE)
SoundPlayer.SoundPlayer.play_correct()
Thanks for your continued support of this project! It significantly improves the quality of my practice mode grind!
EDIT: Could also break out the Punish Alarm functions so users can use the frame data display at the same time, and/or support multiple modes/overlays at once, but those are obviously a bit more work.
The text was updated successfully, but these errors were encountered:
Got a suggestion that should be super simple to implement: similar to Alchemy-Meister's fork, add another sound that triggers when you successfully land a punish.
I was able to get a janky version of it working in a few minutes with no python knowledge, so I'm sure there's more efficient methods, or something I might have missed, but this would definitely be very easy to implement :)
in SoundPlayer.py:
then edit the logic in GUI_PunishCoachOverlay.py to trigger the sound
Thanks for your continued support of this project! It significantly improves the quality of my practice mode grind!
EDIT: Could also break out the Punish Alarm functions so users can use the frame data display at the same time, and/or support multiple modes/overlays at once, but those are obviously a bit more work.
The text was updated successfully, but these errors were encountered: