diff --git a/README.md b/README.md index 2d9f1a4..b57f6fc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,23 @@ Server emulator for a certain MMO. Updates on the project can be found [on my blog](https://redstrate.com/blog/series/kawari-progress-report/). +## Features + +We have a working implementation for most of FFXIV's servers: + +* Frontier + * Used for news, gate status and more. +* Launcher + * Used to serve the launcher web page. +* Lobby + * Create a new character and login to a World server. +* Login + * Logging in and creating new accounts. +* Patch + * Verifies the game client version. Can't serve patch files yet. +* World + * Still limited, but supports basic multiplayer and can explore zones. + ## Goals Kawari is primarily a research project, but also a way to preserve the modern client. Kawari is... @@ -12,9 +29,9 @@ Kawari is primarily a research project, but also a way to preserve the modern cl ## Supported Game Version -Kawari currently supports patch **7.21** (2025.04.16.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.21** (2025.04.16.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. -Only the Global region is supported. Only the Windows client is supported. Supporting other regions or clients are currently out of scope of this project. +Only the Global region is supported. Only the Windows client is supported. Supporting other regions or clients are currently out of scope of this project, but might work anyway. ## Running