Skip to content

danisty/LethalManager

Repository files navigation

Lethal Manager

Lethal Manager is a mod management tool designed for Lethal Company, inspired by the popular Modrinth platform.

Features

  • Supports game installations from any location, including Steam
  • Allows creating and managing profiles with custom mod sets
  • Provides a search tool for mods from the Thunderstore website

Screenshots

Profiles Profiles

Todo

  • Export/Import profiles
  • Import profiles from Thunderstore
  • Modify BepInEx configurations
  • Settings

Installation

To install Lethal Manager, visit the releases page and download the latest version.

Contributing

To contribute to Lethal Manager:

  1. Clone the repository
  2. Run cargo tauri dev

Building

To build Lethal Manager from source:

  1. Clone the repository
  2. Run the appropriate command:
  • Release build: cargo tauri build
  • Debug build: cargo tauri build --debug