From 8110df71f45dde1e6f0dfdd1ebc5e633c76c96f1 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 29 May 2010 15:14:07 -0500 Subject: [PATCH] fallback changes from Midi --- Themes/_fallback/Scripts/03 Gameplay.lua | 23 ++++++++++++++++++++++- Themes/_fallback/metrics.ini | 10 +++++----- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/Themes/_fallback/Scripts/03 Gameplay.lua b/Themes/_fallback/Scripts/03 Gameplay.lua index 2a67ccc96e..b5bdbc6f60 100644 --- a/Themes/_fallback/Scripts/03 Gameplay.lua +++ b/Themes/_fallback/Scripts/03 Gameplay.lua @@ -174,4 +174,25 @@ function ScoreMissedHoldsAndRolls() return false; else return true; end; -end; \ No newline at end of file +end; + +local tNotePositions = { + -- DDR + Classic = { + -144, + 144, + }, + -- ITG + Modern = { + -125, + 145, + }, +} +function GetTapPosition( sType ) + bCategory = (sType == 'Standard') and 1 or 2; + -- true: Classic + -- false: Modern + bPreference = GetUserPrefB("UserPrefNotePosition") and "Classic" or "Modern"; + tNotePos = tNotePositions[bPreference]; + return tNotePos[bCategory] +end \ No newline at end of file diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index 8b2e89615c..240111737e 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -822,11 +822,11 @@ NumGradeTiersUsed=7 [Player] # In The Groove -ReceptorArrowsYStandard=-125 -ReceptorArrowsYReverse=145 +# ReceptorArrowsYStandard=-125 +# ReceptorArrowsYReverse=145 # StepMania Alpha 4 -#~ ReceptorArrowsYStandard=-144 -#~ ReceptorArrowsYReverse=144 +# ~ ReceptorArrowsYStandard=-144 +# ~ ReceptorArrowsYReverse=144 ReceptorNoSinkScoreCutoff=4 JudgmentTransformCommand=%JudgmentTransformCommand JudgmentOnCommand= @@ -1911,7 +1911,7 @@ Effect,9="mod,tornado;name,Tornado" Effect,10="mod,tipsy;name,Tipsy" Effect,11="mod,bumpy;name,Bumpy" Effect,12="mod,beat;name,Beat" -Effect,13="mod,xmode;name,XMode" +Effect,13="mod,45% xmode;name,XMode" # Effect="9" # EffectDefault="mod,no drunk,no dizzy,no confusion,no mini,no flip,no tornado,no tipsy"