Skip to content

Beta Release v0.15.1

Compare
Choose a tag to compare
@Banane9 Banane9 released this 10 May 16:31
· 7 commits to master since this release

What's Changed

New Contributors

Full Changelog: v0.14.1-beta...v0.15.0

Screenshots

Mod Overview as Grid
New Mod overview as a grid

Working colorX Editor, Save Config options and Mod Metadata on individual mod page
Working colorX editor, Save Config option and Metadata on the mod page

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.16.3+Resonite-v0.15.1+RML-v2.6.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.