The sexiest mod-manager for Lethal Company (Only for windows).
A mod manager built with Love, Care, and Golang
- Automatic mod updates
- Syncronize mods with your friends
- Malware protection
Just go to the releases page and install & run the latest one. (Windows defender might not like it).
Clone the Repository & install all the required packages.
git clone https://github.com/KonstantinBelenko/lethal-mod-manager.git
cd lethalmodmanager
npm install
go mod tidy
This will launch the go server using serve_debug.go
and the react app separately, without packaging them together. This allows you to develop the frontend part without needing to constantly re-start the app itself.
npm run start
This will generate a new assets.go and package the react app together with go backend. It will output a fresh new binary to bin/app.exe
.
npm run build
Any contributions to Lethal Mod Manager are welcome.
- Thunderstore, for providing a platform for everyone to enjoy mods.
- v0.dev, for helping me to start with the project's design.
- OpenAI chatgpt, for letting me focus on the important details.
- Shadcn/ui, for creatign such a beautiful library of reusable components that we're using now.
Lethal Mod Manager is licensed under the MIT License.