You are viewing a potentially older version of this package. View all versions.
dakkhuza-MTFO-4.1.0 icon

MTFO

The premier in GTFO DataBlock editing

Date uploaded 3 years ago
Version 4.1.0
Download link dakkhuza-MTFO-4.1.0.zip
Downloads 2474
Dependency string dakkhuza-MTFO-4.1.0

This mod requires the following mods to function

BepInEx-BepInExPack_GTFO-1.5.0 icon
BepInEx-BepInExPack_GTFO

BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.5.0

README

Mod the FUCK out

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

MTFO also adds it's own custom configuration files, these should be placed under

GTFO/
└──BepInEx/
    └──plugins/
        └──RundownName/
            ├──GameData_*.json
            └──custom/
                └──CustomFiles

The custom folder is not created by default and must be manually created by the developer.

Documentation on MTFO and the Custom folder can be found on the wiki here.

Installing

Easy

  1. Download R2ModMan
  2. Search for MTFO and install it with dependencies
  3. Launch modded, you're done!

Manual

Download and install BepInEx.

If you don't know how to find your GTFO folder

Steam library -> Right click GTFO -> Properties -> View local files

The first step

The second step

The third step

After following the BepInEx installation instructions and launching the game at least once place MTFO into your plugins folder.

GTFO/
└──BepInEx/
    └──plugins/
          └──MTFO.dll

Launch the game once more, your file structure should now look similar to this

GTFO/
├──BepInEx/
|    ├──config/
|    |     ├──BepInEx.cfg
|    |     └──MTFO.cfg
|    └──plugins/
|          ├──MTFO.dll
|          └──GameData_XXXXX
├──mono/
├──doorstop_config.ini
├──GTFO.exe
└──winhttp.dll

Installing Rundowns

Easy

  1. Download R2ModMan
  2. Create a new profile
  3. Find and install the rundown you'd like to play and install it with dependencies
  4. Launch modded

You're done!


Manual

  1. Download the rundown you'd like to play
  2. Place the rundown under GTFO/BepInEx/Plugins
    • Make sure to check if the rundown you're installing has extra install steps! These will usually be in a "README.txt" or "INSTALLATION.txt" file.
GTFO/
└──BepInEx/
     └──plugins/
           └──RundownName/
  1. Download and install any dependencies the rundown may have.
  2. Launch the game!

! Warning !

If you have more than one rundown inside the plugin folder at the same time, whichever rundown is discovered first will be loaded.

  • Make sure to uninstall any plugins not related to the rundown you have installed, otherwise there might be issues or crashes!

If you're having any issues, send a message in #tech-support on the GTFO modding discord!

Developers

License

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