Skip to content

v0.16.1

Compare
Choose a tag to compare
@Banane9 Banane9 released this 14 Jun 20:55
· 153 commits to master since this release

What's Changed

  • Added Ben.Demystifier for more helpful stack traces and exception
    • The enhanced stack traces are automatically applied for the ToString methods of Exceptions and the Environment.StackTrace property
  • Sets correct version constant of 2.6.0 on RML ModLoader class as reported by @Nytra in ResoniteModdingGroup/MonkeyLoader.GamePacks.ResoniteModLoader#14 implemented by @Banane9
  • Add info about additional built-in features for users by @Nytra in #34 (Readme)
  • Made all the different Configured Resonite Monkeys' ConfigSection properties public and added the IConfiguredMonkey interface to them by @Banane9
  • Bumped dependency versions by @Banane9

Full Changelog: v0.15.3...v0.16.1

Install

To install just the Game Packs, place the provided MonkeyLoader.GamePacks.Resonite.nupkg and MonkeyLoader.GamePacks.Resonite.Unity.nupkg files into your MonkeyLoader/GamePacks/ folder.
Alternatively, unzip the provided MonkeyLoader-v0.17.4+Resonite-v0.16.1+RML-v2.6.6.zip into Resonite's install folder to install the latest versions of MonkeyLoader, the Game Packs for Resonite, and the ResoniteModLoader compatibility package.

To develop with, add the following to your project file or Directory.Build.props file and reference the necessary packages through NuGet:

<PropertyGroup>
        <RestoreAdditionalProjectSources>
            https://pkg.munally.com/MonkeyModdingTroop/index.json;
            https://pkg.munally.com/ResoniteModdingGroup/index.json
        </RestoreAdditionalProjectSources>
</PropertyGroup>

You may also need to add the URLs https://pkg.munally.com/MonkeyModdingTroop/index.json and https://pkg.munally.com/ResoniteModdingGroup/index.json as package sources inside VS and set up package mappings.