Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 986 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 986 Bytes

Monke Mod Manager

This program will install custom mods into Gorilla Tag automatically, and can be re-run in order to update the mods

This uses the github api to get the latest release of all these mods, so you know you'll always be getting the latest version! (If you've made a mod that you want added to the installer, send me a message on Discord! buzzbb)

To have your modded added

DM me:

  • The Github repository of the mod you want added
  • Any dependencies Mod submission is likely subject to change in the future.

Ensure that

  • your mod is built in the monke mod manager compatible format through MakeRelease.ps1 (replace netstandard2.0 with netstandard2.1.0 in the code) or you use a DLL in your release
  • you list the correct dependencies
  • your mod is fully working