Date uploaded | 3 years ago |
Version | 4.2.0 |
Download link | dakkhuza-MTFO-4.2.0.zip |
Downloads | 5971 |
Dependency string | dakkhuza-MTFO-4.2.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_GTFO
BepInEx pack for GTFO. Preconfigured and includes Unity Base DLLs.
Preferred version: 1.5.0README
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
- Download R2ModMan
- Search for MTFO and install it with dependencies
- 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
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
- Download R2ModMan
- Create a new profile
- Find and install the rundown you'd like to play and install it with dependencies
- Launch modded
You're done!
Manual
- Download the rundown you'd like to play
- 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/
- Download and install any dependencies the rundown may have.
- 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.