Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

A WIP mod manager for ULTRAKILL, that works with BepInEx and UKMods

License

Notifications You must be signed in to change notification settings

Temperz87/ultra-mod-manager

Repository files navigation

UltraModManager

This mod manager is currently in Alpha, and is subject to make mod breaking changes, but is currently released for feedback. Also, this mod manager will be merged with cygrind once it's ready, and this repo will be archived.

Creating a mod

First you will need to download an installation of UMM (an installation tutorial can be found here), and then you will need to create a new Class Library (.NET Framework) in Visual Studio (preferably using C# version 4.7.2). After that, reference UMM.dll, which should now be in ULTRAKILL\plugins\UMM. The Mod loader will look for a class that inherits UKMod, and has the attribute UKPlugin, like so. Obscenely big picture
Documentation for the API will can be found at the Wiki.