You are viewing a potentially older version of this package. View all versions.
GoblinCleanupModding-BepInExPack_GoblinCleanup-5.4.230501 icon

BepInExPack GoblinCleanup

BepInEx modloader, preconfigured and ready to use for Goblin Cleanup

Date uploaded a day ago
Version 5.4.230501
Download link GoblinCleanupModding-BepInExPack_GoblinCleanup-5.4.230501.zip
Downloads 7
Dependency string GoblinCleanupModding-BepInExPack_GoblinCleanup-5.4.230501

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.

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

Unreleased

5.4.230501 (2026-06-25)

Notes

  • initial version