Skip to content

Commit

Permalink
Updated DTXMania NX version from 1.01 to NX 1.2.0
Browse files Browse the repository at this point in the history
- Extra 0 after decimal point is removed to avoid confusion. This is equivalent to upgrading 1.1.0 to 1.2.0
Version number now follows Semantic Versioning: Major.Minor.Patch scheme
  • Loading branch information
fisyher committed Jan 9, 2021
1 parent 47d9de2 commit 199be7e
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DTXCreator/DTXCreator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<WarningLevel>0</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<OutputPath>..\Runtime\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
Expand Down
2 changes: 1 addition & 1 deletion DTXMania/Code/App/CDTXMania.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ internal class CDTXMania : Game
{
// プロパティ

public static readonly string VERSION = "NX 1.01 201031";
public static readonly string VERSION = "NX 1.2.0 20210109";
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
Expand Down
Binary file modified Runtime/Config.ini
Binary file not shown.
Binary file modified Runtime/DTXCreator.exe
Binary file not shown.
49 changes: 44 additions & 5 deletions Runtime/DTXCreatorSetting.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<Checked>true</Checked>
</Lanes>
<Lanes>
<Name>BD</Name>
<Name>HT</Name>
<Checked>true</Checked>
</Lanes>
<Lanes>
<Name>HT</Name>
<Name>BD</Name>
<Checked>true</Checked>
</Lanes>
<Lanes>
Expand All @@ -57,6 +57,22 @@
<Name>FI</Name>
<Checked>true</Checked>
</Lanes>
<Lanes>
<Name>BN1</Name>
<Checked>true</Checked>
</Lanes>
<Lanes>
<Name>BN2</Name>
<Checked>true</Checked>
</Lanes>
<Lanes>
<Name>BN3</Name>
<Checked>true</Checked>
</Lanes>
<Lanes>
<Name>BN4</Name>
<Checked>true</Checked>
</Lanes>
<Lanes>
<Name>MLC</Name>
<Checked>true</Checked>
Expand Down Expand Up @@ -221,6 +237,14 @@
<Name>GtB</Name>
<Checked>true</Checked>
</Lanes>
<Lanes>
<Name>GtY</Name>
<Checked>true</Checked>
</Lanes>
<Lanes>
<Name>GtP</Name>
<Checked>true</Checked>
</Lanes>
<Lanes>
<Name>GtW</Name>
<Checked>true</Checked>
Expand All @@ -241,6 +265,14 @@
<Name>BsB</Name>
<Checked>true</Checked>
</Lanes>
<Lanes>
<Name>BsY</Name>
<Checked>true</Checked>
</Lanes>
<Lanes>
<Name>BsP</Name>
<Checked>true</Checked>
</Lanes>
<Lanes>
<Name>BsW</Name>
<Checked>true</Checked>
Expand Down Expand Up @@ -291,9 +323,9 @@
<int>120</int>
</GraphicListColumnWidth>
<GuideIndex>3</GuideIndex>
<Height>1066</Height>
<Height>1056</Height>
<HViewScaleIndex>1</HViewScaleIndex>
<LastWorkFolder>C:\Users\kouya\Desktop\音ゲーシュミレータ\DTXHD\XG\zx3_KAISER PHOENIX\</LastWorkFolder>
<LastWorkFolder>D:\Old_D_Drive\Games\Projects\DTXManiaXG-Eng-Master\DTXmaniaXG\Runtime</LastWorkFolder>
<Maximized>true</Maximized>
<MovieListColumnWidth>
<int>127</int>
Expand All @@ -313,12 +345,19 @@
</SoundListColumnWidth>
<SplitterDistance>361</SplitterDistance>
<ViewerInfo>
<Path>DTXV.exe</Path>
<PathDTXV />
<bViewerIsDTXV>false</bViewerIsDTXV>
<PlayStartFromOption>-N</PlayStartFromOption>
<PlayStartOption>-N-1</PlayStartOption>
<PlayStopOption>-S</PlayStopOption>
<SoundType>SharedWASAPI</SoundType>
<ASIODeviceNo>0</ASIODeviceNo>
<GRmode>false</GRmode>
<TimeStretch>false</TimeStretch>
<VSyncWait>true</VSyncWait>
</ViewerInfo>
<Width>1936</Width>
<X>-8</X>
<Y>-8</Y>
<InitialOperationMode>false</InitialOperationMode>
</AppSetting>
Binary file modified Runtime/DTXManiaGR.exe
Binary file not shown.
Binary file modified Runtime/dll/FDK.dll
Binary file not shown.
Binary file modified Runtime/dll/libbjxa.dll
Binary file not shown.
Binary file modified Runtime/ja-JP/DTXCreator.resources.dll
Binary file not shown.

0 comments on commit 199be7e

Please sign in to comment.