some SMO-related changes
This commit is contained in:
@@ -1,22 +1,12 @@
|
|||||||
|
local FontName = "_venacti Bold 15px";
|
||||||
local OffCommand = cmd(accelerate,0.3;addx,SCREEN_WIDTH);
|
local OffCommand = cmd(accelerate,0.3;addx,SCREEN_WIDTH);
|
||||||
|
|
||||||
local t = Def.ActorFrame {
|
local t = Def.ActorFrame {
|
||||||
LoadFont( "_zeroesthree" ) .. {
|
LoadFont( FontName ) .. {
|
||||||
Text = "Depending on the server you're connected to,";
|
Text = ScreenString("Depending on the server you're connected to, you may have to register for an account on their website.");
|
||||||
InitCommand=cmd(zoom,.75;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+90);
|
InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+70;shadowlength,1;wrapwidthpixels,SCREEN_WIDTH*0.75);
|
||||||
OnCommand=cmd(cropright,1;linear,.5;cropright,0);
|
OnCommand=cmd(cropright,1;linear,.5;cropright,0);
|
||||||
OffCommand=OffCommand;
|
OffCommand=OffCommand;
|
||||||
};
|
};
|
||||||
LoadFont( "_zeroesthree" ) .. {
|
|
||||||
Text="you may have to register for an account";
|
|
||||||
InitCommand=cmd(zoom,.75;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+107);
|
|
||||||
OnCommand=cmd(cropright,1;sleep,.5;linear,.38;cropright,0);
|
|
||||||
OffCommand=OffCommand;
|
|
||||||
};
|
|
||||||
LoadFont( "_zeroesthree" ) .. {
|
|
||||||
Text="on their website.";
|
|
||||||
InitCommand=cmd(zoom,.75;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y+124);
|
|
||||||
OnCommand=cmd(cropright,1;sleep,.9;linear,.25;cropright,0);
|
|
||||||
OffCommand=OffCommand;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
return t
|
return t
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 570 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 644 B |
@@ -1295,6 +1295,7 @@ You are logging on as:=You are logging on as:
|
|||||||
You must define a Profile.=You must define a Profile.
|
You must define a Profile.=You must define a Profile.
|
||||||
HeaderText=Online Login
|
HeaderText=Online Login
|
||||||
HeaderSubText=Select a login profile
|
HeaderSubText=Select a login profile
|
||||||
|
Depending on the server you're connected to, you may have to register for an account on their website.=Depending on the server you're connected to, you may have to register for an account on their website.
|
||||||
|
|
||||||
[ScreenSaveSync]
|
[ScreenSaveSync]
|
||||||
Choosing NO will discard your changes.=Choosing NO will discard your changes.
|
Choosing NO will discard your changes.=Choosing NO will discard your changes.
|
||||||
@@ -1320,7 +1321,7 @@ HelpTextTestLights=Press &MENULEFT;&MENURIGHT; to cycle lights. Press ESCAPE wh
|
|||||||
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
|
||||||
HelpTextNetSelectMusic=Ctrl + Enter to enter room/select song
|
HelpTextNetSelectMusic=Ctrl + Enter to enter room/select song::&UP; for Player Options
|
||||||
HelpTextBookkeeping=Press &MENULEFT;&MENURIGHT; to cycle data. Press ESCAPE when done.
|
HelpTextBookkeeping=Press &MENULEFT;&MENURIGHT; to cycle data. Press ESCAPE when done.
|
||||||
|
|
||||||
[ScreenSelectGroup]
|
[ScreenSelectGroup]
|
||||||
|
|||||||
@@ -475,8 +475,8 @@ HelpText=""
|
|||||||
OpenRoomColor=color("1.0,1.0,1.0,1.0")
|
OpenRoomColor=color("1.0,1.0,1.0,1.0")
|
||||||
PasswdRoomColor=color("1.0,0.5,0.5,1.0")
|
PasswdRoomColor=color("1.0,0.5,0.5,1.0")
|
||||||
InGameRoomColor=color("1.0,0.1,0.1,1.0")
|
InGameRoomColor=color("1.0,0.1,0.1,1.0")
|
||||||
RoomWheelX=SCREEN_CENTER_X+160
|
RoomWheelX=SCREEN_CENTER_X-178
|
||||||
RoomWheelY=SCREEN_CENTER_Y+4
|
RoomWheelY=SCREEN_CENTER_Y-10
|
||||||
RoomWheelOnCommand=draworder,-100
|
RoomWheelOnCommand=draworder,-100
|
||||||
RoomInfoDisplayX=SCREEN_CENTER_X
|
RoomInfoDisplayX=SCREEN_CENTER_X
|
||||||
RoomInfoDisplayY=SCREEN_CENTER_Y
|
RoomInfoDisplayY=SCREEN_CENTER_Y
|
||||||
@@ -492,44 +492,44 @@ Fallback="ScreenWithMenuElements"
|
|||||||
Class="ScreenNetSelectMusic"
|
Class="ScreenNetSelectMusic"
|
||||||
BannerWidth=0 // These dont do anything but prevent crashes
|
BannerWidth=0 // These dont do anything but prevent crashes
|
||||||
BannerHeight=0
|
BannerHeight=0
|
||||||
MusicWheelX=SCREEN_CENTER_X+160
|
MusicWheelX=SCREEN_CENTER_X-178
|
||||||
MusicWheelY=SCREEN_CENTER_Y+4
|
MusicWheelY=SCREEN_CENTER_Y-10
|
||||||
MusicWheelOnCommand=draworder,-1
|
MusicWheelOnCommand=draworder,-100
|
||||||
MusicWheelOffCommand=
|
MusicWheelOffCommand=
|
||||||
TimerStealth=true
|
TimerStealth=true
|
||||||
BPMDisplayX=SCREEN_CENTER_X-120
|
BPMDisplayX=SCREEN_CENTER_X*0.3
|
||||||
BPMDisplayY=SCREEN_CENTER_Y+185
|
BPMDisplayY=SCREEN_CENTER_Y+120
|
||||||
BPMDisplayOnCommand=horizalign,right;shadowlength,0;addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6
|
BPMDisplayOnCommand=horizalign,right;shadowlength,1;addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6
|
||||||
BPMDisplayOffCommand=bouncebegin,0.5;addx,-SCREEN_WIDTH*0.6
|
BPMDisplayOffCommand=bouncebegin,0.5;addx,-SCREEN_WIDTH*0.6
|
||||||
ModIconsP1X=SCREEN_CENTER_X-220
|
ModIconsP1X=SCREEN_CENTER_X+144
|
||||||
ModIconsP1Y=SCREEN_CENTER_Y-165
|
ModIconsP1Y=SCREEN_CENTER_Y-165
|
||||||
ModIconsP1OnCommand=zoomy,0;linear,0.5;zoomy,1
|
ModIconsP1OnCommand=zoomy,0;linear,0.5;zoomy,1
|
||||||
ModIconsP1OffCommand=linear,0.5;zoomy,0
|
ModIconsP1OffCommand=linear,0.5;zoomy,0
|
||||||
ModIconsP2X=SCREEN_CENTER_X-300
|
ModIconsP2X=SCREEN_CENTER_X+144
|
||||||
ModIconsP2Y=SCREEN_CENTER_Y-164
|
ModIconsP2Y=SCREEN_CENTER_Y-164
|
||||||
ModIconsP2OnCommand=zoomy,0;linear,0.5;zoomy,1
|
ModIconsP2OnCommand=zoomy,0;linear,0.5;zoomy,1
|
||||||
ModIconsP2OffCommand=linear,0.5;zoomy,0
|
ModIconsP2OffCommand=linear,0.5;zoomy,0
|
||||||
ChatInputBoxY=SCREEN_CENTER_Y+110
|
ChatInputBoxX=SCREEN_CENTER_X+144
|
||||||
ChatInputBoxX=SCREEN_CENTER_X-152
|
ChatInputBoxY=SCREEN_CENTER_Y+112
|
||||||
ChatInputBoxOnCommand=addx,-SCREEN_WIDTH*0.6;bounceend,0.5;addx,SCREEN_WIDTH*0.6
|
ChatInputBoxOnCommand=addx,SCREEN_WIDTH*0.6;bounceend,0.5;addx,-SCREEN_WIDTH*0.6
|
||||||
ChatInputBoxOffCommand=bouncebegin,0.5;addx,-SCREEN_WIDTH*0.6
|
ChatInputBoxOffCommand=bouncebegin,0.5;addx,SCREEN_WIDTH*0.6
|
||||||
ChatInputBoxWidth=310
|
ChatInputBoxWidth=310
|
||||||
ChatInputBoxHeight=60
|
ChatInputBoxHeight=60
|
||||||
ChatInputBoxColor=color("0.5,0.5,1.0,0.7") //transparent cyan
|
ChatInputBoxColor=color("0.5,0.5,1.0,0.7") //transparent cyan
|
||||||
|
ChatOutputBoxX=SCREEN_CENTER_X+144
|
||||||
ChatOutputBoxY=SCREEN_CENTER_Y-37
|
ChatOutputBoxY=SCREEN_CENTER_Y-37
|
||||||
ChatOutputBoxX=SCREEN_CENTER_X-152
|
ChatOutputBoxOnCommand=zoomy,1.1;addx,SCREEN_WIDTH*0.6;bounceend,0.5;diffusealpha,1;addx,-SCREEN_WIDTH*0.6
|
||||||
ChatOutputBoxOnCommand=zoomy,1.1;diffusealpha,0;linear,0.5;diffusealpha,1
|
ChatOutputBoxOffCommand=diffusealpha,1;linear,0.5;diffusealpha,0;zoom,0;
|
||||||
ChatOutputBoxOffCommand=diffusealpha,1;linear,0.5;diffusealpha,0;zoomx,0.0;zoomy,0.0
|
|
||||||
ChatOutputBoxWidth=310
|
ChatOutputBoxWidth=310
|
||||||
ChatOutputBoxHeight=210
|
ChatOutputBoxHeight=210
|
||||||
ChatOutputBoxColor=color("1.0,0.5,0.5,0.7") //transparent reddish
|
ChatOutputBoxColor=color("1.0,0.5,0.5,0.7") //transparent reddish
|
||||||
ChatInputY=SCREEN_CENTER_Y+87
|
ChatInputX=SCREEN_CENTER_X-2
|
||||||
ChatInputX=SCREEN_CENTER_X-302
|
ChatInputY=SCREEN_CENTER_Y+90
|
||||||
ChatInputOnCommand=diffusealpha,0;linear,0.5;diffusealpha,0.8
|
ChatInputOnCommand=diffusealpha,0;linear,0.55;diffusealpha,1
|
||||||
ChatInputOffCommand=diffusealpha,1;linear,0.5;diffusealpha,0
|
ChatInputOffCommand=diffusealpha,1;linear,0.5;diffusealpha,0
|
||||||
ChatOutputY=SCREEN_CENTER_Y+71
|
ChatOutputX=SCREEN_CENTER_X-2
|
||||||
ChatOutputX=SCREEN_CENTER_X-302
|
ChatOutputY=SCREEN_CENTER_Y+68
|
||||||
ChatOutputOnCommand=diffusealpha,0;linear,0.5;diffusealpha,0.8
|
ChatOutputOnCommand=diffusealpha,0;linear,0.55;diffusealpha,1
|
||||||
ChatOutputOffCommand=diffusealpha,1;linear,0.5;diffusealpha,0
|
ChatOutputOffCommand=diffusealpha,1;linear,0.5;diffusealpha,0
|
||||||
UsersX=SCREEN_CENTER_X-265
|
UsersX=SCREEN_CENTER_X-265
|
||||||
UsersY=SCREEN_CENTER_Y+172
|
UsersY=SCREEN_CENTER_Y+172
|
||||||
@@ -580,7 +580,7 @@ DifficultyIconP1X=SCREEN_CENTER_X+50
|
|||||||
DifficultyIconP1Y=SCREEN_BOTTOM-54
|
DifficultyIconP1Y=SCREEN_BOTTOM-54
|
||||||
DifficultyIconP2X=SCREEN_CENTER_X+80
|
DifficultyIconP2X=SCREEN_CENTER_X+80
|
||||||
DifficultyIconP2Y=SCREEN_BOTTOM-50
|
DifficultyIconP2Y=SCREEN_BOTTOM-50
|
||||||
HelpText=""
|
HelpText=ScreenString("HelpTextNetSelectMusic");
|
||||||
|
|
||||||
[ScreenSplash]
|
[ScreenSplash]
|
||||||
Class="ScreenSplash"
|
Class="ScreenSplash"
|
||||||
@@ -1720,7 +1720,7 @@ UseEasyMarkerFlag=false
|
|||||||
Fallback="MusicWheel"
|
Fallback="MusicWheel"
|
||||||
RoomWheelItemStartOnCommand=
|
RoomWheelItemStartOnCommand=
|
||||||
RoomWheelItemFinishOnCommand=
|
RoomWheelItemFinishOnCommand=
|
||||||
CreateRoomColor=color("0.0,0.8,0.3,1.0")
|
CreateRoomColor=color("0.0,0.9,0.25,1.0")
|
||||||
ScrollBarOnCommand=visible,false
|
ScrollBarOnCommand=visible,false
|
||||||
|
|
||||||
[RoomInfoDisplay]
|
[RoomInfoDisplay]
|
||||||
@@ -1742,13 +1742,13 @@ PlayerListElementOffsetY=11
|
|||||||
PlayerListElementOnCommand=zoom,0.75
|
PlayerListElementOnCommand=zoom,0.75
|
||||||
|
|
||||||
[RoomWheelItem]
|
[RoomWheelItem]
|
||||||
TextOnCommand=zoom,0.6
|
TextOnCommand=zoom,0.6;strokecolor,color("#000000FF")
|
||||||
TextX=-110
|
TextX=-110
|
||||||
TextY=-10
|
TextY=-8
|
||||||
TextWidth=200
|
TextWidth=200
|
||||||
DescX=-100
|
DescX=-100
|
||||||
DescY=5
|
DescY=6
|
||||||
DescOnCommand=zoom,0.4
|
DescOnCommand=zoom,0.4;strokecolor,color("#000000FF")
|
||||||
DescWidth=400
|
DescWidth=400
|
||||||
|
|
||||||
[LifeMeterBar]
|
[LifeMeterBar]
|
||||||
|
|||||||
Reference in New Issue
Block a user