https://github.com/tinymins/lethalcompanymodhelper
Lethal Company One-Click Mod Game
https://github.com/tinymins/lethalcompanymodhelper
Last synced: 10 months ago
JSON representation
Lethal Company One-Click Mod Game
- Host: GitHub
- URL: https://github.com/tinymins/lethalcompanymodhelper
- Owner: tinymins
- Created: 2024-01-13T14:19:18.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T07:46:11.000Z (11 months ago)
- Last Synced: 2025-04-04T04:30:36.930Z (10 months ago)
- Language: C#
- Size: 616 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lethal Company Mod Helper
[简体中文](./README.zh-CN.md)
## How to Use
After opening the Lethal Company MOD Installer:
1. Choose the MOD you want to install, the first one is selected by default.
2. Click "Install MOD" for automatic installation.
3. Then click "Start Game" to launch the game.
If you can't open it, copy the following address to download and install the .NET runtime via your browser:
https://dotnet.microsoft.com/zh-cn/download/dotnet-framework/thank-you/net48-offline-installer
## How to Make an Installation Package
1. Create your MOD package folder under the application program folder, for example, "Custom MOD Package".
2. In the newly created "Custom MOD Package" folder, create a "Base" folder and put your MOD base package in it (make sure this directory contains the BepInEx folder), which will be copied to the root directory of the game during installation.
3. (Optional) In the "Custom MOD Package" folder, create an "Optional" folder. This folder is for optional installation packages. Each subfolder is an optional installation package, and the file structure is the same as the base package folder.
4. (Optional) Create a "README.txt" file in the "Custom MOD Package" folder, edit and add the text you want to display to the user in the installation interface, and save it.
5. (Optional) Create an "ABOUT.txt" file in the "Custom MOD Package" folder, edit and enter your personal homepage URL (it needs to start with http:// or https://), and save it.
6. (Optional) Create an "UPDATE.txt" file in the "Custom MOD Package" folder, edit and enter the MOD package update URL (it needs to start with http:// or https://), and save it.
7. Add "LethalCompanyModHelper.exe", "Gameloop.Vdf.dll", "Custom MOD Package", and any other files you want to package together into a compressed package.
8. The player opens this compressed package and double-clicks "LethalCompanyModHelper.exe" for one-click installation.
## Screenshots


