From 7608eac2e4f91687637c95b6a7a71fdb1574d190 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 3 May 2025 19:58:15 -0400 Subject: [PATCH] Add recommended Dalamud plugins to CONTRIBUTING --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8717b13..df08245 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,13 @@ Here are various helpful resources and tips when working on Kawari. +## Recommended Dalamud plugins + +Here are some Dalamud plugins that will make your life easier: + +* [AllowLoginFail](https://github.com/redstrate/AllowLoginFail) to stop the game from rage quitting after hitting lobby errors. +* [Scripter](https://github.com/redstrate/Scripter) for inspecting the client's Lua state. + ## Packet capture The well-tested packet capturing solutions are [TemporalStasis](https://github.com/WorkingRobot/TemporalStasis/) and [Project Chronofoil](https://github.com/ProjectChronofoil). You should use Project Chronofoil under most circumstances, but it requires Dalamud. TemporalStasis works like a standalone proxy server, and can work with a vanilla game.