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 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.