metrics changes everywhere
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
# 01 #
|
# 01 #
|
||||||
[Global]
|
[Global]
|
||||||
# This basically means that all other themes get information from this theme.
|
# This basically means that all other themes get information from this theme.
|
||||||
# It's really awesome for making mods n stuff
|
|
||||||
IsBaseTheme=1
|
IsBaseTheme=1
|
||||||
|
|
||||||
[Common]
|
[Common]
|
||||||
@@ -502,13 +501,6 @@ CenterAlpha=0.25
|
|||||||
RadarValueMapP1OnCommand=diffuse,PlayerColor(PLAYER_1)
|
RadarValueMapP1OnCommand=diffuse,PlayerColor(PLAYER_1)
|
||||||
RadarValueMapP2OnCommand=diffuse,PlayerColor(PLAYER_2)
|
RadarValueMapP2OnCommand=diffuse,PlayerColor(PLAYER_2)
|
||||||
|
|
||||||
[GroupList]
|
|
||||||
# Legacy Class.
|
|
||||||
SpacingX=0
|
|
||||||
SpacingY=0
|
|
||||||
StartX=0
|
|
||||||
StartY=0
|
|
||||||
|
|
||||||
[HighScore]
|
[HighScore]
|
||||||
# Default highscore name for no entries ( like how street fighter has ' CAP ' )
|
# Default highscore name for no entries ( like how street fighter has ' CAP ' )
|
||||||
EmptyName="SSC!"
|
EmptyName="SSC!"
|
||||||
@@ -530,9 +522,6 @@ HotValue=1.0
|
|||||||
LifeMultiplier=1.0
|
LifeMultiplier=1.0
|
||||||
# How good you gotta hit it to keep it alive. ( W3 is 'Great' );
|
# How good you gotta hit it to keep it alive. ( W3 is 'Great' );
|
||||||
MinStayAlive="TapNoteScore_W3"
|
MinStayAlive="TapNoteScore_W3"
|
||||||
# Freiza Hack. Ugh
|
|
||||||
# FlashHotOnNoteHit=false
|
|
||||||
# MinScoreToFlash="TapNoteScore_W3"
|
|
||||||
|
|
||||||
# How much it changes
|
# How much it changes
|
||||||
LifePercentChangeW1=0.008
|
LifePercentChangeW1=0.008
|
||||||
@@ -1011,7 +1000,7 @@ NumGradeTiersUsed=7
|
|||||||
# StepMania Alpha 4
|
# StepMania Alpha 4
|
||||||
# ~ ReceptorArrowsYStandard=-144
|
# ~ ReceptorArrowsYStandard=-144
|
||||||
# ~ ReceptorArrowsYReverse=144
|
# ~ ReceptorArrowsYReverse=144
|
||||||
# sm-ssc uses a UserPreference for this.
|
# SM5 uses a UserPreference for this.
|
||||||
ReceptorArrowsYStandard=GetTapPosition('Standard')
|
ReceptorArrowsYStandard=GetTapPosition('Standard')
|
||||||
ReceptorArrowsYReverse=GetTapPosition('Reverse')
|
ReceptorArrowsYReverse=GetTapPosition('Reverse')
|
||||||
ReceptorNoSinkScoreCutoff=4
|
ReceptorNoSinkScoreCutoff=4
|
||||||
@@ -1066,8 +1055,10 @@ RandomSuddenChance=0.1
|
|||||||
|
|
||||||
[PlayerShared]
|
[PlayerShared]
|
||||||
Fallback="Player"
|
Fallback="Player"
|
||||||
ComboXOffsetOneSideP1=-120
|
#ComboXOffsetOneSideP1=-120
|
||||||
ComboXOffsetOneSideP2=120
|
#ComboXOffsetOneSideP2=120
|
||||||
|
ComboXOffsetOneSideP1=0
|
||||||
|
ComboXOffsetOneSideP2=0
|
||||||
JudgmentTransformCommand=%JudgmentTransformSharedCommand
|
JudgmentTransformCommand=%JudgmentTransformSharedCommand
|
||||||
|
|
||||||
[Profile]
|
[Profile]
|
||||||
@@ -1075,7 +1066,6 @@ ShowCoinData=true
|
|||||||
UnlockAuthString=""
|
UnlockAuthString=""
|
||||||
|
|
||||||
[RadarValues]
|
[RadarValues]
|
||||||
#
|
|
||||||
WriteComplexValues=true
|
WriteComplexValues=true
|
||||||
WriteSimpleValues=true
|
WriteSimpleValues=true
|
||||||
|
|
||||||
@@ -1340,8 +1330,8 @@ ScreenInitCommand=
|
|||||||
ScreenOnCommand=
|
ScreenOnCommand=
|
||||||
AllowOperatorMenuButton=true
|
AllowOperatorMenuButton=true
|
||||||
# This metric is only for people who know what they are doing. If you set this
|
# This metric is only for people who know what they are doing. If you set this
|
||||||
# to false, you are expected to know how to cancel screens in Lua. (coincidentally,
|
# to false, you are expected to know how to cancel screens in Lua.
|
||||||
# that would be SCREENMAN:GetTopScreen():Cancel(), for people who aren't AJ ;) )
|
# (that's SCREENMAN:GetTopScreen():Cancel(), for people who aren't AJ ;) )
|
||||||
HandleBackButton=true
|
HandleBackButton=true
|
||||||
RepeatRate=-1
|
RepeatRate=-1
|
||||||
RepeatDelay=-1
|
RepeatDelay=-1
|
||||||
@@ -1667,26 +1657,18 @@ SleepAfterTweenOffSeconds=0
|
|||||||
UpdateOnMessage=""
|
UpdateOnMessage=""
|
||||||
#
|
#
|
||||||
NumChoicesOnPage1=100
|
NumChoicesOnPage1=100
|
||||||
ChoiceNames="1,4,5,7"
|
DefaultChoice="GameStart"
|
||||||
#~ ChoiceNames="1,2,3,4,5,6,7"
|
ChoiceNames="GameStart,Options,Edit,Exit"
|
||||||
DefaultChoice="1"
|
|
||||||
Choice1="applydefaultoptions;text,Game Start;screen,"..Branch.StartGame()
|
|
||||||
Choice2="screen,ScreenNetworkOptions;text,Play Online"
|
|
||||||
Choice3="screen,ScreenSelectGame;text,Select Game"
|
|
||||||
Choice4="screen,ScreenOptionsService;text,Options"
|
|
||||||
Choice5="text,Edit/Share;screen,"..Branch.OptionsEdit()
|
|
||||||
Choice6="screen,ScreenJukeboxMenu;text,Jukebox"
|
|
||||||
Choice7="screen,ScreenExit;text,Exit"
|
|
||||||
Choice8="screen,ScreenTest;text,Sandbox"
|
|
||||||
# Aliases for the future.
|
|
||||||
ChoiceGameStart="applydefaultoptions;text,Game Start;screen,"..Branch.StartGame()
|
ChoiceGameStart="applydefaultoptions;text,Game Start;screen,"..Branch.StartGame()
|
||||||
|
#ChoiceQuickPlay="applydefaultoptions;text,Quick Play;"
|
||||||
|
ChoiceOptions="screen,ScreenOptionsService;text,Options"
|
||||||
|
ChoiceEdit="text,Edit/Share;screen,"..Branch.OptionsEdit()
|
||||||
|
ChoiceExit="screen,ScreenExit;text,Exit"
|
||||||
|
# Aliases for the future.
|
||||||
ChoiceOnline="screen,ScreenNetworkOptions;text,Play Online"
|
ChoiceOnline="screen,ScreenNetworkOptions;text,Play Online"
|
||||||
ChoiceGameSelect="screen,ScreenSelectGame;text,Select Game"
|
ChoiceGameSelect="screen,ScreenSelectGame;text,Select Game"
|
||||||
ChoiceOptions="screen,ScreenOptionsSystemDirection;text,Options"
|
|
||||||
ChoiceEdit="text,Edit/Share;screen,"..Branch.OptionsEdit()
|
|
||||||
ChoiceJukebox="screen,ScreenJukeboxMenu;text,Jukebox"
|
ChoiceJukebox="screen,ScreenJukeboxMenu;text,Jukebox"
|
||||||
ChoiceSandbox="screen,ScreenTest;text,Sandbox"
|
ChoiceSandbox="screen,ScreenTest;text,Sandbox"
|
||||||
ChoiceExit="screen,ScreenExit;text,Exit"
|
|
||||||
#
|
#
|
||||||
AllowRepeatingInput=true
|
AllowRepeatingInput=true
|
||||||
ShowCursor=false
|
ShowCursor=false
|
||||||
|
|||||||
@@ -652,13 +652,8 @@ NetworkStatusOffCommand=linear,0.5;cropright,1
|
|||||||
#
|
#
|
||||||
HelpY=SCREEN_BOTTOM-24
|
HelpY=SCREEN_BOTTOM-24
|
||||||
#
|
#
|
||||||
#ChoiceNames="1,Setup,4,5,7"
|
ChoiceNames="GameStart,Options,Edit,Exit"
|
||||||
ChoiceNames="1,4,5,7"
|
DefaultChoice="GameStart"
|
||||||
#~ ChoiceNames="1,3,4,7"
|
|
||||||
DefaultChoice="1"
|
|
||||||
#DisabledChoices="Setup"
|
|
||||||
#ChoiceSetup="text,Setup"
|
|
||||||
ChoiceSetup="screen,ScreenQuickSetupOverview;text,Setup"
|
|
||||||
|
|
||||||
[ScreenQuickSetupOverview]
|
[ScreenQuickSetupOverview]
|
||||||
IconStartX=SCREEN_CENTER_X-160
|
IconStartX=SCREEN_CENTER_X-160
|
||||||
|
|||||||
Reference in New Issue
Block a user