Metrics for the new NetRoom Screen. Also, for general development purposes, I am adding Network Options to the CVS list so that other developers who work with the network can use it, like the XBOX people.
This commit is contained in:
@@ -705,6 +705,42 @@ ScoreFrameP2OnCommand=hidden,1
|
|||||||
Fallback=ScreenSelectCourse
|
Fallback=ScreenSelectCourse
|
||||||
DefaultSort=ENDLESS
|
DefaultSort=ENDLESS
|
||||||
|
|
||||||
|
[ScreenNetRoom]
|
||||||
|
TitleBGColor=0.5,0.0,0.5,1.0
|
||||||
|
TitleBGWidth=100
|
||||||
|
TitleBGHeight=40
|
||||||
|
TitleBGY=420
|
||||||
|
TitleBGX=120
|
||||||
|
TitleBGOnCommand=diffusealpha,0;linear,1;diffusealpha,1.0
|
||||||
|
TitleBGOffCommand=linear,0.5;zoomx,0.0;zoomy,0.0
|
||||||
|
RoomsBGColor=0.5,0.0,0.5,0.7
|
||||||
|
RoomsBGWidth=250
|
||||||
|
RoomsBGHeight=400
|
||||||
|
RoomsBGY=240
|
||||||
|
RoomsBGX=500
|
||||||
|
RoomsBGOnCommand=diffusealpha,0;linear,1;diffusealpha,1.0;linear,1;diffusealpha,0.6
|
||||||
|
RoomsBGOffCommand=linear,0.5;zoomx,0.0;zoomy,0.0
|
||||||
|
SelColor=0.0,1.0,0.2,0.4
|
||||||
|
SelHeight=30
|
||||||
|
SelWidth=250
|
||||||
|
SelY=220
|
||||||
|
SelX=530
|
||||||
|
SelOnCommand=zoomx,0.0;zoomy,0.0;linear,0.5;zoomy,1.0;zoomx,1.0
|
||||||
|
SelOffCommand=linear,0.5;zoomx,0.0;zoomy,0.0
|
||||||
|
TitleY=420
|
||||||
|
TitleX=120
|
||||||
|
TitleOnCommand=diffusealpha,0;linear,1;diffusealpha,1.0
|
||||||
|
TitleOffCommand=linear,0.5;zoomx,0.0;zoomy,0.0
|
||||||
|
RoomsY=240
|
||||||
|
RoomsX=500
|
||||||
|
RoomsOnCommand=diffusealpha,0;linear,1;diffusealpha,1.0
|
||||||
|
RoomsOffCommand=linear,0.5;zoomx,0.0;zoomy,0.0
|
||||||
|
NumRoomsShow=10
|
||||||
|
PrevScreen=ScreenTitleMenu
|
||||||
|
NextScreen=ScreenStage
|
||||||
|
Fallback=ScreenNetSelectMusic
|
||||||
|
|
||||||
|
|
||||||
[ScreenNetSelectMusic]
|
[ScreenNetSelectMusic]
|
||||||
ChatInputBoxY=SCREEN_CENTER_Y+90
|
ChatInputBoxY=SCREEN_CENTER_Y+90
|
||||||
ChatInputBoxX=SCREEN_CENTER_X-150
|
ChatInputBoxX=SCREEN_CENTER_X-150
|
||||||
@@ -3953,7 +3989,7 @@ PrevScreen=ScreenTitleMenu
|
|||||||
# when using entries that change the screen; otherwise, the only way to
|
# when using entries that change the screen; otherwise, the only way to
|
||||||
# exit the screen when in regular mode is "exit".
|
# exit the screen when in regular mode is "exit".
|
||||||
|
|
||||||
LineNames=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15
|
LineNames=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16
|
||||||
OptionMenuFlags=together;forceallplayers;smnavigation
|
OptionMenuFlags=together;forceallplayers;smnavigation
|
||||||
# This NextScreen is only used for the "exit" choice.
|
# This NextScreen is only used for the "exit" choice.
|
||||||
Line1=list,Appearance Options
|
Line1=list,Appearance Options
|
||||||
@@ -3969,8 +4005,9 @@ Line10=list,Machine Options
|
|||||||
Line11=list,Sound Options
|
Line11=list,Sound Options
|
||||||
Line12=list,Profile Options
|
Line12=list,Profile Options
|
||||||
Line13=list,Other Options
|
Line13=list,Other Options
|
||||||
Line14=list,Reload Songs/Courses
|
Line14=list,Network Options
|
||||||
Line15=list,Test Input
|
Line15=list,Reload Songs/Courses
|
||||||
|
Line16=list,Test Input
|
||||||
|
|
||||||
[TextBanner]
|
[TextBanner]
|
||||||
TitleX=-90
|
TitleX=-90
|
||||||
@@ -4042,11 +4079,13 @@ NextScreen4=screen,ScreenSelectBranchForNet
|
|||||||
|
|
||||||
[ScreenSelectBranchForNet]
|
[ScreenSelectBranchForNet]
|
||||||
Class=ScreenBranch
|
Class=ScreenBranch
|
||||||
Choices=1,2
|
Choices=1,2,3
|
||||||
Condition1=IsNetConnected()
|
Condition1=IsNetSMOnline()
|
||||||
Condition2=true
|
Condition2=IsNetConnected()
|
||||||
NextScreen1=screen,ScreenNetSelectMusic
|
Condition3=true
|
||||||
NextScreen2=screen,ScreenSelectMusic
|
NextScreen1=screen,ScreenNetRoom
|
||||||
|
NextScreen2=screen,ScreenNetSelectMusic
|
||||||
|
NextScreen3=screen,ScreenSelectMusic
|
||||||
|
|
||||||
[ScreenPlayerOptions]
|
[ScreenPlayerOptions]
|
||||||
Fallback=ScreenOptions
|
Fallback=ScreenOptions
|
||||||
|
|||||||
Reference in New Issue
Block a user