Skip to content

v0.21.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 21:12
· 44 commits to master since this release

What's Changed with MonkeyLoader

Full Changelog: MonkeyModdingTroop/MonkeyLoader@v0.23.1...v0.24.0

What's Changed with the Resonite Integration

  • Add SettingsDataFeed check to DataFeedInjector by @Banane9 in #74
  • Add patch / conflict logging for monkeys by @Banane9 in #73
  • Shutdown on fail by @Nytra in #76

Full Changelog: v0.20.0...v0.21.2

What's Changed with the RML Integration

Full Changelog: ResoniteModdingGroup/MonkeyLoader.GamePacks.ResoniteModLoader@v3.0.3...v3.0.4

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.24.0+Resonite-v0.21.2+RML-v3.0.4.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.