BepInExPack Romestead
Romestead-specific BepInEx 6 CoreCLR mod loader. Preconfigured and ready to use.
| Last updated | a day ago |
| Total downloads | 5 |
| Total rating | 0 |
| Categories | |
| Dependency string | Romestead_Modding-BepInExPack_Romestead-0.4.1 |
| Dependants | 4 other packages depend on this package |
README
BepInExPack for Romestead
This is a Romestead-specific BepInEx 6 pack for .NET/CoreCLR.
This package is based on BepInEx 6 and modified for Romestead by ibox233 / Ice Box Studio.
BepInEx is a general purpose framework for game modding. BepInEx includes tools and libraries to
- load custom code (hereafter plugins) into the game on launch;
- patch in-game methods, classes and assemblies without touching original game files;
- configure plugins and log game output to console or file;
- manage plugin dependencies.
This pack's contents
This pack is preconfigured and usable for the Romestead Windows client and Steam Proton client.
In particular, this pack comes with a local d3d11.dll hook and preconfigured BepInEx files that enable the BepInEx console and file logging.
Installation (automated)
This is the recommended way to install BepInEx on the game.
- Download and install Thunderstore Mod Manager or r2modman.
- Click Install with Mod Manager button on top of the page.
- Run Romestead through the mod manager or through Steam as supported by your manager profile.
Installation (manual)
If you are installing this manually, do the following:
- Extract the archive into a folder. Do not extract into the game folder.
- Move the contents of the
BepInExPackfolder into the Romestead game folder, whereRomestead.exeis located. - Confirm that
d3d11.dllis next toRomestead.exe. - Start Romestead through Steam.
If done correctly, you should see a BepInEx console appearing when the game launches.
Useful links
- Modified BepInEx source for Romestead
- BepInEx: writing basic plugin walkthrough
- BepInEx: patching game methods at runtime
Issues, questions, etc.
This modified loader is experimental and has not been fully tested with every BepInEx feature or every future Romestead update.
For issues specific to the Romestead loader, use the Romestead-specific source repository:
For BepInEx itself, use official BepInEx resources. Do not report Romestead-specific packaging or game-specific mod issues to upstream BepInEx unless the issue is confirmed to be in upstream BepInEx.