🎞️GTFO Replay
This is the developer docs intended for rundown developers for extending the replay viewer or plugin for custom rundowns.
Overview
GTFO Replay is a mod created for GTFO which allows players to record games and watch them post gameplay.
Out of the box, the viewer supports replays of vanilla gameplay and the custom rundowns Duo Trials and Solo Trials. When viewing replays of modded content, you can switch profiles by clicking the puzzle button on the top left:

These docs outline how you can create your own viewer profiles for custom rundowns, edit current profiles and extend the plugin to record additional custom information.
Prerequisites
The viewer application is an electron app written in JavaScript, whilst the recorder is a BepInEx plugin written in C#.
Having prior experience in both JavaScript and C# will help tremendously, however in terms of creating custom profiles for the viewer, no C# is needed and very little Javascript is required.
Recommended Guides
Extending the Recorder
Last updated