BepInExPack

BepInExPack

2023-01-17

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

Readme

This is BepInEx 5.4.21 pack.

BepInEx is a versatile framework designed for Unity modding, offering tools and libraries to:

  • load custom code (referred to as plugins) into the game upon launch;
  • patch in-game methods, classes, and even entire assemblies without altering the original game files;
  • configure plugins and log game output to various destinations 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 ready for Unity games that utilize Mono. Specifically, it includes a preconfigured BepInEx.cfg file that activates the BepInEx console and enhances logging capabilities.

Installation (game, automated)

This is the recommended method for installing BepInEx for the game:

  1. Download and install Thunderstore Mod Manager or r2modman.
  2. Click the **Install with Mod Manager** button at the top of the page.
  3. Launch the game via the mod manager.

Installation (manual)

If you prefer a manual installation, follow these steps:

  1. Extract the archive into a folder. Do not extract it into the game folder.
  2. Transfer the contents of the BepInExPack folder into the game folder (where the game executable is located).
  3. Run the game. If everything is functioning correctly, the BepInEx console will appear on your desktop.
  4. Follow the game running instructions below:

Configuration

No configuration is necessary. Simply run the game. If everything is set up correctly, the console will pop up.

Issues, questions, etc.

You can use the following channels to seek assistance:

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

Changelog

5.4.2100

  • Initial release