IN: Ez2dancer UK Move Theme (Still Work-in-Progress) should support the current version of CVS. Will fix the old 1st Move theme later.

OUT: SPDS' Extreme Theme 'test' (SPDS: please don't upload so many files again, took me ages to remove them... (also it breaks SM))
This commit is contained in:
Andrew Livy
2003-05-16 20:21:21 +00:00
parent 59ba4896b2
commit 5227ac7ea1
7 changed files with 20 additions and 28 deletions
+13 -10
View File
@@ -346,35 +346,38 @@ ArtistFrom: (Nobuo Uematsu)|(Uematsu Nobuo)
ArtistTo: 植松伸夫 ArtistTo: 植松伸夫
[Courses] [Courses]
TitleFrom: (Kidou)|(Demon Road)|(Road of Oni)|(Oni Michi) TitleFrom: .*(Kidou).*|(Demon Road)|(Road of Oni)|(Oni Michi)
TitleTo: 鬼道 TitleTo: 鬼道
* *
TitleFrom: (Kidou 2)|(Demon Road 2)|(Road of Oni 2)|(Oni Michi 2) TitleFrom: .*(Kidou 2).*|(Demon Road 2)|(Road of Oni 2)|(Oni Michi 2)
TitleTo: 鬼道 弐 TitleTo: 鬼道 弐
* *
TitleFrom: Love TitleFrom: Love
TitleTo: Love ♡ TitleTo: Love ♡
* *
TitleFrom: Love Love TitleFrom: (Love Love)|(Love)|(.*Love Heart)
TitleTo: Love ♡ TitleTo: Love ♡
* *
TitleFrom: (2 ?MB)|(Road of 2 ?MB) TitleFrom: (2 ?MB)|(.*Road of 2 ?MB)
TitleTo: 2MB道 TitleTo: 2MB道
* *
TitleFrom: Dancemania( Oni)? TitleFrom: (.*)Dancemania( Oni)?
TitleTo: Dancemania 鬼 TitleTo: Dancemania 鬼
* *
TitleFrom: (TaQ( Oni)?)|(Road of TaQ) TitleFrom: (TaQ( Oni)?)|(.*Road of TaQ)
TitleTo: TaQ 道 TitleTo: TaQ 道
* *
TitleFrom: (Legend Road)|(Road of Legend) TitleFrom: (Legend Road)|(Road of Legend)|.*(Legendary Road)
TitleTo: 伝説道 TitleTo: 伝説道
* *
TitleFrom: (Slow Demon Road)|(Road of Slow) TitleFrom: (.*Slow Demon Road)|(Road of Slow)
TitleTo: 鬼の遅道 TitleTo: 鬼の遅道
* *
# "Road of True"? Maybe "Truth"? # "Road of True"? Maybe "Truth"?
TitleFrom: (True Demon Road)|(Road of Tru.*) TitleFrom: (.*True Demon Road)|(Road of Tru.*)
TitleTo: 真鬼道 TitleTo: 真鬼道
* *
#DWInsanity's Ayumi Platinum Course
TitleFrom: Ayumi( Platinum)?
TitleTo: あゆみ Platinum
*
@@ -1,18 +1,3 @@
[main]
Top=8
Baseline=23
LineSpacing=20
# Korean Unicode Range: 0x1100 to 0x11FF (jamo)
range korean-jamo=0
# All characters on this page have a width of 20 pixels; it's a strictly
# monospaced font.
DefaultWidth=20
# Smaller center dot.
251=10
#GA to GWAGS #GA to GWAGS
[jamo 1] [jamo 1]
Top=5 Top=5
+1 -1
View File
@@ -150,7 +150,7 @@ JoinMessageP2Y=336
GuideX=320 GuideX=320
GuideY=374 GuideY=374
HelpText=Press &DOWN; on the pad to join. Press &LEFT; &RIGHT; to change styles, then press START HelpText=Press &DOWN; on the pad to join. Press &LEFT; &RIGHT; to change styles, then press START
TimerSeconds=40 TimerSeconds=30
NextScreen=ScreenSelectGroup NextScreen=ScreenSelectGroup
ScrollingListX=320 ScrollingListX=320
ScrollingListY=250 ScrollingListY=250
+1
View File
@@ -146,6 +146,7 @@ static void Init()
charmaps["iso-8859-1"] = map_iso_8859_1; charmaps["iso-8859-1"] = map_iso_8859_1;
charmaps["cp1252"] = map_cp1252; charmaps["cp1252"] = map_cp1252;
charmaps["iso-8859-2"] = map_iso_8859_2; charmaps["iso-8859-2"] = map_iso_8859_2;
charmaps["korean-jamo"] = map_korean_jamo;
} }
const wchar_t *FontCharmaps::get_char_map(CString name) const wchar_t *FontCharmaps::get_char_map(CString name)
+1 -1
View File
@@ -131,6 +131,7 @@ const CreditLine CREDIT_LINES[] =
{0,"DDRManiaX"}, {0,"DDRManiaX"},
{0,"NMR"}, {0,"NMR"},
{0,"Random Hajile"}, {0,"Random Hajile"},
{0,"Chocobo Ghost"},
{0,"Lagged"}, {0,"Lagged"},
{0,"The Melting Pot"}, {0,"The Melting Pot"},
{0,"DDRJamz Global BBS"}, {0,"DDRJamz Global BBS"},
@@ -144,7 +145,6 @@ const CreditLine CREDIT_LINES[] =
{0,"AngelTK (Kenny Lai)"}, {0,"AngelTK (Kenny Lai)"},
{0,"Illusionz - Issaquah, WA"}, {0,"Illusionz - Issaquah, WA"},
{0,"Quarters - Kirkland, WA"}, {0,"Quarters - Kirkland, WA"},
{0,"Segapark - Bournemouth, UK"},
{0,"Pier Amusements - Bournemouth, UK"}, {0,"Pier Amusements - Bournemouth, UK"},
{0,"Westcliff Amusements - Bournemouth, UK"}, {0,"Westcliff Amusements - Bournemouth, UK"},
{0,"Naoki"}, {0,"Naoki"},
+4
View File
@@ -2174,6 +2174,10 @@ SOURCE=.\UnlockSystem.h
# End Group # End Group
# Begin Source File # Begin Source File
SOURCE=.\cursor1.cur
# End Source File
# Begin Source File
SOURCE=.\error.bmp SOURCE=.\error.bmp
# End Source File # End Source File
# Begin Source File # Begin Source File
-1
View File
@@ -9,7 +9,6 @@
#define BITMAP_CRASH 121 #define BITMAP_CRASH 121
#define IDD_DIALOG1 126 #define IDD_DIALOG1 126
#define IDD_DIALOG2 127 #define IDD_DIALOG2 127
#define IDC_CURSOR1 128
#define BITMAP_ERROR 129 #define BITMAP_ERROR 129
#define IDD_DISASM_CRASH 199 #define IDD_DISASM_CRASH 199
#define IDC_SHOCKWAVEFLASH1 1000 #define IDC_SHOCKWAVEFLASH1 1000