various changes [Midiman]
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user