diff --git a/DTXMania/Code/App/CDTXMania.cs b/DTXMania/Code/App/CDTXMania.cs index 221dbbee..be7ebea3 100644 --- a/DTXMania/Code/App/CDTXMania.cs +++ b/DTXMania/Code/App/CDTXMania.cs @@ -26,7 +26,7 @@ internal class CDTXMania : Game { // プロパティ - public static readonly string VERSION = "NX 1.2.1 20210402"; + public static readonly string VERSION = "NX 1.3.0 20211228"; public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010 //public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010 //public static readonly string D3DXDLL = "d3dx9_41.dll"; // March 2009 diff --git a/DTXMania/Code/Stage/02.Title/CStageTitle.cs b/DTXMania/Code/Stage/02.Title/CStageTitle.cs index 5a896a80..d51a8980 100644 --- a/DTXMania/Code/Stage/02.Title/CStageTitle.cs +++ b/DTXMania/Code/Stage/02.Title/CStageTitle.cs @@ -12,7 +12,7 @@ namespace DTXMania { internal class CStageTitle : CStage { - public static readonly string VERSION_DISPLAY = "DTX:NX:A:A:2021040200"; + public static readonly string VERSION_DISPLAY = "DTX:NX:A:A:2021122800"; // コンストラクタ public CStageTitle() diff --git a/Installer setup.iss b/Installer setup.iss index 0b3ec2df..eac7ed44 100644 --- a/Installer setup.iss +++ b/Installer setup.iss @@ -11,11 +11,11 @@ // custom setup info #define MyAppSetupName "DTXManiaNX" -#define MyAppVersion "1.2.1" +#define MyAppVersion "1.3.0" #define MyAppPublisher "limyz" #define MyAppURL "https://github.com/limyz/DTXmaniaNX" #define MyAppSupportURL "https://discord.gg/Q8xeugf" -#define MyAppExeName "DTXManiaGR.exe" +#define MyAppExeName "DTXManiaNX.exe" #define MyAppCopyright "Copyright © 2020-2021 DTXManiaNX" [Setup] @@ -391,11 +391,9 @@ Source: "netcorecheck_x64.exe"; Flags: dontcopy noencryption [Files] Source: "Runtime\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion +Source: "Runtime\{#MyAppExeName}.config"; DestDir: "{app}"; Flags: ignoreversion Source: "Runtime\DTXCreator.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "Runtime\DTXCreator.exe.config"; DestDir: "{app}"; Flags: ignoreversion -Source: "Runtime\DTXCreatorSetting.config"; DestDir: "{app}"; Flags: ignoreversion -Source: "Runtime\DTXManiaGR.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "Runtime\DTXManiaGR.exe.config"; DestDir: "{app}"; Flags: ignoreversion Source: "Runtime\FDK.MemoryRenderer.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "Runtime\Manual.chm"; DestDir: "{app}"; Flags: ignoreversion Source: "Runtime\readme_jp.txt"; DestDir: "{app}"; Flags: ignoreversion diff --git a/Runtime/Config.ini b/Runtime/Config.ini index 98dd8e35..659e4d08 100644 Binary files a/Runtime/Config.ini and b/Runtime/Config.ini differ diff --git a/Runtime/DTXCreator.exe b/Runtime/DTXCreator.exe index d35e1375..20f0ba9b 100644 Binary files a/Runtime/DTXCreator.exe and b/Runtime/DTXCreator.exe differ diff --git a/Runtime/DTXCreatorSetting.config b/Runtime/DTXCreatorSetting.config deleted file mode 100644 index b818e751..00000000 --- a/Runtime/DTXCreatorSetting.config +++ /dev/null @@ -1,360 +0,0 @@ - - - - - - BPM - true - - - LC - true - - - HH - true - - - LP - true - - - LB - true - - - SD - true - - - HT - true - - - BD - true - - - LT - true - - - FT - true - - - CY - true - - - RD - true - - - FI - true - - - BN1 - true - - - BN2 - true - - - BN3 - true - - - BN4 - true - - - MLC - true - - - MHH - true - - - MCY - true - - - MRD - true - - - BGM - true - - - SE1 - true - - - SE2 - true - - - SE3 - true - - - SE4 - true - - - SE5 - true - - - SE6 - false - - - SE7 - false - - - SE8 - false - - - SE9 - false - - - S10 - false - - - S11 - false - - - S12 - false - - - S13 - false - - - S14 - false - - - S15 - false - - - S16 - false - - - S17 - false - - - S18 - false - - - S19 - false - - - S20 - false - - - S21 - false - - - S22 - false - - - S23 - false - - - S24 - false - - - S25 - false - - - S26 - false - - - S27 - false - - - S28 - false - - - S29 - false - - - S30 - false - - - S31 - false - - - S32 - false - - - GtV - true - - - GtR - true - - - GtG - true - - - GtB - true - - - GtY - true - - - GtP - true - - - GtW - true - - - BsV - true - - - BsR - true - - - BsG - true - - - BsB - true - - - BsY - true - - - BsP - true - - - BsW - true - - - AVI - true - - - BG1 - true - - - BG2 - true - - - BG3 - true - - - BG4 - true - - - BG5 - true - - - BG6 - false - - - BG7 - false - - - BG8 - false - - - true - 105 - - 34 - 127 - 28 - 120 - - 3 - 475 - 0 - ..\Runtime - false - - 127 - 28 - 120 - - true - true - 5 - true - - 80 - 28 - 80 - 40 - 60 - - 296 - - dll\DTXV.exe - false - -N - -N-1 - -S - SharedWASAPI - 0 - false - false - true - - 600 - 0 - 0 - false - \ No newline at end of file diff --git a/Runtime/DTXManiaNX.exe b/Runtime/DTXManiaNX.exe index c95a3202..196f42c9 100644 Binary files a/Runtime/DTXManiaNX.exe and b/Runtime/DTXManiaNX.exe differ diff --git a/Runtime/dll/FDK.dll b/Runtime/dll/FDK.dll index 1f6eadc5..97153b5e 100644 Binary files a/Runtime/dll/FDK.dll and b/Runtime/dll/FDK.dll differ diff --git a/Runtime/ja-JP/DTXCreator.resources.dll b/Runtime/ja-JP/DTXCreator.resources.dll index 191e43a0..904ae7b6 100644 Binary files a/Runtime/ja-JP/DTXCreator.resources.dll and b/Runtime/ja-JP/DTXCreator.resources.dll differ