https://github.com/bingus-dev/mechanicmonke
A new MonkeModManager
https://github.com/bingus-dev/mechanicmonke
bepinex gorillatag gtag
Last synced: 7 months ago
JSON representation
A new MonkeModManager
- Host: GitHub
- URL: https://github.com/bingus-dev/mechanicmonke
- Owner: bingus-dev
- License: mit
- Created: 2024-12-30T02:27:12.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-06T20:16:58.000Z (7 months ago)
- Last Synced: 2025-03-17T15:26:07.170Z (7 months ago)
- Topics: bepinex, gorillatag, gtag
- Language: C#
- Homepage:
- Size: 286 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MechanicMonke 
This is a successor to [MonkeModManager](https://github.com/DeadlyKitten/MonkeModManager) that:
- Remains fully compatable with all MMM mods (including MakeRelease.ps1)
- Has it's own catalog and filtering system that includes the original MMM mod list
- Can detect what mods are installed based off of the filename or certain keywords in the naming scheme and update them accordingly## TOC
- [Quick Links](#quick-links)
- [Build](#build)
- [FAQ](#faq)
## Quick Links
- Gorilla Tag Modding Group: https://discord.gg/monkemod
- Mod Catalog (.json): https://github.com/stickmaster10/MMDictionary## Build
### MechanicMonke
Get a release of VS2022 and ensure it has the .NET with C# package installed.
From there, cd to your MechanicMonke source folder, and run:
```
dotnet build
```### Installer
Make sure you have Inno Setup installed.
Open ``MechanicMonke.iss`` and compile it ``CTRL + F9``.## FAQ
### I want my mod added / removed
For additions, send a PR to [MMDictionary](https://github.com/binguszingus/MMDictionary), and most of the time, it'll get accepted.
For removals, send a PR to [MMDictionary](https://github.com/binguszingus/MMDictionary), or DM me on Discord ``stickmaster10`` and I'll remove it personally.### Why is there a ``setup.exe``?
It is there for convenience. I am also providing a plain .exe build incase you may think it's sketchy.### Is this a rat?
You can read the source at any time. No.