various changes [Midiman]
This commit is contained in:
@@ -32,11 +32,11 @@ function ScreenSelectMusic:setupmusicstagemods()
|
|||||||
local song, steps = SONGMAN:GetExtraStageInfo( bExtra2, style )
|
local song, steps = SONGMAN:GetExtraStageInfo( bExtra2, style )
|
||||||
local po, so
|
local po, so
|
||||||
if bExtra2 then
|
if bExtra2 then
|
||||||
po = "default,1.5x,reverse"
|
po = THEME:GetMetric("SongManager","ExtraStagePlayerModifiers");
|
||||||
so = "suddendeath"
|
so = THEME:GetMetric("SongManager","ExtraStageStageModifiers");
|
||||||
else
|
else
|
||||||
po = "default,1.5x,reverse"
|
po = THEME:GetMetric("SongManager","OMESPlayerModifiers");
|
||||||
so = "norecover"
|
so = THEME:GetMetric("SongManager","OMESStageModifiers");
|
||||||
end
|
end
|
||||||
local difficulty = steps:GetDifficulty()
|
local difficulty = steps:GetDifficulty()
|
||||||
local Reverse = PlayerNumber:Reverse()
|
local Reverse = PlayerNumber:Reverse()
|
||||||
|
|||||||
@@ -65,6 +65,12 @@ FixedProfiles=false
|
|||||||
NumFixedProfiles=1
|
NumFixedProfiles=1
|
||||||
|
|
||||||
[SongManager]
|
[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
|
# How many different colors you can have in the MusicWheel
|
||||||
NumSongGroupColors=10
|
NumSongGroupColors=10
|
||||||
NumCourseGroupColors=1
|
NumCourseGroupColors=1
|
||||||
|
|||||||
Reference in New Issue
Block a user