Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1 KB

README.md

File metadata and controls

33 lines (26 loc) · 1 KB

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