1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-06-30 11:47:45 +00:00

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.
This commit is contained in:
Joshua Goins 2025-06-21 19:04:28 -04:00
parent a2661ead9e
commit 88d1ee0c4c

View file

@ -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... 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** 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.) * **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. * **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 ## 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. 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.