Yet another mod manager for Lethal Company. No internet, files only mod manager based on PyQt6. Allows quickly switching between mods that use BepInEx and are downloaded from sides like https://thunderstore.io/
  • Python 99.7%
  • Shell 0.3%
Find a file
Peery 69f387ce5a
Fixed folder creation
Fixed an Issue where if a nested folder was used it would not create all of them but only the parent and then crash.
2024-02-02 12:35:49 +01:00
files Windows path fixes 2023-12-14 17:24:55 +01:00
window Fixed crash with unrecognized mods 2023-12-23 16:07:29 +01:00
.gitignore Init 2023-12-14 01:39:21 +01:00
example_image.png Created README 2023-12-14 15:09:42 +01:00
main.py Support for multiple versions of same mod 2023-12-16 23:08:30 +01:00
ModManager.py Fixed folder creation 2024-02-02 12:35:49 +01:00
README.md Updated README 2023-12-14 20:17:09 +00:00
requirements.txt Version 0.1 2023-12-14 01:42:24 +01:00

LC Mod Manager

A very simplistic mod manager for games using BepInEx (like Lethal Company).

example screenshot of the mod manager with some mods available and a subset of them installed

This is basically a glorified zip-file manager and extractor. The Manager stores mods you give it inside its own folder within the game directory (so that everything is close together).

Requirements

It expects these mods to contain a manifest.json and icon.png like many do that originate from common mod sharing websites. It requires the manifest.json to read the mod name, and its version for display.

The manager also expects BepInEx to be already installed correctly.

The mod manager needs to be told where the game is though (Settings > Set game path). Just point it to the game folder as given by steam.

Usage

You just add new mods (Mods > Add new mod) by selecting the downloaded zip-archive of them and they get automatically copied to the mod storage folder of the manager.

Now you can just tick them among the available mods and the mod manager extracts all files for you.

Uninstalling is just as easy! Just untick the mod again and it'll delete every file by that mod it knows through the zip-archive.

It handles mods you haven't given to the mod manger yet by showing them under installed and "Untracked" with the option to delete them.

Note: For "untracked mods" the manager only deletes the dll-file it found of the mod. It doesn't know what other files might or might not be part of that mod unlike when it was supplied a zip-Archive of the mod in question.