From d51680757ff5e29ac591451f72318c2617393d43 Mon Sep 17 00:00:00 2001 From: jnack <55568980+jnackmclain@users.noreply.github.com> Date: Wed, 20 Apr 2022 20:12:39 -0500 Subject: [PATCH] fix streak and mtv after first song --- _ark/ui/game.dta | 11 +++++++++++ _ark/ui/practice.dta | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/_ark/ui/game.dta b/_ark/ui/game.dta index 6ba184b3..56b2f0a8 100644 --- a/_ark/ui/game.dta +++ b/_ark/ui/game.dta @@ -116,10 +116,21 @@ kDataUnhandled) (intro_skip {track_panel intro_skip} + {set $do_streak TRUE} + {streak_overlay_panel streak_lastframe} ;should force streak overlay to appear in practice even after a run + {streak_overlay_panel show_overlay TRUE} + {mtv_overlay_panel show_overlay TRUE} + {if {! $songtitle} {script_task + (delay 3) + (units kTaskSeconds) + (script + {mtv_overlay_panel show_overlay FALSE})}} {if_else $towel {beatmatch set_music_speed 1.0} {beatmatch set_music_speed $speedmod}} + {$this slide_meter_in} {if $do_streak {streak_overlay_panel setup_streak}} + {streak_overlay_panel show_overlay $do_streak} kDataUnhandled) (extend_track {set $encorefocus FALSE} diff --git a/_ark/ui/practice.dta b/_ark/ui/practice.dta index bfb68857..5c1be548 100644 --- a/_ark/ui/practice.dta +++ b/_ark/ui/practice.dta @@ -156,11 +156,11 @@ {streak_overlay_panel streak_lastframe} ;should force streak overlay to appear in practice even after a run {streak_overlay_panel show_overlay TRUE} {mtv_overlay_panel show_overlay TRUE} - {script_task + {if {! $songtitle} {script_task (delay 3) (units kTaskSeconds) (script - {mtv_overlay_panel show_overlay FALSE})} + {mtv_overlay_panel show_overlay FALSE})}} {set [ignore_section] {section_provider section_after_last}}