You are viewing a potentially older version of this package.
View all versions.
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 CleanupBepInEx modloader, preconfigured and ready to use for Goblin Cleanup |
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*.dllfrom the non-dev player Managed directory, system assemblies fromMonoBleedingEdge\unityjit-win32BepInExPack\doorstop_config.ini'sdllSearchPathOverrideset toUnstrippedCorlibBepInExPack\BepInEx\config\BepInEx.cfg'sHideManagerGameObjectset to true
Installation (Manual)
- Install the latest release via Thunderstore or download the ZIP from the Releases page.
- Extract the ZIP and copy the contents of
BepInExPackdirectory to your Goblin Cleanup installation folder:- Default location:
C:\Program Files (x86)\Steam\steamapps\common\Goblin Cleanup\
- Default location:
- 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