Less obtrusive combo pulse, more music rates.
This commit is contained in:
@@ -526,9 +526,11 @@ UserPrefScoringMode=Select the scoring mode to be used when not in a course.
|
||||
1.2x=1.2x
|
||||
1.25x=1.25x
|
||||
1.3x=1.3x
|
||||
1.333x=1.333x
|
||||
1.4x=1.4x
|
||||
1.5x=1.5x
|
||||
1.6x=1.6x
|
||||
1.667x=1.667x
|
||||
1.7x=1.7x
|
||||
1.75x=1.75x
|
||||
x1.75=1.75x
|
||||
|
||||
@@ -2516,7 +2516,7 @@ Assist,2="mod,clap,no metronome;name,Clap"
|
||||
Assist,3="mod,no clap,metronome;name,Metronome"
|
||||
Assist,4="mod,clap,metronome;name,Both"
|
||||
#
|
||||
Rate="14;together"
|
||||
Rate="21;together"
|
||||
RateDefault="mod,1.0xmusic;mod,no haste"
|
||||
Rate,1="mod,0.25xmusic;name,0.25x"
|
||||
Rate,2="mod,0.50xmusic;name,0.5x"
|
||||
@@ -2529,9 +2529,16 @@ Rate,8="mod,1.1xmusic;name,1.1x"
|
||||
Rate,9="mod,1.2xmusic;name,1.2x"
|
||||
Rate,10="mod,1.25xmusic;name,1.25x"
|
||||
Rate,11="mod,1.3xmusic;name,1.3x"
|
||||
Rate,12="mod,1.5xmusic;name,1.5x"
|
||||
Rate,13="mod,1.75xmusic;name,1.75x"
|
||||
Rate,14="mod,2.0xmusic;name,2.0x"
|
||||
Rate,12="mod,1.333xmusic;name,1.333x"
|
||||
Rate,13="mod,1.4xmusic;name,1.4x"
|
||||
Rate,14="mod,1.5xmusic;name,1.5x"
|
||||
Rate,15="mod,1.6xmusic;name,1.6x"
|
||||
Rate,16="mod,1.667xmusic;name,1.667x"
|
||||
Rate,17="mod,1.7xmusic;name,1.7x"
|
||||
Rate,18="mod,1.75xmusic;name,1.75x"
|
||||
Rate,19="mod,1.8xmusic;name,1.8x"
|
||||
Rate,20="mod,1.9xmusic;name,1.9x"
|
||||
Rate,21="mod,2.0xmusic;name,2.0x"
|
||||
#
|
||||
AutoAdjust="4;together"
|
||||
AutoAdjustDefault=""
|
||||
|
||||
@@ -63,10 +63,11 @@ MeterHeight=40
|
||||
[Combo]
|
||||
ShowComboAt=2
|
||||
|
||||
LabelMinZoom=0.875*1
|
||||
LabelMaxZoom=0.875*1
|
||||
|
||||
PulseCommand=%function(self,param) self:finishtweening(); self:diffusealpha(1); self:zoom(1.125*param.Zoom); self:linear(0.05); self:zoom(param.Zoom); self:sleep(2); self:linear(0.5); self:diffusealpha(0); end;
|
||||
PulseLabelCommand=%function(self,param) self:finishtweening(); self:diffusealpha(1); self:zoom(1.075*param.LabelZoom); self:linear(0.05); self:zoom(param.LabelZoom); self:sleep(2); self:linear(0.5); self:diffusealpha(0); end;
|
||||
PulseCommand=%function(self,param) self:finishtweening(); self:diffusealpha(1); self:zoom(1.05*param.Zoom); self:linear(0.05); self:zoom(param.Zoom); self:sleep(2); self:linear(0.5); self:diffusealpha(0); end;
|
||||
PulseLabelCommand=%function(self,param) self:finishtweening(); self:diffusealpha(1); self:zoom(1.0125*param.LabelZoom); self:linear(0.05); self:zoom(param.LabelZoom); self:sleep(2); self:linear(0.5); self:diffusealpha(0); end;
|
||||
NumberOnCommand=y,240-216-1.5;shadowlength,1;horizalign,right;vertalign,bottom;skewx,-0.125;
|
||||
|
||||
ComboLabelOnCommand=x,0;y,23;shadowlength,1;zoom,0.75;align,0,1
|
||||
|
||||
Reference in New Issue
Block a user