fixup
@@ -1 +1 @@
|
|||||||
_options to options
|
_fade in normal
|
||||||
|
Before Width: | Height: | Size: 264 B |
@@ -42,29 +42,11 @@ local function Radar()
|
|||||||
return t;
|
return t;
|
||||||
end
|
end
|
||||||
|
|
||||||
local function OptionsArea(pn)
|
|
||||||
local t = Def.ActorFrame {};
|
|
||||||
t[#t+1] = Def.ActorFrame {
|
|
||||||
InitCommand=cmd(x,-1*THEME:GetMetric("ModIconRowSelectMusic","SpacingX");y,-1*THEME:GetMetric("ModIconRowSelectMusic","SpacingY"););
|
|
||||||
LoadActor( "option icon header" ) .. {
|
|
||||||
|
|
||||||
};
|
|
||||||
LoadFont("_terminator two 18px" ) .. {
|
|
||||||
InitCommand=cmd(y,-4;settext,PlayerNumberToLocalizedString(pn);diffuse,PlayerColor(pn);shadowlength,0;);
|
|
||||||
};
|
|
||||||
};
|
|
||||||
t[#t+1] = Def.ModIconRow {
|
|
||||||
InitCommand=cmd(Load,"ModIconRowSelectMusic",pn;);
|
|
||||||
OnCommand=cmd(zoomy,0;linear,0.5;zoomy,1;);
|
|
||||||
OffCommand=cmd(linear,0.5;zoomy,0;);
|
|
||||||
};
|
|
||||||
return t;
|
|
||||||
end
|
|
||||||
|
|
||||||
|
|
||||||
local t = LoadFallbackB();
|
local t = LoadFallbackB();
|
||||||
|
|
||||||
t[#t+1] = Def.ActorFrame {
|
t[#t+1] = Def.ActorFrame {
|
||||||
InitCommand=cmd(x,SCREEN_CENTER_X+140;y,SCREEN_CENTER_Y-10);
|
InitCommand=cmd(x,SCREEN_CENTER_X+140;y,SCREEN_CENTER_Y-20);
|
||||||
OnCommand=cmd(addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6);
|
OnCommand=cmd(addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6);
|
||||||
OffCommand=cmd(bouncebegin,0.5;addx,-SCREEN_WIDTH*0.6);
|
OffCommand=cmd(bouncebegin,0.5;addx,-SCREEN_WIDTH*0.6);
|
||||||
LoadActor( "_banner mask" ) .. {
|
LoadActor( "_banner mask" ) .. {
|
||||||
@@ -95,21 +77,36 @@ t[#t+1] = LoadFont("Common", "normal") .. {
|
|||||||
};
|
};
|
||||||
|
|
||||||
t[#t+1] = Def.ActorFrame {
|
t[#t+1] = Def.ActorFrame {
|
||||||
InitCommand=cmd(x,SCREEN_CENTER_X-56;y,SCREEN_CENTER_Y);
|
InitCommand=cmd(x,SCREEN_CENTER_X-56;y,SCREEN_CENTER_Y-10);
|
||||||
LoadActor( "wheel cursor glow" ) .. {
|
LoadActor( "wheel cursor glow" ) .. {
|
||||||
InitCommand=cmd(blend,"BlendMode_Add";);
|
InitCommand=cmd(blend,"BlendMode_Add";diffuseshift;);
|
||||||
};
|
};
|
||||||
LoadActor( "wheel cursor normal" ) .. {
|
LoadActor( "wheel cursor normal" ) .. {
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
t[#t+1] = OptionsArea( "PlayerNumber_P1" ) .. {
|
for pn in ivalues(PlayerNumber) do
|
||||||
InitCommand=cmd(x,SCREEN_CENTER_X+56;y,SCREEN_CENTER_Y+136);
|
local MetricsName = "OptionsArea" .. PlayerNumberToString(pn);
|
||||||
|
local spacing_x = THEME:GetMetric("ModIconRowSelectMusic","SpacingX");
|
||||||
|
local spacing_y = THEME:GetMetric("ModIconRowSelectMusic","SpacingY");
|
||||||
|
t[#t+1] = Def.ActorFrame {
|
||||||
|
InitCommand=function(self) self:name(MetricsName); ActorUtil.LoadAllCommandsAndSetXYAndOnCommand(self,Var "LoadingScreen"); end;
|
||||||
|
Def.ActorFrame {
|
||||||
|
InitCommand=cmd(x,-1*spacing_x;y,-1*spacing_y;);
|
||||||
|
LoadActor( "option icon header" ) .. {
|
||||||
};
|
};
|
||||||
t[#t+1] = OptionsArea( "PlayerNumber_P2" ) .. {
|
LoadFont("_terminator two 18px" ) .. {
|
||||||
InitCommand=cmd(x,SCREEN_CENTER_X+56;y,SCREEN_CENTER_Y+154);
|
InitCommand=cmd(y,-4;settext,PlayerNumberToLocalizedString(pn);diffuse,PlayerColor(pn);shadowlength,0;);
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
Def.ModIconRow {
|
||||||
|
InitCommand=cmd(Load,"ModIconRowSelectMusic",pn;);
|
||||||
|
OnCommand=cmd(zoomy,0;linear,0.5;zoomy,1;);
|
||||||
|
OffCommand=cmd(linear,0.5;zoomy,0;);
|
||||||
|
};
|
||||||
|
};
|
||||||
|
end
|
||||||
|
|
||||||
t[#t+1] = Def.ActorFrame {
|
t[#t+1] = Def.ActorFrame {
|
||||||
InitCommand=cmd(x,SCREEN_CENTER_X-120;y,SCREEN_CENTER_Y-170);
|
InitCommand=cmd(x,SCREEN_CENTER_X-120;y,SCREEN_CENTER_Y-170);
|
||||||
@@ -134,32 +131,23 @@ t[#t+1] = LoadActor( THEME:GetPathG(Var 'LoadingScreen','options message 1x2') )
|
|||||||
HidePressStartForOptionsCommand=cmd(linear,0.4;cropleft,1.3);
|
HidePressStartForOptionsCommand=cmd(linear,0.4;cropleft,1.3);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
for pn in ivalues(PlayerNumber) do
|
||||||
|
local MetricsName = "PaneDisplay" .. PlayerNumberToString(pn);
|
||||||
t[#t+1] = Def.PaneDisplay {
|
t[#t+1] = Def.PaneDisplay {
|
||||||
MetricsGroup="PaneDisplay";
|
MetricsGroup="PaneDisplay";
|
||||||
PlayerNumber=PLAYER_1;
|
PlayerNumber=pn;
|
||||||
InitCommand=cmd(player,PLAYER_1;playcommand,"Set";x,SCREEN_CENTER_X-180;y,SCREEN_CENTER_Y+194);
|
InitCommand=function(self) self:player(PLAYER_1); self:playcommand("Set"); self:name(MetricsName); ActorUtil.LoadAllCommandsAndSetXYAndOnCommand(self,Var "LoadingScreen"); end;
|
||||||
|
|
||||||
SetCommand=function(self) self:SetFromGameState() end;
|
SetCommand=function(self) self:SetFromGameState() end;
|
||||||
CurrentStepsP1ChangedMessageCommand=cmd(playcommand,"Set");
|
CurrentStepsP1ChangedMessageCommand=cmd(playcommand,"Set");
|
||||||
CurrentTrailP1ChangedMessageCommand=cmd(playcommand,"Set");
|
CurrentTrailP1ChangedMessageCommand=cmd(playcommand,"Set");
|
||||||
SortOrderChangedMessageCommand=cmd(playcommand,"Set");
|
SortOrderChangedMessageCommand=cmd(playcommand,"Set");
|
||||||
};
|
};
|
||||||
|
end;
|
||||||
t[#t+1] = Def.PaneDisplay {
|
|
||||||
MetricsGroup="PaneDisplay";
|
|
||||||
PlayerNumber=PLAYER_2;
|
|
||||||
InitCommand=cmd(player,PLAYER_2;playcommand,"Set";x,SCREEN_CENTER_X+180;y,SCREEN_CENTER_Y+194);
|
|
||||||
|
|
||||||
SetCommand=function(self) self:SetFromGameState() end;
|
|
||||||
CurrentStepsP2ChangedMessageCommand=cmd(playcommand,"Set");
|
|
||||||
CurrentTrailP2ChangedMessageCommand=cmd(playcommand,"Set");
|
|
||||||
SortOrderChangedMessageCommand=cmd(playcommand,"Set");
|
|
||||||
};
|
|
||||||
|
|
||||||
t[#t+1] = Def.BPMDisplay {
|
t[#t+1] = Def.BPMDisplay {
|
||||||
File=THEME:GetPathF("BPMDisplay", "bpm");
|
File=THEME:GetPathF("BPMDisplay", "bpm");
|
||||||
Name="BPMDisplay";
|
Name="BPMDisplay";
|
||||||
InitCommand=cmd(horizalign,right;x,SCREEN_CENTER_X+294;y,SCREEN_CENTER_Y+1;zoomx,0.8;shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000"););
|
InitCommand=cmd(horizalign,right;x,SCREEN_CENTER_X+294;y,SCREEN_CENTER_Y-9;zoomx,0.8;shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000"););
|
||||||
OnCommand=cmd(stoptweening;addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6);
|
OnCommand=cmd(stoptweening;addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6);
|
||||||
OffCommand=cmd(bouncebegin,0.5;addx,-SCREEN_WIDTH*0.6);
|
OffCommand=cmd(bouncebegin,0.5;addx,-SCREEN_WIDTH*0.6);
|
||||||
SetCommand=function(self) self:SetFromGameState() end;
|
SetCommand=function(self) self:SetFromGameState() end;
|
||||||
@@ -167,17 +155,17 @@ t[#t+1] = Def.BPMDisplay {
|
|||||||
CurrentCourseChangedMessageCommand=cmd(playcommand,"Set");
|
CurrentCourseChangedMessageCommand=cmd(playcommand,"Set");
|
||||||
};
|
};
|
||||||
t[#t+1] = LoadActor( "_bpm label" ) .. {
|
t[#t+1] = LoadActor( "_bpm label" ) .. {
|
||||||
InitCommand=cmd(horizalign,left;x,SCREEN_CENTER_X+280;y,SCREEN_CENTER_Y);
|
InitCommand=cmd(horizalign,left;x,SCREEN_CENTER_X+280;y,SCREEN_CENTER_Y-10);
|
||||||
OnCommand=cmd(addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6);
|
OnCommand=cmd(addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6);
|
||||||
OffCommand=cmd(bouncebegin,0.5;addx,-SCREEN_WIDTH*0.6);
|
OffCommand=cmd(bouncebegin,0.5;addx,-SCREEN_WIDTH*0.6);
|
||||||
};
|
};
|
||||||
t[#t+1] = LoadActor( "bpm meter" ) .. {
|
t[#t+1] = LoadActor( "bpm meter" ) .. {
|
||||||
InitCommand=cmd(x,SCREEN_CENTER_X+230;y,SCREEN_CENTER_Y-12);
|
InitCommand=cmd(x,SCREEN_CENTER_X+230;y,SCREEN_CENTER_Y-22);
|
||||||
OnCommand=cmd(addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6);
|
OnCommand=cmd(addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6);
|
||||||
OffCommand=cmd(bouncebegin,0.5;addx,-SCREEN_WIDTH*0.6);
|
OffCommand=cmd(bouncebegin,0.5;addx,-SCREEN_WIDTH*0.6);
|
||||||
};
|
};
|
||||||
t[#t+1] = LoadActor( "stop icon" ) .. {
|
t[#t+1] = LoadActor( "stop icon" ) .. {
|
||||||
InitCommand=cmd(x,SCREEN_CENTER_X+296;y,SCREEN_CENTER_Y+6);
|
InitCommand=cmd(x,SCREEN_CENTER_X+296;y,SCREEN_CENTER_Y-4);
|
||||||
OnCommand=cmd(addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6);
|
OnCommand=cmd(addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6);
|
||||||
OffCommand=cmd(bouncebegin,0.5;addx,-SCREEN_WIDTH*0.6);
|
OffCommand=cmd(bouncebegin,0.5;addx,-SCREEN_WIDTH*0.6);
|
||||||
SetCommand=function(self)
|
SetCommand=function(self)
|
||||||
@@ -193,7 +181,7 @@ t[#t+1] = LoadActor( "stop icon" ) .. {
|
|||||||
};
|
};
|
||||||
|
|
||||||
t[#t+1] = LoadFont("_regra Bold 16px") .. {
|
t[#t+1] = LoadFont("_regra Bold 16px") .. {
|
||||||
InitCommand=cmd(horizalign,left;x,SCREEN_CENTER_X-14;y,SCREEN_CENTER_Y-14;settext,"xxxx";shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000");maxwidth,360);
|
InitCommand=cmd(horizalign,left;x,SCREEN_CENTER_X-14;y,SCREEN_CENTER_Y-24;settext,"xxxx";shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000");maxwidth,360);
|
||||||
SetCommand=function(self)
|
SetCommand=function(self)
|
||||||
local s = "---";
|
local s = "---";
|
||||||
local song = GAMESTATE:GetCurrentSong();
|
local song = GAMESTATE:GetCurrentSong();
|
||||||
@@ -209,7 +197,7 @@ t[#t+1] = LoadFont("_regra Bold 16px") .. {
|
|||||||
CurrentCourseChangedMessageCommand=cmd(playcommand,"Set");
|
CurrentCourseChangedMessageCommand=cmd(playcommand,"Set");
|
||||||
};
|
};
|
||||||
t[#t+1] = LoadFont("_regra Bold 16px") .. {
|
t[#t+1] = LoadFont("_regra Bold 16px") .. {
|
||||||
InitCommand=cmd(horizalign,right;x,SCREEN_CENTER_X+224;y,SCREEN_CENTER_Y+4;settext,"xxxx";shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000"););
|
InitCommand=cmd(horizalign,right;x,SCREEN_CENTER_X+224;y,SCREEN_CENTER_Y-6;settext,"xxxx";shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000"););
|
||||||
SetCommand=function(self)
|
SetCommand=function(self)
|
||||||
local s = "---";
|
local s = "---";
|
||||||
local song = GAMESTATE:GetCurrentSong();
|
local song = GAMESTATE:GetCurrentSong();
|
||||||
@@ -226,7 +214,7 @@ t[#t+1] = LoadFont("_regra Bold 16px") .. {
|
|||||||
};
|
};
|
||||||
|
|
||||||
t[#t+1] = Def.ActorFrame {
|
t[#t+1] = Def.ActorFrame {
|
||||||
InitCommand=cmd(x,SCREEN_CENTER_X+26;y,SCREEN_CENTER_Y+5;);
|
InitCommand=cmd(x,SCREEN_CENTER_X+26;y,SCREEN_CENTER_Y-5;);
|
||||||
LoadActor("star full") .. { InitCommand=cmd(x,16*-2); };
|
LoadActor("star full") .. { InitCommand=cmd(x,16*-2); };
|
||||||
LoadActor("star full") .. { InitCommand=cmd(x,16*-1); };
|
LoadActor("star full") .. { InitCommand=cmd(x,16*-1); };
|
||||||
LoadActor("star full") .. { InitCommand=cmd(x,16*0); };
|
LoadActor("star full") .. { InitCommand=cmd(x,16*0); };
|
||||||
@@ -239,7 +227,7 @@ t[#t+1] = Def.ActorFrame {
|
|||||||
t[#t+1] = Def.CourseContentsList {
|
t[#t+1] = Def.CourseContentsList {
|
||||||
MaxSongs = 5;
|
MaxSongs = 5;
|
||||||
|
|
||||||
InitCommand=cmd(x,SCREEN_CENTER_X-160;y,SCREEN_CENTER_Y+96);
|
InitCommand=cmd(x,SCREEN_CENTER_X-160;y,SCREEN_CENTER_Y+91);
|
||||||
OnCommand=cmd(zoomy,0;bounceend,0.3;zoom,1);
|
OnCommand=cmd(zoomy,0;bounceend,0.3;zoom,1);
|
||||||
OffCommand=cmd(zoomy,1;bouncebegin,0.3;zoomy,0);
|
OffCommand=cmd(zoomy,1;bouncebegin,0.3;zoomy,0);
|
||||||
ShowCommand=cmd(bouncebegin,0.3;zoomy,1);
|
ShowCommand=cmd(bouncebegin,0.3;zoomy,1);
|
||||||
@@ -314,16 +302,13 @@ t[#t+1] = Def.CourseContentsList {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
t[#t+1] = DifficultyDisplay(PLAYER_1) .. {
|
for pn in ivalues(PlayerNumber) do
|
||||||
BeginCommand=cmd(player,PLAYER_1;x,SCREEN_CENTER_X-254;y,SCREEN_CENTER_Y-20);
|
local MetricsName = "DifficultyDisplay" .. PlayerNumberToString(pn);
|
||||||
OnCommand=cmd(zoomy,0;linear,0.5;zoomy,1);
|
t[#t+1] = DifficultyDisplay(pn) .. {
|
||||||
OffCommand=cmd(linear,0.5;zoomy,0);
|
InitCommand=function(self) self:player(pn); name(MetricsName); ActorUtil.LoadAllCommandsAndSetXYAndOnCommand(self,Var "LoadingScreen"); end;
|
||||||
};
|
|
||||||
t[#t+1] = DifficultyDisplay(PLAYER_2) .. {
|
|
||||||
BeginCommand=cmd(player,PLAYER_2;x,SCREEN_CENTER_X-121;y,SCREEN_CENTER_Y-20);
|
|
||||||
OnCommand=cmd(zoomy,0;linear,0.5;zoomy,1);
|
|
||||||
OffCommand=cmd(linear,0.5;zoomy,0);
|
|
||||||
};
|
};
|
||||||
|
end
|
||||||
|
|
||||||
|
|
||||||
t[#t+1] = Def.ActorFrame{
|
t[#t+1] = Def.ActorFrame{
|
||||||
InitCommand=cmd(x,SCREEN_CENTER_X-190;y,SCREEN_CENTER_Y-32);
|
InitCommand=cmd(x,SCREEN_CENTER_X-190;y,SCREEN_CENTER_Y-32);
|
||||||
@@ -384,7 +369,7 @@ t[#t+1] = LoadFont("common normal") .. {
|
|||||||
if not GAMESTATE:IsCourseMode() then
|
if not GAMESTATE:IsCourseMode() then
|
||||||
t[#t+1] = Def.DifficultyList {
|
t[#t+1] = Def.DifficultyList {
|
||||||
Name="DifficultyList";
|
Name="DifficultyList";
|
||||||
OnCommand=cmd(x,SCREEN_CENTER_X+170;y,SCREEN_CENTER_Y+40);
|
InitCommand=cmd(x,SCREEN_CENTER_X+170;y,SCREEN_CENTER_Y+20);
|
||||||
CursorP1 = Def.ActorFrame {
|
CursorP1 = Def.ActorFrame {
|
||||||
InitCommand=cmd(x,-150;bounce;effectmagnitude,-5,0,0;effectperiod,1.0;effectoffset,0.0;effectclock,"bgm");
|
InitCommand=cmd(x,-150;bounce;effectmagnitude,-5,0,0;effectperiod,1.0;effectoffset,0.0;effectclock,"bgm");
|
||||||
BeginCommand=cmd(visible,true);
|
BeginCommand=cmd(visible,true);
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
_options to options
|
_fade in normal
|
||||||
|
Before Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 393 B |
@@ -1,24 +0,0 @@
|
|||||||
local t = Def.ActorFrame {
|
|
||||||
LoadSongBackground() .. {
|
|
||||||
Condition=not GAMESTATE:IsCourseMode();
|
|
||||||
OnCommand=cmd(zoom,0;rotationz,0;linear,.5;diffusealpha,1;zoom,1;rotationz,1080);
|
|
||||||
};
|
|
||||||
};
|
|
||||||
local OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+180;diffusealpha,0;linear,0.3;diffusealpha,0.75);
|
|
||||||
local function AddChild( name )
|
|
||||||
t[#t+1] = LoadActor( name .. ".png" ) .. {
|
|
||||||
OnCommand=OnCommand;
|
|
||||||
Condition=GAMESTATE:GetCurrentStage() == "Stage_" .. name;
|
|
||||||
};
|
|
||||||
end
|
|
||||||
for i = 1, 6, 1 do
|
|
||||||
AddChild( i );
|
|
||||||
end
|
|
||||||
AddChild( "Final" );
|
|
||||||
AddChild( "Extra1" );
|
|
||||||
AddChild( "Extra2" );
|
|
||||||
AddChild( "Event" );
|
|
||||||
AddChild( "Nonstop" );
|
|
||||||
AddChild( "Oni" );
|
|
||||||
AddChild( "Endless" );
|
|
||||||
return t;
|
|
||||||
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 9.0 KiB |
|
Before Width: | Height: | Size: 8.9 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 9.8 KiB |
|
Before Width: | Height: | Size: 8.2 KiB |
@@ -1,10 +1,12 @@
|
|||||||
-- This needs to be an ActorFrame because children will want to load the base and merge their own elements into the table.
|
-- This needs to be an ActorFrame because children will want to load the base and merge their own elements into the table.
|
||||||
return Def.ActorFrame {
|
t = Def.ActorFrame {};
|
||||||
LoadActor( THEME:GetPathB('','_standard decoration required'), "LeftFrame", "LeftFrame" );
|
t[#t+1] = LoadActor( THEME:GetPathB('','_standard decoration required'), "LeftFrame", "LeftFrame" );
|
||||||
LoadActor( THEME:GetPathB('','_standard decoration required'), "RightFrame", "RightFrame" );
|
t[#t+1] = LoadActor( THEME:GetPathB('','_standard decoration required'), "RightFrame", "RightFrame" );
|
||||||
LoadActor( THEME:GetPathB('','_standard decoration required'), "Header", "Header" );
|
t[#t+1] = LoadActor( THEME:GetPathB('','_standard decoration required'), "Header", "Header" );
|
||||||
LoadActor( THEME:GetPathB('','_standard decoration required'), "Footer", "Footer" );
|
t[#t+1] = LoadActor( THEME:GetPathB('','_standard decoration required'), "Footer", "Footer" );
|
||||||
LoadActor( THEME:GetPathB('','_standard decoration optional'), "StyleIcon", "StyleIcon" );
|
t[#t+1] = LoadActor( THEME:GetPathB('','_standard decoration optional'), "Help", "Help" );
|
||||||
LoadActor( THEME:GetPathB('','_standard decoration optional'), "StageFrame", "StageFrame" );
|
t[#t+1] = LoadActor( THEME:GetPathB('','_standard decoration optional'), "StyleIcon", "StyleIcon" );
|
||||||
LoadActor( THEME:GetPathB('','_standard decoration optional'), "StageDisplay", "StageDisplay" );
|
t[#t+1] = LoadActor( THEME:GetPathB('','_standard decoration optional'), "StageFrame", "StageFrame" );
|
||||||
};
|
t[#t+1] = LoadActor( THEME:GetPathB('','_standard decoration optional'), "StageDisplay", "StageDisplay" );
|
||||||
|
return t;
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
_Arial 14 shadow
|
common normal
|
||||||
@@ -1 +1 @@
|
|||||||
_terminator two 30px
|
_terminator two 13px
|
||||||
@@ -1 +1 @@
|
|||||||
_shared2
|
common normal
|
||||||
@@ -1 +1 @@
|
|||||||
_ScreenRanking common
|
common normal
|
||||||
@@ -1 +1 @@
|
|||||||
_ScreenRanking common
|
common normal
|
||||||
@@ -1 +1 @@
|
|||||||
_ScreenRanking common
|
common normal
|
||||||
@@ -1 +1 @@
|
|||||||
_shared2
|
common normal
|
||||||
@@ -1 +1 @@
|
|||||||
_ScreenRanking common
|
common normal
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 33 KiB |
@@ -1,9 +1,9 @@
|
|||||||
[common]
|
[common]
|
||||||
Baseline=13
|
Baseline=13
|
||||||
Top=2
|
Top=2
|
||||||
LineSpacing=13
|
LineSpacing=13
|
||||||
DrawExtraPixelsLeft=0
|
DrawExtraPixelsLeft=1
|
||||||
DrawExtraPixelsRight=0
|
DrawExtraPixelsRight=1
|
||||||
AdvanceExtraPixels=0
|
AdvanceExtraPixels=0
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
return LoadFont("common normal") .. {
|
||||||
|
InitCommand=cmd(settext,"*";);
|
||||||
|
};
|
||||||
|
Before Width: | Height: | Size: 978 B |
|
Before Width: | Height: | Size: 978 B |
@@ -1 +1 @@
|
|||||||
_blank
|
ModIcon Filled
|
||||||
@@ -1 +1 @@
|
|||||||
ModIcon Empty
|
ModIconSelectMusic Filled
|
||||||
@@ -11,29 +11,24 @@ function MakeBitmapTest()
|
|||||||
};
|
};
|
||||||
end
|
end
|
||||||
|
|
||||||
for _, s in ipairs(Stage) do
|
for s in ivalues(Stage) do
|
||||||
if s == "Stage_Next" then
|
|
||||||
stages[#stages+1] = MakeBitmapTest() .. {
|
stages[#stages+1] = MakeBitmapTest() .. {
|
||||||
SetCommand=function(self, params)
|
SetCommand=function(self, params)
|
||||||
local StageToShow = THEME:GetMetric( ScreenName, "StageDisplayStageToShow" );
|
local Stage = GAMESTATE:GetCurrentStage();
|
||||||
local StageIndex = THEME:GetMetric( ScreenName, "StageDisplayStageIndex" );
|
local StageIndex = GAMESTATE:GetCurrentStageIndex();
|
||||||
self:visible( StageToShow == s );
|
local screen = SCREENMAN:GetTopScreen();
|
||||||
self:settext( string.upper(FormatNumberAndSuffix(StageIndex+1)) );
|
if screen and screen.GetStageStats then
|
||||||
self:diffuse( StageToColor(s) );
|
local ss = screen:GetStageStats();
|
||||||
self:strokecolor( StageToStrokeColor(s) );
|
Stage = ss:GetStage();
|
||||||
end;
|
StageIndex = ss:GetStageIndex();
|
||||||
};
|
end
|
||||||
else
|
|
||||||
stages[#stages+1] = MakeBitmapTest() .. {
|
self:visible( Stage == s );
|
||||||
SetCommand=function(self, params)
|
self:settext( StageToLocalizedString(Stage) );
|
||||||
local StageToShow = THEME:GetMetric( ScreenName, "StageDisplayStageToShow" );
|
|
||||||
self:visible( StageToShow == s );
|
|
||||||
self:settext( StageToLocalizedString(StageToShow) );
|
|
||||||
self:diffuse( StageToColor(s) );
|
self:diffuse( StageToColor(s) );
|
||||||
self:strokecolor( StageToStrokeColor(s) );
|
self:strokecolor( StageToStrokeColor(s) );
|
||||||
end;
|
end;
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
return stages;
|
return stages;
|
||||||
|
|||||||
@@ -17,8 +17,11 @@ return Def.ActorFrame {
|
|||||||
};
|
};
|
||||||
LoadActor( "arrow" ) .. {
|
LoadActor( "arrow" ) .. {
|
||||||
};
|
};
|
||||||
LoadActor( "ring" ) .. {
|
LoadActor( "ring shadow" ) .. {
|
||||||
InitCommand=cmd(x,-1.5);
|
InitCommand=cmd(x,-1.5;y,2;spin;effectmagnitude,0,0,10;);
|
||||||
|
};
|
||||||
|
LoadActor( "ring diffuse" ) .. {
|
||||||
|
InitCommand=cmd(x,-1.5;y,-3;spin;effectmagnitude,0,0,10;);
|
||||||
};
|
};
|
||||||
UpdateScreenHeaderMessageCommand=function(self,params)
|
UpdateScreenHeaderMessageCommand=function(self,params)
|
||||||
local header = self:GetChild("HeaderText");
|
local header = self:GetChild("HeaderText");
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 91 KiB |
@@ -1366,8 +1366,6 @@ Announcer=Kommentator
|
|||||||
Credits=Mitwirkende
|
Credits=Mitwirkende
|
||||||
Play Online=Het Spel van het netwerk
|
Play Online=Het Spel van het netwerk
|
||||||
Options=Optionen
|
Options=Optionen
|
||||||
Edit Courses=Kurse bearbeiten
|
|
||||||
Edit/Sync Songs=Lieder bearbeiten / synchronisieren
|
|
||||||
Exit=Beenden
|
Exit=Beenden
|
||||||
Game Start=Spiel Starten
|
Game Start=Spiel Starten
|
||||||
Jukebox=Jukebox
|
Jukebox=Jukebox
|
||||||
|
|||||||
@@ -1282,16 +1282,18 @@ You have changed the timing of=You have changed the timing of
|
|||||||
; Put all help text in this one group and have metrics look up the strings here. That will help make sure
|
; Put all help text in this one group and have metrics look up the strings here. That will help make sure
|
||||||
; that strings are in a consistent style and that strings aren't duplicated.
|
; that strings are in a consistent style and that strings aren't duplicated.
|
||||||
HelpTextNormal=Use &MENULEFT;&MENURIGHT; to select, then press &START;
|
HelpTextNormal=Use &MENULEFT;&MENURIGHT; to select, then press &START;
|
||||||
HelpTextSelectMusic=Use &LEFT; &RIGHT; to select, then press &START;
|
HelpTextSelectMusic=Use &MENULEFT;&MENURIGHT; to select, then press &START;
|
||||||
HelpTextDifficultyPart=&UP;&UP; easier difficulty &DOWN;&DOWN; harder difficulty
|
HelpTextDifficultyPart=&UP;&UP; easier difficulty &DOWN;&DOWN; harder difficulty
|
||||||
HelpTextOptions=&UP; &DOWN; to change line &LEFT; &RIGHT; to select between options &START; to accept changes
|
HelpTextOptions=&MENUUP;&MENUDOWN; line &MENULEFT;&MENURIGHT; change &START; choose
|
||||||
HelpTextOptionsAndBack=&UP; &DOWN; line &LEFT; &RIGHT; change START choose BACK discard
|
HelpTextOptionsAndBack=&MENUUP;&MENUDOWN; line &MENULEFT;&MENURIGHT; change &START; choose &BACK; discard
|
||||||
|
HelpTextOptionsSimple=&MENUUP;&MENUDOWN; line &START; choose
|
||||||
|
HelpTextOptionsSimpleAndBack=&MENUUP;&MENUDOWN; line &START; choose &BACK; discard
|
||||||
HelpTextSort=&UP;&DOWN;&UP;&DOWN; to change sort
|
HelpTextSort=&UP;&DOWN;&UP;&DOWN; to change sort
|
||||||
HelpTextContinue=Press any button or key. Press ESCAPE when done.
|
HelpTextContinue=Press any button or key. Press ESCAPE when done.
|
||||||
HelpTextEvaluation=Press &START; to continue
|
HelpTextEvaluation=Press &START; to continue
|
||||||
HelpTextScreenshot=Press &SELECT; to take a screenshot
|
HelpTextScreenshot=Press &SELECT; to take a screenshot
|
||||||
HelpTextTestInput=Press any button or key. Press ESCAPE when done.
|
HelpTextTestInput=Press any button or key. Press ESCAPE when done.
|
||||||
HelpTextTestLights=Press &LEFT &RIGHT to cycle lights. Press ESCAPE when done.
|
HelpTextTestLights=Press &MENULEFT;&MENURIGHT; to cycle lights. Press ESCAPE when done.
|
||||||
HelpTextTextEntry=Type a value using the keyboard. Press Enter to finish.
|
HelpTextTextEntry=Type a value using the keyboard. Press Enter to finish.
|
||||||
HelpTextMapControllers=Use arrow keys to move, ENTER to assign, SPACE to clear::Press ESCAPE when done
|
HelpTextMapControllers=Use arrow keys to move, ENTER to assign, SPACE to clear::Press ESCAPE when done
|
||||||
HelpTextOnline=smonline.us to connect to official Stepmania Online Server::Check out Stepmaniaonline.com for more information
|
HelpTextOnline=smonline.us to connect to official Stepmania Online Server::Check out Stepmaniaonline.com for more information
|
||||||
@@ -1414,8 +1416,7 @@ Current gametype:=Current gametype:
|
|||||||
Difficulty:=Difficulty:
|
Difficulty:=Difficulty:
|
||||||
Announcer=Announcer
|
Announcer=Announcer
|
||||||
Play Online=Network Play
|
Play Online=Network Play
|
||||||
Edit Courses=Edit Courses
|
Edit Mode=Edit Mode
|
||||||
Edit/Sync Songs=Edit/Sync Songs
|
|
||||||
Exit=Exit
|
Exit=Exit
|
||||||
Game Start=Game Start
|
Game Start=Game Start
|
||||||
Jukebox=Jukebox
|
Jukebox=Jukebox
|
||||||
@@ -1921,4 +1922,6 @@ Yoruba=Yorùbá
|
|||||||
Chinese=中文
|
Chinese=中文
|
||||||
Zulu=isiZulu
|
Zulu=isiZulu
|
||||||
|
|
||||||
|
[ScreenPlayerOptions]
|
||||||
|
HeaderText=Select Modifiers
|
||||||
|
HeaderSubText=Challenge yourself to achieve ultimate skill!
|
||||||
@@ -1321,8 +1321,6 @@ Options=Opciones
|
|||||||
%d songs in %d groups=las canciones %d en los grupos %d
|
%d songs in %d groups=las canciones %d en los grupos %d
|
||||||
%d courses in %d groups=los courses %d en los grupos %d
|
%d courses in %d groups=los courses %d en los grupos %d
|
||||||
Announcer=Presentador
|
Announcer=Presentador
|
||||||
Edit Courses=Editar Grupos
|
|
||||||
Edit/Sync Songs=Editar/ Canciones sync
|
|
||||||
Exit=Salir
|
Exit=Salir
|
||||||
Game Start=Comienzo de Juego
|
Game Start=Comienzo de Juego
|
||||||
Play Online=Juego De la Red
|
Play Online=Juego De la Red
|
||||||
|
|||||||
@@ -1341,8 +1341,6 @@ Play Online=Jeu De Réseau
|
|||||||
%d courses in %d groups=%d courses dans %d groupes
|
%d courses in %d groups=%d courses dans %d groupes
|
||||||
Announcer=Annonceur
|
Announcer=Annonceur
|
||||||
Credits=Crédits
|
Credits=Crédits
|
||||||
Edit Courses=Editer courses
|
|
||||||
Edit/Sync Songs=Editer/sync. chansons
|
|
||||||
Exit=Quitter
|
Exit=Quitter
|
||||||
Game Start=Démarrage du jeu
|
Game Start=Démarrage du jeu
|
||||||
Jukebox=Jukebox
|
Jukebox=Jukebox
|
||||||
|
|||||||
@@ -1336,8 +1336,6 @@ Options=Opzioni
|
|||||||
%d courses in %d groups=%d percorsi in %d gruppi
|
%d courses in %d groups=%d percorsi in %d gruppi
|
||||||
Announcer=Annunciatore
|
Announcer=Annunciatore
|
||||||
Credits=Titoli
|
Credits=Titoli
|
||||||
Edit Courses=Edita corse
|
|
||||||
Edit/Sync Songs=Modifica/sincronizza canzoni
|
|
||||||
Exit=Esci
|
Exit=Esci
|
||||||
Game Start=Inizio gioco
|
Game Start=Inizio gioco
|
||||||
Jukebox=Jukebox
|
Jukebox=Jukebox
|
||||||
|
|||||||
@@ -5,11 +5,11 @@ function PlayerColor( pn )
|
|||||||
end
|
end
|
||||||
|
|
||||||
local DifficultyDisplayTypeColors = {
|
local DifficultyDisplayTypeColors = {
|
||||||
DifficultyDisplayType_Single_Beginner = color("0.0,0.9,1.0,1"), -- light blue
|
DifficultyDisplayType_Single_Beginner = color("#ff32f8"),
|
||||||
DifficultyDisplayType_Single_Easy = color("0.9,0.9,0.0,1"), -- yellow
|
DifficultyDisplayType_Single_Easy = color("#2cff00"),
|
||||||
DifficultyDisplayType_Single_Medium = color("1.0,0.1,0.1,1"), -- light red
|
DifficultyDisplayType_Single_Medium = color("#fee600"),
|
||||||
DifficultyDisplayType_Single_Hard = color("0.2,1.0,0.2,1"), -- light green
|
DifficultyDisplayType_Single_Hard = color("#ff2f39"),
|
||||||
DifficultyDisplayType_Single_Challenge = color("0.2,0.6,1.0,1"), -- blue
|
DifficultyDisplayType_Single_Challenge = color("#1cd8ff"),
|
||||||
DifficultyDisplayType_Double_Beginner = color("0.0,0.9,1.0,1"), -- light blue
|
DifficultyDisplayType_Double_Beginner = color("0.0,0.9,1.0,1"), -- light blue
|
||||||
DifficultyDisplayType_Double_Easy = color("0.9,0.9,0.0,1"), -- yellow
|
DifficultyDisplayType_Double_Easy = color("0.9,0.9,0.0,1"), -- yellow
|
||||||
DifficultyDisplayType_Double_Medium = color("1.0,0.1,0.1,1"), -- light red
|
DifficultyDisplayType_Double_Medium = color("1.0,0.1,0.1,1"), -- light red
|
||||||
|
|||||||
@@ -86,8 +86,7 @@ SharedSelection=true
|
|||||||
AllowDisabledPlayerInput=true
|
AllowDisabledPlayerInput=true
|
||||||
OverrideSleepAfterTweenOffSeconds=true
|
OverrideSleepAfterTweenOffSeconds=true
|
||||||
SleepAfterTweenOffSeconds=0
|
SleepAfterTweenOffSeconds=0
|
||||||
ChoiceNames="1,2,3,4,5,6,7,8"
|
ChoiceNames="1,2,3,4,5,6,7"
|
||||||
//,8
|
|
||||||
DefaultChoice="1"
|
DefaultChoice="1"
|
||||||
NumChoicesOnPage1=100
|
NumChoicesOnPage1=100
|
||||||
WrapCursor=true
|
WrapCursor=true
|
||||||
@@ -96,11 +95,10 @@ Choice1="ApplyDefaultOptions;screen,ScreenProfileLoad;text,Game Start"
|
|||||||
Choice2="screen,ScreenNetworkOptions;text,Play Online"
|
Choice2="screen,ScreenNetworkOptions;text,Play Online"
|
||||||
Choice3="screen,ScreenSelectGame;text,Select Game"
|
Choice3="screen,ScreenSelectGame;text,Select Game"
|
||||||
Choice4="screen,ScreenOptionsService;text,Options"
|
Choice4="screen,ScreenOptionsService;text,Options"
|
||||||
Choice5="screen,ScreenEditMenu;text,Edit/Sync Songs"
|
Choice5="screen,ScreenEditMenu;text,Edit Mode"
|
||||||
Choice6="screen,ScreenOptionsManageCourses;text,Edit Courses"
|
Choice6="screen,ScreenJukeboxMenu;text,Jukebox"
|
||||||
Choice7="screen,ScreenJukeboxMenu;text,Jukebox"
|
Choice7="screen,ScreenExit;text,Exit"
|
||||||
Choice8="screen,ScreenExit;text,Exit"
|
Choice8="screen,ScreenTest;text,Sandbox"
|
||||||
Choice9="screen,ScreenTest;text,Sandbox"
|
|
||||||
ShowIcon=false
|
ShowIcon=false
|
||||||
ShowScroller=true
|
ShowScroller=true
|
||||||
PerChoiceScrollElement=false
|
PerChoiceScrollElement=false
|
||||||
@@ -113,9 +111,10 @@ ScrollerOnCommand=
|
|||||||
ScrollerOffCommand=
|
ScrollerOffCommand=
|
||||||
TimerSeconds=-1
|
TimerSeconds=-1
|
||||||
ShowStyleIcon=false
|
ShowStyleIcon=false
|
||||||
HelpX=SCREEN_CENTER_X
|
ShowHelp=true
|
||||||
HelpY=SCREEN_BOTTOM-20
|
HelpX=SCREEN_CENTER_X+200
|
||||||
HelpOnCommand=
|
HelpY=SCREEN_BOTTOM-40
|
||||||
|
HelpText=ScreenString("HelpTextOptionsSimple")
|
||||||
HelpOffCommand=
|
HelpOffCommand=
|
||||||
IdleCommentSeconds=12
|
IdleCommentSeconds=12
|
||||||
IdleTimeoutSeconds=30
|
IdleTimeoutSeconds=30
|
||||||
@@ -147,7 +146,7 @@ NextScreen=ScreenCautionBranch()
|
|||||||
PrevScreen=ScreenTitleBranch()
|
PrevScreen=ScreenTitleBranch()
|
||||||
TimerSeconds=-1
|
TimerSeconds=-1
|
||||||
LoadEdits=true
|
LoadEdits=true
|
||||||
HelpText=""
|
ShowHelp=false
|
||||||
|
|
||||||
[ScreenProfileSave]
|
[ScreenProfileSave]
|
||||||
Class="ScreenProfileSave"
|
Class="ScreenProfileSave"
|
||||||
@@ -155,7 +154,7 @@ Fallback="ScreenWithMenuElements"
|
|||||||
NextScreen=SelectEndingScreen()
|
NextScreen=SelectEndingScreen()
|
||||||
PrevScreen=ScreenTitleBranch()
|
PrevScreen=ScreenTitleBranch()
|
||||||
TimerSeconds=-1
|
TimerSeconds=-1
|
||||||
HelpText=""
|
ShowHelp=false
|
||||||
|
|
||||||
[ScreenWithMenuElements2]
|
[ScreenWithMenuElements2]
|
||||||
Fallback="ScreenWithMenuElements"
|
Fallback="ScreenWithMenuElements"
|
||||||
@@ -615,7 +614,7 @@ ScoreP2SortChangeCommand=stoptweening;decelerate,0.128;x,920;sleep,0.128;acceler
|
|||||||
ScoreFrameP1SortChangeCommand=stoptweening;decelerate,0.128;x,920;sleep,0.128;accelerate,0.25;x,58
|
ScoreFrameP1SortChangeCommand=stoptweening;decelerate,0.128;x,920;sleep,0.128;accelerate,0.25;x,58
|
||||||
ScoreFrameP2SortChangeCommand=stoptweening;decelerate,0.128;x,920;sleep,0.128;accelerate,0.25;x,269
|
ScoreFrameP2SortChangeCommand=stoptweening;decelerate,0.128;x,920;sleep,0.128;accelerate,0.25;x,269
|
||||||
MusicWheelX=SCREEN_CENTER_X-190
|
MusicWheelX=SCREEN_CENTER_X-190
|
||||||
MusicWheelY=SCREEN_CENTER_Y-2
|
MusicWheelY=SCREEN_CENTER_Y-10
|
||||||
MusicWheelOnCommand=draworder,-100
|
MusicWheelOnCommand=draworder,-100
|
||||||
MusicWheelOffCommand=
|
MusicWheelOffCommand=
|
||||||
TimerSeconds=60
|
TimerSeconds=60
|
||||||
@@ -633,6 +632,30 @@ NextSongButton="MenuRight"
|
|||||||
UseOptionsList=false
|
UseOptionsList=false
|
||||||
TwoPartSelection=false
|
TwoPartSelection=false
|
||||||
UsePlayerSelectMenu=false
|
UsePlayerSelectMenu=false
|
||||||
|
DifficultyDisplayP1X=
|
||||||
|
DifficultyDisplayP1Y=
|
||||||
|
DifficultyDisplayP1OnCommand=visible,false
|
||||||
|
DifficultyDisplayP1OffCommand=
|
||||||
|
DifficultyDisplayP2X=
|
||||||
|
DifficultyDisplayP2Y=
|
||||||
|
DifficultyDisplayP2OnCommand=visible,false
|
||||||
|
DifficultyDisplayP2OffCommand=
|
||||||
|
PaneDisplayP1X=SCREEN_CENTER_X-180
|
||||||
|
PaneDisplayP1Y=SCREEN_CENTER_Y+194
|
||||||
|
PaneDisplayP1OnCommand=
|
||||||
|
PaneDisplayP1OffCommand=
|
||||||
|
PaneDisplayP2X=SCREEN_CENTER_X+180
|
||||||
|
PaneDisplayP2Y=SCREEN_CENTER_Y+194
|
||||||
|
PaneDisplayP2OnCommand=
|
||||||
|
PaneDisplayP2OffCommand=
|
||||||
|
OptionsAreaP1X=SCREEN_CENTER_X+56
|
||||||
|
OptionsAreaP1Y=SCREEN_CENTER_Y+128
|
||||||
|
OptionsAreaP1OnCommand=
|
||||||
|
OptionsAreaP1OffCommand=
|
||||||
|
OptionsAreaP2X=SCREEN_CENTER_X+56
|
||||||
|
OptionsAreaP2Y=SCREEN_CENTER_Y+148
|
||||||
|
OptionsAreaP2OnCommand=
|
||||||
|
OptionsAreaP2OffCommand=
|
||||||
SelectMenuChangesDifficulty=true
|
SelectMenuChangesDifficulty=true
|
||||||
|
|
||||||
[ScreenSelectCourse]
|
[ScreenSelectCourse]
|
||||||
@@ -671,7 +694,7 @@ NextScreen=SMOnlineScreen()
|
|||||||
PrevScreen=ScreenTitleBranch()
|
PrevScreen=ScreenTitleBranch()
|
||||||
ShowStyleIcon=false
|
ShowStyleIcon=false
|
||||||
TimerSeconds=-1
|
TimerSeconds=-1
|
||||||
HelpText=""
|
ShowHelp=false
|
||||||
|
|
||||||
[ScreenNetRoom]
|
[ScreenNetRoom]
|
||||||
MusicSelectScreen="ScreenSMOnlineSelectMusic"
|
MusicSelectScreen="ScreenSMOnlineSelectMusic"
|
||||||
@@ -759,14 +782,6 @@ MeterP2Y=SCREEN_CENTER_Y+157
|
|||||||
MeterP2X=SCREEN_CENTER_X-110
|
MeterP2X=SCREEN_CENTER_X-110
|
||||||
MeterP2OnCommand=horizalign,right;zoomx,0.0;zoomy,0.0;linear,0.5;zoomy,1.0;zoomx,1.0
|
MeterP2OnCommand=horizalign,right;zoomx,0.0;zoomy,0.0;linear,0.5;zoomy,1.0;zoomx,1.0
|
||||||
MeterP2OffCommand=linear,0.5;zoomx,0.0;zoomy,0.0
|
MeterP2OffCommand=linear,0.5;zoomx,0.0;zoomy,0.0
|
||||||
DifficultyIconP1X=SCREEN_CENTER_X-175
|
|
||||||
DifficultyIconP1Y=SCREEN_CENTER_Y+160
|
|
||||||
DifficultyIconP1OnCommand=shadowlength,2;zoomx,0;zoomy,0;linear,0.5;zoomx,1.0;zoomy,1.0;
|
|
||||||
DifficultyIconP1OffCommand=linear,0.5;zoomx,0.0;zoomy,0.0;shadowlength,0
|
|
||||||
DifficultyIconP2Y=SCREEN_CENTER_Y+160
|
|
||||||
DifficultyIconP2X=SCREEN_CENTER_X-135
|
|
||||||
DifficultyIconP2OnCommand=shadowlength,2;zoomx,0;zoomy,0;linear,0.5;zoomx,1.0;zoomy,1.0
|
|
||||||
DifficultyIconP2OffCommand=linear,0.5;zoomx,0.0;zoomy,0.0;shadowlength,0
|
|
||||||
DiffBGColor=color("0.7,0.7,0.7,0.7")
|
DiffBGColor=color("0.7,0.7,0.7,0.7")
|
||||||
DiffBGWidth=0
|
DiffBGWidth=0
|
||||||
DiffBGHeight=0
|
DiffBGHeight=0
|
||||||
@@ -804,7 +819,7 @@ LightsMode="LightsMode_Stage"
|
|||||||
// This is the minimum delay after the "in" transition before the
|
// This is the minimum delay after the "in" transition before the
|
||||||
// "out" transition will begin. (NextScreen is loaded during this
|
// "out" transition will begin. (NextScreen is loaded during this
|
||||||
// time.)
|
// time.)
|
||||||
MinimumDelay=1
|
MinimumDelay=10
|
||||||
AllowBack=true
|
AllowBack=true
|
||||||
|
|
||||||
[ScreenGameplay]
|
[ScreenGameplay]
|
||||||
@@ -1082,8 +1097,6 @@ Fallback="ScreenWithMenuElements2"
|
|||||||
Class="ScreenEvaluation"
|
Class="ScreenEvaluation"
|
||||||
LightsMode="LightsMode_MenuStartOnly"
|
LightsMode="LightsMode_MenuStartOnly"
|
||||||
HelpText=ScreenString("HelpTextEvaluation")
|
HelpText=ScreenString("HelpTextEvaluation")
|
||||||
StageDisplayStageIndex=SCREENMAN:GetTopScreen():GetStageStats():GetStageIndex()
|
|
||||||
StageDisplayStageToShow=SCREENMAN:GetTopScreen():GetStageStats():GetStage()
|
|
||||||
Summary=false
|
Summary=false
|
||||||
TimerSeconds=15
|
TimerSeconds=15
|
||||||
PlayerOptionsSeparator=","
|
PlayerOptionsSeparator=","
|
||||||
@@ -1972,9 +1985,10 @@ DescriptionY=0
|
|||||||
DescriptionOnCommand=shadowlength,0;uppercase,true;
|
DescriptionOnCommand=shadowlength,0;uppercase,true;
|
||||||
DescriptionSetCommand=%function(self,param) if param.Difficulty then self:diffuse(DifficultyDisplayTypeToLightColor(param.DifficultyDisplayType)); self:strokecolor(DifficultyDisplayTypeToDarkColor(param.DifficultyDisplayType)); end end
|
DescriptionSetCommand=%function(self,param) if param.Difficulty then self:diffuse(DifficultyDisplayTypeToLightColor(param.DifficultyDisplayType)); self:strokecolor(DifficultyDisplayTypeToDarkColor(param.DifficultyDisplayType)); end end
|
||||||
ShowAutogen=true
|
ShowAutogen=true
|
||||||
AutogenX=0
|
AutogenX=40
|
||||||
AutogenY=0
|
AutogenY=0
|
||||||
AutogenOnCommand=
|
AutogenOnCommand=
|
||||||
|
AutogenSetCommand=%function(self,param) if param.Difficulty then self:diffuse(DifficultyDisplayTypeToLightColor(param.DifficultyDisplayType)); self:strokecolor(DifficultyDisplayTypeToDarkColor(param.DifficultyDisplayType)); end end
|
||||||
ShowStepsType=false
|
ShowStepsType=false
|
||||||
StepsTypeX=0
|
StepsTypeX=0
|
||||||
StepsTypeY=0
|
StepsTypeY=0
|
||||||
@@ -2010,8 +2024,11 @@ MeterSetCommand=%function(self,param) self:diffuse(DifficultyDisplayTypeToColor(
|
|||||||
ShowDescription=true
|
ShowDescription=true
|
||||||
DescriptionX=-110
|
DescriptionX=-110
|
||||||
DescriptionY=-1
|
DescriptionY=-1
|
||||||
DescriptionOnCommand=shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#00000077");maxwidth,150
|
DescriptionOnCommand=uppercase,true;shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#00000077");maxwidth,150;
|
||||||
DescriptionSetCommand=%function(self,param) self:diffuse(DifficultyDisplayTypeToColor(param.DifficultyDisplayType)); end
|
DescriptionSetCommand=%function(self,param) self:diffuse(DifficultyDisplayTypeToColor(param.DifficultyDisplayType)); end
|
||||||
|
AutogenX=102
|
||||||
|
AutogenOnCommand=shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#00000077");
|
||||||
|
AutogenSetCommand=%function(self,param) self:diffuse(DifficultyDisplayTypeToColor(param.DifficultyDisplayType)); end
|
||||||
|
|
||||||
[DifficultyDisplayGameplay]
|
[DifficultyDisplayGameplay]
|
||||||
Fallback="DifficultyDisplay"
|
Fallback="DifficultyDisplay"
|
||||||
@@ -2028,8 +2045,6 @@ Fallback="Screen"
|
|||||||
AllowDisabledPlayerInput=false
|
AllowDisabledPlayerInput=false
|
||||||
ShowStyleIcon=true
|
ShowStyleIcon=true
|
||||||
ShowStageDisplay=false
|
ShowStageDisplay=false
|
||||||
StageDisplayStageToShow=GAMESTATE:GetCurrentStage()
|
|
||||||
StageDisplayStageIndex=GAMESTATE:GetStageIndex()
|
|
||||||
StageDisplayX=SCREEN_CENTER_X+220
|
StageDisplayX=SCREEN_CENTER_X+220
|
||||||
StageDisplayY=SCREEN_CENTER_Y-172
|
StageDisplayY=SCREEN_CENTER_Y-172
|
||||||
StageDisplayOnCommand=draworder,-2;addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6
|
StageDisplayOnCommand=draworder,-2;addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6
|
||||||
@@ -2043,12 +2058,13 @@ MemoryCardIcons=true
|
|||||||
CancelTransitionsOut=false
|
CancelTransitionsOut=false
|
||||||
HeaderX=SCREEN_CENTER_X
|
HeaderX=SCREEN_CENTER_X
|
||||||
HeaderY=SCREEN_TOP+35
|
HeaderY=SCREEN_TOP+35
|
||||||
HeaderOnCommand=addy,-50;linear,0.25;addy,50
|
HeaderOnCommand=addy,-50;linear,0.25;addy,50;draworder,1
|
||||||
HeaderOffCommand=linear,0.25;addy,-50;
|
HeaderOffCommand=linear,0.25;addy,-70;
|
||||||
FooterX=SCREEN_CENTER_X
|
FooterX=SCREEN_CENTER_X
|
||||||
FooterY=SCREEN_BOTTOM
|
FooterY=SCREEN_BOTTOM
|
||||||
FooterOnCommand=draworder,-1;vertalign,bottom
|
FooterOnCommand=draworder,-1;vertalign,bottom
|
||||||
FooterOffCommand=
|
FooterOffCommand=
|
||||||
|
ShowHelp=true
|
||||||
HelpX=SCREEN_CENTER_X
|
HelpX=SCREEN_CENTER_X
|
||||||
HelpY=SCREEN_BOTTOM-20
|
HelpY=SCREEN_BOTTOM-20
|
||||||
HelpOnCommand=shadowlength,0;strokecolor,color("#4e4e4e");draworder,1;zoomy,0;linear,0.5;zoomy,1;diffuseblink;
|
HelpOnCommand=shadowlength,0;strokecolor,color("#4e4e4e");draworder,1;zoomy,0;linear,0.5;zoomy,1;diffuseblink;
|
||||||
@@ -2067,7 +2083,7 @@ TimerMetricsGroup="MenuTimer"
|
|||||||
TimerX=SCREEN_CENTER_X+273
|
TimerX=SCREEN_CENTER_X+273
|
||||||
TimerY=SCREEN_TOP+26
|
TimerY=SCREEN_TOP+26
|
||||||
TimerOnCommand=draworder,2;addy,-40;linear,0.25;addy,40
|
TimerOnCommand=draworder,2;addy,-40;linear,0.25;addy,40
|
||||||
TimerOffCommand=linear,0.25;addy,-40;
|
TimerOffCommand=linear,0.25;addy,-70;
|
||||||
TimerStealth=false
|
TimerStealth=false
|
||||||
ForceTimer=false
|
ForceTimer=false
|
||||||
FirstUpdateCommand=
|
FirstUpdateCommand=
|
||||||
@@ -2102,6 +2118,9 @@ Warning3Command=stoptweening;linear,0.2;zoomx,1;sleep,0.6;linear,0.2;zoomx,0
|
|||||||
Warning2Command=stoptweening;linear,0.2;zoomx,1;sleep,0.6;linear,0.2;zoomx,0
|
Warning2Command=stoptweening;linear,0.2;zoomx,1;sleep,0.6;linear,0.2;zoomx,0
|
||||||
Warning1Command=stoptweening;linear,0.2;zoomx,1;sleep,0.6;linear,0.2;zoomx,0
|
Warning1Command=stoptweening;linear,0.2;zoomx,1;sleep,0.6;linear,0.2;zoomx,0
|
||||||
Warning0Command=stoptweening;stopeffect;linear,0.2;zoomx,1
|
Warning0Command=stoptweening;stopeffect;linear,0.2;zoomx,1
|
||||||
|
FrameX=-20
|
||||||
|
FrameY=6
|
||||||
|
FrameOnCommand=
|
||||||
|
|
||||||
[ScreenOptions]
|
[ScreenOptions]
|
||||||
Fallback="ScreenWithMenuElements2"
|
Fallback="ScreenWithMenuElements2"
|
||||||
@@ -2116,15 +2135,15 @@ RowOnCommand=
|
|||||||
RowOffCommand=
|
RowOffCommand=
|
||||||
RowPositionTransformFunction=function(self,offsetFromCenter,itemIndex,numItems) self:y(SCREEN_CENTER_Y-146+36*offsetFromCenter) end
|
RowPositionTransformFunction=function(self,offsetFromCenter,itemIndex,numItems) self:y(SCREEN_CENTER_Y-146+36*offsetFromCenter) end
|
||||||
ExplanationP1X=SCREEN_CENTER_X-250
|
ExplanationP1X=SCREEN_CENTER_X-250
|
||||||
ExplanationP1Y=SCREEN_CENTER_Y+172
|
ExplanationP1Y=SCREEN_CENTER_Y+182
|
||||||
ExplanationP1OnCommand=shadowlength,0;wrapwidthpixels,500;horizalign,left;cropright,1;linear,0.5;cropright,0
|
ExplanationP1OnCommand=shadowlength,0;wrapwidthpixels,500;horizalign,left;cropright,1;linear,0.5;cropright,0
|
||||||
ExplanationP1OffCommand=
|
ExplanationP1OffCommand=
|
||||||
ExplanationP2X=SCREEN_CENTER_X+250
|
ExplanationP2X=SCREEN_CENTER_X+250
|
||||||
ExplanationP2Y=SCREEN_CENTER_Y+172
|
ExplanationP2Y=SCREEN_CENTER_Y+182
|
||||||
ExplanationP2OnCommand=shadowlength,0;wrapwidthpixels,500;horizalign,right;cropright,1;linear,0.5;cropright,0
|
ExplanationP2OnCommand=shadowlength,0;wrapwidthpixels,500;horizalign,right;cropright,1;linear,0.5;cropright,0
|
||||||
ExplanationP2OffCommand=
|
ExplanationP2OffCommand=
|
||||||
ExplanationTogetherX=SCREEN_CENTER_X-302
|
ExplanationTogetherX=SCREEN_CENTER_X-302
|
||||||
ExplanationTogetherY=SCREEN_CENTER_Y+192
|
ExplanationTogetherY=SCREEN_CENTER_Y+182
|
||||||
ExplanationTogetherOnCommand=shadowlength,0;wrapwidthpixels,1000;horizalign,left;cropright,1;linear,0.5;cropright,0
|
ExplanationTogetherOnCommand=shadowlength,0;wrapwidthpixels,1000;horizalign,left;cropright,1;linear,0.5;cropright,0
|
||||||
ExplanationTogetherOffCommand=
|
ExplanationTogetherOffCommand=
|
||||||
DisqualifyP1X=
|
DisqualifyP1X=
|
||||||
@@ -2166,9 +2185,10 @@ CursorTweenSeconds=0.3
|
|||||||
WrapValueInRow=true
|
WrapValueInRow=true
|
||||||
OptionRowNormalMetricsGroup="OptionRow"
|
OptionRowNormalMetricsGroup="OptionRow"
|
||||||
OptionRowExitMetricsGroup="OptionRowExit"
|
OptionRowExitMetricsGroup="OptionRowExit"
|
||||||
|
HelpText=ScreenString("HelpTextOptions")
|
||||||
|
|
||||||
[OptionRow]
|
[OptionRow]
|
||||||
ShowModIcons=true
|
ShowModIcons=false
|
||||||
ShowUnderlines=true
|
ShowUnderlines=true
|
||||||
ShowBpmInSpeedTitle=false
|
ShowBpmInSpeedTitle=false
|
||||||
ModIconP1X=SCREEN_CENTER_X-280
|
ModIconP1X=SCREEN_CENTER_X-280
|
||||||
@@ -2179,7 +2199,7 @@ FrameY=0
|
|||||||
FrameOnCommand=
|
FrameOnCommand=
|
||||||
TitleX=SCREEN_CENTER_X-222
|
TitleX=SCREEN_CENTER_X-222
|
||||||
TitleY=-2
|
TitleY=-2
|
||||||
TitleOnCommand=shadowlength,0;uppercase,true;wrapwidthpixels,250;
|
TitleOnCommand=shadowlength,0;uppercase,true;wrapwidthpixels,120;
|
||||||
TitleGainFocusCommand=diffuse,color("#fff600");strokecolor,color("#7f6739");
|
TitleGainFocusCommand=diffuse,color("#fff600");strokecolor,color("#7f6739");
|
||||||
TitleLoseFocusCommand=diffuse,color("#ffffff");strokecolor,color("#37537d");
|
TitleLoseFocusCommand=diffuse,color("#ffffff");strokecolor,color("#37537d");
|
||||||
ItemsStartX=SCREEN_CENTER_X-140
|
ItemsStartX=SCREEN_CENTER_X-140
|
||||||
@@ -2189,7 +2209,7 @@ ItemsMinBaseZoom=0.6
|
|||||||
ItemsLongRowP1X=SCREEN_CENTER_X-60
|
ItemsLongRowP1X=SCREEN_CENTER_X-60
|
||||||
ItemsLongRowP2X=SCREEN_CENTER_X+100
|
ItemsLongRowP2X=SCREEN_CENTER_X+100
|
||||||
ItemsLongRowSharedX=SCREEN_CENTER_X+20
|
ItemsLongRowSharedX=SCREEN_CENTER_X+20
|
||||||
ItemOnCommand=zoom,0.5;shadowlength,0;
|
ItemOnCommand=shadowlength,0;
|
||||||
ItemGainFocusCommand=
|
ItemGainFocusCommand=
|
||||||
ItemLoseFocusCommand=
|
ItemLoseFocusCommand=
|
||||||
TweenSeconds=0.2
|
TweenSeconds=0.2
|
||||||
@@ -2360,7 +2380,6 @@ DataOnCommand=zoom,0.6
|
|||||||
|
|
||||||
[ScreenPackages]
|
[ScreenPackages]
|
||||||
Class="ScreenPackages"
|
Class="ScreenPackages"
|
||||||
HelpText=""
|
|
||||||
PackagesBGY=SCREEN_CENTER_Y
|
PackagesBGY=SCREEN_CENTER_Y
|
||||||
PackagesBGX=SCREEN_WIDTH/4
|
PackagesBGX=SCREEN_WIDTH/4
|
||||||
PackagesBGWidth=SCREEN_WIDTH/3
|
PackagesBGWidth=SCREEN_WIDTH/3
|
||||||
@@ -2961,8 +2980,7 @@ TimerX=
|
|||||||
TimerY=
|
TimerY=
|
||||||
TimerOnCommand=visible,false
|
TimerOnCommand=visible,false
|
||||||
TimerOffCommand=
|
TimerOffCommand=
|
||||||
HelpOnCommand=visible,false
|
ShowHelp=false
|
||||||
|
|
||||||
|
|
||||||
[ScreenSelectBlank]
|
[ScreenSelectBlank]
|
||||||
Fallback="ScreenWithMenuElementsBlank"
|
Fallback="ScreenWithMenuElementsBlank"
|
||||||
@@ -3395,10 +3413,7 @@ TimerOnCommand=visible,false
|
|||||||
ShowStyleIcon=false
|
ShowStyleIcon=false
|
||||||
TimerSeconds=-1
|
TimerSeconds=-1
|
||||||
AllowOperatorMenuButton=false
|
AllowOperatorMenuButton=false
|
||||||
HelpX=SCREEN_CENTER_X+256
|
HelpText=ScreenString("HelpTextOptionsSimpleAndBack")
|
||||||
HelpY=SCREEN_BOTTOM-40
|
|
||||||
HelpOnCommand=draworder,1;wrapwidthpixels,200;zoomy,0;linear,0.5;zoomy,1
|
|
||||||
HelpText=ScreenString("HelpTextOptionsAndBack")
|
|
||||||
LineNames="1,2,3,4,5,6,7,8"
|
LineNames="1,2,3,4,5,6,7,8"
|
||||||
Line1="gamecommand;screen,ScreenMapControllers;name,Key Joy Mappings"
|
Line1="gamecommand;screen,ScreenMapControllers;name,Key Joy Mappings"
|
||||||
Line2="gamecommand;screen,ScreenTestInput;name,Test Input"
|
Line2="gamecommand;screen,ScreenTestInput;name,Test Input"
|
||||||
@@ -3424,9 +3439,6 @@ AllowOperatorMenuButton=false
|
|||||||
ForceAllPlayers=true
|
ForceAllPlayers=true
|
||||||
PrevScreen="ScreenOptionsService"
|
PrevScreen="ScreenOptionsService"
|
||||||
NextScreen="ScreenOptionsService"
|
NextScreen="ScreenOptionsService"
|
||||||
HelpX=SCREEN_CENTER_X+256
|
|
||||||
HelpY=SCREEN_BOTTOM-40
|
|
||||||
HelpOnCommand=draworder,1;wrapwidthpixels,200;zoomy,0;linear,0.5;zoomy,1
|
|
||||||
HelpText=ScreenString("HelpTextOptionsAndBack")
|
HelpText=ScreenString("HelpTextOptionsAndBack")
|
||||||
|
|
||||||
[ScreenOptionsTestMenu]
|
[ScreenOptionsTestMenu]
|
||||||
@@ -3435,7 +3447,6 @@ NextScreen="ScreenOptionsService"
|
|||||||
PrevScreen="ScreenOptionsService"
|
PrevScreen="ScreenOptionsService"
|
||||||
LineNames="1"
|
LineNames="1"
|
||||||
Line1="lua,OptionsRowTest()"
|
Line1="lua,OptionsRowTest()"
|
||||||
HelpText=""
|
|
||||||
|
|
||||||
[TextBanner]
|
[TextBanner]
|
||||||
TitleOnCommand=shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000");horizalign,right
|
TitleOnCommand=shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000");horizalign,right
|
||||||
@@ -3891,7 +3902,7 @@ PersistScreens=GetEditModeSubScreens()
|
|||||||
EditMode="EditMode_Full"
|
EditMode="EditMode_Full"
|
||||||
NextScreen="ScreenEditMenu"
|
NextScreen="ScreenEditMenu"
|
||||||
PrevScreen="ScreenEditMenu"
|
PrevScreen="ScreenEditMenu"
|
||||||
HelpText=""
|
ShowHelp=false
|
||||||
AllowOperatorMenuButton=false
|
AllowOperatorMenuButton=false
|
||||||
ShowCoinsAndCredits=false
|
ShowCoinsAndCredits=false
|
||||||
ShowStyleIcon=false
|
ShowStyleIcon=false
|
||||||
@@ -3998,7 +4009,7 @@ ItemUseRateSeconds=0
|
|||||||
Class="ScreenMiniMenu"
|
Class="ScreenMiniMenu"
|
||||||
Fallback="ScreenOptions"
|
Fallback="ScreenOptions"
|
||||||
PrevScreen=
|
PrevScreen=
|
||||||
HelpText=""
|
ShowHelp=false
|
||||||
TimerSeconds=-1
|
TimerSeconds=-1
|
||||||
ShowExplanations=false
|
ShowExplanations=false
|
||||||
ShowExitRow=false
|
ShowExitRow=false
|
||||||
@@ -4156,7 +4167,7 @@ ItemsStartX=0
|
|||||||
LineHighlightX=0
|
LineHighlightX=0
|
||||||
ColorSelected=color("1,1,1,1")
|
ColorSelected=color("1,1,1,1")
|
||||||
ColorNotSelected=color("0.7,0.7,0.7,1")
|
ColorNotSelected=color("0.7,0.7,0.7,1")
|
||||||
HelpText=""
|
ShowHelp=false
|
||||||
|
|
||||||
[ScreenOptionsManage]
|
[ScreenOptionsManage]
|
||||||
Fallback="ScreenOptionsSimple"
|
Fallback="ScreenOptionsSimple"
|
||||||
@@ -4187,7 +4198,7 @@ WrapValueInRow=false
|
|||||||
NavigationMode="menu"
|
NavigationMode="menu"
|
||||||
ForceAllPlayers=true
|
ForceAllPlayers=true
|
||||||
InputMode="together"
|
InputMode="together"
|
||||||
HelpText=""
|
ShowHelp=false
|
||||||
|
|
||||||
[ScreenOptionsManageCourses]
|
[ScreenOptionsManageCourses]
|
||||||
Class="ScreenOptionsManageCourses"
|
Class="ScreenOptionsManageCourses"
|
||||||
@@ -4253,7 +4264,7 @@ TimerSeconds=-1
|
|||||||
[PaneDisplay]
|
[PaneDisplay]
|
||||||
ShiftP1X=-40
|
ShiftP1X=-40
|
||||||
ShiftP1Y=0
|
ShiftP1Y=0
|
||||||
ShiftP2X=40
|
ShiftP2X=-40
|
||||||
ShiftP2Y=0
|
ShiftP2Y=0
|
||||||
CountFormat="%3.0f"
|
CountFormat="%3.0f"
|
||||||
NumStepsTextX=-18+64*-0.5
|
NumStepsTextX=-18+64*-0.5
|
||||||
|
|||||||