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:
@@ -346,35 +346,38 @@ ArtistFrom: (Nobuo Uematsu)|(Uematsu Nobuo)
|
||||
ArtistTo: 植松伸夫
|
||||
|
||||
[Courses]
|
||||
TitleFrom: (Kidou)|(Demon Road)|(Road of Oni)|(Oni Michi)
|
||||
TitleFrom: .*(Kidou).*|(Demon Road)|(Road of Oni)|(Oni Michi)
|
||||
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: 鬼道 弐
|
||||
*
|
||||
TitleFrom: Love
|
||||
TitleTo: Love ♡
|
||||
*
|
||||
TitleFrom: Love Love
|
||||
TitleFrom: (Love Love)|(Love)|(.*Love Heart)
|
||||
TitleTo: Love ♡
|
||||
*
|
||||
TitleFrom: (2 ?MB)|(Road of 2 ?MB)
|
||||
TitleFrom: (2 ?MB)|(.*Road of 2 ?MB)
|
||||
TitleTo: 2MB道
|
||||
*
|
||||
TitleFrom: Dancemania( Oni)?
|
||||
TitleFrom: (.*)Dancemania( Oni)?
|
||||
TitleTo: Dancemania 鬼
|
||||
*
|
||||
TitleFrom: (TaQ( Oni)?)|(Road of TaQ)
|
||||
TitleFrom: (TaQ( Oni)?)|(.*Road of TaQ)
|
||||
TitleTo: TaQ 道
|
||||
*
|
||||
TitleFrom: (Legend Road)|(Road of Legend)
|
||||
TitleFrom: (Legend Road)|(Road of Legend)|.*(Legendary Road)
|
||||
TitleTo: 伝説道
|
||||
*
|
||||
TitleFrom: (Slow Demon Road)|(Road of Slow)
|
||||
TitleFrom: (.*Slow Demon Road)|(Road of Slow)
|
||||
TitleTo: 鬼の遅道
|
||||
*
|
||||
# "Road of True"? Maybe "Truth"?
|
||||
TitleFrom: (True Demon Road)|(Road of Tru.*)
|
||||
TitleFrom: (.*True Demon Road)|(Road of Tru.*)
|
||||
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
|
||||
[jamo 1]
|
||||
Top=5
|
||||
|
||||
@@ -150,7 +150,7 @@ JoinMessageP2Y=336
|
||||
GuideX=320
|
||||
GuideY=374
|
||||
HelpText=Press &DOWN; on the pad to join. Press &LEFT; &RIGHT; to change styles, then press START
|
||||
TimerSeconds=40
|
||||
TimerSeconds=30
|
||||
NextScreen=ScreenSelectGroup
|
||||
ScrollingListX=320
|
||||
ScrollingListY=250
|
||||
|
||||
@@ -146,6 +146,7 @@ static void Init()
|
||||
charmaps["iso-8859-1"] = map_iso_8859_1;
|
||||
charmaps["cp1252"] = map_cp1252;
|
||||
charmaps["iso-8859-2"] = map_iso_8859_2;
|
||||
charmaps["korean-jamo"] = map_korean_jamo;
|
||||
}
|
||||
|
||||
const wchar_t *FontCharmaps::get_char_map(CString name)
|
||||
|
||||
@@ -131,6 +131,7 @@ const CreditLine CREDIT_LINES[] =
|
||||
{0,"DDRManiaX"},
|
||||
{0,"NMR"},
|
||||
{0,"Random Hajile"},
|
||||
{0,"Chocobo Ghost"},
|
||||
{0,"Lagged"},
|
||||
{0,"The Melting Pot"},
|
||||
{0,"DDRJamz Global BBS"},
|
||||
@@ -144,7 +145,6 @@ const CreditLine CREDIT_LINES[] =
|
||||
{0,"AngelTK (Kenny Lai)"},
|
||||
{0,"Illusionz - Issaquah, WA"},
|
||||
{0,"Quarters - Kirkland, WA"},
|
||||
{0,"Segapark - Bournemouth, UK"},
|
||||
{0,"Pier Amusements - Bournemouth, UK"},
|
||||
{0,"Westcliff Amusements - Bournemouth, UK"},
|
||||
{0,"Naoki"},
|
||||
|
||||
@@ -2174,6 +2174,10 @@ SOURCE=.\UnlockSystem.h
|
||||
# End Group
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\cursor1.cur
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\error.bmp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#define BITMAP_CRASH 121
|
||||
#define IDD_DIALOG1 126
|
||||
#define IDD_DIALOG2 127
|
||||
#define IDC_CURSOR1 128
|
||||
#define BITMAP_ERROR 129
|
||||
#define IDD_DISASM_CRASH 199
|
||||
#define IDC_SHOCKWAVEFLASH1 1000
|
||||
|
||||
Reference in New Issue
Block a user