Skip to content

Commit

Permalink
fix streak and mtv after first song
Browse files Browse the repository at this point in the history
  • Loading branch information
jnackmclain committed Apr 21, 2022
1 parent b825e24 commit d516807
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions _ark/ui/game.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions _ark/ui/practice.dta
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit d516807

Please sign in to comment.