Skip to content

Commit

Permalink
dont allow song speed changing mid song
Browse files Browse the repository at this point in the history
  • Loading branch information
lunalawl committed Jun 5, 2023
1 parent a22ee06 commit da6e7db
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions _ark/ui/mainmenu.dta
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
)
(enter
{$this disable main_quickspin.btn} ;disable multiplayer (broken)
{set $iamingamenow FALSE}
#ifndef HX_XBOX
{set $cheat_enabled_unlock_all 1}
{campaign set_all_access 1}
Expand Down
3 changes: 3 additions & 0 deletions _ark/ui/overshell_slider_handlers.dta
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@
{if $towel
{$this disable gs_guitar.sld}
}
{if $iamingamenow
{$this disable gs_sfx.sld}
}
{gs_guitar.sld set_current
{int {+ 0.5 {/ {+ {- $trackspeed 1} 0.5} 0.1}}}
}
Expand Down
1 change: 1 addition & 0 deletions _ark/ui/seldiff.dta
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
{if_else $diffseen
{ui goto_screen manage_gig_screen}
{ui goto_screen loading_screen}}
{set $iamingamenow TRUE}
;{set $diffseen TRUE}
}
kDataUnhandled)}
Expand Down
1 change: 1 addition & 0 deletions _ark/ui/songselect.dta
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@
{ss_song.lst set spacing 50}
)
(enter ;when the screen is entered
{set $iamingamenow FALSE}
POORSPY_RESET_HANDLER ;reset poorspy buttons pressed
{set $bestpracticepercent 0}
{selsong_overlay_panel set_showing FALSE}
Expand Down

0 comments on commit da6e7db

Please sign in to comment.