/MTFO

A BepInEx plugin used to dump the internal JSON files GTFO uses as raw text among other things

Primary LanguageC#MIT LicenseMIT

Mod the FUCK out

A bepinex plugin that saves / loads the internal configuration files (hereafter refered to as "Data Blocks") as raw json files.

Prerequisites

The latest release of Bepinex from the bleeding edge branch.

Find it here

Installing

Drag and drop the unzipped folder into bepinex/plugins

See the wiki here

Building

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>

Built With

License

This project is licensed under the MIT License - see the LICENSE file for details