diff options
Diffstat (limited to '')
37 files changed, 1366 insertions, 1312 deletions
diff --git a/game/themes/Candy.ini b/game/themes/Candy.ini index 8bd894a4..09f929fd 100755 --- a/game/themes/Candy.ini +++ b/game/themes/Candy.ini @@ -302,7 +302,7 @@ Y = 123 W = 325
H = 200
Reflections = 1
-Style=5
+Style = 5
[SongEqualizer]
Visible = 1
@@ -327,6 +327,26 @@ Color = Button Tex = icon_song_video
Type = Transparent
+[SongMedleyIcon]
+X = 493
+Y = 510
+W = 10
+H = 10
+Z = 0.99
+Color = Button
+Tex = icon_song_medley
+Type = Transparent
+
+[SongCalculatedMedleyIcon]
+X = 493
+Y = 510
+W = 10
+H = 10
+Z = 0.99
+Color = Button
+Tex = icon_song_calcmedley
+Type = Transparent
+
[SongTextArtist]
X = 400
Y = 338
@@ -471,7 +491,6 @@ Align = 2 Text = SING_SONG_SELECTION_PLAYLIST
-
#and these are the ones for partymode
[SongStaticParty1]
X = 759
@@ -759,9 +778,9 @@ Statics = 8 [SingBackground]
Type=color
-ColR=1
-ColB=1
-ColG=1
+ColR = 1
+ColB = 1
+ColG = 1
[SingText1]
Text = SING_TIME
@@ -2203,6 +2222,24 @@ Tex = ScoreLine Type = Transparent
Color = Light
+[ScoreStaticNavigate]
+X = 759
+Y = 65
+W = 22
+H = 22
+Tex = ButtonNavi
+Color = White
+Type = Transparent
+
+[ScoreTextNavigate]
+X = 753
+Y = 64
+Color = Light
+Font = 0
+Size = 24
+Align = 2
+Text = SING_LEGEND_NAVIGATE
+
#================================================================== Options ======
[Options]
@@ -2485,7 +2522,6 @@ Text = SING_OPTIONS_EXIT Color = Button
-
[OptionsGame]
Texts = 5
@@ -3974,7 +4010,6 @@ Size = 42 Align = 2
Text = 00000
-
[Top5TextDate1]
X = 760
Y = 190
@@ -4168,8 +4203,8 @@ Font = 0 Size = 24
Align = 0
Text = SING_EDIT_SELECT
-Reflection=1
-ReflectionSpacing=13
+Reflection = 1
+ReflectionSpacing = 13
# Esc button text
[EditText5]
@@ -4180,8 +4215,8 @@ Font = 0 Size = 24
Align = 0
Text = SING_EDIT_EXIT
-Reflection=1
-ReflectionSpacing=13
+Reflection = 1
+ReflectionSpacing = 13
[EditTextDescription]
X = 95
@@ -5167,7 +5202,6 @@ Size = 30 Text = Player 3
Align = 1
-
[PartyScore]
[PartyScoreBackground]
Tex = MainBG
@@ -6090,7 +6124,6 @@ Text = Player 12 Color = White
-
[PartyRoundsBackground]
Tex = OptionsBG
@@ -6338,11 +6371,11 @@ STDColor = White [SongMenu]
[SongMenuBackground]
-Type=Fade
-ColR=255
-ColG=255
-ColB=255
-Alpha=0.6
+Type = Fade
+ColR = 255
+ColG = 255
+ColB = 255
+Alpha = 0.6
[SongMenuStatic1]
X = 518
@@ -6472,11 +6505,11 @@ Z = 0.97 [SongJumpto]
[SongJumptoBackground]
-Type=Fade
-ColR=255
-ColG=255
-ColB=255
-Alpha=0.6
+Type = Fade
+ColR = 255
+ColG = 255
+ColB = 255
+Alpha = 0.6
[SongJumptoStatic1]
X = 518
@@ -6971,11 +7004,11 @@ Text = SING_LEGEND_ESC [CheckPopup]
[CheckPopupBackground]
-Type=Fade
-ColR=255
-ColG=255
-ColB=255
-Alpha=0.6
+Type = Fade
+ColR = 255
+ColG = 255
+ColB = 255
+Alpha = 0.6
[CheckPopupStatic1]
X = 280
@@ -7052,14 +7085,13 @@ Text = NO Align = 1
Z = 1
-
[ErrorPopup]
[ErrorPopupBackground]
-Type=Fade
-ColR=255
-ColG=255
-ColB=255
-Alpha=0.6
+Type = Fade
+ColR = 255
+ColG = 255
+ColB = 255
+Alpha = 0.6
[ErrorPopupStatic1]
X = 280
@@ -7136,4 +7168,22 @@ IndicatorYOffset = 3 X = 20
W = 760
Y = 532
-H = 41
\ No newline at end of file +H = 41
+
+[SingSongNameStatic]
+Tex = SongName
+X = 10
+Y = 10
+W = 780
+H = 29
+Color = White
+Type = Transparent
+
+[SingSongNameText]
+Text = SongNameText
+X = 400
+Y = 13
+Font = 0
+Size = 25
+Color = Black
+Align = 1
diff --git a/game/themes/Candy/Clouds static.ini b/game/themes/Candy/Clouds static.ini index 7d48ff6b..d81dbfd9 100755 --- a/game/themes/Candy/Clouds static.ini +++ b/game/themes/Candy/Clouds static.ini @@ -1,21 +1,24 @@ [Skin]
-Theme=Candy
-Name=Clouds [static]
+Theme = Candy
+Name = Clouds [static]
+
[Textures]
Cursor = [interface]cursor.png
Cursor_Pressed = [interface]cursor_pressed.png
iconlogo = [icon]logo.png
-icon_song_video = [icon]song_video.png
+icon_song_video = [icon]song_video.png
+icon_song_medley = [icon]song_medley.png
+icon_song_calcmedley = [icon]song_calcmedley.png
ButtonMain = [button]main.png
Transparent = Transparent.png
MainBar = [main]mainBar.png
-SelectBG = [main]selectbg.png
+SelectBG = [main]selectbg.png
-Select_ArrowLeft = [interface]select_arrow_left.png
+Select_ArrowLeft = [interface]select_arrow_left.png
Select_ArrowRight = [interface]select_arrow_right.png
LoadingBG = [bg-load]clouds.jpg
@@ -26,13 +29,13 @@ SongSelection1 = [main]songSelection1.png SongSelection2 = [main]songSelection2.png
SongCover = [main]songCover.jpg
PartyMenuBG = [main]partymenubg.png
-SearchBG = [main]searchbg.png
+SearchBG = [main]searchbg.png
LyricBar = [sing]textBar.png
LyricHelpBar = [sing]lyricsHelpBar.png
-TimeBar = [sing]timeBar.jpg
+TimeBar = [sing]timeBar.jpg
LineBonusBack = [sing]scoreBg.png
@@ -46,6 +49,9 @@ P = [sing]p.png Ball = [sing]lyricsHelpBar.png
+#Song name for medley mode
+SongName = [sing]SongName.png
+
ScoreBox = [score]box.png
Scorepipe = [score]pipe.png
ScoreLevel = [score]level.png
@@ -84,22 +90,22 @@ Rating_5 = [score]rating_2.png Rating_6 = [score]rating_2.png
Rating_7 = [score]rating_3.png
-Joker =[party]Joker.png
-PartyPlayerButton =[party]playerButton.png
-PartyTeamButton1 =[party]roundTeamButton.png
-PartyTeamButton2 =[party]playerTeamButton.png
-PartyRoundBG1 =[party]roundBG1.png
-PartyRoundBG2 =[party]roundBG2.png
-PartyRoundBG3 =[party]roundBG3.png
-PartyRoundBG4 =[party]roundBG4.png
-HDL_Pointer =[party]pointer.png
-PartyWinDeco1 =[party]winDecoration.png
-PartyWinDeco2 =[party]winDecoration.png
-PartyWinDeco3 =[party]winDecoration.png
+Joker = [party]Joker.png
+PartyPlayerButton = [party]playerButton.png
+PartyTeamButton1 = [party]roundTeamButton.png
+PartyTeamButton2 = [party]playerTeamButton.png
+PartyRoundBG1 = [party]roundBG1.png
+PartyRoundBG2 = [party]roundBG2.png
+PartyRoundBG3 = [party]roundBG3.png
+PartyRoundBG4 = [party]roundBG4.png
+HDL_Pointer = [party]pointer.png
+PartyWinDeco1 = [party]winDecoration.png
+PartyWinDeco2 = [party]winDecoration.png
+PartyWinDeco3 = [party]winDecoration.png
PartyPlayerSelectBG = [party]playerselectbg.png
-Party1BG = Party1BG.png
-Party1Bar = Party1Bar.png
-Button = [main]button.png
+Party1BG = Party1BG.png
+Party1Bar = Party1Bar.png
+Button = [main]button.png
StatsBox = StatsBox.png
@@ -129,7 +135,7 @@ Pause = [sing]pause.png NoteStar = [effect]goldenNoteStar.png
NotePerfectStar = [effect]perfectNoteStar.png
-BGFade = [special]bg_fade.png
+BGFade = [special]bg_fade.png
LyricIcon_P1 = [sing.player1]lyric_active.png
LyricIconD_P1 = [sing.player1]lyric_inactive.png
diff --git a/game/themes/Candy/Clouds.ini b/game/themes/Candy/Clouds.ini index cffcfe24..faa71d5a 100755 --- a/game/themes/Candy/Clouds.ini +++ b/game/themes/Candy/Clouds.ini @@ -1,13 +1,16 @@ [Skin]
-Theme=Candy
-Name=Clouds
+Theme = Candy
+Name = Clouds
+
[Textures]
Cursor = [interface]cursor.png
Cursor_Pressed = [interface]cursor_pressed.png
iconlogo = [icon]logo.png
-icon_song_video = [icon]song_video.png
+icon_song_video = [icon]song_video.png
+icon_song_medley = [icon]song_medley.png
+icon_song_calcmedley = [icon]song_calcmedley.png
ButtonMain = [button]main.png
Transparent = Transparent.png
@@ -15,7 +18,7 @@ MainBar = [main]mainBar.png SelectBG = [main]selectbg.png
-Select_ArrowLeft = [interface]select_arrow_left.png
+Select_ArrowLeft = [interface]select_arrow_left.png
Select_ArrowRight = [interface]select_arrow_right.png
LoadingBG = [bg-load]clouds.jpg
@@ -26,13 +29,13 @@ SongSelection1 = [main]songSelection1.png SongSelection2 = [main]songSelection2.png
SongCover = [main]songCover.jpg
PartyMenuBG = [main]partymenubg.png
-SearchBG = [main]searchbg.png
+SearchBG = [main]searchbg.png
LyricBar = [sing]textBar.png
LyricHelpBar = [sing]lyricsHelpBar.png
-TimeBar = [sing]timeBar.jpg
+TimeBar = [sing]timeBar.jpg
LineBonusBack = [sing]scoreBg.png
@@ -46,6 +49,9 @@ P = [sing]p.png Ball = [sing]lyricsHelpBar.png
+#Song name for medley mode
+SongName = [sing]SongName.png
+
ScoreBox = [score]box.png
Scorepipe = [score]pipe.png
ScoreLevel = [score]level.png
@@ -84,24 +90,24 @@ Rating_5 = [score]rating_2.png Rating_6 = [score]rating_2.png
Rating_7 = [score]rating_3.png
-Joker =[party]Joker.png
-PartyPlayerButton =[party]playerButton.png
-PartyTeamButton1 =[party]roundTeamButton.png
-PartyTeamButton2 =[party]playerTeamButton.png
-PartyRoundBG1 =[party]roundBG1.png
-PartyRoundBG2 =[party]roundBG2.png
-PartyRoundBG3 =[party]roundBG3.png
-PartyRoundBG4 =[party]roundBG4.png
-HDL_Pointer =[party]pointer.png
-PartyWinDeco1 =[party]winDecoration.png
-PartyWinDeco2 =[party]winDecoration.png
-PartyWinDeco3 =[party]winDecoration.png
+Joker = [party]Joker.png
+PartyPlayerButton = [party]playerButton.png
+PartyTeamButton1 = [party]roundTeamButton.png
+PartyTeamButton2 = [party]playerTeamButton.png
+PartyRoundBG1 = [party]roundBG1.png
+PartyRoundBG2 = [party]roundBG2.png
+PartyRoundBG3 = [party]roundBG3.png
+PartyRoundBG4 = [party]roundBG4.png
+HDL_Pointer = [party]pointer.png
+PartyWinDeco1 = [party]winDecoration.png
+PartyWinDeco2 = [party]winDecoration.png
+PartyWinDeco3 = [party]winDecoration.png
PartyPlayerSelectBG = [party]playerselectbg.png
-Party1BG = Party1BG.png
-Party1Bar = Party1Bar.png
-Button = [main]button.png
+Party1BG = Party1BG.png
+Party1Bar = Party1Bar.png
+Button = [main]button.png
-StatsBox = StatsBox.png
+StatsBox = StatsBox.png
ButtonP = [button]p.png
ButtonM = [button]m.png
@@ -129,7 +135,7 @@ Pause = [sing]pause.png NoteStar = [effect]goldenNoteStar.png
NotePerfectStar = [effect]perfectNoteStar.png
-BGFade = [special]bg_fade.png
+BGFade = [special]bg_fade.png
LyricIcon_P1 = [sing.player1]lyric_active.png
LyricIconD_P1 = [sing.player1]lyric_inactive.png
diff --git a/game/themes/Candy/[icon]song_calcmedley.png b/game/themes/Candy/[icon]song_calcmedley.png Binary files differnew file mode 100755 index 00000000..30a13ea0 --- /dev/null +++ b/game/themes/Candy/[icon]song_calcmedley.png diff --git a/game/themes/Candy/[icon]song_medley.png b/game/themes/Candy/[icon]song_medley.png Binary files differnew file mode 100755 index 00000000..ac7b25bb --- /dev/null +++ b/game/themes/Candy/[icon]song_medley.png diff --git a/game/themes/Candy/[sing]SongName.png b/game/themes/Candy/[sing]SongName.png Binary files differnew file mode 100755 index 00000000..530fed3f --- /dev/null +++ b/game/themes/Candy/[sing]SongName.png diff --git a/game/themes/Classic.ini b/game/themes/Classic.ini index 8ea3fe83..d9a1ac6d 100644 --- a/game/themes/Classic.ini +++ b/game/themes/Classic.ini @@ -51,7 +51,6 @@ Size = 48 Text = SING_LOADING Reflection = 0 - [LoadingText2] X = 780 Y = 570 @@ -62,23 +61,22 @@ Align = 2 Text = US_VERSION Reflection = 0 - [Main] [MainBackground] Tex = MainBG [MainStatic1] -X =30 -Y =235 -W =32 -H =32 +X = 30 +Y = 235 +W = 32 +H = 32 Tex = MainIcon Color = ColorDark Type = Transparent [MainText1] -X =30 -Y =170 +X = 30 +Y = 170 Color = GrayLight Font = 1 Size = 66 @@ -86,35 +84,34 @@ Align = 0 Text = SING_MENU [MainTextDescription] -X =63 -Y =233 -Color=GrayDark -Font =1 +X = 63 +Y = 233 +Color = GrayDark +Font = 1 Size = 30 -Align=0 -Text= +Align = 0 +Text = [MainTextDescriptionLong] -X =63 -Y =265 +X = 63 +Y = 265 Color = Black Font = 0 Size = 30 Align = 0 -Text = +Text = [MainStatic2] -X =30 -Y =270 -W =740 -H =283 +X = 30 +Y = 270 +W = 740 +H = 283 Tex = usdx_logo Color = ColorDark Type = Transparent - [MainStatic3] -X =530 +X = 530 Y = 545 W = 32 H = 30 @@ -123,7 +120,7 @@ Color = White Type = Transparent [MainText4] -X =570 +X = 570 Y = 548 Color = Black Font = 0 @@ -134,14 +131,14 @@ Text = SING_EDITOR [MainStatic4] X = 126 Y = 545 -W =32 -H =30 +W = 32 +H = 30 Tex = ButtonNavi Color = White Type = Transparent [MainText2] -X =166 +X = 166 Y = 548 Color = Black Size = 24 @@ -149,7 +146,7 @@ Align = 0 Text = SING_LEGEND_NAVIGATE [MainStatic5] -X =340 +X = 340 Y = 545 W = 32 H = 30 @@ -158,7 +155,7 @@ Color = White Type = Transparent [MainText3] -X =380 +X = 380 Y = 548 Color = Black Font = 0 @@ -167,8 +164,8 @@ Align = 0 Text = SING_LEGEND_SELECT [MainButtonSolo] -X =430 -Y =195 +X = 430 +Y = 195 W = 64 H = 64 Tex = ButtonSolo @@ -186,8 +183,8 @@ Text = SING_SING Color = GrayDark [MainButtonMulti] -X =500 -Y =195 +X = 500 +Y = 195 W = 64 H = 64 Tex = ButtonMulti @@ -205,8 +202,8 @@ Text = SING_MULTI Color = GrayDark [MainButtonStats] -X =570 -Y =195 +X = 570 +Y = 195 W = 64 H = 64 Tex = ButtonStats @@ -224,8 +221,8 @@ Text = SING_STATS Color = GrayDark [MainButtonOptions] -X =640 -Y =195 +X = 640 +Y = 195 W = 64 H = 64 Tex = ButtonOptions @@ -233,7 +230,6 @@ Color = ColorDark DColor = Gray Type = Transparent - [MainButtonOptionsText1] X = 70 Y = 3 @@ -244,8 +240,8 @@ Text = SING_OPTIONS Color = GrayDark [MainButtonExit] -X =710 -Y =195 +X = 710 +Y = 195 W = 64 H = 64 Tex = ButtonExit @@ -253,7 +249,6 @@ Color = ColorDark DColor = Gray Type = Transparent - [MainButtonExitText1] X = 75 Y = 10 @@ -269,19 +264,19 @@ Color = GrayDark Tex = SongBG [SongStaticNonParty1] -X =20 -Y =500 -W =32 -H =32 +X = 20 +Y = 500 +W = 32 +H = 32 Color = ColorDark Tex = MainIcon Type = Transparent [SongTextCat] -X =50 -Y =500 -Color=GrayDark -Font =1 +X = 50 +Y = 500 +Color = GrayDark +Font = 1 Size = 24 Align = 0 Text = SING_SONG_SELECTION_DESC @@ -299,94 +294,112 @@ Reflection = 1 ReflectionSpacing = 2 [SongStatic2] -X =0 -Y =100 -W =800 -H =350 +X = 0 +Y = 100 +W = 800 +H = 350 Z = 0.1 -Color=GrayLight -Tex =SongFade +Color = GrayLight +Tex = SongFade Type = Colorized [SongCover] -X=300 -Y=140 -W=300 -H=200 -Style=4 -Reflections=0 +X = 300 +Y = 140 +W = 300 +H = 200 +Style = 4 +Reflections = 0 [SongEqualizer] Visible = 1 Direction = 1 -Color =Black +Color = Black Alpha = 1 -X=378 -Y=488 -PieceW=8 -PieceH=3 -Space=1 -Bands=5 -Length=7 +X = 378 +Y = 488 +PieceW = 8 +PieceH = 3 +Space = 1 +Bands = 5 +Length = 7 [SongVideoIcon] -X=450 -Y=462 -W =32 -H =32 -Z=1 -Color=White +X = 450 +Y = 462 +W = 32 +H = 32 +Z = 1 +Color = White Tex = icon_song_video Type = Transparent +[SongMedleyIcon] +X = 490 +Y = 462 +W = 32 +H = 32 +Z = 1 +Color = White +Tex = icon_song_medley +Type = Transparent + +[SongCalculatedMedleyIcon] +X = 490 +Y = 462 +W = 32 +H = 32 +Z = 1 +Color = White +Tex = icon_song_calcmedley +Type = Transparent [SongStatic3] -X =270 -Y =120 -W =260 -H =240 -Z =0.95 +X = 270 +Y = 120 +W = 260 +H = 240 +Z = 0.95 Color = Gray Tex = SongSelection Type = Transparent [SongStatic4] -X =378 -Y =463 +X = 378 +Y = 463 Z = 0.8 -W =44 -H =28 -Color =Black -Tex =SongEqualizerBG +W = 44 +H = 28 +Color = Black +Tex = SongEqualizerBG Type = Colorized - [SongTextArtist] -X =400 -Y =360 -Color=Black -Font =0 +X = 400 +Y = 360 +Color = Black +Font = 0 Size = 27 -Align =1 -Text= +Align = 1 +Text = [SongTextTitle] -X =400 -Y =390 -Color=GrayDark -Font =0 +X = 400 +Y = 390 +Color = GrayDark +Font = 0 Size = 27 -Align =1 -Text= +Align = 1 +Text = [SongTextNumber] -X =400 -Y =425 -Color=Gray -Font =1 +X = 400 +Y = 425 +Color = Gray +Font = 1 Size = 21 -Align =1 -Text= +Align = 1 +Text = #Variable statics and texts for song-screen in sing- and partymode # There can be an unlimited Number of Statics and Texts, As long @@ -402,10 +415,10 @@ Text= #Here are the ones for singmode [SongTextNonParty1] -X =30 -Y =455 -Color=GrayLight -Font =1 +X = 30 +Y = 455 +Color = GrayLight +Font = 1 Size = 45 Text = SING_SONG_SELECTION Align = 0 @@ -413,8 +426,8 @@ Align = 0 # NAVBAR ######################### # Jump to a letter with [ALT] + [A..Z] [SongStaticNonParty2] -X =110 -Y =553 +X = 110 +Y = 553 W = 32 H = 30 Z = 0.952 @@ -422,10 +435,9 @@ Tex = ButtonAlt Color = White Type = Transparent - [SongTextNonParty2] X = 142 -Y =553 +Y = 553 Z = 0.952 Color = Black Font = 0 @@ -433,10 +445,9 @@ Size = 24 Align = 0 Text = + - [SongStaticNonParty3] -X =155 -Y =553 +X = 155 +Y = 553 W = 32 H = 30 Z = 0.952 @@ -444,7 +455,6 @@ Tex = ButtonAZ Color = White Type = Transparent - [SongTextNonParty3] X = 195 Y = 555 @@ -455,11 +465,10 @@ Size = 24 Align = 0 Text = SING_SONG_SELECTION_GOTO - # Menu opens with [M] [SongStaticNonParty4] X = 305 -Y =553 +Y = 553 W = 32 H = 30 Z = 0.952 @@ -467,7 +476,6 @@ Tex = ButtonM Color = White Type = Transparent - [SongTextNonParty4] X = 345 Y = 555 @@ -478,7 +486,6 @@ Size = 24 Align = 0 Text = SING_SONG_SELECTION_MENU - # The so famous search, shown with [J] [SongStaticNonParty5] X = 420 @@ -500,7 +507,6 @@ Size = 24 Align = 0 Text = SONG_JUMPTO_DESC - # [P]laylist [SongStaticNonParty6] X = 600 @@ -512,7 +518,6 @@ Tex = ButtonP Color = White Type = Transparent - [SongTextNonParty6] X = 640 Y = 555 @@ -523,13 +528,12 @@ Size = 24 Align = 0 Text = SING_SONG_SELECTION_PLAYLIST - #and these are the ones for partymode [SongStaticParty1] -X =20 -Y =500 -W =32 -H =32 +X = 20 +Y = 500 +W = 32 +H = 32 Color = ColorDark Tex = MainIcon Type = Transparent @@ -539,24 +543,23 @@ Type = Transparent [SongStaticParty2] X = 126 Y = 545 -W =32 -H =30 +W = 32 +H = 30 Tex = Button13 Color = White Type = Transparent [SongTextParty2] -X =166 +X = 166 Y = 548 Color = Black Size = 24 Align = 0 Text = SONG_MENU_NAME_PARTY_JOKER - # menu [SongStaticParty3] -X =330 +X = 330 Y = 545 W = 32 H = 30 @@ -565,7 +568,7 @@ Color = White Type = Transparent [SongTextParty3] -X =370 +X = 370 Y = 548 Color = Black Font = 0 @@ -573,9 +576,8 @@ Size = 24 Align = 0 Text = PARTY_SONG_MENU - [SongStaticParty4] -X =530 +X = 530 Y = 545 W = 32 H = 30 @@ -584,7 +586,7 @@ Color = White Type = Transparent [SongTextParty4] -X =570 +X = 570 Y = 548 Color = Black Font = 0 @@ -592,13 +594,12 @@ Size = 24 Align = 0 Text = PARTY_SONG_LEGEND_CONTINUE - #Texts for Party Mode [SongTextParty1] -X =30 -Y =455 -Color=GrayLight -Font =1 +X = 30 +Y = 455 +Color = GrayLight +Font = 1 Size = 45 Text = PARTY_MODE @@ -607,10 +608,10 @@ Text = PARTY_MODE # Jokers, 5 for each team, only shown in party Mode [SongStaticTeam1Joker1] Tex = Joker -X =20 -Y =30 -W =50 -H =50 +X = 20 +Y = 30 +W = 50 +H = 50 Color = P1Dark Type = Transparent TexX1 = 0 @@ -620,10 +621,10 @@ TexY2 = 1 [SongStaticTeam1Joker2] Tex = Joker -X =70 -Y =30 -W =50 -H =50 +X = 70 +Y = 30 +W = 50 +H = 50 Color = P1Dark Type = Transparent TexX1 = 0 @@ -633,10 +634,10 @@ TexY2 = 1 [SongStaticTeam1Joker3] Tex = Joker -X =120 -Y =30 -W =50 -H =50 +X = 120 +Y = 30 +W = 50 +H = 50 Color = P1Dark Type = Transparent TexX1 = 0 @@ -646,10 +647,10 @@ TexY2 = 1 [SongStaticTeam1Joker4] Tex = Joker -X =170 -Y =30 -W =50 -H =50 +X = 170 +Y = 30 +W = 50 +H = 50 Color = P1Dark Type = Transparent TexX1 = 0 @@ -659,10 +660,10 @@ TexY2 = 1 [SongStaticTeam1Joker5] Tex = Joker -X =220 -Y =30 -W =50 -H =50 +X = 220 +Y = 30 +W = 50 +H = 50 Color = P1Dark Type = Transparent TexX1 = 0 @@ -672,10 +673,10 @@ TexY2 = 1 [SongStaticTeam2Joker1] Tex = Joker -X =280 -Y =30 -W =50 -H =50 +X = 280 +Y = 30 +W = 50 +H = 50 Color = P2Dark Type = Transparent TexX1 = 0 @@ -685,10 +686,10 @@ TexY2 = 1 [SongStaticTeam2Joker2] Tex = Joker -X =330 -Y =30 -W =50 -H =50 +X = 330 +Y = 30 +W = 50 +H = 50 Color = P2Dark Type = Transparent TexX1 = 0 @@ -698,10 +699,10 @@ TexY2 = 1 [SongStaticTeam2Joker3] Tex = Joker -X =380 -Y =30 -W =50 -H =50 +X = 380 +Y = 30 +W = 50 +H = 50 Color = P2Dark Type = Transparent TexX1 = 0 @@ -711,10 +712,10 @@ TexY2 = 1 [SongStaticTeam2Joker4] Tex = Joker -X =430 -Y =30 -W =50 -H =50 +X = 430 +Y = 30 +W = 50 +H = 50 Color = P2Dark Type = Transparent TexX1 = 0 @@ -724,10 +725,10 @@ TexY2 = 1 [SongStaticTeam2Joker5] Tex = Joker -X =480 -Y =30 -W =50 -H =50 +X = 480 +Y = 30 +W = 50 +H = 50 Color = P2Dark Type = Transparent TexX1 = 0 @@ -737,10 +738,10 @@ TexY2 = 1 [SongStaticTeam3Joker1] Tex = Joker -X =540 -Y =30 -W =50 -H =50 +X = 540 +Y = 30 +W = 50 +H = 50 Color = P3Dark Type = Transparent TexX1 = 0 @@ -750,10 +751,10 @@ TexY2 = 1 [SongStaticTeam3Joker2] Tex = Joker -X =590 -Y =30 -W =50 -H =50 +X = 590 +Y = 30 +W = 50 +H = 50 Color = P3Dark Type = Transparent TexX1 = 0 @@ -763,10 +764,10 @@ TexY2 = 1 [SongStaticTeam3Joker3] Tex = Joker -X =640 -Y =30 -W =50 -H =50 +X = 640 +Y = 30 +W = 50 +H = 50 Color = P3Dark Type = Transparent TexX1 = 0 @@ -776,10 +777,10 @@ TexY2 = 1 [SongStaticTeam3Joker4] Tex = Joker -X =690 -Y =30 -W =50 -H =50 +X = 690 +Y = 30 +W = 50 +H = 50 Color = P3Dark Type = Transparent TexX1 = 0 @@ -789,10 +790,10 @@ TexY2 = 1 [SongStaticTeam3Joker5] Tex = Joker -X =740 -Y =30 -W =50 -H =50 +X = 740 +Y = 30 +W = 50 +H = 50 Color = P3Dark Type = Transparent TexX1 = 0 @@ -800,68 +801,67 @@ TexY1 = 0 TexX2 = 1 TexY2 = 1 - [Sing] Texts = 1 [SingBackground] -Type=color -ColR=1 -ColB=1 -ColG=1 +Type = color +ColR = 1 +ColB = 1 +ColG = 1 [SingText1] -Text =SING_TIME -X =43 -Y =17 -Font =1 +Text = SING_TIME +X = 43 +Y = 17 +Font = 1 Size = 18 -Color =Black -Align=1 +Color = Black +Align = 1 [SingStatic1] ;TextBG -Tex =LyricBar -X =10 -Y =490 -W =780 -H =105 -Color =GrayLightest +Tex = LyricBar +X = 10 +Y = 490 +W = 780 +H = 105 +Color = GrayLightest Type = Transparent [SingStatic2] ;TimeBar -Tex =LyricBar -X =12 -Y =5 -W =328 -H =42 -Color =GrayLightest +Tex = LyricBar +X = 12 +Y = 5 +W = 328 +H = 42 +Color = GrayLightest Type = Transparent [SingStatic3] -Tex =Rectangle -X =140 -Y =21 -W =190 -H =10 -Color=Gray +Tex = Rectangle +X = 140 +Y = 21 +W = 190 +H = 10 +Color = Gray [SingTimeProgress] -X =140 -Y =21 -W =190 -H =10 -Color=GrayDark +X = 140 +Y = 21 +W = 190 +H = 10 +Color = GrayDark [SingTimeText] -Text =SING_TIME -X =100 -Y =14 -Font =1 +Text = SING_TIME +X = 100 +Y = 14 +Font = 1 Size = 24 -Color =White -Align=1 +Color = White +Align = 1 # O N E P L A Y E R M O D E # # # # # # # # # # # # # # # # # # # # #PlayerOne @@ -1124,6 +1124,24 @@ Y = 95 W = 100 H = 8 +[SingSongNameStatic] +Tex = SongName +X = 350 +Y = 5 +W = 440 +H = 42 +Color = White +Type = Transparent + +[SingSongNameText] +Text = SongNameText +X = 570 +Y = 15 +Font = 1 +Size = 20 +Color = Black +Align = 1 + [Score] Texts = 1 @@ -1134,7 +1152,7 @@ Tex = ScoreScreenBG X = 70 Y = 6 Color = GrayLight -Font =1 +Font = 1 Size = 60 Text = SONG_SCORE Align = 0 @@ -1157,7 +1175,6 @@ Color = ColorDark Tex = MainIcon Type = Transparent - [ScoreStatic2] X = 0 Y = 545 @@ -1181,7 +1198,7 @@ Reflection = 1 ReflectionSpacing = 2 [ScoreStatic4] -X =350 +X = 200 Y = 545 W = 32 H = 30 @@ -1190,7 +1207,7 @@ Color = White Type = Transparent [ScoreText2] -X =390 +X = 240 Y = 548 Color = Black Font = 0 @@ -1341,7 +1358,6 @@ H = 23 Type = Transparent Color = White - [ScoreTextTotal1] X = 237 Y = 454 @@ -1351,7 +1367,6 @@ Size = 30 Text = SING_TOTAL Align = 0 - [ScoreTextTotalSCore1] X = 487 Y = 444 @@ -1408,7 +1423,6 @@ z = 0.9 Color = P1Dark Type = Colorized - [ScorePlayer1Static4] Tex = ScoreGlassBox X = 499 @@ -1535,7 +1549,6 @@ Font = 0 Size = 30 Text = SING_TOTAL - [ScoreTextTotalSCore2] X = 283 Y = 444 @@ -1545,7 +1558,6 @@ Size = 42 Align = 2 Text = 00000 - # Lines [ScorePlayer2Static1] Tex = ScoreLine @@ -1574,7 +1586,6 @@ H = 23 Type = Transparent Color = White - #ScoreBar [ScoreStaticBackLevel2] Tex = ScoreLevel @@ -1622,7 +1633,6 @@ z = 0.9 Color = P1Dark Type = Colorized - [ScorePlayer2Static4] Tex = ScoreGlassBox X = 294 @@ -1749,7 +1759,6 @@ Size = 30 Text = SING_TOTAL Align = 2 - [ScoreTextTotalScore3] X = 517 Y = 444 @@ -1759,7 +1768,6 @@ Size = 42 Align = 0 Text = 00000 - #Lines [ScorePlayer3Static1] Tex = ScoreLine @@ -1788,7 +1796,6 @@ H = 23 Type = Transparent Color = White - #ScoreBar [ScoreStaticBackLevel3] Tex = ScoreLevel @@ -1836,7 +1843,6 @@ z = 0.9 Color = P2Dark Type = Colorized - [ScorePlayer3Static4] Tex = ScoreGlassBox X = 405 @@ -1937,7 +1943,6 @@ Align = 0 Text = SING_TOTAL Color = Black - [ScoreTextTotalScore4] X = 260 Y = 361 @@ -1947,7 +1952,6 @@ Align = 2 Text = 00000 Color = Black - [ScoreStaticBoxDark4] Tex = PlayerNumberBox X = 20 @@ -1958,7 +1962,6 @@ Type = Colorized Color = P1Dark Z = 0.9 - [ScorePlayer4Text1] X = 24 Y = 376 @@ -2125,7 +2128,6 @@ Type = Colorized Color = P2Dark Z = 0.9 - [ScorePlayer5Text1] X = 284 Y = 376 @@ -2291,7 +2293,6 @@ Type = Colorized Color = P3Dark Z = 0.9 - [ScorePlayer6Text1] X = 544 Y = 376 @@ -2350,6 +2351,23 @@ Tex = ScoreLine Type = Transparent Color = Gray +[ScoreStaticNavigate] +X = 450 +Y = 545 +W = 32 +H = 30 +Tex = ButtonNavi +Color = White +Type = Transparent + +[ScoreTextNavigate] +X = 490 +Y = 548 +Color = Black +Size = 24 +Align = 0 +Text = SING_LEGEND_NAVIGATE + [Options] Texts = 6 Fade = 2 @@ -2358,10 +2376,10 @@ Fade = 2 Tex = OptionsBG [OptionsStatic1] -X=40 -Y=250 -W=32 -H=32 +X = 40 +Y = 250 +W = 32 +H = 32 Color = ColorDark Tex = MainIcon Type = Transparent @@ -2375,7 +2393,6 @@ Size = 75 Text = SING_OPTIONS Align = 0 - [OptionsTextDescription] X = 70 Y = 248 @@ -2383,29 +2400,27 @@ Color = GrayDark Font = 1 Size = 30 Align = 0 -Text = +Text = [OptionsStatic2] X = 156 Y = 545 -W =32 -H =30 +W = 32 +H = 30 Tex = ButtonNavi Color = White Type = Transparent - [OptionsText2] -X =196 +X = 196 Y = 548 Color = Black Size = 24 Align = 0 Text = SING_LEGEND_NAVIGATE - [OptionsStatic3] -X =340 +X = 340 Y = 545 W = 32 H = 30 @@ -2413,18 +2428,16 @@ Tex = ButtonEnter Color = White Type = Transparent - [OptionsText3] -X =380 +X = 380 Y = 548 Color = Black Size = 24 Align = 0 Text = SING_LEGEND_SELECT - [OptionsStatic4] -X =530 +X = 530 Y = 545 W = 32 H = 30 @@ -2432,16 +2445,14 @@ Tex = ButtonEsc Color = White Type = Transparent - [OptionsText4] -X =570 +X = 570 Y = 548 Color = Black Size = 24 Align = 0 Text = SING_LEGEND_ESC - [OptionsButtonGame] X = 40 Y = 310 @@ -2453,10 +2464,9 @@ DColor = Gray Type = Transparent Texts = 1 - [OptionsButtonGameText1] -X =20 -Y =20 +X = 20 +Y = 20 Font = 1 Size = 32 Align = 0 @@ -2474,10 +2484,9 @@ DColor = Gray Type = Transparent Texts = 1 - [OptionsButtonGraphicsText1] -X =20 -Y =20 +X = 20 +Y = 20 Font = 1 Size = 32 Align = 0 @@ -2496,8 +2505,8 @@ Type = Transparent Texts = 1 [OptionsButtonSoundText1] -X =20 -Y =20 +X = 20 +Y = 20 Font = 1 Size = 32 Align = 0 @@ -2517,8 +2526,8 @@ Align = 0 Texts = 1 [OptionsButtonLyricsText1] -X =20 -Y =20 +X = 20 +Y = 20 Font = 1 Size = 32 Align = 0 @@ -2537,10 +2546,9 @@ Type = Transparent Align = 0 Texts = 1 - [OptionsButtonThemesText1] -X =20 -Y =20 +X = 20 +Y = 20 Font = 1 Size = 32 Align = 0 @@ -2560,8 +2568,8 @@ Align = 0 Texts = 1 [OptionsButtonRecordText1] -X =20 -Y =20 +X = 20 +Y = 20 Font = 1 Size = 32 Align = 0 @@ -2582,8 +2590,8 @@ Align = 0 Texts = 1 [OptionsButtonAdvancedText1] -X =20 -Y =20 +X = 20 +Y = 20 Font = 1 Size = 32 Align = 0 @@ -2603,10 +2611,9 @@ Type = Transparent Align = 0 Texts = 1 - [OptionsButtonExitText1] -X =20 -Y =20 +X = 20 +Y = 20 Font = 1 Size = 32 Align = 0 @@ -2636,7 +2643,6 @@ Color = Gray Size = 65 Text = SING_OPTIONS - [OptionsGameText2] X = 105 Y = 80 @@ -2644,7 +2650,6 @@ Color = Gray Size = 30 Text = SING_OPTIONS_GAME_WHEREAMI - [OptionsGameStatic2] X = 250 Y = 545 @@ -2654,7 +2659,6 @@ Tex = ButtonNavi Color = White Type = Transparent - [OptionsGameText3] X = 290 Y = 548 @@ -2672,7 +2676,6 @@ Tex = ButtonEsc Color = White Type = Transparent - [OptionsGameText4] X = 450 Y = 548 @@ -2846,7 +2849,6 @@ Color = Gray Size = 65 Text = SING_OPTIONS - [OptionsGraphicsText2] X = 105 Y = 80 @@ -3060,7 +3062,6 @@ Color = Gray Size = 30 Text = SING_OPTIONS_SOUND_WHEREAMI - [OptionsSoundStatic2] X = 250 Y = 545 @@ -3296,7 +3297,6 @@ Color = ColorDark Tex = MainIcon Type = Transparent - [OptionsLyricsText1] X = 70 Y = 15 @@ -3437,7 +3437,6 @@ Color = ColorDark Tex = MainIcon Type = Transparent - [OptionsThemesText1] X = 70 Y = 15 @@ -3748,7 +3747,6 @@ Color = Gray Size = 65 Text = SING_OPTIONS - [OptionsAdvancedText2] X = 105 Y = 80 @@ -3795,7 +3793,6 @@ Color = Black Size = 24 Text = SING_LEGEND_NAVIGATE - [OptionsAdvancedStatic5] X = 410 Y = 545 @@ -3986,7 +3983,7 @@ Tex = Top5BG X = 70 Y = 6 Color = GrayLight -Font =1 +Font = 1 Size = 60 Text = SING_TOP_5_CHARTS @@ -4174,7 +4171,6 @@ Size = 42 Align = 2 Text = 00000 - [Top5TextDate1] X = 760 Y = 190 @@ -4350,17 +4346,16 @@ Text = SING_EDIT_MENU_DESCRIPTION # Navigate button text [EditText3] -X =166 +X = 166 Y = 548 Color = Black Size = 24 Align = 0 Text = SING_EDIT_NAVIGATE - # Select button text [EditText4] -X =350 +X = 350 Y = 548 Color = Black Font = 0 @@ -4368,10 +4363,9 @@ Size = 24 Align = 0 Text = SING_EDIT_SELECT - # Esc button text [EditText5] -X =570 +X = 570 Y = 548 Color = Black Font = 0 @@ -4379,7 +4373,6 @@ Size = 24 Align = 0 Text = SING_EDIT_EXIT - [EditTextDescription] X = 95 Y = 195 @@ -4414,15 +4407,14 @@ ReflectionSpacing = 2 [EditStatic4] X = 126 Y = 545 -W =32 -H =30 +W = 32 +H = 30 Tex = ButtonNavi Color = White Type = Transparent - [EditStatic5] -X =310 +X = 310 Y = 545 W = 32 H = 30 @@ -4431,7 +4423,7 @@ Color = White Type = Transparent [EditStatic6] -X =530 +X = 530 Y = 545 W = 32 H = 30 @@ -4488,31 +4480,31 @@ Texts = 5 Tex = MainBG [LevelStatic1] -X=20 -Y=250 -W=32 -H=32 +X = 20 +Y = 250 +W = 32 +H = 32 Color = ColorDark Tex = MainIcon Type = Transparent [LevelText1] -X=30 -Y=180 -Font=1 +X = 30 +Y = 180 +Font = 1 Size = 66 -Align=0 +Align = 0 Text = SING_MODE -Color=GrayLight +Color = GrayLight [LevelText2] -X=50 -Y=248 -Font=1 +X = 50 +Y = 248 +Font = 1 Size = 30 -Align=0 -Text=SING_PLAYER_DESC -Color=GrayDark +Align = 0 +Text = SING_PLAYER_DESC +Color = GrayDark [LevelStatic2] X = 0 @@ -4539,14 +4531,14 @@ ReflectionSpacing = 2 [LevelStatic4] X = 216 Y = 545 -W =32 -H =30 +W = 32 +H = 30 Tex = ButtonNavi Color = White Type = Transparent [LevelStatic5] -X =400 +X = 400 Y = 545 W = 32 H = 30 @@ -4554,18 +4546,16 @@ Tex = ButtonEnter Color = White Type = Transparent - [LevelText3] -X =256 +X = 256 Y = 548 Color = Black Size = 24 Align = 0 Text = SING_LEGEND_NAVIGATE - [LevelText4] -X =440 +X = 440 Y = 548 Color = Black Font = 0 @@ -4573,102 +4563,99 @@ Size = 24 Align = 0 Text = SING_DIFFICULTY_CONTINUE - [LevelButtonEasy] -Tex=Button -X=25 -Y=310 -W=250 -H=70 +Tex = Button +X = 25 +Y = 310 +W = 250 +H = 70 Color = ColorDark DColor = Gray Type = Transparent Texts = 1 [LevelButtonMedium] -Tex=Button -X=275 -Y=310 -W=250 -H=70 +Tex = Button +X = 275 +Y = 310 +W = 250 +H = 70 Color = ColorDark DColor = Gray Type = Transparent Texts = 1 - [LevelButtonHard] -Tex=Button -X=525 -Y=310 -W=250 -H=70 +Tex = Button +X = 525 +Y = 310 +W = 250 +H = 70 Tex = Button Color = ColorDark DColor = Gray Type = Transparent Texts = 1 - [LevelButtonEasyText1] -X=115 -Y=20 -Font=1 +X = 115 +Y = 20 +Font = 1 Size = 27 -Align=1 -Text=SING_EASY -Color=White +Align = 1 +Text = SING_EASY +Color = White [LevelButtonMediumText1] -X=115 -Y=20 -Font=1 +X = 115 +Y = 20 +Font = 1 Size = 27 -Align=1 -Text=SING_MEDIUM -Color=White +Align = 1 +Text = SING_MEDIUM +Color = White [LevelButtonHardText1] -X=115 -Y=20 -Font=1 +X = 115 +Y = 20 +Font = 1 Size = 27 -Align=1 -Text=SING_HARD -Color=White +Align = 1 +Text = SING_HARD +Color = White [Name] Texts = 2 [NameBackground] -Tex = MainBG +Tex = MainBG [NameStatic1] -X=20 -Y=250 -W=32 -H=32 +X = 20 +Y = 250 +W = 32 +H = 32 Color = ColorDark Tex = MainIcon Type = Transparent [NameText1] -X=30 -Y=180 -Font=1 +X = 30 +Y = 180 +Font = 1 Size = 66 -Align=0 +Align = 0 Text = SING_MODE -Color=GrayLight +Color = GrayLight [NameText2] -X=50 -Y=248 -Font=1 +X = 50 +Y = 248 +Font = 1 Size = 30 -Align=0 -Text=SING_PLAYER_DESC -Color=GrayDark +Align = 0 +Text = SING_PLAYER_DESC +Color = GrayDark [NameStatic2] X = 0 @@ -4695,14 +4682,14 @@ ReflectionSpacing = 2 [NameStatic4] X = 126 Y = 545 -W =32 -H =30 +W = 32 +H = 30 Tex = ButtonNavi Color = White Type = Transparent [NameText3] -X =166 +X = 166 Y = 548 Color = Black Size = 24 @@ -4710,7 +4697,7 @@ Align = 0 Text = SING_LEGEND_NAVIGATE [NameStatic5] -X =310 +X = 310 Y = 545 W = 32 H = 30 @@ -4718,9 +4705,8 @@ Tex = ButtonAZ Color = White Type = Transparent - [NameText4] -X =350 +X = 350 Y = 548 Color = Black Font = 0 @@ -4729,7 +4715,7 @@ Align = 0 Text = SING_PLAYER_ENTER_NAME [NameStatic6] -X =530 +X = 530 Y = 545 W = 32 H = 30 @@ -4737,9 +4723,8 @@ Tex = ButtonEnter Color = White Type = Transparent - [NameText5] -X =570 +X = 570 Y = 548 Color = Black Font = 0 @@ -4747,132 +4732,125 @@ Size = 24 Align = 0 Text = SING_LEGEND_CONTINUE - [NameButtonPlayer1] -X=25 -Y=310 -W=250 -H=70 +X = 25 +Y = 310 +W = 250 +H = 70 Tex = Button Color = P1Dark DColor = P1Light Type = Transparent Texts = 1 - [NameButtonPlayer1Text1] -X=115 -Y=20 +X = 115 +Y = 20 Font = 0 Size = 30 Align = 1 Color = White -Text = +Text = [NameButtonPlayer2] X = 275 -Y=310 -W=250 -H=70 +Y = 310 +W = 250 +H = 70 Tex = Button Color = P2Dark DColor = P2Light Type = Transparent Texts = 1 - [NameButtonPlayer2Text1] -X=115 -Y=20 +X = 115 +Y = 20 Font = 0 Size = 30 Align = 1 Color = White -Text = +Text = [NameButtonPlayer3] X = 525 -Y=310 -W=250 -H=70 +Y = 310 +W = 250 +H = 70 Tex = Button Color = P3Dark DColor = P3Light Type = Transparent Texts = 1 - [NameButtonPlayer3Text1] -X=115 -Y=20 +X = 115 +Y = 20 Font = 0 Size = 30 Align = 1 Color = White -Text = +Text = [NameButtonPlayer4] -X=25 -Y=400 -W=250 -H=70 +X = 25 +Y = 400 +W = 250 +H = 70 Tex = Button Color = P4Dark DColor = P4Light Type = Transparent Texts = 1 - [NameButtonPlayer4Text1] -X=115 -Y=20 +X = 115 +Y = 20 Font = 0 Size = 30 Align = 1 Color = White -Text = +Text = [NameButtonPlayer5] X = 275 -Y=400 -W=250 -H=70 +Y = 400 +W = 250 +H = 70 Tex = Button Color = P5Dark DColor = P5Light Type = Transparent Texts = 1 - [NameButtonPlayer5Text1] -X=115 -Y=20 +X = 115 +Y = 20 Font = 0 Size = 30 Align = 1 Color = White -Text = +Text = [NameButtonPlayer6] X = 525 -Y=400 -W=250 -H=70 +Y = 400 +W = 250 +H = 70 Tex = Button Color = P6Dark DColor = P6Light Type = Transparent Texts = 1 - [NameButtonPlayer6Text1] -X=115 -Y=20 +X = 115 +Y = 20 Font = 0 Size = 30 Align = 1 Color = White -Text = +Text = [PartyNewRound] Texts = 7 @@ -5089,7 +5067,6 @@ Type = Transparent Texts = 1 Color = P2Dark - [PartyNewRoundStaticNextPlayer3] Tex = PartyPlayerButton X = 495 @@ -5101,7 +5078,6 @@ Texts = 1 Color = P3Dark - [PartyNewRoundTextRound1] X = 460 Y = 133 @@ -5388,7 +5364,6 @@ Size = 30 Text = Player 3 Align = 1 - [PartyScore] Texts = 5 @@ -5470,7 +5445,6 @@ Size = 30 Align = 0 Text = PARTY_SCORE_DESC - [PartyScoreText3] X = 370 Y = 555 @@ -5589,7 +5563,6 @@ H = 50 Type = Transparent Color = P1Dark - [PartyScoreStaticTeam1Deco] Tex = PartyScoreDeco X = 563 @@ -5599,7 +5572,6 @@ H = 64 Type = Transparent Color = Gold - [PartyScoreStaticTeam2] X = 188 Y = 330 @@ -5610,7 +5582,6 @@ Tex = PartyTeamPoints Color = P2Dark Type = Transparent - [PartyScoreStaticTeam2BG] Tex = PartyTeamButton2 X = 178 @@ -5620,7 +5591,6 @@ H = 50 Type = Transparent Color = P2Dark - [PartyScoreStaticTeam2Deco] Tex = PartyScoreDeco X = 563 @@ -5630,7 +5600,6 @@ H = 64 Type = Transparent Color = Gold - [PartyScoreStaticTeam3] X = 188 Y = 430 @@ -5641,7 +5610,6 @@ Tex = PartyTeamPoints Color = P3Dark Type = Transparent - [PartyScoreStaticTeam3BG] Tex = PartyTeamButton2 X = 178 @@ -5651,7 +5619,6 @@ H = 50 Type = Transparent Color = P3Dark - [PartyScoreStaticTeam3Deco] Tex = PartyScoreDeco X = 563 @@ -5661,7 +5628,6 @@ H = 64 Type = Transparent Color = Gold - [PartyWin] Texts = 4 @@ -5811,7 +5777,6 @@ Tex = PartyTeamPoints Color = TeamColor Type = Transparent - [PartyWinStaticTeam1BG] Tex = PartyTeamButton3 X = 159 @@ -5821,7 +5786,6 @@ H = 65 Type = Transparent Color = TeamColor - [PartyWinStaticTeam1Rank1] X = 169 Y = 230 @@ -5832,7 +5796,6 @@ Tex = PartyTeamPoints Color = P1Dark Type = Transparent - [PartyWinStaticTeam1BGRank1] Tex = PartyTeamButton3 X = 159 @@ -5861,7 +5824,6 @@ H = 50 Type = Transparent Color = P1Dark - [PartyWinStaticTeam1Rank3] X = 369 Y = 420 @@ -5881,7 +5843,6 @@ H = 40 Type = Transparent Color = P1Dark - [PartyWinStaticTeam1Deco] Tex = PartyWinDeco1 X = 91 @@ -5891,7 +5852,6 @@ H = 79 Type = Colorized Color = Gold - [PartyWinStaticTeam2] X = 289 Y = 330 @@ -5902,7 +5862,6 @@ Tex = PartyTeamPoints Color = TeamColor Type = Colorized - [PartyWinStaticTeam2BG] Tex = PartyTeamButton4 X = 279 @@ -5912,7 +5871,6 @@ H = 50 Type = Transparent Color = TeamColor - [PartyWinStaticTeam2Rank1] X = 169 Y = 230 @@ -5923,7 +5881,6 @@ Tex = PartyTeamButton3 Color = P2Dark Type = Transparent - [PartyWinStaticTeam2BGRank1] Tex = PartyTeamButton4 X = 159 @@ -5933,7 +5890,6 @@ H = 65 Type = Transparent Color = P2Dark - [PartyWinStaticTeam2Rank2] X = 289 Y = 330 @@ -5944,7 +5900,6 @@ Tex = PartyTeamPoints Color = P2Dark Type = Transparent - [PartyWinStaticTeam2BGRank2] Tex = PartyTeamButton4 X = 279 @@ -5954,7 +5909,6 @@ H = 50 Type = Transparent Color = P2Dark - [PartyWinStaticTeam2Rank3] X = 369 Y = 420 @@ -5965,7 +5919,6 @@ Tex = PartyTeamPoints Color = TeamColor Type = Transparent - [PartyWinStaticTeam2BGRank3] Tex = PartyTeamButton4 X = 359 @@ -5975,7 +5928,6 @@ H = 40 Type = Colorized Color = TeamColor - [PartyWinStaticTeam2Deco] Tex = PartyWinDeco2 X = 226 @@ -5985,7 +5937,6 @@ H = 64 Type = Colorized Color = Silver - [PartyWinStaticTeam3] X = 369 Y = 420 @@ -5996,7 +5947,6 @@ Tex = PartyTeamPoints Color = TeamColor Type = Colorized - [PartyWinStaticTeam3BG] Tex = PartyTeamButton5 X = 359 @@ -6006,7 +5956,6 @@ H = 40 Type = Colorized Color = TeamColor - [PartyWinStaticTeam3Rank1] X = 169 Y = 230 @@ -6017,7 +5966,6 @@ Tex = PartyTeamPoints Color = P3Dark Type = Colorized - [PartyWinStaticTeam3BGRank1] Tex = PartyTeamButton3 X = 159 @@ -6027,7 +5975,6 @@ H = 65 Type = Colorized Color = P3Dark - [PartyWinStaticTeam3Rank2] X = 289 Y = 330 @@ -6038,7 +5985,6 @@ Tex = PartyTeamPoints Color = P3Dark Type = Colorized - [PartyWinStaticTeam3BGRank2] Tex = PartyTeamButton5 X = 279 @@ -6048,7 +5994,6 @@ H = 50 Type = Colorized Color = P3Dark - [PartyWinStaticTeam3Rank3] X = 369 Y = 420 @@ -6059,7 +6004,6 @@ Tex = PartyTeamPoints Color = P3Dark Type = Colorized - [PartyWinStaticTeam3BGRank3] Tex = PartyTeamButton5 X = 359 @@ -6069,7 +6013,6 @@ H = 40 Type = Colorized Color = P3Dark - [PartyWinStaticTeam3Deco] Tex = PartyWinDeco3 X = 316 @@ -6079,7 +6022,6 @@ H = 54 Type = Colorized Color = Bronze - [PartyOptions] Texts = 5 @@ -6271,7 +6213,6 @@ STColor = White STDColor = GrayDark - [PartyPlayer] Texts = 6 @@ -6311,18 +6252,17 @@ Color = ColorDark Tex = MainIcon Type = Transparent - [PartyPlayerStatic4] X = 126 Y = 545 -W =32 -H =30 +W = 32 +H = 30 Tex = ButtonNavi Color = White Type = Transparent [PartyPlayerStatic5] -X =310 +X = 310 Y = 545 W = 32 H = 30 @@ -6331,7 +6271,7 @@ Color = White Type = Transparent [PartyPlayerStatic6] -X =530 +X = 530 Y = 545 W = 32 H = 30 @@ -6359,9 +6299,8 @@ Size = 30 Align = 0 Text = PARTY_PLAYER_DESC - [PartyPlayerText3] -X =166 +X = 166 Y = 548 Color = Black Size = 24 @@ -6369,7 +6308,7 @@ Align = 0 Text = SING_LEGEND_NAVIGATE [PartyPlayerText4] -X =350 +X = 350 Y = 548 Color = Black Font = 0 @@ -6378,7 +6317,7 @@ Align = 0 Text = PARTY_PLAYER_ENTER_NAME [PartyPlayerText5] -X =570 +X = 570 Y = 548 Color = Black Font = 0 @@ -6401,7 +6340,6 @@ Fields = 2 Type = Transparent TypeSBG = Transparent - Color = GrayLight DColor = Gray TColor = White @@ -6487,7 +6425,6 @@ STColor = White STDColor = GrayDark - [PartyPlayerTeam1Name] Tex = PartyTeamButton2 X = 75 @@ -6793,7 +6730,6 @@ Text = Player 12 Color = White - [PartyRoundsBackground] Tex = PartyBG @@ -6866,7 +6802,6 @@ Size = 30 Align = 0 Text = PARTY_ROUNDS_DESC - [PartyRoundsText3] X = 290 Y = 548 @@ -7077,15 +7012,14 @@ STColor = White STDColor = GrayDark - [SongMenu] [SongMenuBackground] -Type=Fade -;ColR=0 -;ColG=0 -;ColB=0 -Alpha=0.0 +Type = Fade +;ColR = 0 +;ColG = 0 +;ColB = 0 +Alpha = 0.0 Tex = SongBG [SongMenuStatic1] @@ -7098,7 +7032,6 @@ Z = 0.96 Color = White Type = Transparent - [SongMenuStatic2] X = 536 Y = 151 @@ -7229,11 +7162,11 @@ Z = 0.97 [SongJumpto] [SongJumptoBackground] -Type=Fade -;ColR=0 -;ColG=0 -;ColB=0 -Alpha=0.0 +Type = Fade +;ColR = 0 +;ColG = 0 +;ColB = 0 +Alpha = 0.0 [SongJumptoStatic1] Tex = interface_dialog_background @@ -7314,7 +7247,6 @@ Text = SONG_JUMPTO_HELP Align = 0 Z = 0.97 - [StatMain] Texts = 0 Statics = 0 @@ -7435,7 +7367,7 @@ Color = White Font = 0 Size = 27 Align = 0 -Text = +Text = [StatMainStatic1] X = 35 @@ -7522,7 +7454,6 @@ Color = GrayLight Text = STAT_MAIN Align = 0 - [StatMainText2] X = 70 Y = 63 @@ -7646,7 +7577,7 @@ Color = GrayDark Font = 0 Size = 30 Align = 0 -Text = +Text = [StatDetailTextPage] X = 546 @@ -7655,7 +7586,7 @@ Color = Black Font = 0 Size = 15 Align = 2 -Text = +Text = [StatDetailTextList1] X = 45 @@ -7679,7 +7610,7 @@ Y = 198 Color = White Font = 0 Size = 21 -Text = +Text = [StatDetailTextList4] X = 45 @@ -7687,7 +7618,7 @@ Y = 236 Color = White Font = 0 Size = 21 -Text = +Text = [StatDetailTextList5] X = 45 @@ -7695,7 +7626,7 @@ Y = 274 Color = White Font = 0 Size = 21 -Text = +Text = [StatDetailTextList6] X = 45 @@ -7703,7 +7634,7 @@ Y = 312 Color = White Font = 0 Size = 21 -Text = +Text = [StatDetailTextList7] X = 45 @@ -7711,7 +7642,7 @@ Y = 350 Color = White Font = 0 Size = 21 -Text = +Text = [StatDetailTextList8] X = 45 @@ -7719,7 +7650,7 @@ Y = 388 Color = White Font = 0 Size = 21 -Text = +Text = [StatDetailTextList9] X = 45 @@ -7727,7 +7658,7 @@ Y = 426 Color = White Font = 0 Size = 21 -Text = +Text = [StatDetailTextList10] X = 45 @@ -7735,7 +7666,7 @@ Y = 464 Color = White Font = 0 Size = 21 -Text = +Text = [StatDetailStatic1] X = 35 @@ -7841,11 +7772,11 @@ Text = SING_LEGEND_ESC [CheckPopup] [CheckPopupBackground] -Type=Fade -ColR=0 -ColG=0 -ColB=0 -Alpha=0.4 +Type = Fade +ColR = 0 +ColG = 0 +ColB = 0 +Alpha = 0.4 [CheckPopupStatic1] Tex = interface_dialog_background @@ -7923,15 +7854,14 @@ Text = NO Align = 1 Z = 1 - [ErrorPopup] [ErrorPopupBackground] -Type=Fade -ColR=0 -ColG=0 -ColB=0 -Alpha=0.4 +Type = Fade +ColR = 0 +ColG = 0 +ColB = 0 +Alpha = 0.4 [ErrorPopupStatic1] Tex = interface_dialog_background @@ -8009,4 +7939,4 @@ IndicatorYOffset = 3 X = 80 W = 640 Y = 535 -H = 41
\ No newline at end of file +H = 41 diff --git a/game/themes/Classic/Star.ini b/game/themes/Classic/Star.ini index e72bdbec..0bde56c3 100644 --- a/game/themes/Classic/Star.ini +++ b/game/themes/Classic/Star.ini @@ -24,7 +24,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png icon_song_search = [icon]song_search.png icon_song_video = [icon]song_video.png - +icon_song_medley = [icon]song_medley.png +icon_song_calcmedley = [icon]song_calcmedley.png # # # M A I N # # # ButtonSolo = [mainbutton]Solo.png @@ -34,13 +35,13 @@ ButtonStats = [mainbutton]Stats.png ButtonOptions = [mainbutton]Options.png ButtonExit = [mainbutton]Exit.png Button = [main]button.png -ButtonF = [main]buttonf.jpg -MainBar = [main]mainBar.png -SelectBG = [main]selectbg.png +ButtonF = [main]buttonf.jpg +MainBar = [main]mainBar.png +SelectBG = [main]selectbg.png usdx_logo = [main]logo.png -SongsBG = [songs]bg.png -SongFade = [song]BGFade.jpg +SongsBG = [songs]bg.png +SongFade = [song]BGFade.jpg SongEqualizerBG = [song]EqualizerBG.jpg Select_ArrowLeft = [interface]select_arrow_left.png @@ -71,12 +72,10 @@ VideoIcon = [icon]video.png IconError = [icon]error.png IconQuestion = [icon]question.png - # # # S O N G S E L E C E T # # # -SongSelection = [song]selection.png +SongSelection = [song]selection.png SongCover = [main]songCover.jpg - # # # S I N G # # # #the bar where the lyrics reside LyricBar = [sing]textBar.png @@ -85,10 +84,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png #the bar behind the timestuff -TimeBar1 = [sing]timeBarBG.png +TimeBar1 = [sing]timeBarBG.png #the time progress bar (not skinned in this theme :P ) -TimeBar = [sing]timeBar.jpg +TimeBar = [sing]timeBar.jpg #linebonus, the thing that pop ups at the score LineBonusBack = [sing]lineBonusPopUp.png @@ -107,6 +106,8 @@ P = [sing]p.png #Pointer for lyrics Ball = [sing]LyricsBall.png +#Song name for medley mode +SongName = [sing]SongName.png # # # S C O R E / T O P 5 # # # ScoreBox = [score]box.png @@ -152,37 +153,34 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png # thank you girls and guys!!! - # # # P A R T Y # # # -Joker =[party]Joker.png -PartyPlayerButton =[party]playerButton.png -PartyTeamButton1 =[party]roundTeamButton.png -PartyTeamButton2 =[party]playerTeamButton.png -PartyTeamButton3 =[party]winTeamButton1.png -PartyTeamButton4 =[party]winTeamButton2.png -PartyTeamButton5 =[party]winTeamButton3.png -PartyRoundBG1 =[party]roundBG1.png -PartyRoundBG2 =[party]roundBG2.png -PartyRoundBG3 =[party]roundBG3.png -PartyRoundBG4 =[party]roundBG4.png -HDL_Pointer =[party]pointer.png -PartyTeamPoints =[party]teamPoints.png -PartyScoreDeco =[party]scoreDecoration.png -PartyScoreBG1 =[party]scoreBG1.png -PartyScoreBG2 =[party]scoreBG2.png -PartyWinDeco1 =[party]winDecoration.png -PartyWinDeco2 =[party]winDecoration.png -PartyWinDeco3 =[party]winDecoration.png +Joker = [party]Joker.png +PartyPlayerButton = [party]playerButton.png +PartyTeamButton1 = [party]roundTeamButton.png +PartyTeamButton2 = [party]playerTeamButton.png +PartyTeamButton3 = [party]winTeamButton1.png +PartyTeamButton4 = [party]winTeamButton2.png +PartyTeamButton5 = [party]winTeamButton3.png +PartyRoundBG1 = [party]roundBG1.png +PartyRoundBG2 = [party]roundBG2.png +PartyRoundBG3 = [party]roundBG3.png +PartyRoundBG4 = [party]roundBG4.png +HDL_Pointer = [party]pointer.png +PartyTeamPoints = [party]teamPoints.png +PartyScoreDeco = [party]scoreDecoration.png +PartyScoreBG1 = [party]scoreBG1.png +PartyScoreBG2 = [party]scoreBG2.png +PartyWinDeco1 = [party]winDecoration.png +PartyWinDeco2 = [party]winDecoration.png +PartyWinDeco3 = [party]winDecoration.png PartyPlayerSelectBG = [party]playerselectbg.png - # # # S T A T S # # # -StatMainBG1 = [stat]mainBG1.png -StatMainBG2 = [stat]mainBG2.png -StatMainBG3 = [stat]mainBG3.png +StatMainBG1 = [stat]mainBG1.png +StatMainBG2 = [stat]mainBG2.png +StatMainBG3 = [stat]mainBG3.png StatDetailBG1 = [stat]detailBG1.png - # # # N A V I # # # ButtonP = [button]p.png ButtonM = [button]m.png @@ -193,17 +191,16 @@ ButtonEnter = [button]enter.png ButtonNavi = [button]navi.png ButtonEsc = [button]esc.png Button13 = [button]13.png -ButtonE = [button]e.png +ButtonE = [button]e.png ;Leiste1 = [special]bar1.png :Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png SongMenuBG = [menu]songMenuBg.png -SongMenuSelectBG = [menu]songMenuSelectBg.png +SongMenuSelectBG = [menu]songMenuSelectBg.png PopUpBG = [menu]popUpBG.png - # # # N O T E S # # # # sung notes - colorized with playercolors GrayLeft = [sing]notesLeft.png @@ -219,18 +216,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png Pause = [sing]pause.png - # # # E F F E C T S # # # NoteStar = [effect]goldenNoteStar.png NotePerfectStar = [effect]perfectNoteStar.png - # # # dirty helpers # # # Rectangle = [helper]rectangle.jpg ButtonFade = [helper]buttonFade.png BGFade = [special]bg_fade.png - # # # D U E T # # # LyricIcon_P1 = [sing.player1]lyric_active.png LyricIconD_P1 = [sing.player1]lyric_inactive.png diff --git a/game/themes/Classic/[icon]song_calcmedley.png b/game/themes/Classic/[icon]song_calcmedley.png Binary files differnew file mode 100755 index 00000000..30a13ea0 --- /dev/null +++ b/game/themes/Classic/[icon]song_calcmedley.png diff --git a/game/themes/Classic/[icon]song_medley.png b/game/themes/Classic/[icon]song_medley.png Binary files differnew file mode 100755 index 00000000..ac7b25bb --- /dev/null +++ b/game/themes/Classic/[icon]song_medley.png diff --git a/game/themes/Classic/[sing]SongName.png b/game/themes/Classic/[sing]SongName.png Binary files differnew file mode 100755 index 00000000..530fed3f --- /dev/null +++ b/game/themes/Classic/[sing]SongName.png diff --git a/game/themes/Deluxe.ini b/game/themes/Deluxe.ini index c0133d25..53b4b6b0 100644 --- a/game/themes/Deluxe.ini +++ b/game/themes/Deluxe.ini @@ -422,7 +422,7 @@ Y = 120 W = 325 H = 200 Reflections = 1 -Style=5 +Style = 5 [SongEqualizer] Visible = 1 @@ -451,6 +451,30 @@ Type = Transparent Reflection = 1 ReflectionSpacing = 22 +[SongMedleyIcon] +X = 335 +Y = 445 +W = 24 +H = 24 +Z = 0.95 +Color = White +Tex = icon_song_medley +Type = Transparent +Reflection = 1 +ReflectionSpacing = 22 + +[SongCalculatedMedleyIcon] +X = 335 +Y = 445 +W = 24 +H = 24 +Z = 0.95 +Color = White +Tex = icon_song_calcmedley +Type = Transparent +Reflection = 1 +ReflectionSpacing = 22 + [SongStatic3] X = 278 Y = 120 @@ -962,15 +986,14 @@ TexY1 = 0 TexX2 = 1 TexY2 = 1 - [Sing] Texts = 1 [SingBackground] -Type=color -ColR=1 -ColB=1 -ColG=1 +Type = color +ColR = 1 +ColB = 1 +ColG = 1 [SingText1] Text = SING_TIME @@ -1278,6 +1301,24 @@ Y = 95 W = 100 H = 8 +[SingSongNameStatic] +Tex = SongName +X = 10 +Y = 10 +W = 780 +H = 29 +Color = White +Type = Transparent + +[SingSongNameText] +Text = SongNameText +X = 400 +Y = 13 +Font = 0 +Size = 25 +Color = Black +Align = 1 + [Score] Texts = 1 @@ -2533,6 +2574,30 @@ Tex = ScoreLine Type = Colorized Color = White +[ScoreStaticNavigate] +X = 440 +Y = 545 +W = 32 +H = 30 +Z = 0.5 +Tex = ButtonNavi +Color = White +Type = Transparent +Reflection = 1 +ReflectionSpacing = 2 + +[ScoreTextNavigate] +X = 480 +Y = 548 +Z = 0.5 +Color = Black +Font = 0 +Size = 24 +Align = 0 +Text = SING_LEGEND_NAVIGATE +Reflection = 1 +ReflectionSpacing = 13 + [Options] Texts = 6 Fade = 2 @@ -2641,8 +2706,8 @@ Font = 0 Size = 24 Align = 0 Text = SING_LEGEND_SELECT -Reflection=1 -ReflectionSpacing=13 +Reflection = 1 +ReflectionSpacing = 13 [OptionsStatic6] X = 550 @@ -4661,7 +4726,6 @@ Size = 42 Align = 2 Text = 00000 - [Top5TextDate1] X = 760 Y = 190 @@ -4855,8 +4919,8 @@ Font = 0 Size = 24 Align = 0 Text = SING_EDIT_SELECT -Reflection=1 -ReflectionSpacing=13 +Reflection = 1 +ReflectionSpacing = 13 # Esc button text [EditText5] @@ -4867,8 +4931,8 @@ Font = 0 Size = 24 Align = 0 Text = SING_EDIT_EXIT -Reflection=1 -ReflectionSpacing=13 +Reflection = 1 +ReflectionSpacing = 13 [EditTextDescription] X = 95 @@ -5663,7 +5727,6 @@ Color = P3Light Reflection = 1 ReflectionSpacing = 2 - [PartyNewRoundTextRound1] X = 460 Y = 133 @@ -5952,7 +6015,6 @@ Size = 30 Text = Player 3 Align = 1 - [PartyScore] Texts = 5 @@ -6489,7 +6551,6 @@ Color = P1Dark Reflection = 1 ReflectionSpacing = 2 - [PartyWinStaticTeam1Deco] Tex = PartyWinDeco1 X = 91 @@ -6911,7 +6972,6 @@ STColor = White STDColor = GrayDark - [PartyPlayer] Texts = 6 @@ -7136,7 +7196,6 @@ SBGDColor = P3Light STColor = White STDColor = GrayDark - [PartyPlayerTeam1Name] Tex = PartyTeamButton2 X = 45 @@ -7466,7 +7525,6 @@ Text = Player 12 Color = White - [PartyRoundsBackground] Tex = PartyBG @@ -7755,15 +7813,14 @@ STColor = White STDColor = GrayDark - [SongMenu] [SongMenuBackground] -Type=Fade -ColR=0 -ColG=0 -ColB=0 -Alpha=0.4 +Type = Fade +ColR = 0 +ColG = 0 +ColB = 0 +Alpha = 0.4 [SongMenuStatic1] Tex = interface_dialog_background @@ -7907,11 +7964,11 @@ Z = 0.97 [SongJumpto] [SongJumptoBackground] -Type=Fade -ColR=0 -ColG=0 -ColB=0 -Alpha=0.5 +Type = Fade +ColR = 0 +ColG = 0 +ColB = 0 +Alpha = 0.5 [SongJumptoStatic1] Tex = interface_dialog_background @@ -7991,7 +8048,6 @@ Text = SONG_JUMPTO_HELP Align = 0 Z = 0.97 - [StatMain] Texts = 0 Statics = 0 @@ -8545,11 +8601,11 @@ Text = SING_LEGEND_ESC [CheckPopup] [CheckPopupBackground] -Type=Fade -ColR=0 -ColG=0 -ColB=0 -Alpha=0.4 +Type = Fade +ColR = 0 +ColG = 0 +ColB = 0 +Alpha = 0.4 [CheckPopupStatic1] Tex = interface_dialog_background @@ -8629,15 +8685,14 @@ Text = NO Align = 1 Z = 1 - [ErrorPopup] [ErrorPopupBackground] -Type=Fade -ColR=0 -ColG=0 -ColB=0 -Alpha=0.4 +Type = Fade +ColR = 0 +ColG = 0 +ColB = 0 +Alpha = 0.4 [ErrorPopupStatic1] Tex = interface_dialog_background diff --git a/game/themes/Deluxe/Blue.ini b/game/themes/Deluxe/Blue.ini index 3ebc04ff..7e31c570 100644 --- a/game/themes/Deluxe/Blue.ini +++ b/game/themes/Deluxe/Blue.ini @@ -4,9 +4,9 @@ ;don't be suprised it doesn't work good with newer releases [Skin] -Theme=Deluxe -Name=Blue -Color=Blue +Theme = Deluxe +Name = Blue +Color = Blue [Textures] /** @@ -24,7 +24,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png icon_song_search = [icon]song_search.png icon_song_video = [icon]song_video.png - +icon_song_medley = [icon]song_medley.png +icon_song_calcmedley = [icon]song_calcmedley.png # # # M A I N # # # Button = [main]button.png @@ -32,7 +33,7 @@ ButtonF = [main]buttonf.jpg MainBar = [main]mainBar.png SelectBG = [main]selectbg.png -Select_ArrowLeft = [interface]select_arrow_left.png +Select_ArrowLeft = [interface]select_arrow_left.png Select_ArrowRight = [interface]select_arrow_right.png #Backgrounds @@ -60,13 +61,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png IconQuestion = [icon]question.png - # # # S O N G S E L E C E T # # # SongSelection1 = [main]songSelection1.png SongSelection2 = [main]songSelection2.png SongCover = [main]songCover.jpg - # # # S I N G # # # #the bar where the lyrics reside LyricBar = [sing]textBar.png @@ -75,10 +74,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png #the bar behind the timestuff -TimeBar1 = [sing]timeBarBG.png +TimeBar1 = [sing]timeBarBG.png #the time progress bar (not skinned in this theme :P ) -TimeBar = [sing]timeBar.jpg +TimeBar = [sing]timeBar.jpg #linebonus, the thing that pop ups at the score LineBonusBack = [sing]lineBonusPopUp.png @@ -97,6 +96,8 @@ P = [sing]p.png #Pointer for lyrics Ball = [sing]LyricsBall.png +#Song name for medley mode +SongName = [sing]SongName.png # # # S C O R E / T O P 5 # # # ScoreBox = [score]box.png @@ -142,37 +143,34 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png # thank you girls and guys!!! - # # # P A R T Y # # # -Joker =[party]Joker.png -PartyPlayerButton =[party]playerButton.png -PartyTeamButton1 =[party]roundTeamButton.png -PartyTeamButton2 =[party]playerTeamButton.png -PartyTeamButton3 =[party]winTeamButton1.png -PartyTeamButton4 =[party]winTeamButton2.png -PartyTeamButton5 =[party]winTeamButton3.png -PartyRoundBG1 =[party]roundBG1.png -PartyRoundBG2 =[party]roundBG2.png -PartyRoundBG3 =[party]roundBG3.png -PartyRoundBG4 =[party]roundBG4.png -HDL_Pointer =[party]pointer.png -PartyTeamPoints =[party]teamPoints.png -PartyScoreDeco =[party]scoreDecoration.png -PartyScoreBG1 =[party]scoreBG1.png -PartyScoreBG2 =[party]scoreBG2.png -PartyWinDeco1 =[party]winDecoration.png -PartyWinDeco2 =[party]winDecoration.png -PartyWinDeco3 =[party]winDecoration.png +Joker = [party]Joker.png +PartyPlayerButton = [party]playerButton.png +PartyTeamButton1 = [party]roundTeamButton.png +PartyTeamButton2 = [party]playerTeamButton.png +PartyTeamButton3 = [party]winTeamButton1.png +PartyTeamButton4 = [party]winTeamButton2.png +PartyTeamButton5 = [party]winTeamButton3.png +PartyRoundBG1 = [party]roundBG1.png +PartyRoundBG2 = [party]roundBG2.png +PartyRoundBG3 = [party]roundBG3.png +PartyRoundBG4 = [party]roundBG4.png +HDL_Pointer = [party]pointer.png +PartyTeamPoints = [party]teamPoints.png +PartyScoreDeco = [party]scoreDecoration.png +PartyScoreBG1 = [party]scoreBG1.png +PartyScoreBG2 = [party]scoreBG2.png +PartyWinDeco1 = [party]winDecoration.png +PartyWinDeco2 = [party]winDecoration.png +PartyWinDeco3 = [party]winDecoration.png PartyPlayerSelectBG = [party]playerselectbg.png - # # # S T A T S # # # StatMainBG1 = [stat]mainBG1.png StatMainBG2 = [stat]mainBG2.png StatMainBG3 = [stat]mainBG3.png StatDetailBG1 = [stat]detailBG1.png - # # # N A V I # # # ButtonP = [button]p.png ButtonM = [button]m.png @@ -189,10 +187,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png SongMenuBG = [menu]songMenuBg.png -SongMenuSelectBG = [menu]songMenuSelectBg.png +SongMenuSelectBG = [menu]songMenuSelectBg.png PopUpBG = [menu]popUpBG.png - # # # N O T E S # # # # sung notes - colorized with playercolors GrayLeft = [sing]notesLeft.png @@ -208,18 +205,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png Pause = [sing]pause.png - # # # E F F E C T S # # # NoteStar = [effect]goldenNoteStar.png NotePerfectStar = [effect]perfectNoteStar.png - # # # dirty helpers # # # Rectangle = [helper]rectangle.jpg ButtonFade = [helper]buttonFade.png BGFade = [special]bg_fade.png - # # # D U E T # # # LyricIcon_P1 = [sing.player1]lyric_active.png LyricIconD_P1 = [sing.player1]lyric_inactive.png diff --git a/game/themes/Deluxe/Fall.ini b/game/themes/Deluxe/Fall.ini index 4502be61..3191daf8 100644 --- a/game/themes/Deluxe/Fall.ini +++ b/game/themes/Deluxe/Fall.ini @@ -4,9 +4,9 @@ ;don't be suprised it doesn't work good with newer releases [Skin] -Theme=Deluxe -Name=Fall -Color=Orange +Theme = Deluxe +Name = Fall +Color = Orange [Textures] /** @@ -24,7 +24,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png icon_song_search = [icon]song_search.png icon_song_video = [icon]song_video.png - +icon_song_medley = [icon]song_medley.png +icon_song_calcmedley = [icon]song_calcmedley.png # # # M A I N # # # Button = [main]button.png @@ -32,7 +33,7 @@ ButtonF = [main]buttonf.jpg MainBar = [main]mainBar.png SelectBG = [main]selectbg.png -Select_ArrowLeft = [interface]select_arrow_left.png +Select_ArrowLeft = [interface]select_arrow_left.png Select_ArrowRight = [interface]select_arrow_right.png #Backgrounds @@ -60,13 +61,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png IconQuestion = [icon]question.png - # # # S O N G S E L E C E T # # # SongSelection1 = [main]songSelection1.png SongSelection2 = [main]songSelection2.png SongCover = [main]songCover.jpg - # # # S I N G # # # #the bar where the lyrics reside LyricBar = [sing]textBar.png @@ -75,10 +74,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png #the bar behind the timestuff -TimeBar1 = [sing]timeBarBG.png +TimeBar1 = [sing]timeBarBG.png #the time progress bar (not skinned in this theme :P ) -TimeBar = [sing]timeBar.jpg +TimeBar = [sing]timeBar.jpg #linebonus, the thing that pop ups at the score LineBonusBack = [sing]lineBonusPopUp.png @@ -97,6 +96,8 @@ P = [sing]p.png #Pointer for lyrics Ball = [sing]LyricsBall.png +#Song name for medley mode +SongName = [sing]SongName.png # # # S C O R E / T O P 5 # # # ScoreBox = [score]box.png @@ -142,37 +143,34 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png # thank you girls and guys!!! - # # # P A R T Y # # # -Joker =[party]Joker.png -PartyPlayerButton =[party]playerButton.png -PartyTeamButton1 =[party]roundTeamButton.png -PartyTeamButton2 =[party]playerTeamButton.png -PartyTeamButton3 =[party]winTeamButton1.png -PartyTeamButton4 =[party]winTeamButton2.png -PartyTeamButton5 =[party]winTeamButton3.png -PartyRoundBG1 =[party]roundBG1.png -PartyRoundBG2 =[party]roundBG2.png -PartyRoundBG3 =[party]roundBG3.png -PartyRoundBG4 =[party]roundBG4.png -HDL_Pointer =[party]pointer.png -PartyTeamPoints =[party]teamPoints.png -PartyScoreDeco =[party]scoreDecoration.png -PartyScoreBG1 =[party]scoreBG1.png -PartyScoreBG2 =[party]scoreBG2.png -PartyWinDeco1 =[party]winDecoration.png -PartyWinDeco2 =[party]winDecoration.png -PartyWinDeco3 =[party]winDecoration.png +Joker = [party]Joker.png +PartyPlayerButton = [party]playerButton.png +PartyTeamButton1 = [party]roundTeamButton.png +PartyTeamButton2 = [party]playerTeamButton.png +PartyTeamButton3 = [party]winTeamButton1.png +PartyTeamButton4 = [party]winTeamButton2.png +PartyTeamButton5 = [party]winTeamButton3.png +PartyRoundBG1 = [party]roundBG1.png +PartyRoundBG2 = [party]roundBG2.png +PartyRoundBG3 = [party]roundBG3.png +PartyRoundBG4 = [party]roundBG4.png +HDL_Pointer = [party]pointer.png +PartyTeamPoints = [party]teamPoints.png +PartyScoreDeco = [party]scoreDecoration.png +PartyScoreBG1 = [party]scoreBG1.png +PartyScoreBG2 = [party]scoreBG2.png +PartyWinDeco1 = [party]winDecoration.png +PartyWinDeco2 = [party]winDecoration.png +PartyWinDeco3 = [party]winDecoration.png PartyPlayerSelectBG = [party]playerselectbg.png - # # # S T A T S # # # StatMainBG1 = [stat]mainBG1.png StatMainBG2 = [stat]mainBG2.png StatMainBG3 = [stat]mainBG3.png StatDetailBG1 = [stat]detailBG1.png - # # # N A V I # # # ButtonP = [button]p.png ButtonM = [button]m.png @@ -189,10 +187,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png SongMenuBG = [menu]songMenuBg.png -SongMenuSelectBG = [menu]songMenuSelectBg.png +SongMenuSelectBG = [menu]songMenuSelectBg.png PopUpBG = [menu]popUpBG.png - # # # N O T E S # # # # sung notes - colorized with playercolors GrayLeft = [sing]notesLeft.png @@ -208,18 +205,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png Pause = [sing]pause.png - # # # E F F E C T S # # # NoteStar = [effect]goldenNoteStar.png NotePerfectStar = [effect]perfectNoteStar.png - # # # dirty helpers # # # Rectangle = [helper]rectangle.jpg ButtonFade = [helper]buttonFade.png BGFade = [special]bg_fade.png - # # # D U E T # # # LyricIcon_P1 = [sing.player1]lyric_active.png LyricIconD_P1 = [sing.player1]lyric_inactive.png diff --git a/game/themes/Deluxe/Ocean.ini b/game/themes/Deluxe/Ocean.ini index 8af41f20..a998874a 100644 --- a/game/themes/Deluxe/Ocean.ini +++ b/game/themes/Deluxe/Ocean.ini @@ -4,9 +4,9 @@ ;don't be suprised it doesn't work good with newer releases [Skin] -Theme=Deluxe -Name=Ocean -Color=Blue +Theme = Deluxe +Name = Ocean +Color = Blue [Textures] /** @@ -24,7 +24,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png icon_song_search = [icon]song_search.png icon_song_video = [icon]song_video.png - +icon_song_medley = [icon]song_medley.png +icon_song_calcmedley = [icon]song_calcmedley.png # # # M A I N # # # Button = [main]button.png @@ -32,7 +33,7 @@ ButtonF = [main]buttonf.jpg MainBar = [main]mainBar.png SelectBG = [main]selectbg.png -Select_ArrowLeft = [interface]select_arrow_left.png +Select_ArrowLeft = [interface]select_arrow_left.png Select_ArrowRight = [interface]select_arrow_right.png #Backgrounds @@ -60,13 +61,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png IconQuestion = [icon]question.png - # # # S O N G S E L E C E T # # # SongSelection1 = [main]songSelection1.png SongSelection2 = [main]songSelection2.png SongCover = [main]songCover.jpg - # # # S I N G # # # #the bar where the lyrics reside LyricBar = [sing]textBar.png @@ -75,10 +74,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png #the bar behind the timestuff -TimeBar1 = [sing]timeBarBG.png +TimeBar1 = [sing]timeBarBG.png #the time progress bar (not skinned in this theme :P ) -TimeBar = [sing]timeBar.jpg +TimeBar = [sing]timeBar.jpg #linebonus, the thing that pop ups at the score LineBonusBack = [sing]lineBonusPopUp.png @@ -97,6 +96,8 @@ P = [sing]p.png #Pointer for lyrics Ball = [sing]LyricsBall.png +#Song name for medley mode +SongName = [sing]SongName.png # # # S C O R E / T O P 5 # # # ScoreBox = [score]box.png @@ -142,37 +143,34 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png # thank you girls and guys!!! - # # # P A R T Y # # # -Joker =[party]Joker.png -PartyPlayerButton =[party]playerButton.png -PartyTeamButton1 =[party]roundTeamButton.png -PartyTeamButton2 =[party]playerTeamButton.png -PartyTeamButton3 =[party]winTeamButton1.png -PartyTeamButton4 =[party]winTeamButton2.png -PartyTeamButton5 =[party]winTeamButton3.png -PartyRoundBG1 =[party]roundBG1.png -PartyRoundBG2 =[party]roundBG2.png -PartyRoundBG3 =[party]roundBG3.png -PartyRoundBG4 =[party]roundBG4.png -HDL_Pointer =[party]pointer.png -PartyTeamPoints =[party]teamPoints.png -PartyScoreDeco =[party]scoreDecoration.png -PartyScoreBG1 =[party]scoreBG1.png -PartyScoreBG2 =[party]scoreBG2.png -PartyWinDeco1 =[party]winDecoration.png -PartyWinDeco2 =[party]winDecoration.png -PartyWinDeco3 =[party]winDecoration.png +Joker = [party]Joker.png +PartyPlayerButton = [party]playerButton.png +PartyTeamButton1 = [party]roundTeamButton.png +PartyTeamButton2 = [party]playerTeamButton.png +PartyTeamButton3 = [party]winTeamButton1.png +PartyTeamButton4 = [party]winTeamButton2.png +PartyTeamButton5 = [party]winTeamButton3.png +PartyRoundBG1 = [party]roundBG1.png +PartyRoundBG2 = [party]roundBG2.png +PartyRoundBG3 = [party]roundBG3.png +PartyRoundBG4 = [party]roundBG4.png +HDL_Pointer = [party]pointer.png +PartyTeamPoints = [party]teamPoints.png +PartyScoreDeco = [party]scoreDecoration.png +PartyScoreBG1 = [party]scoreBG1.png +PartyScoreBG2 = [party]scoreBG2.png +PartyWinDeco1 = [party]winDecoration.png +PartyWinDeco2 = [party]winDecoration.png +PartyWinDeco3 = [party]winDecoration.png PartyPlayerSelectBG = [party]playerselectbg.png - # # # S T A T S # # # StatMainBG1 = [stat]mainBG1.png StatMainBG2 = [stat]mainBG2.png StatMainBG3 = [stat]mainBG3.png StatDetailBG1 = [stat]detailBG1.png - # # # N A V I # # # ButtonP = [button]p.png ButtonM = [button]m.png @@ -189,10 +187,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png SongMenuBG = [menu]songMenuBg.png -SongMenuSelectBG = [menu]songMenuSelectBg.png +SongMenuSelectBG = [menu]songMenuSelectBg.png PopUpBG = [menu]popUpBG.png - # # # N O T E S # # # # sung notes - colorized with playercolors GrayLeft = [sing]notesLeft.png @@ -208,18 +205,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png Pause = [sing]pause.png - # # # E F F E C T S # # # NoteStar = [effect]goldenNoteStar.png NotePerfectStar = [effect]perfectNoteStar.png - # # # dirty helpers # # # Rectangle = [helper]rectangle.jpg ButtonFade = [helper]buttonFade.png BGFade = [special]bg_fade.png - # # # D U E T # # # LyricIcon_P1 = [sing.player1]lyric_active.png LyricIconD_P1 = [sing.player1]lyric_inactive.png diff --git a/game/themes/Deluxe/Ribbon.ini b/game/themes/Deluxe/Ribbon.ini index 06a4dd41..357582c0 100644 --- a/game/themes/Deluxe/Ribbon.ini +++ b/game/themes/Deluxe/Ribbon.ini @@ -4,9 +4,9 @@ ;don't be suprised it doesn't work good with newer releases [Skin] -Theme=Deluxe -Name=Ribbon -Color=Any +Theme = Deluxe +Name = Ribbon +Color = Any [Textures] /** @@ -24,7 +24,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png icon_song_search = [icon]song_search.png icon_song_video = [icon]song_video.png - +icon_song_medley = [icon]song_medley.png +icon_song_calcmedley = [icon]song_calcmedley.png # # # M A I N # # # Button = [main]button.png @@ -32,7 +33,7 @@ ButtonF = [main]buttonf.jpg MainBar = [main]mainBar.png SelectBG = [main]selectbg.png -Select_ArrowLeft = [interface]select_arrow_left.png +Select_ArrowLeft = [interface]select_arrow_left.png Select_ArrowRight = [interface]select_arrow_right.png #Backgrounds @@ -60,13 +61,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png IconQuestion = [icon]question.png - # # # S O N G S E L E C E T # # # SongSelection1 = [main]songSelection1.png SongSelection2 = [main]songSelection2.png SongCover = [main]songCover.jpg - # # # S I N G # # # #the bar where the lyrics reside LyricBar = [sing]textBar.png @@ -75,10 +74,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png #the bar behind the timestuff -TimeBar1 = [sing]timeBarBG.png +TimeBar1 = [sing]timeBarBG.png #the time progress bar (not skinned in this theme :P ) -TimeBar = [sing]timeBar.jpg +TimeBar = [sing]timeBar.jpg #linebonus, the thing that pop ups at the score LineBonusBack = [sing]lineBonusPopUp.png @@ -97,6 +96,8 @@ P = [sing]p.png #Pointer for lyrics Ball = [sing]LyricsBall.png +#Song name for medley mode +SongName = [sing]SongName.png # # # S C O R E / T O P 5 # # # ScoreBox = [score]box.png @@ -142,27 +143,26 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png # thank you girls and guys!!! - # # # P A R T Y # # # -Joker =[party]Joker.png -PartyPlayerButton =[party]playerButton.png -PartyTeamButton1 =[party]roundTeamButton.png -PartyTeamButton2 =[party]playerTeamButton.png -PartyTeamButton3 =[party]winTeamButton1.png -PartyTeamButton4 =[party]winTeamButton2.png -PartyTeamButton5 =[party]winTeamButton3.png -PartyRoundBG1 =[party]roundBG1.png -PartyRoundBG2 =[party]roundBG2.png -PartyRoundBG3 =[party]roundBG3.png -PartyRoundBG4 =[party]roundBG4.png -HDL_Pointer =[party]pointer.png -PartyTeamPoints =[party]teamPoints.png -PartyScoreDeco =[party]scoreDecoration.png -PartyScoreBG1 =[party]scoreBG1.png -PartyScoreBG2 =[party]scoreBG2.png -PartyWinDeco1 =[party]winDecoration.png -PartyWinDeco2 =[party]winDecoration.png -PartyWinDeco3 =[party]winDecoration.png +Joker = [party]Joker.png +PartyPlayerButton = [party]playerButton.png +PartyTeamButton1 = [party]roundTeamButton.png +PartyTeamButton2 = [party]playerTeamButton.png +PartyTeamButton3 = [party]winTeamButton1.png +PartyTeamButton4 = [party]winTeamButton2.png +PartyTeamButton5 = [party]winTeamButton3.png +PartyRoundBG1 = [party]roundBG1.png +PartyRoundBG2 = [party]roundBG2.png +PartyRoundBG3 = [party]roundBG3.png +PartyRoundBG4 = [party]roundBG4.png +HDL_Pointer = [party]pointer.png +PartyTeamPoints = [party]teamPoints.png +PartyScoreDeco = [party]scoreDecoration.png +PartyScoreBG1 = [party]scoreBG1.png +PartyScoreBG2 = [party]scoreBG2.png +PartyWinDeco1 = [party]winDecoration.png +PartyWinDeco2 = [party]winDecoration.png +PartyWinDeco3 = [party]winDecoration.png PartyPlayerSelectBG = [party]playerselectbg.png # # # S T A T S # # # @@ -171,7 +171,6 @@ StatMainBG2 = [stat]mainBG2.png StatMainBG3 = [stat]mainBG3.png StatDetailBG1 = [stat]detailBG1.png - # # # N A V I # # # ButtonP = [button]p.png ButtonM = [button]m.png @@ -188,10 +187,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png SongMenuBG = [menu]songMenuBg.png -SongMenuSelectBG = [menu]songMenuSelectBg.png +SongMenuSelectBG = [menu]songMenuSelectBg.png PopUpBG = [menu]popUpBG.png - # # # N O T E S # # # # sung notes - colorized with playercolors GrayLeft = [sing]notesLeft.png @@ -207,18 +205,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png Pause = [sing]pause.png - # # # E F F E C T S # # # NoteStar = [effect]goldenNoteStar.png NotePerfectStar = [effect]perfectNoteStar.png - # # # dirty helpers # # # Rectangle = [helper]rectangle.jpg ButtonFade = [helper]buttonFade.png BGFade = [special]bg_fade.png - # # # D U E T # # # LyricIcon_P1 = [sing.player1]lyric_active.png LyricIconD_P1 = [sing.player1]lyric_inactive.png diff --git a/game/themes/Deluxe/Summer.ini b/game/themes/Deluxe/Summer.ini index 660a5ec7..4aaebac1 100644 --- a/game/themes/Deluxe/Summer.ini +++ b/game/themes/Deluxe/Summer.ini @@ -4,9 +4,9 @@ ;don't be suprised it doesn't work good with newer releases [Skin] -Theme=Deluxe -Name=Summer -Color=Red +Theme = Deluxe +Name = Summer +Color = Red [Textures] /** @@ -24,7 +24,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png icon_song_search = [icon]song_search.png icon_song_video = [icon]song_video.png - +icon_song_medley = [icon]song_medley.png +icon_song_calcmedley = [icon]song_calcmedley.png # # # M A I N # # # Button = [main]button.png @@ -32,7 +33,7 @@ ButtonF = [main]buttonf.jpg MainBar = [main]mainBar.png SelectBG = [main]selectbg.png -Select_ArrowLeft = [interface]select_arrow_left.png +Select_ArrowLeft = [interface]select_arrow_left.png Select_ArrowRight = [interface]select_arrow_right.png #Backgrounds @@ -60,13 +61,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png IconQuestion = [icon]question.png - # # # S O N G S E L E C E T # # # SongSelection1 = [main]songSelection1.png SongSelection2 = [main]songSelection2.png SongCover = [main]songCover.jpg - # # # S I N G # # # #the bar where the lyrics reside LyricBar = [sing]textBar.png @@ -75,10 +74,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png #the bar behind the timestuff -TimeBar1 = [sing]timeBarBG.png +TimeBar1 = [sing]timeBarBG.png #the time progress bar (not skinned in this theme :P ) -TimeBar = [sing]timeBar.jpg +TimeBar = [sing]timeBar.jpg #linebonus, the thing that pop ups at the score LineBonusBack = [sing]lineBonusPopUp.png @@ -97,6 +96,8 @@ P = [sing]p.png #Pointer for lyrics Ball = [sing]LyricsBall.png +#Song name for medley mode +SongName = [sing]SongName.png # # # S C O R E / T O P 5 # # # ScoreBox = [score]box.png @@ -142,37 +143,34 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png # thank you girls and guys!!! - # # # P A R T Y # # # -Joker =[party]Joker.png -PartyPlayerButton =[party]playerButton.png -PartyTeamButton1 =[party]roundTeamButton.png -PartyTeamButton2 =[party]playerTeamButton.png -PartyTeamButton3 =[party]winTeamButton1.png -PartyTeamButton4 =[party]winTeamButton2.png -PartyTeamButton5 =[party]winTeamButton3.png -PartyRoundBG1 =[party]roundBG1.png -PartyRoundBG2 =[party]roundBG2.png -PartyRoundBG3 =[party]roundBG3.png -PartyRoundBG4 =[party]roundBG4.png -HDL_Pointer =[party]pointer.png -PartyTeamPoints =[party]teamPoints.png -PartyScoreDeco =[party]scoreDecoration.png -PartyScoreBG1 =[party]scoreBG1.png -PartyScoreBG2 =[party]scoreBG2.png -PartyWinDeco1 =[party]winDecoration.png -PartyWinDeco2 =[party]winDecoration.png -PartyWinDeco3 =[party]winDecoration.png +Joker = [party]Joker.png +PartyPlayerButton = [party]playerButton.png +PartyTeamButton1 = [party]roundTeamButton.png +PartyTeamButton2 = [party]playerTeamButton.png +PartyTeamButton3 = [party]winTeamButton1.png +PartyTeamButton4 = [party]winTeamButton2.png +PartyTeamButton5 = [party]winTeamButton3.png +PartyRoundBG1 = [party]roundBG1.png +PartyRoundBG2 = [party]roundBG2.png +PartyRoundBG3 = [party]roundBG3.png +PartyRoundBG4 = [party]roundBG4.png +HDL_Pointer = [party]pointer.png +PartyTeamPoints = [party]teamPoints.png +PartyScoreDeco = [party]scoreDecoration.png +PartyScoreBG1 = [party]scoreBG1.png +PartyScoreBG2 = [party]scoreBG2.png +PartyWinDeco1 = [party]winDecoration.png +PartyWinDeco2 = [party]winDecoration.png +PartyWinDeco3 = [party]winDecoration.png PartyPlayerSelectBG = [party]playerselectbg.png - # # # S T A T S # # # StatMainBG1 = [stat]mainBG1.png StatMainBG2 = [stat]mainBG2.png StatMainBG3 = [stat]mainBG3.png StatDetailBG1 = [stat]detailBG1.png - # # # N A V I # # # ButtonP = [button]p.png ButtonM = [button]m.png @@ -189,10 +187,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png SongMenuBG = [menu]songMenuBg.png -SongMenuSelectBG = [menu]songMenuSelectBg.png +SongMenuSelectBG = [menu]songMenuSelectBg.png PopUpBG = [menu]popUpBG.png - # # # N O T E S # # # # sung notes - colorized with playercolors GrayLeft = [sing]notesLeft.png @@ -208,18 +205,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png Pause = [sing]pause.png - # # # E F F E C T S # # # NoteStar = [effect]goldenNoteStar.png NotePerfectStar = [effect]perfectNoteStar.png - # # # dirty helpers # # # Rectangle = [helper]rectangle.jpg ButtonFade = [helper]buttonFade.png BGFade = [special]bg_fade.png - # # # D U E T # # # LyricIcon_P1 = [sing.player1]lyric_active.png LyricIconD_P1 = [sing.player1]lyric_inactive.png diff --git a/game/themes/Deluxe/Winter.ini b/game/themes/Deluxe/Winter.ini index 71b4dfaa..d738c32f 100644 --- a/game/themes/Deluxe/Winter.ini +++ b/game/themes/Deluxe/Winter.ini @@ -4,9 +4,9 @@ ;don't be suprised it doesn't work good with newer releases [Skin] -Theme=Deluxe -Name=Winter -Color=Blue +Theme = Deluxe +Name = Winter +Color = Blue [Textures] /** @@ -24,7 +24,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png icon_song_search = [icon]song_search.png icon_song_video = [icon]song_video.png - +icon_song_medley = [icon]song_medley.png +icon_song_calcmedley = [icon]song_calcmedley.png # # # M A I N # # # Button = [main]button.png @@ -32,7 +33,7 @@ ButtonF = [main]buttonf.jpg MainBar = [main]mainBar.png SelectBG = [main]selectbg.png -Select_ArrowLeft = [interface]select_arrow_left.png +Select_ArrowLeft = [interface]select_arrow_left.png Select_ArrowRight = [interface]select_arrow_right.png #Backgrounds @@ -60,13 +61,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png IconQuestion = [icon]question.png - # # # S O N G S E L E C E T # # # SongSelection1 = [main]songSelection1.png SongSelection2 = [main]songSelection2.png SongCover = [main]songCover.jpg - # # # S I N G # # # #the bar where the lyrics reside LyricBar = [sing]textBar.png @@ -75,10 +74,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png #the bar behind the timestuff -TimeBar1 = [sing]timeBarBG.png +TimeBar1 = [sing]timeBarBG.png #the time progress bar (not skinned in this theme :P ) -TimeBar = [sing]timeBar.jpg +TimeBar = [sing]timeBar.jpg #linebonus, the thing that pop ups at the score LineBonusBack = [sing]lineBonusPopUp.png @@ -97,6 +96,8 @@ P = [sing]p.png #Pointer for lyrics Ball = [sing]LyricsBall.png +#Song name for medley mode +SongName = [sing]SongName.png # # # S C O R E / T O P 5 # # # ScoreBox = [score]box.png @@ -142,37 +143,34 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png # thank you girls and guys!!! - # # # P A R T Y # # # -Joker =[party]Joker.png -PartyPlayerButton =[party]playerButton.png -PartyTeamButton1 =[party]roundTeamButton.png -PartyTeamButton2 =[party]playerTeamButton.png -PartyTeamButton3 =[party]winTeamButton1.png -PartyTeamButton4 =[party]winTeamButton2.png -PartyTeamButton5 =[party]winTeamButton3.png -PartyRoundBG1 =[party]roundBG1.png -PartyRoundBG2 =[party]roundBG2.png -PartyRoundBG3 =[party]roundBG3.png -PartyRoundBG4 =[party]roundBG4.png -HDL_Pointer =[party]pointer.png -PartyTeamPoints =[party]teamPoints.png -PartyScoreDeco =[party]scoreDecoration.png -PartyScoreBG1 =[party]scoreBG1.png -PartyScoreBG2 =[party]scoreBG2.png -PartyWinDeco1 =[party]winDecoration.png -PartyWinDeco2 =[party]winDecoration.png -PartyWinDeco3 =[party]winDecoration.png +Joker = [party]Joker.png +PartyPlayerButton = [party]playerButton.png +PartyTeamButton1 = [party]roundTeamButton.png +PartyTeamButton2 = [party]playerTeamButton.png +PartyTeamButton3 = [party]winTeamButton1.png +PartyTeamButton4 = [party]winTeamButton2.png +PartyTeamButton5 = [party]winTeamButton3.png +PartyRoundBG1 = [party]roundBG1.png +PartyRoundBG2 = [party]roundBG2.png +PartyRoundBG3 = [party]roundBG3.png +PartyRoundBG4 = [party]roundBG4.png +HDL_Pointer = [party]pointer.png +PartyTeamPoints = [party]teamPoints.png +PartyScoreDeco = [party]scoreDecoration.png +PartyScoreBG1 = [party]scoreBG1.png +PartyScoreBG2 = [party]scoreBG2.png +PartyWinDeco1 = [party]winDecoration.png +PartyWinDeco2 = [party]winDecoration.png +PartyWinDeco3 = [party]winDecoration.png PartyPlayerSelectBG = [party]playerselectbg.png - # # # S T A T S # # # StatMainBG1 = [stat]mainBG1.png StatMainBG2 = [stat]mainBG2.png StatMainBG3 = [stat]mainBG3.png StatDetailBG1 = [stat]detailBG1.png - # # # N A V I # # # ButtonP = [button]p.png ButtonM = [button]m.png @@ -189,10 +187,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png SongMenuBG = [menu]songMenuBg.png -SongMenuSelectBG = [menu]songMenuSelectBg.png +SongMenuSelectBG = [menu]songMenuSelectBg.png PopUpBG = [menu]popUpBG.png - # # # N O T E S # # # # sung notes - colorized with playercolors GrayLeft = [sing]notesLeft.png @@ -208,18 +205,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png Pause = [sing]pause.png - # # # E F F E C T S # # # NoteStar = [effect]goldenNoteStar.png NotePerfectStar = [effect]perfectNoteStar.png - # # # dirty helpers # # # Rectangle = [helper]rectangle.jpg ButtonFade = [helper]buttonFade.png BGFade = [special]bg_fade.png - # # # D U E T # # # LyricIcon_P1 = [sing.player1]lyric_active.png LyricIconD_P1 = [sing.player1]lyric_inactive.png diff --git a/game/themes/Deluxe/[icon]song_calcmedley.png b/game/themes/Deluxe/[icon]song_calcmedley.png Binary files differnew file mode 100755 index 00000000..30a13ea0 --- /dev/null +++ b/game/themes/Deluxe/[icon]song_calcmedley.png diff --git a/game/themes/Deluxe/[icon]song_medley.png b/game/themes/Deluxe/[icon]song_medley.png Binary files differnew file mode 100755 index 00000000..ac7b25bb --- /dev/null +++ b/game/themes/Deluxe/[icon]song_medley.png diff --git a/game/themes/Deluxe/[sing]SongName.png b/game/themes/Deluxe/[sing]SongName.png Binary files differnew file mode 100755 index 00000000..530fed3f --- /dev/null +++ b/game/themes/Deluxe/[sing]SongName.png diff --git a/game/themes/Temptation.ini b/game/themes/Temptation.ini index 663ac299..9206d83f 100755 --- a/game/themes/Temptation.ini +++ b/game/themes/Temptation.ini @@ -405,7 +405,7 @@ Y = 170 W = 325
H = 200
Reflections = 1
-Style=5
+Style = 5
[SongEqualizer]
Visible = 1
@@ -434,6 +434,30 @@ Type = Transparent Reflection = 0
ReflectionSpacing = 1
+[SongMedleyIcon]
+X = 680
+Y = 425
+W = 32
+H = 32
+Z = 0.95
+Color = White
+Tex = icon_song_medley
+Type = Transparent
+Reflection = 0
+ReflectionSpacing = 1
+
+[SongCalculatedMedleyIcon]
+X = 680
+Y = 425
+W = 32
+H = 32
+Z = 0.95
+Color = White
+Tex = icon_song_calcmedley
+Type = Transparent
+Reflection = 0
+ReflectionSpacing = 1
+
[SongStatic3]
X = 247
Y = 158
@@ -951,15 +975,14 @@ TexY1 = 0 TexX2 = 1
TexY2 = 1
-
[Sing]
Texts = 1
[SingBackground]
-Type=color
-ColR=1
-ColB=1
-ColG=1
+Type = color
+ColR = 1
+ColB = 1
+ColG = 1
[SingText1]
Text = SING_TIME
@@ -1267,6 +1290,24 @@ Y = 95 W = 100
H = 8
+[SingSongNameStatic]
+Tex = SongName
+X = 10
+Y = 10
+W = 780
+H = 29
+Color = White
+Type = Transparent
+
+[SingSongNameText]
+Text = SongNameText
+X = 400
+Y = 13
+Font = 0
+Size = 25
+Color = Black
+Align = 1
+
[Score]
Texts = 1
@@ -2521,6 +2562,27 @@ Tex = ScoreLine Type = Colorized
Color = White
+[ScoreStaticNavigate]
+X = 440
+Y = 545
+W = 32
+H = 30
+Tex = ButtonNavi
+Color = White
+Type = Transparent
+Reflection = 1
+ReflectionSpacing = 2
+
+[ScoreTextNavigate]
+X = 480
+Y = 548
+Z = 0.5
+Color = White
+Size = 24
+Reflection = 1
+ReflectionSpacing = 20
+Text = SING_LEGEND_NAVIGATE
+
[Options]
Texts = 6
Fade = 2
@@ -2605,8 +2667,8 @@ Font = 0 Size = 24
Align = 0
Text = SING_LEGEND_NAVIGATE
-Reflection=1
-ReflectionSpacing=13
+Reflection = 1
+ReflectionSpacing = 13
[OptionsStatic5]
X = 400
@@ -2627,8 +2689,8 @@ Font = 0 Size = 24
Align = 0
Text = SING_LEGEND_SELECT
-Reflection=1
-ReflectionSpacing=13
+Reflection = 1
+ReflectionSpacing = 13
[OptionsStatic6]
X = 550
@@ -2649,8 +2711,8 @@ Font = 0 Size = 24
Align = 0
Text = SING_LEGEND_ESC
-Reflection=1
-ReflectionSpacing=13
+Reflection = 1
+ReflectionSpacing = 13
[OptionsButtonGame]
X = 95
@@ -4699,7 +4761,6 @@ Size = 42 Align = 2
Text = 00000
-
[Top5TextDate1]
X = 760
Y = 190
@@ -4893,8 +4954,8 @@ Font = 0 Size = 24
Align = 0
Text = SING_EDIT_SELECT
-Reflection=1
-ReflectionSpacing=13
+Reflection = 1
+ReflectionSpacing = 13
# Esc button text
[EditText5]
@@ -4905,8 +4966,8 @@ Font = 0 Size = 24
Align = 0
Text = SING_EDIT_EXIT
-Reflection=1
-ReflectionSpacing=13
+Reflection = 1
+ReflectionSpacing = 13
[EditTextDescription]
X = 5
@@ -5733,7 +5794,6 @@ Color = P3Light Reflection = 1
ReflectionSpacing = 2
-
[PartyNewRoundTextRound1]
X = 460
Y = 133
@@ -6022,7 +6082,6 @@ Size = 30 Text = Player 3
Align = 1
-
[PartyScore]
Texts = 5
@@ -6124,7 +6183,6 @@ Text = PARTY_LEGEND_CONTINUE Reflection = 1
ReflectionSpacing = 13
-
[PartyScoreStatic5]
Tex = PartyScoreBG1
X = 50
@@ -6365,7 +6423,6 @@ Type = Transparent Reflection = 1
ReflectionSpacing = 2
-
[PartyWinText1]
X = 55
Y = 28
@@ -6402,8 +6459,7 @@ Size = 24 Align = 0
Text = PARTY_WIN_LEGEND_CONTINUE
Reflection = 1
-ReflectionSpacing =13
-
+ReflectionSpacing = 13
#[PartyWinTextWinner]
#X = 150
@@ -6560,7 +6616,6 @@ Color = P1Dark Reflection = 1
ReflectionSpacing = 2
-
[PartyWinStaticTeam1Deco]
Tex = PartyWinDeco1
X = 91
@@ -6826,7 +6881,6 @@ Type = Transparent Reflection = 1
ReflectionSpacing = 2
-
[PartyOptionsStatic5]
X = 380
Y = 544
@@ -6838,7 +6892,6 @@ Type = Transparent Reflection = 1
ReflectionSpacing = 2
-
[PartyOptionsText1]
X = 55
Y = 28
@@ -6877,7 +6930,6 @@ Text = SING_LEGEND_NAVIGATE Reflection = 1
ReflectionSpacing = 13
-
[PartyOptionsText5]
X = 410
Y = 548
@@ -6889,7 +6941,6 @@ Text = SING_LEGEND_CONTINUE Reflection = 1
ReflectionSpacing = 13
-
[PartyOptionsSelectLevel]
Tex = MainBar
Type = Transparent
@@ -6988,7 +7039,6 @@ STColor = White STDColor = GrayDark
-
[PartyPlayer]
Texts = 6
@@ -7052,7 +7102,6 @@ Type = Transparent Reflection = 1
ReflectionSpacing = 2
-
[PartyPlayerStatic6]
X = 548
Y = 544
@@ -7103,7 +7152,6 @@ Text = SING_LEGEND_NAVIGATE Reflection = 1
ReflectionSpacing = 13
-
[PartyPlayerText5]
X = 410
Y = 548
@@ -7222,7 +7270,6 @@ SBGDColor = P3Dark STColor = White
STDColor = GrayDark
-
[PartyPlayerTeam1Name]
Tex = PartyTeamButton2
X = 78
@@ -7552,7 +7599,6 @@ Text = Player 12 Color = White
-
[PartyRoundsBackground]
Tex = PartyBG
@@ -7598,7 +7644,6 @@ Type = Transparent Reflection = 1
ReflectionSpacing = 2
-
[PartyRoundsStatic5]
X = 380
Y = 544
@@ -7844,7 +7889,6 @@ STColor = White STDColor = GrayDark
-
[SongMenu]
[SongMenuBackground]
@@ -8080,7 +8124,6 @@ Text = SONG_JUMPTO_HELP Align = 0
Z = 0.97
-
[StatMain]
Texts = 0
Statics = 0
@@ -8724,7 +8767,6 @@ Text = NO Align = 1
Z = 1
-
[ErrorPopup]
[ErrorPopupBackground]
diff --git a/game/themes/Temptation/Temptation (16-9).ini b/game/themes/Temptation/Temptation (16-9).ini index 0567b074..b30d145b 100755 --- a/game/themes/Temptation/Temptation (16-9).ini +++ b/game/themes/Temptation/Temptation (16-9).ini @@ -4,9 +4,9 @@ ;don't be suprised it doesn't work good with newer releases
[Skin]
-Theme=Temptation
-Name=Temptation (16-9)
-Color=Green
+Theme = Temptation
+Name = Temptation (16-9)
+Color = Green
[Textures]
/**
@@ -24,7 +24,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png
icon_song_search = [icon]song_search.png
icon_song_video = [icon]song_video.png
-
+icon_song_medley = [icon]song_medley.png
+icon_song_calcmedley = [icon]song_calcmedley.png
# # # M A I N # # #
ButtonSolo = [main]buttonsolo.png
@@ -39,7 +40,7 @@ ButtonF = [main]buttonf.jpg MainBar = [main]mainBar.png
SelectBG = [main]selectbg.png
-Select_ArrowLeft = [interface]select_arrow_left.png
+Select_ArrowLeft = [interface]select_arrow_left.png
Select_ArrowRight = [interface]select_arrow_right.png
#Backgrounds
@@ -68,13 +69,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png
IconQuestion = [icon]question.png
-
# # # S O N G S E L E C E T # # #
SongSelection1 = [main]songSelection1.png
SongSelection2 = [main]songSelection2.png
SongCover = [main]songCover.jpg
-
# # # S I N G # # #
#the bar where the lyrics reside
LyricBar = [sing]textBar.png
@@ -83,10 +82,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png
#the bar behind the timestuff
-TimeBar1 = [sing]timeBarBG.png
+TimeBar1 = [sing]timeBarBG.png
#the time progress bar (not skinned in this theme :P )
-TimeBar = [sing]timeBar.jpg
+TimeBar = [sing]timeBar.jpg
#linebonus, the thing that pop ups at the score
LineBonusBack = [sing]lineBonusPopUp.png
@@ -105,6 +104,8 @@ P = [sing]p.png #Pointer for lyrics
Ball = [sing]LyricsBall.png
+#Song name for medley mode
+SongName = [sing]SongName.png
# # # S C O R E / T O P 5 # # #
ScoreBox = [score]box.png
@@ -150,43 +151,42 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png
# thank you girls and guys!!!
-
# # # P A R T Y # # #
-Joker =[party]Joker.png
-PartyPlayerButton =[party]playerButton.png
-PartyTeamButton1 =[party]roundTeamButton.png
-PartyTeamButton2 =[party]playerTeamButton.png
-PartyTeamButton3 =[party]winTeamButton1.png
-PartyTeamButton4 =[party]winTeamButton2.png
-PartyTeamButton5 =[party]winTeamButton3.png
-PartyRoundBG1 =[party]roundBG1.png
-PartyRoundBG2 =[party]roundBG2.png
-PartyRoundBG3 =[party]roundBG3.png
-PartyRoundBG4 =[party]roundBG4.png
-HDL_Pointer =[party]pointer.png
-PartyTeamPoints =[party]teamPoints.png
-PartyScoreDeco =[party]scoreDecoration.png
-PartyScoreBG1 =[party]scoreBG1.png
-PartyScoreBG2 =[party]scoreBG2.png
-PartyWinDeco1 =[party]winDecoration.png
-PartyWinDeco2 =[party]winDecoration.png
-PartyWinDeco3 =[party]winDecoration.png
+Joker = [party]Joker.png
+PartyPlayerButton = [party]playerButton.png
+PartyTeamButton1 = [party]roundTeamButton.png
+PartyTeamButton2 = [party]playerTeamButton.png
+PartyTeamButton3 = [party]winTeamButton1.png
+PartyTeamButton4 = [party]winTeamButton2.png
+PartyTeamButton5 = [party]winTeamButton3.png
+PartyRoundBG1 = [party]roundBG1.png
+PartyRoundBG2 = [party]roundBG2.png
+PartyRoundBG3 = [party]roundBG3.png
+PartyRoundBG4 = [party]roundBG4.png
+HDL_Pointer = [party]pointer.png
+PartyTeamPoints = [party]teamPoints.png
+PartyScoreDeco = [party]scoreDecoration.png
+PartyScoreBG1 = [party]scoreBG1.png
+PartyScoreBG2 = [party]scoreBG2.png
+PartyWinDeco1 = [party]winDecoration.png
+PartyWinDeco2 = [party]winDecoration.png
+PartyWinDeco3 = [party]winDecoration.png
PartyPlayerSelectBG = [party]playerselectbg.png
# # # O P T I O N S # # #
-Optionsbuttongame = [Options]buttongame.png
+Optionsbuttongame = [Options]buttongame.png
Optionsbuttongraphics = [Options]buttongraphics.png
-Optionsbuttonsound = [Options]buttonsound.png
-Optionsbuttonlyrics = [Options]buttonlyrics.png
-Optionsbuttondesign = [Options]buttondesign.png
-Optionsbuttonrecord = [Options]buttonrecord.png
+Optionsbuttonsound = [Options]buttonsound.png
+Optionsbuttonlyrics = [Options]buttonlyrics.png
+Optionsbuttondesign = [Options]buttondesign.png
+Optionsbuttonrecord = [Options]buttonrecord.png
Optionsbuttonadvanced = [Options]buttonadvanced.png
-Optionsbuttonback = [Options]buttonback.png
+Optionsbuttonback = [Options]buttonback.png
# # # L E V E L # # #
-Levelbuttoneasy = [Level]buttoneasy.png
+Levelbuttoneasy = [Level]buttoneasy.png
Levelbuttonmedium = [Level]buttonmedium.png
-Levelbuttonhard = [Level]buttonhard.png
+Levelbuttonhard = [Level]buttonhard.png
# # # E D I T # # #
Editbuttonconvert = [edit]buttonconvert.png
@@ -194,14 +194,12 @@ Editbuttonconvert = [edit]buttonconvert.png # # # N A M E # # #
Namebutton = [Name]button.png
-
# # # S T A T S # # #
-StatMainBG1 = [stat]mainBG1.png
-StatMainBG2 = [stat]mainBG2.png
-StatMainBG3 = [stat]mainBG3.png
+StatMainBG1 = [stat]mainBG1.png
+StatMainBG2 = [stat]mainBG2.png
+StatMainBG3 = [stat]mainBG3.png
StatDetailBG1 = [stat]detailBG1.png
-
# # # N A V I # # #
ButtonP = [button]p.png
ButtonM = [button]m.png
@@ -218,10 +216,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png
SongMenuBG = [menu]songMenuBg.png
-SongMenuSelectBG = [menu]songMenuSelectBg.png
+SongMenuSelectBG = [menu]songMenuSelectBg.png
PopUpBG = [menu]popUpBG.png
-
# # # N O T E S # # #
# sung notes - colorized with playercolors
GrayLeft = [sing]notesLeft.png
@@ -237,18 +234,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png
Pause = [sing]pause.png
-
# # # E F F E C T S # # #
NoteStar = [effect]goldenNoteStar.png
NotePerfectStar = [effect]perfectNoteStar.png
-
# # # dirty helpers # # #
Rectangle = [helper]rectangle.png
ButtonFade = [helper]buttonFade.png
BGFade = [special]bg_fade.png
-
# # # D U E T # # #
LyricIcon_P1 = [sing.player1]lyric_active.png
LyricIconD_P1 = [sing.player1]lyric_inactive.png
diff --git a/game/themes/Temptation/Temptation (4-3).ini b/game/themes/Temptation/Temptation (4-3).ini index a0f72731..87a7f120 100755 --- a/game/themes/Temptation/Temptation (4-3).ini +++ b/game/themes/Temptation/Temptation (4-3).ini @@ -24,7 +24,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png
icon_song_search = [icon]song_search.png
icon_song_video = [icon]song_video.png
-
+icon_song_medley = [icon]song_medley.png
+icon_song_calcmedley = [icon]song_calcmedley.png
# # # M A I N # # #
ButtonSolo = [main]buttonsolo.png
@@ -39,7 +40,7 @@ ButtonF = [main]buttonf.jpg MainBar = [main]mainBar.png
SelectBG = [main]selectbg.png
-Select_ArrowLeft = [interface]select_arrow_left.png
+Select_ArrowLeft = [interface]select_arrow_left.png
Select_ArrowRight = [interface]select_arrow_right.png
#Backgrounds
@@ -68,13 +69,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png
IconQuestion = [icon]question.png
-
# # # S O N G S E L E C E T # # #
SongSelection1 = [main]songSelection1.png
SongSelection2 = [main]songSelection2.png
SongCover = [main]songCover.jpg
-
# # # S I N G # # #
#the bar where the lyrics reside
LyricBar = [sing]textBar.png
@@ -83,10 +82,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png
#the bar behind the timestuff
-TimeBar1 = [sing]timeBarBG.png
+TimeBar1 = [sing]timeBarBG.png
#the time progress bar (not skinned in this theme :P )
-TimeBar = [sing]timeBar.jpg
+TimeBar = [sing]timeBar.jpg
#linebonus, the thing that pop ups at the score
LineBonusBack = [sing]lineBonusPopUp.png
@@ -105,6 +104,8 @@ P = [sing]p.png #Pointer for lyrics
Ball = [sing]LyricsBall.png
+#Song name for medley mode
+SongName = [sing]SongName.png
# # # S C O R E / T O P 5 # # #
ScoreBox = [score]box.png
@@ -150,43 +151,42 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png
# thank you girls and guys!!!
-
# # # P A R T Y # # #
-Joker =[party]Joker.png
-PartyPlayerButton =[party]playerButton.png
-PartyTeamButton1 =[party]roundTeamButton.png
-PartyTeamButton2 =[party]playerTeamButton.png
-PartyTeamButton3 =[party]winTeamButton1.png
-PartyTeamButton4 =[party]winTeamButton2.png
-PartyTeamButton5 =[party]winTeamButton3.png
-PartyRoundBG1 =[party]roundBG1.png
-PartyRoundBG2 =[party]roundBG2.png
-PartyRoundBG3 =[party]roundBG3.png
-PartyRoundBG4 =[party]roundBG4.png
-HDL_Pointer =[party]pointer.png
-PartyTeamPoints =[party]teamPoints.png
-PartyScoreDeco =[party]scoreDecoration.png
-PartyScoreBG1 =[party]scoreBG1.png
-PartyScoreBG2 =[party]scoreBG2.png
-PartyWinDeco1 =[party]winDecoration.png
-PartyWinDeco2 =[party]winDecoration.png
-PartyWinDeco3 =[party]winDecoration.png
+Joker = [party]Joker.png
+PartyPlayerButton = [party]playerButton.png
+PartyTeamButton1 = [party]roundTeamButton.png
+PartyTeamButton2 = [party]playerTeamButton.png
+PartyTeamButton3 = [party]winTeamButton1.png
+PartyTeamButton4 = [party]winTeamButton2.png
+PartyTeamButton5 = [party]winTeamButton3.png
+PartyRoundBG1 = [party]roundBG1.png
+PartyRoundBG2 = [party]roundBG2.png
+PartyRoundBG3 = [party]roundBG3.png
+PartyRoundBG4 = [party]roundBG4.png
+HDL_Pointer = [party]pointer.png
+PartyTeamPoints = [party]teamPoints.png
+PartyScoreDeco = [party]scoreDecoration.png
+PartyScoreBG1 = [party]scoreBG1.png
+PartyScoreBG2 = [party]scoreBG2.png
+PartyWinDeco1 = [party]winDecoration.png
+PartyWinDeco2 = [party]winDecoration.png
+PartyWinDeco3 = [party]winDecoration.png
PartyPlayerSelectBG = [party]playerselectbg.png
# # # O P T I O N S # # #
-Optionsbuttongame = [Options]buttongame.png
+Optionsbuttongame = [Options]buttongame.png
Optionsbuttongraphics = [Options]buttongraphics.png
-Optionsbuttonsound = [Options]buttonsound.png
-Optionsbuttonlyrics = [Options]buttonlyrics.png
-Optionsbuttondesign = [Options]buttondesign.png
-Optionsbuttonrecord = [Options]buttonrecord.png
+Optionsbuttonsound = [Options]buttonsound.png
+Optionsbuttonlyrics = [Options]buttonlyrics.png
+Optionsbuttondesign = [Options]buttondesign.png
+Optionsbuttonrecord = [Options]buttonrecord.png
Optionsbuttonadvanced = [Options]buttonadvanced.png
-Optionsbuttonback = [Options]buttonback.png
+Optionsbuttonback = [Options]buttonback.png
# # # L E V E L # # #
-Levelbuttoneasy = [Level]buttoneasy.png
+Levelbuttoneasy = [Level]buttoneasy.png
Levelbuttonmedium = [Level]buttonmedium.png
-Levelbuttonhard = [Level]buttonhard.png
+Levelbuttonhard = [Level]buttonhard.png
# # # E D I T # # #
Editbuttonconvert = [edit]buttonconvert.png
@@ -194,14 +194,12 @@ Editbuttonconvert = [edit]buttonconvert.png # # # N A M E # # #
Namebutton = [Name]button.png
-
# # # S T A T S # # #
-StatMainBG1 = [stat]mainBG1.png
-StatMainBG2 = [stat]mainBG2.png
-StatMainBG3 = [stat]mainBG3.png
+StatMainBG1 = [stat]mainBG1.png
+StatMainBG2 = [stat]mainBG2.png
+StatMainBG3 = [stat]mainBG3.png
StatDetailBG1 = [stat]detailBG1.png
-
# # # N A V I # # #
ButtonP = [button]p.png
ButtonM = [button]m.png
@@ -218,10 +216,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png
SongMenuBG = [menu]songMenuBg.png
-SongMenuSelectBG = [menu]songMenuSelectBg.png
+SongMenuSelectBG = [menu]songMenuSelectBg.png
PopUpBG = [menu]popUpBG.png
-
# # # N O T E S # # #
# sung notes - colorized with playercolors
GrayLeft = [sing]notesLeft.png
@@ -237,18 +234,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png
Pause = [sing]pause.png
-
# # # E F F E C T S # # #
NoteStar = [effect]goldenNoteStar.png
NotePerfectStar = [effect]perfectNoteStar.png
-
# # # dirty helpers # # #
Rectangle = [helper]rectangle.png
ButtonFade = [helper]buttonFade.png
BGFade = [special]bg_fade.png
-
# # # D U E T # # #
LyricIcon_P1 = [sing.player1]lyric_active.png
LyricIconD_P1 = [sing.player1]lyric_inactive.png
diff --git a/game/themes/Temptation/[icon]song_calcmedley.png b/game/themes/Temptation/[icon]song_calcmedley.png Binary files differnew file mode 100755 index 00000000..30a13ea0 --- /dev/null +++ b/game/themes/Temptation/[icon]song_calcmedley.png diff --git a/game/themes/Temptation/[icon]song_medley.png b/game/themes/Temptation/[icon]song_medley.png Binary files differnew file mode 100755 index 00000000..ac7b25bb --- /dev/null +++ b/game/themes/Temptation/[icon]song_medley.png diff --git a/game/themes/Temptation/[sing]SongName.png b/game/themes/Temptation/[sing]SongName.png Binary files differnew file mode 100755 index 00000000..530fed3f --- /dev/null +++ b/game/themes/Temptation/[sing]SongName.png diff --git a/game/themes/Verdure.ini b/game/themes/Verdure.ini index 126e0134..c4a5232f 100644 --- a/game/themes/Verdure.ini +++ b/game/themes/Verdure.ini @@ -229,7 +229,6 @@ ReflectionSpacing = 15 ;FadeTex = ButtonFade
;FadeTexPos = 0
-
[MainButtonSoloText1]
X = 75
Y = 10
@@ -447,7 +446,7 @@ Y = 120 W = 325
H = 200
Reflections = 1
-Style=5
+Style = 5
[SongEqualizer]
Visible = 1
@@ -476,8 +475,32 @@ Type = Transparent Reflection = 1
ReflectionSpacing = 22
-:[SongStatic3]
-:X = 278
+[SongMedleyIcon]
+X = 335
+Y = 445
+W = 24
+H = 24
+Z = 0.95
+Color = White
+Tex = icon_song_medley
+Type = Transparent
+Reflection = 1
+ReflectionSpacing = 22
+
+[SongCalculatedMedleyIcon]
+X = 335
+Y = 445
+W = 24
+H = 24
+Z = 0.95
+Color = White
+Tex = icon_song_calcmedley
+Type = Transparent
+Reflection = 1
+ReflectionSpacing = 22
+
+;[SongStatic3]
+;X = 278
;Y = 120
;W = 244
;H = 200
@@ -1004,15 +1027,14 @@ TexY1 = 0 TexX2 = 1
TexY2 = 1
-
[Sing]
Texts = 1
[SingBackground]
-Type=color
-ColR=1
-ColB=1
-ColG=1
+Type = color
+ColR = 1
+ColB = 1
+ColG = 1
[SingText1]
Text = SING_TIME
@@ -1320,6 +1342,24 @@ Y = 95 W = 100
H = 8
+[SingSongNameStatic]
+Tex = SongName
+X = 10
+Y = 10
+W = 780
+H = 29
+Color = White
+Type = Transparent
+
+[SingSongNameText]
+Text = SongNameText
+X = 400
+Y = 13
+Font = 0
+Size = 25
+Color = Black
+Align = 1
+
[Score]
Texts = 1
@@ -2595,6 +2635,30 @@ Tex = ScoreLine Type = Colorized
Color = Black
+[ScoreStaticNavigate]
+X = 440
+Y = 545
+W = 32
+H = 30
+Z = 0.5
+Tex = ButtonNavi
+Color = White
+Type = Transparent
+Reflection = 1
+ReflectionSpacing = 2
+
+[ScoreTextNavigate]
+X = 480
+Y = 548
+Z = 0.5
+Color = Black
+Font = 0
+Size = 24
+Align = 0
+Text = SING_LEGEND_NAVIGATE
+Reflection = 1
+ReflectionSpacing = 13
+
##################
#################################
#################
@@ -2692,8 +2756,8 @@ Font = 0 Size = 24
Align = 0
Text = SING_LEGEND_NAVIGATE
-Reflection=1
-ReflectionSpacing=13
+Reflection = 1
+ReflectionSpacing = 13
[OptionsStatic5]
X = 400
@@ -2714,8 +2778,8 @@ Font = 0 Size = 24
Align = 0
Text = SING_LEGEND_SELECT
-Reflection=1
-ReflectionSpacing=13
+Reflection = 1
+ReflectionSpacing = 13
[OptionsStatic6]
X = 550
@@ -2736,8 +2800,8 @@ Font = 0 Size = 24
Align = 0
Text = SING_LEGEND_ESC
-Reflection=1
-ReflectionSpacing=13
+Reflection = 1
+ReflectionSpacing = 13
[OptionsButtonGame]
X = 95
@@ -3261,7 +3325,6 @@ Color = Black Size = 30
Text = SING_OPTIONS_GRAPHICS_WHEREAMI
-
[OptionsGraphicsStatic2]
X = 0
Y = 545
@@ -4888,7 +4951,6 @@ Size = 42 Align = 2
Text = 00000
-
[Top5TextDate1]
X = 760
Y = 190
@@ -5082,8 +5144,8 @@ Font = 0 Size = 24
Align = 0
Text = SING_EDIT_SELECT
-Reflection=1
-ReflectionSpacing=13
+Reflection = 1
+ReflectionSpacing = 13
# Esc button text
[EditText5]
@@ -5094,8 +5156,8 @@ Font = 0 Size = 24
Align = 0
Text = SING_EDIT_EXIT
-Reflection=1
-ReflectionSpacing=13
+Reflection = 1
+ReflectionSpacing = 13
[EditTextDescription]
X = 95
@@ -5910,7 +5972,6 @@ Color = P3Dark Reflection = 1
ReflectionSpacing = 2
-
[PartyNewRoundTextRound1]
X = 460
Y = 133
@@ -6199,7 +6260,6 @@ Size = 30 Text = Player 3
Align = 1
-
[PartyScore]
Texts = 5
@@ -6739,7 +6799,6 @@ Color = P1Dark Reflection = 1
ReflectionSpacing = 2
-
[PartyWinStaticTeam1Deco]
Tex = PartyWinDeco1
X = 91
@@ -7404,7 +7463,6 @@ STColor = White STDColor = GrayDark
-
[PartyPlayerTeam1Name]
Tex = PartyTeamButton2
X = 45
@@ -7710,7 +7768,6 @@ Text = Player 12 Color = White
-
[PartyRoundsBackground]
Tex = PartyBG
@@ -8012,18 +8069,16 @@ STColor = White STDColor = GrayDark
-
[SongMenu]
[SongMenuBackground]
-Type=Fade
-;ColR=0
-;ColG=0
-;ColB=0
-Alpha=0.0
+Type = Fade
+;ColR = 0
+;ColG = 0
+;ColB = 0
+Alpha = 0.0
Tex = SongBG
-
[SongMenuStatic1]
Tex = interface_dialog_background
X = 520
@@ -8166,11 +8221,11 @@ Z = 0.97 [SongJumpto]
[SongJumptoBackground]
-Type=Fade
-;ColR=0
-;ColG=0
-;ColB=0
-Alpha=0.0
+Type = Fade
+;ColR = 0
+;ColG = 0
+;ColB = 0
+Alpha = 0.0
Tex = SongBG
[SongJumptoStatic1]
@@ -8819,11 +8874,11 @@ Text = SING_LEGEND_ESC [CheckPopup]
[CheckPopupBackground]
-Type=Fade
-ColR=0
-ColG=0
-ColB=0
-Alpha=0.4
+Type = Fade
+ColR = 0
+ColG = 0
+ColB = 0
+Alpha = 0.4
[CheckPopupStatic1]
Tex = interface_dialog_background
@@ -8903,15 +8958,14 @@ Text = NO Align = 1
Z = 1
-
[ErrorPopup]
[ErrorPopupBackground]
-Type=Fade
-ColR=0
-ColG=0
-ColB=0
-Alpha=0.4
+Type = Fade
+ColR = 0
+ColG = 0
+ColB = 0
+Alpha = 0.4
[ErrorPopupStatic1]
Tex = interface_dialog_background
diff --git a/game/themes/Verdure/Drippin.ini b/game/themes/Verdure/Drippin.ini index bda3141f..a65cab12 100644 --- a/game/themes/Verdure/Drippin.ini +++ b/game/themes/Verdure/Drippin.ini @@ -7,9 +7,9 @@ ;© Copyright dreamscene.org - All rights reserved.
[Skin]
-Theme=Verdure
-Name=Drippin
-Color=Green
+Theme = Verdure
+Name = Drippin
+Color = Green
[Textures]
/**
@@ -17,7 +17,7 @@ Color=Green */
interface_selectbg_search = [interface]selectbg_search.png
interface_dialog_background = [interface]dialog_background.png
-Select_ArrowLeft = [interface]select_arrow_left.png
+Select_ArrowLeft = [interface]select_arrow_left.png
Select_ArrowRight = [interface]select_arrow_right.png
Cursor = [interface]cursor.png
@@ -29,7 +29,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png
icon_song_search = [icon]song_search.png
icon_song_video = [icon]song_video.png
-
+icon_song_medley = [icon]song_medley.png
+icon_song_calcmedley = [icon]song_calcmedley.png
# # # M A I N # # #
LoadLogo = [main]logo.png
@@ -66,13 +67,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png
IconQuestion = [icon]question.png
-
# # # S O N G S E L E C E T # # #
SongSelection1 = [main]songSelection1.png
SongSelection2 = [main]songSelection2.png
SongCover = [main]songCover.jpg
-
# # # S I N G # # #
#the bar where the lyrics reside
LyricBar = [sing]textBar.png
@@ -81,10 +80,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png
#the bar behind the timestuff
-TimeBar1 = [sing]timeBarBG.png
+TimeBar1 = [sing]timeBarBG.png
#the time progress bar (not skinned in this theme :P )
-TimeBar = [sing]timeBar.jpg
+TimeBar = [sing]timeBar.jpg
#linebonus, the thing that pop ups at the score
LineBonusBack = [sing]lineBonusPopUp.png
@@ -103,6 +102,8 @@ P = [sing]p.png #Pointer for lyrics
Ball = [sing]LyricsBall.png
+#Song name for medley mode
+SongName = [sing]SongName.png
# # # S C O R E / T O P 5 # # #
ScoreBox = [score]box.png
@@ -148,37 +149,34 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png
# thank you girls and guys!!!
-
# # # P A R T Y # # #
-Joker =[party]Joker.png
-PartyPlayerButton =[party]playerButton.png
-PartyTeamButton1 =[party]roundTeamButton.png
-PartyTeamButton2 =[party]playerTeamButton.png
-PartyTeamButton3 =[party]winTeamButton1.png
-PartyTeamButton4 =[party]winTeamButton2.png
-PartyTeamButton5 =[party]winTeamButton3.png
-PartyRoundBG1 =[party]roundBG1.png
-PartyRoundBG2 =[party]roundBG2.png
-PartyRoundBG3 =[party]roundBG3.png
-PartyRoundBG4 =[party]roundBG4.png
-HDL_Pointer =[party]pointer.png
-PartyTeamPoints =[party]teamPoints.png
-PartyScoreDeco =[party]scoreDecoration.png
-PartyScoreBG1 =[party]scoreBG1.png
-PartyScoreBG2 =[party]scoreBG2.png
-PartyWinDeco1 =[party]winDecoration.png
-PartyWinDeco2 =[party]winDecoration.png
-PartyWinDeco3 =[party]winDecoration.png
+Joker = [party]Joker.png
+PartyPlayerButton = [party]playerButton.png
+PartyTeamButton1 = [party]roundTeamButton.png
+PartyTeamButton2 = [party]playerTeamButton.png
+PartyTeamButton3 = [party]winTeamButton1.png
+PartyTeamButton4 = [party]winTeamButton2.png
+PartyTeamButton5 = [party]winTeamButton3.png
+PartyRoundBG1 = [party]roundBG1.png
+PartyRoundBG2 = [party]roundBG2.png
+PartyRoundBG3 = [party]roundBG3.png
+PartyRoundBG4 = [party]roundBG4.png
+HDL_Pointer = [party]pointer.png
+PartyTeamPoints = [party]teamPoints.png
+PartyScoreDeco = [party]scoreDecoration.png
+PartyScoreBG1 = [party]scoreBG1.png
+PartyScoreBG2 = [party]scoreBG2.png
+PartyWinDeco1 = [party]winDecoration.png
+PartyWinDeco2 = [party]winDecoration.png
+PartyWinDeco3 = [party]winDecoration.png
PartyPlayerSelectBG = [party]playerselectbg.png
-
# # # S T A T S # # #
StatMainBG1 = [stat]mainBG1.png
StatMainBG2 = [stat]mainBG2.png
StatMainBG3 = [stat]mainBG3.png
StatDetailBG1 = [stat]detailBG1.png
-
# # # N A V I # # #
ButtonP = [button]p.png
ButtonM = [button]m.png
@@ -195,10 +193,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png
SongMenuBG = [menu]songMenuBg.png
-SongMenuSelectBG = [menu]songMenuSelectBg.png
+SongMenuSelectBG = [menu]songMenuSelectBg.png
PopUpBG = [menu]popUpBG.png
-
# # # N O T E S # # #
# sung notes - colorized with playercolors
GrayLeft = [sing]notesLeft.png
@@ -214,18 +211,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png
Pause = [sing]pause.png
-
# # # E F F E C T S # # #
NoteStar = [effect]goldenNoteStar.png
NotePerfectStar = [effect]perfectNoteStar.png
-
# # # dirty helpers # # #
Rectangle = [helper]rectangle.png
ButtonFade = [helper]buttonFade.png
BGFade = [special]bg_fade.png
-
# # # D U E T # # #
LyricIcon_P1 = [sing.player1]lyric_active.png
LyricIconD_P1 = [sing.player1]lyric_inactive.png
diff --git a/game/themes/Verdure/Drippin_Low.ini b/game/themes/Verdure/Drippin_Low.ini index 183e7405..10439162 100644 --- a/game/themes/Verdure/Drippin_Low.ini +++ b/game/themes/Verdure/Drippin_Low.ini @@ -7,9 +7,9 @@ ;© Copyright dreamscene.org - All rights reserved.
[Skin]
-Theme=Verdure
-Name=Drippin (Low)
-Color=Green
+Theme = Verdure
+Name = Drippin (Low)
+Color = Green
[Textures]
/**
@@ -17,7 +17,7 @@ Color=Green */
interface_selectbg_search = [interface]selectbg_search.png
interface_dialog_background = [interface]dialog_background.png
-Select_ArrowLeft = [interface]select_arrow_left.png
+Select_ArrowLeft = [interface]select_arrow_left.png
Select_ArrowRight = [interface]select_arrow_right.png
Cursor = [interface]cursor.png
@@ -29,7 +29,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png
icon_song_search = [icon]song_search.png
icon_song_video = [icon]song_video.png
-
+icon_song_medley = [icon]song_medley.png
+icon_song_calcmedley = [icon]song_calcmedley.png
# # # M A I N # # #
LoadLogo = [main]logo.png
@@ -66,13 +67,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png
IconQuestion = [icon]question.png
-
# # # S O N G S E L E C E T # # #
SongSelection1 = [main]songSelection1.png
SongSelection2 = [main]songSelection2.png
SongCover = [main]songCover.jpg
-
# # # S I N G # # #
#the bar where the lyrics reside
LyricBar = [sing]textBar.png
@@ -81,10 +80,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png
#the bar behind the timestuff
-TimeBar1 = [sing]timeBarBG.png
+TimeBar1 = [sing]timeBarBG.png
#the time progress bar (not skinned in this theme :P )
-TimeBar = [sing]timeBar.jpg
+TimeBar = [sing]timeBar.jpg
#linebonus, the thing that pop ups at the score
LineBonusBack = [sing]lineBonusPopUp.png
@@ -103,6 +102,8 @@ P = [sing]p.png #Pointer for lyrics
Ball = [sing]LyricsBall.png
+#Song name for medley mode
+SongName = [sing]SongName.png
# # # S C O R E / T O P 5 # # #
ScoreBox = [score]box.png
@@ -148,37 +149,34 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png
# thank you girls and guys!!!
-
# # # P A R T Y # # #
-Joker =[party]Joker.png
-PartyPlayerButton =[party]playerButton.png
-PartyTeamButton1 =[party]roundTeamButton.png
-PartyTeamButton2 =[party]playerTeamButton.png
-PartyTeamButton3 =[party]winTeamButton1.png
-PartyTeamButton4 =[party]winTeamButton2.png
-PartyTeamButton5 =[party]winTeamButton3.png
-PartyRoundBG1 =[party]roundBG1.png
-PartyRoundBG2 =[party]roundBG2.png
-PartyRoundBG3 =[party]roundBG3.png
-PartyRoundBG4 =[party]roundBG4.png
-HDL_Pointer =[party]pointer.png
-PartyTeamPoints =[party]teamPoints.png
-PartyScoreDeco =[party]scoreDecoration.png
-PartyScoreBG1 =[party]scoreBG1.png
-PartyScoreBG2 =[party]scoreBG2.png
-PartyWinDeco1 =[party]winDecoration.png
-PartyWinDeco2 =[party]winDecoration.png
-PartyWinDeco3 =[party]winDecoration.png
+Joker = [party]Joker.png
+PartyPlayerButton = [party]playerButton.png
+PartyTeamButton1 = [party]roundTeamButton.png
+PartyTeamButton2 = [party]playerTeamButton.png
+PartyTeamButton3 = [party]winTeamButton1.png
+PartyTeamButton4 = [party]winTeamButton2.png
+PartyTeamButton5 = [party]winTeamButton3.png
+PartyRoundBG1 = [party]roundBG1.png
+PartyRoundBG2 = [party]roundBG2.png
+PartyRoundBG3 = [party]roundBG3.png
+PartyRoundBG4 = [party]roundBG4.png
+HDL_Pointer = [party]pointer.png
+PartyTeamPoints = [party]teamPoints.png
+PartyScoreDeco = [party]scoreDecoration.png
+PartyScoreBG1 = [party]scoreBG1.png
+PartyScoreBG2 = [party]scoreBG2.png
+PartyWinDeco1 = [party]winDecoration.png
+PartyWinDeco2 = [party]winDecoration.png
+PartyWinDeco3 = [party]winDecoration.png
PartyPlayerSelectBG = [party]playerselectbg.png
-
# # # S T A T S # # #
StatMainBG1 = [stat]mainBG1.png
StatMainBG2 = [stat]mainBG2.png
StatMainBG3 = [stat]mainBG3.png
StatDetailBG1 = [stat]detailBG1.png
-
# # # N A V I # # #
ButtonP = [button]p.png
ButtonM = [button]m.png
@@ -195,10 +193,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png
SongMenuBG = [menu]songMenuBg.png
-SongMenuSelectBG = [menu]songMenuSelectBg.png
+SongMenuSelectBG = [menu]songMenuSelectBg.png
PopUpBG = [menu]popUpBG.png
-
# # # N O T E S # # #
# sung notes - colorized with playercolors
GrayLeft = [sing]notesLeft.png
@@ -214,18 +211,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png
Pause = [sing]pause.png
-
# # # E F F E C T S # # #
NoteStar = [effect]goldenNoteStar.png
NotePerfectStar = [effect]perfectNoteStar.png
-
# # # dirty helpers # # #
Rectangle = [helper]rectangle.png
ButtonFade = [helper]buttonFade.png
BGFade = [special]bg_fade.png
-
# # # D U E T # # #
LyricIcon_P1 = [sing.player1]lyric_active.png
LyricIconD_P1 = [sing.player1]lyric_inactive.png
diff --git a/game/themes/Verdure/Drippin_Static.ini b/game/themes/Verdure/Drippin_Static.ini index c9b0fc10..3ec2373d 100644 --- a/game/themes/Verdure/Drippin_Static.ini +++ b/game/themes/Verdure/Drippin_Static.ini @@ -7,9 +7,9 @@ ;© Copyright dreamscene.org - All rights reserved.
[Skin]
-Theme=Verdure
-Name=Drippin (Static)
-Color=Green
+Theme = Verdure
+Name = Drippin (Static)
+Color = Green
[Textures]
/**
@@ -17,7 +17,7 @@ Color=Green */
interface_selectbg_search = [interface]selectbg_search.png
interface_dialog_background = [interface]dialog_background.png
-Select_ArrowLeft = [interface]select_arrow_left.png
+Select_ArrowLeft = [interface]select_arrow_left.png
Select_ArrowRight = [interface]select_arrow_right.png
Cursor = [interface]cursor.png
@@ -29,7 +29,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png
icon_song_search = [icon]song_search.png
icon_song_video = [icon]song_video.png
-
+icon_song_medley = [icon]song_medley.png
+icon_song_calcmedley = [icon]song_calcmedley.png
# # # M A I N # # #
LoadLogo = [main]logo.png
@@ -66,13 +67,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png
IconQuestion = [icon]question.png
-
# # # S O N G S E L E C E T # # #
SongSelection1 = [main]songSelection1.png
SongSelection2 = [main]songSelection2.png
SongCover = [main]songCover.jpg
-
# # # S I N G # # #
#the bar where the lyrics reside
LyricBar = [sing]textBar.png
@@ -81,10 +80,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png
#the bar behind the timestuff
-TimeBar1 = [sing]timeBarBG.png
+TimeBar1 = [sing]timeBarBG.png
#the time progress bar (not skinned in this theme :P )
-TimeBar = [sing]timeBar.jpg
+TimeBar = [sing]timeBar.jpg
#linebonus, the thing that pop ups at the score
LineBonusBack = [sing]lineBonusPopUp.png
@@ -103,6 +102,8 @@ P = [sing]p.png #Pointer for lyrics
Ball = [sing]LyricsBall.png
+#Song name for medley mode
+SongName = [sing]SongName.png
# # # S C O R E / T O P 5 # # #
ScoreBox = [score]box.png
@@ -148,37 +149,34 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png
# thank you girls and guys!!!
-
# # # P A R T Y # # #
-Joker =[party]Joker.png
-PartyPlayerButton =[party]playerButton.png
-PartyTeamButton1 =[party]roundTeamButton.png
-PartyTeamButton2 =[party]playerTeamButton.png
-PartyTeamButton3 =[party]winTeamButton1.png
-PartyTeamButton4 =[party]winTeamButton2.png
-PartyTeamButton5 =[party]winTeamButton3.png
-PartyRoundBG1 =[party]roundBG1.png
-PartyRoundBG2 =[party]roundBG2.png
-PartyRoundBG3 =[party]roundBG3.png
-PartyRoundBG4 =[party]roundBG4.png
-HDL_Pointer =[party]pointer.png
-PartyTeamPoints =[party]teamPoints.png
-PartyScoreDeco =[party]scoreDecoration.png
-PartyScoreBG1 =[party]scoreBG1.png
-PartyScoreBG2 =[party]scoreBG2.png
-PartyWinDeco1 =[party]winDecoration.png
-PartyWinDeco2 =[party]winDecoration.png
-PartyWinDeco3 =[party]winDecoration.png
+Joker = [party]Joker.png
+PartyPlayerButton = [party]playerButton.png
+PartyTeamButton1 = [party]roundTeamButton.png
+PartyTeamButton2 = [party]playerTeamButton.png
+PartyTeamButton3 = [party]winTeamButton1.png
+PartyTeamButton4 = [party]winTeamButton2.png
+PartyTeamButton5 = [party]winTeamButton3.png
+PartyRoundBG1 = [party]roundBG1.png
+PartyRoundBG2 = [party]roundBG2.png
+PartyRoundBG3 = [party]roundBG3.png
+PartyRoundBG4 = [party]roundBG4.png
+HDL_Pointer = [party]pointer.png
+PartyTeamPoints = [party]teamPoints.png
+PartyScoreDeco = [party]scoreDecoration.png
+PartyScoreBG1 = [party]scoreBG1.png
+PartyScoreBG2 = [party]scoreBG2.png
+PartyWinDeco1 = [party]winDecoration.png
+PartyWinDeco2 = [party]winDecoration.png
+PartyWinDeco3 = [party]winDecoration.png
PartyPlayerSelectBG = [party]playerselectbg.png
-
# # # S T A T S # # #
StatMainBG1 = [stat]mainBG1.png
StatMainBG2 = [stat]mainBG2.png
StatMainBG3 = [stat]mainBG3.png
StatDetailBG1 = [stat]detailBG1.png
-
# # # N A V I # # #
ButtonP = [button]p.png
ButtonM = [button]m.png
@@ -195,10 +193,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png
SongMenuBG = [menu]songMenuBg.png
-SongMenuSelectBG = [menu]songMenuSelectBg.png
+SongMenuSelectBG = [menu]songMenuSelectBg.png
PopUpBG = [menu]popUpBG.png
-
# # # N O T E S # # #
# sung notes - colorized with playercolors
GrayLeft = [sing]notesLeft.png
@@ -214,18 +211,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png
Pause = [sing]pause.png
-
# # # E F F E C T S # # #
NoteStar = [effect]goldenNoteStar.png
NotePerfectStar = [effect]perfectNoteStar.png
-
# # # dirty helpers # # #
Rectangle = [helper]rectangle.png
ButtonFade = [helper]buttonFade.png
BGFade = [special]bg_fade.png
-
# # # D U E T # # #
LyricIcon_P1 = [sing.player1]lyric_active.png
LyricIconD_P1 = [sing.player1]lyric_inactive.png
diff --git a/game/themes/Verdure/Springtime.ini b/game/themes/Verdure/Springtime.ini index 52e69d18..daa154b0 100644 --- a/game/themes/Verdure/Springtime.ini +++ b/game/themes/Verdure/Springtime.ini @@ -7,9 +7,9 @@ ;© Copyright dreamscene.org - All rights reserved.
[Skin]
-Theme=Verdure
-Name=Springtime
-Color=Green
+Theme = Verdure
+Name = Springtime
+Color = Green
[Textures]
/**
@@ -17,7 +17,7 @@ Color=Green */
interface_selectbg_search = [interface]selectbg_search.png
interface_dialog_background = [interface]dialog_background.png
-Select_ArrowLeft = [interface]select_arrow_left.png
+Select_ArrowLeft = [interface]select_arrow_left.png
Select_ArrowRight = [interface]select_arrow_right.png
Cursor = [interface]cursor.png
@@ -29,7 +29,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png
icon_song_search = [icon]song_search.png
icon_song_video = [icon]song_video.png
-
+icon_song_medley = [icon]song_medley.png
+icon_song_calcmedley = [icon]song_calcmedley.png
# # # M A I N # # #
LoadLogo = [main]logo.png
@@ -66,13 +67,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png
IconQuestion = [icon]question.png
-
# # # S O N G S E L E C E T # # #
SongSelection1 = [main]songSelection1.png
SongSelection2 = [main]songSelection2.png
SongCover = [main]songCover.jpg
-
# # # S I N G # # #
#the bar where the lyrics reside
LyricBar = [sing]textBar.png
@@ -81,10 +80,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png
#the bar behind the timestuff
-TimeBar1 = [sing]timeBarBG.png
+TimeBar1 = [sing]timeBarBG.png
#the time progress bar (not skinned in this theme :P )
-TimeBar = [sing]timeBar.jpg
+TimeBar = [sing]timeBar.jpg
#linebonus, the thing that pop ups at the score
LineBonusBack = [sing]lineBonusPopUp.png
@@ -103,6 +102,8 @@ P = [sing]p.png #Pointer for lyrics
Ball = [sing]LyricsBall.png
+#Song name for medley mode
+SongName = [sing]SongName.png
# # # S C O R E / T O P 5 # # #
ScoreBox = [score]box.png
@@ -148,37 +149,34 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png
# thank you girls and guys!!!
-
# # # P A R T Y # # #
-Joker =[party]Joker.png
-PartyPlayerButton =[party]playerButton.png
-PartyTeamButton1 =[party]roundTeamButton.png
-PartyTeamButton2 =[party]playerTeamButton.png
-PartyTeamButton3 =[party]winTeamButton1.png
-PartyTeamButton4 =[party]winTeamButton2.png
-PartyTeamButton5 =[party]winTeamButton3.png
-PartyRoundBG1 =[party]roundBG1.png
-PartyRoundBG2 =[party]roundBG2.png
-PartyRoundBG3 =[party]roundBG3.png
-PartyRoundBG4 =[party]roundBG4.png
-HDL_Pointer =[party]pointer.png
-PartyTeamPoints =[party]teamPoints.png
-PartyScoreDeco =[party]scoreDecoration.png
-PartyScoreBG1 =[party]scoreBG1.png
-PartyScoreBG2 =[party]scoreBG2.png
-PartyWinDeco1 =[party]winDecoration.png
-PartyWinDeco2 =[party]winDecoration.png
-PartyWinDeco3 =[party]winDecoration.png
+Joker = [party]Joker.png
+PartyPlayerButton = [party]playerButton.png
+PartyTeamButton1 = [party]roundTeamButton.png
+PartyTeamButton2 = [party]playerTeamButton.png
+PartyTeamButton3 = [party]winTeamButton1.png
+PartyTeamButton4 = [party]winTeamButton2.png
+PartyTeamButton5 = [party]winTeamButton3.png
+PartyRoundBG1 = [party]roundBG1.png
+PartyRoundBG2 = [party]roundBG2.png
+PartyRoundBG3 = [party]roundBG3.png
+PartyRoundBG4 = [party]roundBG4.png
+HDL_Pointer = [party]pointer.png
+PartyTeamPoints = [party]teamPoints.png
+PartyScoreDeco = [party]scoreDecoration.png
+PartyScoreBG1 = [party]scoreBG1.png
+PartyScoreBG2 = [party]scoreBG2.png
+PartyWinDeco1 = [party]winDecoration.png
+PartyWinDeco2 = [party]winDecoration.png
+PartyWinDeco3 = [party]winDecoration.png
PartyPlayerSelectBG = [party]playerselectbg.png
-
# # # S T A T S # # #
StatMainBG1 = [stat]mainBG1.png
StatMainBG2 = [stat]mainBG2.png
StatMainBG3 = [stat]mainBG3.png
StatDetailBG1 = [stat]detailBG1.png
-
# # # N A V I # # #
ButtonP = [button]p.png
ButtonM = [button]m.png
@@ -195,10 +193,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png
SongMenuBG = [menu]songMenuBg.png
-SongMenuSelectBG = [menu]songMenuSelectBg.png
+SongMenuSelectBG = [menu]songMenuSelectBg.png
PopUpBG = [menu]popUpBG.png
-
# # # N O T E S # # #
# sung notes - colorized with playercolors
GrayLeft = [sing]notesLeft.png
@@ -214,18 +211,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png
Pause = [sing]pause.png
-
# # # E F F E C T S # # #
NoteStar = [effect]goldenNoteStar.png
NotePerfectStar = [effect]perfectNoteStar.png
-
# # # dirty helpers # # #
Rectangle = [helper]rectangle.png
ButtonFade = [helper]buttonFade.png
BGFade = [special]bg_fade.png
-
# # # D U E T # # #
LyricIcon_P1 = [sing.player1]lyric_active.png
LyricIconD_P1 = [sing.player1]lyric_inactive.png
diff --git a/game/themes/Verdure/Springtime_Low.ini b/game/themes/Verdure/Springtime_Low.ini index 93e91ac4..41d87200 100644 --- a/game/themes/Verdure/Springtime_Low.ini +++ b/game/themes/Verdure/Springtime_Low.ini @@ -7,9 +7,9 @@ ;© Copyright dreamscene.org - All rights reserved.
[Skin]
-Theme=Verdure
-Name=Springtime (Low)
-Color=Green
+Theme = Verdure
+Name = Springtime (Low)
+Color = Green
[Textures]
/**
@@ -17,7 +17,7 @@ Color=Green */
interface_selectbg_search = [interface]selectbg_search.png
interface_dialog_background = [interface]dialog_background.png
-Select_ArrowLeft = [interface]select_arrow_left.png
+Select_ArrowLeft = [interface]select_arrow_left.png
Select_ArrowRight = [interface]select_arrow_right.png
Cursor = [interface]cursor.png
@@ -29,7 +29,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png
icon_song_search = [icon]song_search.png
icon_song_video = [icon]song_video.png
-
+icon_song_medley = [icon]song_medley.png
+icon_song_calcmedley = [icon]song_calcmedley.png
# # # M A I N # # #
LoadLogo = [main]logo.png
@@ -66,13 +67,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png
IconQuestion = [icon]question.png
-
# # # S O N G S E L E C E T # # #
SongSelection1 = [main]songSelection1.png
SongSelection2 = [main]songSelection2.png
SongCover = [main]songCover.jpg
-
# # # S I N G # # #
#the bar where the lyrics reside
LyricBar = [sing]textBar.png
@@ -81,10 +80,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png
#the bar behind the timestuff
-TimeBar1 = [sing]timeBarBG.png
+TimeBar1 = [sing]timeBarBG.png
#the time progress bar (not skinned in this theme :P )
-TimeBar = [sing]timeBar.jpg
+TimeBar = [sing]timeBar.jpg
#linebonus, the thing that pop ups at the score
LineBonusBack = [sing]lineBonusPopUp.png
@@ -103,6 +102,8 @@ P = [sing]p.png #Pointer for lyrics
Ball = [sing]LyricsBall.png
+#Song name for medley mode
+SongName = [sing]SongName.png
# # # S C O R E / T O P 5 # # #
ScoreBox = [score]box.png
@@ -148,37 +149,34 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png
# thank you girls and guys!!!
-
# # # P A R T Y # # #
-Joker =[party]Joker.png
-PartyPlayerButton =[party]playerButton.png
-PartyTeamButton1 =[party]roundTeamButton.png
-PartyTeamButton2 =[party]playerTeamButton.png
-PartyTeamButton3 =[party]winTeamButton1.png
-PartyTeamButton4 =[party]winTeamButton2.png
-PartyTeamButton5 =[party]winTeamButton3.png
-PartyRoundBG1 =[party]roundBG1.png
-PartyRoundBG2 =[party]roundBG2.png
-PartyRoundBG3 =[party]roundBG3.png
-PartyRoundBG4 =[party]roundBG4.png
-HDL_Pointer =[party]pointer.png
-PartyTeamPoints =[party]teamPoints.png
-PartyScoreDeco =[party]scoreDecoration.png
-PartyScoreBG1 =[party]scoreBG1.png
-PartyScoreBG2 =[party]scoreBG2.png
-PartyWinDeco1 =[party]winDecoration.png
-PartyWinDeco2 =[party]winDecoration.png
-PartyWinDeco3 =[party]winDecoration.png
+Joker = [party]Joker.png
+PartyPlayerButton = [party]playerButton.png
+PartyTeamButton1 = [party]roundTeamButton.png
+PartyTeamButton2 = [party]playerTeamButton.png
+PartyTeamButton3 = [party]winTeamButton1.png
+PartyTeamButton4 = [party]winTeamButton2.png
+PartyTeamButton5 = [party]winTeamButton3.png
+PartyRoundBG1 = [party]roundBG1.png
+PartyRoundBG2 = [party]roundBG2.png
+PartyRoundBG3 = [party]roundBG3.png
+PartyRoundBG4 = [party]roundBG4.png
+HDL_Pointer = [party]pointer.png
+PartyTeamPoints = [party]teamPoints.png
+PartyScoreDeco = [party]scoreDecoration.png
+PartyScoreBG1 = [party]scoreBG1.png
+PartyScoreBG2 = [party]scoreBG2.png
+PartyWinDeco1 = [party]winDecoration.png
+PartyWinDeco2 = [party]winDecoration.png
+PartyWinDeco3 = [party]winDecoration.png
PartyPlayerSelectBG = [party]playerselectbg.png
-
# # # S T A T S # # #
StatMainBG1 = [stat]mainBG1.png
StatMainBG2 = [stat]mainBG2.png
StatMainBG3 = [stat]mainBG3.png
StatDetailBG1 = [stat]detailBG1.png
-
# # # N A V I # # #
ButtonP = [button]p.png
ButtonM = [button]m.png
@@ -195,10 +193,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png
SongMenuBG = [menu]songMenuBg.png
-SongMenuSelectBG = [menu]songMenuSelectBg.png
+SongMenuSelectBG = [menu]songMenuSelectBg.png
PopUpBG = [menu]popUpBG.png
-
# # # N O T E S # # #
# sung notes - colorized with playercolors
GrayLeft = [sing]notesLeft.png
@@ -214,18 +211,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png
Pause = [sing]pause.png
-
# # # E F F E C T S # # #
NoteStar = [effect]goldenNoteStar.png
NotePerfectStar = [effect]perfectNoteStar.png
-
# # # dirty helpers # # #
Rectangle = [helper]rectangle.png
ButtonFade = [helper]buttonFade.png
BGFade = [special]bg_fade.png
-
# # # D U E T # # #
LyricIcon_P1 = [sing.player1]lyric_active.png
LyricIconD_P1 = [sing.player1]lyric_inactive.png
diff --git a/game/themes/Verdure/Springtime_Static.ini b/game/themes/Verdure/Springtime_Static.ini index 999c1b02..7f0df7e7 100644 --- a/game/themes/Verdure/Springtime_Static.ini +++ b/game/themes/Verdure/Springtime_Static.ini @@ -7,9 +7,9 @@ ;© Copyright dreamscene.org - All rights reserved.
[Skin]
-Theme=Verdure
-Name=Springtime (Static)
-Color=Green
+Theme = Verdure
+Name = Springtime (Static)
+Color = Green
[Textures]
/**
@@ -17,7 +17,7 @@ Color=Green */
interface_selectbg_search = [interface]selectbg_search.png
interface_dialog_background = [interface]dialog_background.png
-Select_ArrowLeft = [interface]select_arrow_left.png
+Select_ArrowLeft = [interface]select_arrow_left.png
Select_ArrowRight = [interface]select_arrow_right.png
Cursor = [interface]cursor.png
@@ -29,7 +29,8 @@ Cursor_Pressed = [interface]cursor_pressed.png icon_song_menu = [icon]song_menu.png
icon_song_search = [icon]song_search.png
icon_song_video = [icon]song_video.png
-
+icon_song_medley = [icon]song_medley.png
+icon_song_calcmedley = [icon]song_calcmedley.png
# # # M A I N # # #
LoadLogo = [main]logo.png
@@ -66,13 +67,11 @@ VideoIcon = [icon]video.png IconError = [icon]error.png
IconQuestion = [icon]question.png
-
# # # S O N G S E L E C E T # # #
SongSelection1 = [main]songSelection1.png
SongSelection2 = [main]songSelection2.png
SongCover = [main]songCover.jpg
-
# # # S I N G # # #
#the bar where the lyrics reside
LyricBar = [sing]textBar.png
@@ -81,10 +80,10 @@ LyricBar = [sing]textBar.png LyricHelpBar = [sing]lyricsHelpBar.png
#the bar behind the timestuff
-TimeBar1 = [sing]timeBarBG.png
+TimeBar1 = [sing]timeBarBG.png
#the time progress bar (not skinned in this theme :P )
-TimeBar = [sing]timeBar.jpg
+TimeBar = [sing]timeBar.jpg
#linebonus, the thing that pop ups at the score
LineBonusBack = [sing]lineBonusPopUp.png
@@ -103,6 +102,8 @@ P = [sing]p.png #Pointer for lyrics
Ball = [sing]LyricsBall.png
+#Song name for medley mode
+SongName = [sing]SongName.png
# # # S C O R E / T O P 5 # # #
ScoreBox = [score]box.png
@@ -148,37 +149,34 @@ Rating_6 = [score]rating_6.png Rating_7 = [score]rating_7.png
# thank you girls and guys!!!
-
# # # P A R T Y # # #
-Joker =[party]Joker.png
-PartyPlayerButton =[party]playerButton.png
-PartyTeamButton1 =[party]roundTeamButton.png
-PartyTeamButton2 =[party]playerTeamButton.png
-PartyTeamButton3 =[party]winTeamButton1.png
-PartyTeamButton4 =[party]winTeamButton2.png
-PartyTeamButton5 =[party]winTeamButton3.png
-PartyRoundBG1 =[party]roundBG1.png
-PartyRoundBG2 =[party]roundBG2.png
-PartyRoundBG3 =[party]roundBG3.png
-PartyRoundBG4 =[party]roundBG4.png
-HDL_Pointer =[party]pointer.png
-PartyTeamPoints =[party]teamPoints.png
-PartyScoreDeco =[party]scoreDecoration.png
-PartyScoreBG1 =[party]scoreBG1.png
-PartyScoreBG2 =[party]scoreBG2.png
-PartyWinDeco1 =[party]winDecoration.png
-PartyWinDeco2 =[party]winDecoration.png
-PartyWinDeco3 =[party]winDecoration.png
+Joker = [party]Joker.png
+PartyPlayerButton = [party]playerButton.png
+PartyTeamButton1 = [party]roundTeamButton.png
+PartyTeamButton2 = [party]playerTeamButton.png
+PartyTeamButton3 = [party]winTeamButton1.png
+PartyTeamButton4 = [party]winTeamButton2.png
+PartyTeamButton5 = [party]winTeamButton3.png
+PartyRoundBG1 = [party]roundBG1.png
+PartyRoundBG2 = [party]roundBG2.png
+PartyRoundBG3 = [party]roundBG3.png
+PartyRoundBG4 = [party]roundBG4.png
+HDL_Pointer = [party]pointer.png
+PartyTeamPoints = [party]teamPoints.png
+PartyScoreDeco = [party]scoreDecoration.png
+PartyScoreBG1 = [party]scoreBG1.png
+PartyScoreBG2 = [party]scoreBG2.png
+PartyWinDeco1 = [party]winDecoration.png
+PartyWinDeco2 = [party]winDecoration.png
+PartyWinDeco3 = [party]winDecoration.png
PartyPlayerSelectBG = [party]playerselectbg.png
-
# # # S T A T S # # #
StatMainBG1 = [stat]mainBG1.png
StatMainBG2 = [stat]mainBG2.png
StatMainBG3 = [stat]mainBG3.png
StatDetailBG1 = [stat]detailBG1.png
-
# # # N A V I # # #
ButtonP = [button]p.png
ButtonM = [button]m.png
@@ -195,10 +193,9 @@ Leiste2 = [special]bar2.png JumpToBG = [menu]jumpToBg.png
SongMenuBG = [menu]songMenuBg.png
-SongMenuSelectBG = [menu]songMenuSelectBg.png
+SongMenuSelectBG = [menu]songMenuSelectBg.png
PopUpBG = [menu]popUpBG.png
-
# # # N O T E S # # #
# sung notes - colorized with playercolors
GrayLeft = [sing]notesLeft.png
@@ -214,18 +211,15 @@ NoteBGMid = [sing]notesBgMid.png NoteBGRight = [sing]notesBgRight.png
Pause = [sing]pause.png
-
# # # E F F E C T S # # #
NoteStar = [effect]goldenNoteStar.png
NotePerfectStar = [effect]perfectNoteStar.png
-
# # # dirty helpers # # #
Rectangle = [helper]rectangle.png
ButtonFade = [helper]buttonFade.png
BGFade = [special]bg_fade.png
-
# # # D U E T # # #
LyricIcon_P1 = [sing.player1]lyric_active.png
LyricIconD_P1 = [sing.player1]lyric_inactive.png
diff --git a/game/themes/Verdure/[icon]song_calcmedley.png b/game/themes/Verdure/[icon]song_calcmedley.png Binary files differnew file mode 100755 index 00000000..30a13ea0 --- /dev/null +++ b/game/themes/Verdure/[icon]song_calcmedley.png diff --git a/game/themes/Verdure/[icon]song_medley.png b/game/themes/Verdure/[icon]song_medley.png Binary files differnew file mode 100755 index 00000000..ac7b25bb --- /dev/null +++ b/game/themes/Verdure/[icon]song_medley.png diff --git a/game/themes/Verdure/[sing]SongName.png b/game/themes/Verdure/[sing]SongName.png Binary files differnew file mode 100755 index 00000000..530fed3f --- /dev/null +++ b/game/themes/Verdure/[sing]SongName.png |