various changes [Midiman]

This commit is contained in:
AJ Kelly
2010-07-21 22:39:11 -05:00
parent f098406b39
commit f8b017b99a
2 changed files with 10 additions and 4 deletions
+4 -4
View File
@@ -32,11 +32,11 @@ function ScreenSelectMusic:setupmusicstagemods()
local song, steps = SONGMAN:GetExtraStageInfo( bExtra2, style )
local po, so
if bExtra2 then
po = "default,1.5x,reverse"
so = "suddendeath"
po = THEME:GetMetric("SongManager","ExtraStagePlayerModifiers");
so = THEME:GetMetric("SongManager","ExtraStageStageModifiers");
else
po = "default,1.5x,reverse"
so = "norecover"
po = THEME:GetMetric("SongManager","OMESPlayerModifiers");
so = THEME:GetMetric("SongManager","OMESStageModifiers");
end
local difficulty = steps:GetDifficulty()
local Reverse = PlayerNumber:Reverse()
+6
View File
@@ -65,6 +65,12 @@ FixedProfiles=false
NumFixedProfiles=1
[SongManager]
# SSC: Determine what the ES/OMES Modifiers are
ExtraStagePlayerModifiers="default,1.5x,reverse"
ExtraStageStageModifiers="norecover"
OMESPlayerModifiers="default,1.5x,reverse"
OMESStageModifiers="suddendeath"
# How many different colors you can have in the MusicWheel
NumSongGroupColors=10
NumCourseGroupColors=1