mirror of
https://github.com/redstrate/Kawari.git
synced 2025-05-05 20:27:45 +00:00
Detail the supported servers in the README
This commit is contained in:
parent
c1eda26a7e
commit
3b40b90abb
1 changed files with 19 additions and 2 deletions
21
README.md
21
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue