You are viewing a potentially older version of this package. View all versions.
Temperz87-UltraModManager-5.1.0 icon

UltraModManager

A mod manager fo ULTRAKILL that adds a modding API and a way to unload some mods.

Date uploaded a year ago
Version 5.1.0
Download link Temperz87-UltraModManager-5.1.0.zip
Downloads 2271
Dependency string Temperz87-UltraModManager-5.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

UK Mod Manager

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 UKMM from here, 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 UKMM.dll, which should now be in ULTRAKILL\plugins\UKMM. 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 come later.