Skip to content

Commit

Permalink
Merge pull request #23 from BigBang1112/production
Browse files Browse the repository at this point in the history
Nations Converter 1.3.5
  • Loading branch information
BigBang1112 authored Dec 19, 2021
2 parents 7104164 + 6f78043 commit acc6fb0
Show file tree
Hide file tree
Showing 53 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion NationsConverter/NationsConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<PlatformTarget>x86</PlatformTarget>
<Version>1.3.4</Version>
<Version>1.3.5</Version>
<Authors>BigBang1112</Authors>
<Product>Nations Converter</Product>
<Company>BigBang1112</Company>
Expand Down
164 changes: 82 additions & 82 deletions NationsConverter/Sheets/Custom.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion NationsConverter/Stages/BlockConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ CGameCtnBlock ConvertBlock(CGameCtnBlock referenceBlock, Conversion conversion,

if (version <= GameVersion.TMUF)
{
if (referenceBlock.Name.Contains("Checkpoint"))
if (map.Checkpoints.Contains(referenceBlock.Coord))
{
var waypoint = new CGameWaypointSpecialProperty();
waypoint.CreateChunk<CGameWaypointSpecialProperty.Chunk2E009000>();
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion NationsConverterGUI/NationsConverterGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Platforms>x86</Platforms>
<PlatformTarget>x86</PlatformTarget>
<ApplicationIcon>favicon.ico</ApplicationIcon>
<Version>1.3.4</Version>
<Version>1.3.5</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit acc6fb0

Please sign in to comment.