A bepinex plugin that saves / loads the internal configuration files (hereafter refered to as "Data Blocks") as raw json files.
The latest release of Bepinex from the bleeding edge branch.
Drag and drop the unzipped folder into bepinex/plugins
See the wiki here
Add a GameFolder.props file to the project to set your game path:
<Project>
<PropertyGroup>
<GameFolder>C:\Program Files (x86)\Steam\steamapps\common\GTFO</GameFolder>
</PropertyGroup>
</Project>
- BepInEx - Loading
- Harmony - Patching
- Newtonsoft Json - Json parsing, what else would it be used for?
This project is licensed under the MIT License - see the LICENSE file for details