Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/temperz87/ultra-mod-manager
A WIP mod manager for ULTRAKILL, that works with BepInEx and UKMods
https://github.com/temperz87/ultra-mod-manager
bepinex mod ultrakill
Last synced: 15 days ago
JSON representation
A WIP mod manager for ULTRAKILL, that works with BepInEx and UKMods
- Host: GitHub
- URL: https://github.com/temperz87/ultra-mod-manager
- Owner: Temperz87
- License: mit
- Created: 2022-07-23T04:04:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-02T15:23:15.000Z (over 1 year ago)
- Last Synced: 2023-08-02T16:36:50.251Z (over 1 year ago)
- Topics: bepinex, mod, ultrakill
- Language: C#
- Homepage:
- Size: 175 KB
- Stars: 18
- Watchers: 4
- Forks: 13
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://github.com/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](https://youtu.be/meNiXcbPh_s)), 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](https://user-images.githubusercontent.com/58375877/183227327-4396fe56-3004-45ba-9b4d-fbc28556784f.png)
Documentation for the API will can be found at the [Wiki](https://github.com/Temperz87/ultra-mod-manager/wiki).