What's Changed with MonkeyLoader
- Log patches and potential conflicts by @Nytra in MonkeyModdingTroop/MonkeyLoader#41
- Make GetFeaturePatches virtual so you don't need to override it by @Nytra in MonkeyModdingTroop/MonkeyLoader#39
- Update System.Text.Json by @Nytra in MonkeyModdingTroop/MonkeyLoader#40
- Add (nearest) parent search for identifiables by @Banane9 in MonkeyModdingTroop/MonkeyLoader#42
- Call shutdown on monkeys that fail to run by @Banane9 in MonkeyModdingTroop/MonkeyLoader#44
- Ensure log messages are written in order by @Banane9 in MonkeyModdingTroop/MonkeyLoader#46
- Add EnabledToggle as property for Monkeys by @Banane9 in MonkeyModdingTroop/MonkeyLoader#49
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
- Auto detect enabled toggles by @Banane9 in ResoniteModdingGroup/MonkeyLoader.GamePacks.ResoniteModLoader#23
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.