2023-10-04 19:06:59 -04:00
# Kawari
2025-03-14 17:00:40 -04:00
A replacement server for a certain MMO. Updates on the project can be found [on my blog ](https://redstrate.com/blog/series/kawari-progress-report/ ).
2023-10-07 09:57:40 -04:00
2025-03-14 17:00:40 -04:00
## Goals
2024-05-11 13:02:24 -04:00
2025-03-14 17:00:40 -04:00
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** for creating bots, packet modifications or doing anything on the retail servers.
2024-05-11 12:21:09 -04:00
2025-03-13 19:56:56 -04:00
## Supported Game Version
2024-05-11 12:21:09 -04:00
2025-03-14 17:00:40 -04:00
Kawari currently supports patch **7.18h** . Kawari will never "roll back" to a previous patch. There are other servers (e.g. Sapphire) that support older versions of the game.
2024-05-11 13:02:24 -04:00
2025-03-14 17:00:40 -04:00
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.
2024-05-11 13:02:24 -04:00
2025-03-14 17:00:40 -04:00
## Running
2024-05-11 13:02:24 -04:00
2025-03-14 17:00:40 -04:00
A guide to running Kawari can be followed [here ](USAGE.md ).
2024-05-11 13:02:24 -04:00
2025-03-14 17:00:40 -04:00
## Credits & Thank You
2025-03-08 14:10:52 -05:00
2025-03-14 17:00:40 -04:00
- [Sapphire ](https://github.com/SapphireServer/Sapphire ) for reference.
- [iolite ](https://github.com/0xbbadbeef/iolite ) for inspiration & reference.
- [TemporalStasis ](https://github.com/NotNite/TemporalStasis ) for tooling and reference.
- [Project Chronofoil ](https://github.com/ProjectChronofoil/ ) for easy packet capture.
2025-03-08 14:10:52 -05:00
2023-10-07 09:57:40 -04:00
## License
2025-03-14 17:00:40 -04:00
This project is licensed under the [GNU Affero General Public License 3 ](https://github.com/redstrate/Kawari/blob/master/LICENSE ). Some code or assets may be licensed differently.