Skip to content

Commit

Permalink
20190602
Browse files Browse the repository at this point in the history
- Taloon is now sane any time in Chapters 1-4... which is what was supposed to happen all this time!
- The Chapter 1 bonus has been adjusted based on your XP boost
- Islands in the same zone (Chapters 1-early 5) are now connected to each other.  This will prevent island connecting through Chapter 5 islands.
- Since Bridges are no longer being built the old way (DW2-3R), issue #71 is resolved.  (BUG FINDING CREDIT:  Polantaris)
- Teleport fixes in Chapter 2 (BUG FINDING CREDIT:  xJackieBx via #69, NESCardinality, et al)
- Fixed "The Ship has arrived at Endor!" (BUG FINDING CREDIT:  WillWagnerMusic et al)
- Fixed numerous "hidden location" issues.  The Well, The Bazaar, the old man house on an island, and Elfville now look like they would in the vanilla game.  (BUG FINDING CREDIT:  Tundra83, Dwedit, Polantaris, NESCardinality, et al... issue #69 / issue #70)
- Chapter 1-4 encounters had extremely difficult monsters due to invalid monster zone determination.  (BUG FINDING CREDIT:  xJackieBx via issue #68)
- Chapter 3 zones now use the Chapter 1-4 zones because the Endor zone could be anywhere.
  • Loading branch information
gameboy9 committed Jun 3, 2019
1 parent e50accd commit 86f8d6c
Show file tree
Hide file tree
Showing 3 changed files with 3,352 additions and 3,002 deletions.
27 changes: 27 additions & 0 deletions DW4RandoHacker/DW4RandoHacker/DW4RandoHacker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down Expand Up @@ -79,6 +94,18 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2">
<Visible>False</Visible>
<ProductName>Microsoft .NET Framework 4.5.2 %28x86 and x64%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
26 changes: 13 additions & 13 deletions DW4RandoHacker/DW4RandoHacker/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 86f8d6c

Please sign in to comment.