GoblinCleanupModding-BepInExPack_GoblinCleanup icon

BepInExPack GoblinCleanup

BepInEx modloader, preconfigured and ready to use for Goblin Cleanup

Last updated a day ago
Total downloads 6
Total rating 0 
Categories Libraries
Dependency string GoblinCleanupModding-BepInExPack_GoblinCleanup-5.4.230501
Dependants 2 other packages depend on this package

README

BepInExPack Goblin Cleanup icon

BepInExPack Goblin Cleanup

BepInEx modloader, preconfigured and ready to use for Goblin Cleanup

Thunderstore Badge

This is BepInEx 5.4.23.5 pack for Goblin Cleanup.

The exact version is BepInEx_win_x64_5.4.23.5.zip from https://github.com/BepInEx/BepInEx/releases/tag/v5.4.23.5

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

  • BepInExPack\UnstrippedCorlib\'s corlib files sourced from Unity Editor 2023.2.22f1: UnityEngine*.dll from the non-dev player Managed directory, system assemblies from MonoBleedingEdge\unityjit-win32
  • BepInExPack\doorstop_config.ini's dllSearchPathOverride set to UnstrippedCorlib
  • BepInExPack\BepInEx\config\BepInEx.cfg's HideManagerGameObject set to true

Installation (Manual)

  1. Install the latest release via Thunderstore or download the ZIP from the Releases page.
  2. Extract the ZIP and copy the contents of BepInExPack directory to your Goblin Cleanup installation folder:
    • Default location: C:\Program Files (x86)\Steam\steamapps\common\Goblin Cleanup\
  3. Start the game. BepInEx will load automatically. Mods can be added to BepInEx/plugins/.

Development

Install mise and run mise install to set up tools.

mise run prepare-unstripped   # Generate UnstrippedCorlib from Unity build support
mise run build                # Build the Thunderstore package

Run mise tasks to list all available tasks.

License

This project is licensed under MIT License. See LICENSE for details.