From 88d1ee0c4c8f81c5378878785cb5e74eaf2361f1 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 21 Jun 2025 19:04:28 -0400 Subject: [PATCH] Clarify intended goals a bit more Make it clear that Kawari isn't supposed to be (nor can) be a suitable replacement for the real game, it's not a goal. And now that you can explore inaccessible areas, explicitly don't support spoiling unreleased or new content. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e5d437c..90a2ace 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,11 @@ We have a working implementation for most of FFXIV's servers: Kawari is primarily a research project, but also a way to preserve the modern client. Kawari is... * **FOR** preservation of the game, in the event that the servers are permanently unavailable. * **FOR** exploring the packet structure for legitimate purposes (e.g. archival and preservation.) -* **NOT** a way to play the game without a valid subscription. +* **NOT** a way to play the game without a valid subscription. The server can't, nor ever will be a suitable replacement for the real game. * **NOT** for creating bots, packet modifications or doing anything on the retail servers. +Also please don't Kawari use it to spoil unreleased or new content, thanks. + ## Supported Game Version Kawari currently supports patch **7.25h** (2025.06.10.0000.0000.) Kawari will never "roll back" to a previous patch. There are other servers (e.g. Sapphire) that support older versions of the game. As Kawari moves to a new major patch, the previous patch is moved to a branch (e.g. 7.1) These branches are for archival: effectively unsupported, but still useful.