remove options density, add back Big, change Jupiter, add less obnoxious editor
sounds
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#SCRIPTER:Midiman;
|
||||
|
||||
#GAINSECONDS:120;
|
||||
#SONG:StepMania 5/Springtime:Hard;
|
||||
#SONG:StepMania 5\Springtime:Hard;
|
||||
|
||||
#GAINSECONDS:25;
|
||||
#SONG:StepMania 5/MechaTribe Assault:Hard;
|
||||
#SONG:StepMania 5\MechaTribe Assault:Hard;
|
||||
@@ -2267,14 +2267,14 @@ Effect,13="mod,bumpy;name,Bumpy"
|
||||
Effect,14="mod,beat;name,Beat"
|
||||
Effect,15="mod,45% xmode;name,XMode"
|
||||
|
||||
EffectsReceptor="5;selectmultiple"
|
||||
EffectsReceptor="6;selectmultiple"
|
||||
EffectsReceptorDefault="mod,no confusion,no invert,no flip,no mini,no xmode"
|
||||
EffectsReceptor,1="mod,confusion;name,Confusion"
|
||||
EffectsReceptor,2="mod,invert;name,Invert"
|
||||
EffectsReceptor,3="mod,Flip;name,Flip"
|
||||
EffectsReceptor,4="mod,mini;name,Mini"
|
||||
# EffectsReceptor,5="mod,-100% mini;name,Big"
|
||||
EffectsReceptor,5="mod,45% xmode;name,XMode"
|
||||
EffectsReceptor,5="mod,-35% mini;name,Big"
|
||||
EffectsReceptor,6="mod,45% xmode;name,XMode"
|
||||
|
||||
EffectsArrow="8;selectmultiple"
|
||||
EffectsArrowDefault="mod,no drunk,no dizzy,no twirl,no roll,no beat,no tipsy,no tornado,no bumpy"
|
||||
|
||||
@@ -191,34 +191,4 @@ function OptionRowProTiming()
|
||||
return t
|
||||
end
|
||||
|
||||
function GetDefaultOptionLines()
|
||||
local LineSets = { -- none of these include characters yet.
|
||||
"1,8,14,2,3A,3B,4,5,6,R,7,9,10,11,12,13,16,SF,17", -- All
|
||||
"1,8,14,2,7,13,16,SF,17", -- DDR Essentials ( no turns, fx )
|
||||
};
|
||||
local function IsExtra()
|
||||
if GAMESTATE:IsExtraStage() or GAMESTATE:IsExtraStage2() then
|
||||
return true
|
||||
else
|
||||
return false
|
||||
end
|
||||
end
|
||||
|
||||
local function CheckCharacters(mods)
|
||||
if CHARMAN:GetCharacterCount() > 0 then
|
||||
return mods .. ",18" --TODO: Better line name.
|
||||
end
|
||||
return mods
|
||||
end
|
||||
|
||||
modLines = LineSets[2]
|
||||
|
||||
if not IsExtra() then
|
||||
modLines = GetUserPrefB("UserPrefShowLotsaOptions")
|
||||
and LineSets[1] or LineSets[2]
|
||||
end
|
||||
|
||||
return CheckCharacters(modLines)
|
||||
end
|
||||
|
||||
--[[ end option rows ]]
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
_common row
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
_Music menu
|
||||
@@ -0,0 +1 @@
|
||||
ScreenEdit switch player
|
||||
@@ -0,0 +1 @@
|
||||
ScreenEdit value increase
|
||||
Binary file not shown.
@@ -1308,7 +1308,7 @@ LineFancyUIBG="lua,ThemePrefRow('FancyUIBG')"
|
||||
[ScreenReloadSongs]
|
||||
|
||||
[ScreenPlayerOptions]
|
||||
LineNames=GetDefaultOptionLines()
|
||||
LineNames="1,8,14,2,3A,3B,4,5,6,R,7,9,10,11,12,13,16,SF,17"
|
||||
LineSF="lua,OptionRowScreenFilter()"
|
||||
Line17="lua,OptionRowProTiming()"
|
||||
Line18="list,Characters"
|
||||
|
||||
Reference in New Issue
Block a user