diff --git a/BossMod/Config/ConfigAboutTab.cs b/BossMod/Config/ConfigAboutTab.cs index 65fd4f26af..0a186a97e9 100644 --- a/BossMod/Config/ConfigAboutTab.cs +++ b/BossMod/Config/ConfigAboutTab.cs @@ -53,6 +53,15 @@ public static void Draw() "Automatically moves your character based on safe zones determined by a boss's module, visible on the radar." }); + DrawSection("Replays", new[] + { + "Useful for creating boss modules, analyzing problems with them, and making CD plans.", + "When asking for help, make sure to provide a replay!", + "Enabled in Settings > Show replay management UI (or enable auto recording).", + "Provide the replay file with your replay when reporting bugs or asking for modules to be made.", + "Files are located in '%appdata%/XIVLauncher/pluginConfigs/BossMod/replays'." + }); + ImGui.Spacing(); float buttonWidth = 180f;