Lethal Company
0 of 0

File information

Last updated

Original upload

Created by

BepInEx

Uploaded by

PS2ClassicsVault

Virus scan

Safe to use

Tags for this mod

About this mod

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Permissions and credits
Mirrors
BepInExPack Reborn

This is BepInEx Reborn 5.4.2200 pack.BepInEx is a general purpose framework for Unity modding. BepInEx includes tools and libraries to

  • load custom code (hereafter plugins) into the game on launch;
  • patch in-game methods, classes and even entire assemblies without touching original game files;
  • configure plugins and log game to desired outputs like console or file;
  • manage plugin dependencies.


BepInEx is currently one of the most popular modding tools for Unity on GitHub.This pack's contents

This pack is preconfigured and usable for Unity games that use Mono. In particular, this pack comes with preconfigured BepInEx.cfg that enables the BepInEx console and more extensive logging.Installation (game, automated)This is the recommended way to install BepInEx on the game.

Installation (manual)

If you are installing this manually, do the following
  • Extract the archive into a folder. Do not extract into the game folder.
  • Move the contents of BepInExPack folder into the game folder (where the game executable is located).
  • Run the game. If everything runs correctly, you will see BepInEx console pop up on your desktop.
  • Follow the game running instructions below:
Configuration

No need to configure. Simply run the game. If everything is correct, you will see a console pop up.Useful links


Issues, questions, etc.At this moment, you can use the following channels to ask for help

  • BepInEx Discord -- Only technical support for THIS PACKAGE. No support for plugins.

Changelog 5.4.2200

⚠️ BepInEx 5 now enters long term support (LTS) mode BepInEx 5.4 is the last version of BepInEx 5 with major updates. Any BepInEx 5 releases starting version 5.4 will be minor and only contain fixes along with package version updates. Our main development focus now shifts to implementing BepInEx 6.For developers: BepInEx 5 source code is now maintained on v5-lts branch. In turn master branch will start hosting BepInEx 6 source. All PRs regarding BepInEx 5 should be targeting that branch instead of master.

What's Changed:

  • fix: handle parameter spread for lts version by @Danielduel in #496
  • Add TomlTypeConverter for UnityEngine.Rect by @ManlyMarco in #510
  • Fix logging "1 plugins to load" instead of "1 plugin to load" by @ManlyMarco in #653
  • Make Logger.Listeners and Logger.Sources thread safe by @ManlyMarco in #656
  • Fix argument count when launched with Steam on Linux by @zeroepoch in #562

5.4.2100
  • Initial release