Skip to content

Releases: ResoniteModdingGroup/MonkeyLoader.GamePacks.ResoniteModLoader

v5.0.1.0

13 Mar 09:02

Choose a tag to compare

Resonite

If you're looking to install MonkeyLoader for Resonite, you can find the releases here:
https://github.com/ResoniteModdingGroup/MonkeyLoader.GamePacks.Resonite/releases

What's Changed

  • Update for RML 5.0.1 by @Banane9 in #43
    • Add SHA256 to log lines when loading #38
    • Fully hide exposed ML references from consumers #42
    • Add locale loading for RML mods #44

Full Changelog: v4.2.0.1...v5.0.1.0

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/GamePacks/ folder.

v4.2.0.1

25 Dec 20:45

Choose a tag to compare

Resonite

If you're looking to install MonkeyLoader for Resonite, you can find the releases here:
https://github.com/ResoniteModdingGroup/MonkeyLoader.GamePacks.Resonite/releases

What's Changed

Full Changelog: v4.2.0.0...v4.2.0.1

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/GamePacks/ folder.

v4.2.0.0

05 Dec 17:03

Choose a tag to compare

Resonite

If you're looking to install MonkeyLoader for Resonite, you can find the releases here:
https://github.com/ResoniteModdingGroup/MonkeyLoader.GamePacks.Resonite/releases

What's Changed

  • Fix incompatible version handling being ignored by @Banane9 in #39
  • Adjust contents for RML 4.2.0 by @Banane9 in #40

Full Changelog: v4.0.0.0...v4.2.0.0

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/GamePacks/ folder.

v4.0.0.0 - RML v4.0.0

02 Sep 10:23

Choose a tag to compare

Resonite

If you're looking to install MonkeyLoader for Resonite, you can find the releases here:
https://github.com/ResoniteModdingGroup/MonkeyLoader.GamePacks.Resonite/releases

What's Changed

Full Changelog: v3.0.7...v4.0.0.0

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/GamePacks/ folder.

v3.0.7

28 Aug 19:20

Choose a tag to compare

Resonite

If you're looking to install MonkeyLoader for Resonite, you can find the releases here:
https://github.com/ResoniteModdingGroup/MonkeyLoader.GamePacks.Resonite/releases

What's Changed

  • Adjust rml mod loading to load all assemblies before initializing the mods by @Banane9 in #33
    • This should fix any missing dependencies between mods
  • Fix ModLoader.IsHeadless property throwing an error by @Banane9 in #34
    • In particular, this fixes ResoniteIkCulling throwing an exception on every IK-Update, every frame

Full Changelog: v3.0.6...v3.0.7

Install

Place the provided .nupkg file into your Resonite/MonkeyLoader/GamePacks/ folder.

v3.0.6

20 Aug 21:41

Choose a tag to compare

Resonite

If you're looking to install MonkeyLoader for Resonite, you can find the releases here:
https://github.com/ResoniteModdingGroup/MonkeyLoader.GamePacks.Resonite/releases

What's Changed

New Contributors

Full Changelog: v3.0.5...v3.0.6

v3.0.5

19 Mar 20:24

Choose a tag to compare

Resonite

If you're looking to install MonkeyLoader for Resonite, you can find the releases here:
https://github.com/ResoniteModdingGroup/MonkeyLoader.GamePacks.Resonite/releases

What's Changed

  • Don't create new internal key when setting the monkey toggle by @Nytra in #24
  • Add Author definition to ResoniteModBase Monkey by @Banane9 in #25

Full Changelog: v3.0.4...v3.0.5

v3.0.4

26 Nov 21:21

Choose a tag to compare

Resonite

If you're looking to install MonkeyLoader for Resonite, you can find the releases here:
https://github.com/ResoniteModdingGroup/MonkeyLoader.GamePacks.Resonite/releases

What's Changed

Full Changelog: v3.0.3...v3.0.4

v3.0.3

26 Aug 18:18

Choose a tag to compare

What's Changed

  • Remove extra AddMod calls and add loaded libs as NuGet Packages by @Banane9 in #19
  • Update README.md by @Banane9 in #20
  • Move to EnumerableToolkit by @Banane9 in #21

Full Changelog: v3.0.0...v3.0.3

v3.0.0

11 Jul 22:33

Choose a tag to compare

📦 Uncategorized

  • Type rework update changes to match RML