mod manager for love2d kingdom rush games
Named after best tower in the game necromancer
- Supports Kingdom Rush 1, 2, 3, and 5
- Allows installation of mods without redownloading the entire game
- Allows multiple mods to be used at once
- Simple to use GUI
- Graphical & command line interfaces
- Automated decompiling of the game
- Install 7-Zip
- Install .NET 8.0 Hosting Bundle
- Download NecroManager from Releases
- Extract NecroManager
- Run NecroManager.exe
- Install p7zip
- Ubuntu/Debian:
sudo apt install p7zip-full
- Arch:
sudo pacman -S p7zip
- Ubuntu/Debian:
- Install .NET 8.0 Runtime
- Ubuntu/Debian: View Microsoft docs
- Arch:
sudo pacman -S dotnet-host dotnet-runtime aspnet-runtime
- Install WINE
- Download NecroManager from Releases
- Extract NecroManager
- Run NecroManger
- To start CLI, pass NecroManager with arguments
- Starting NecroManager with no arguments just starts the GUI
- Use
h
,-h
, or--help
to view the help dialogue
DEVELOPING.md - info for mod developers
- Lua decompiler made by marsinator358
- Icon and some styling done by Firstwitch