Skip to content

Commit

Permalink
a couple more tweaks
Browse files Browse the repository at this point in the history
mostly failed
  • Loading branch information
tertu-m committed Jul 19, 2018
1 parent d646adb commit 1fbdc15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions DDR SN3/Sounds/ScreenSelectPlayCourseMode music (loop).lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return GetMenuMusicPath "mode"
1 change: 0 additions & 1 deletion DDR SN3/Sounds/ScreenSelectPlayCourseMode music.redir

This file was deleted.

5 changes: 4 additions & 1 deletion DDR SN3/metrics.ini
Original file line number Diff line number Diff line change
Expand Up @@ -925,11 +925,13 @@ ShowFooter=true
ShowStyleIcon=true
ShowHelp=false
TimerSeconds=20
LateJoin=false

# Choice list:
# Arcade Beginner, Easy, Medium, Hard, Nonstop, Oni
# Home Beginner, Easy, Medium, Hard, Nonstop, Oni, Endless, Rave
ChoiceNames="Starter,Standard,Battle,Course,Endless"
ChoiceNames=(GAMESTATE:GetNumPlayersEnabled()==1) and "Starter,Standard,Battle,Course,Endless"\
or "Starter,Standard,Battle,Course"
DefaultChoice="Standard"
OptionOrderAuto="1:2,2:1"

Expand Down Expand Up @@ -1047,6 +1049,7 @@ PrevScreen=Branch.TitleMenu()
TimerSeconds=40
ShowHeader=true
ShowFooter=true
PlayMusic=true
#
ScreenOutDelay=3
#
Expand Down

0 comments on commit 1fbdc15

Please sign in to comment.