1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-24 16:17:44 +00:00
Server emulator for a certain MMO
Find a file
Joshua Goins fb05caaa31 Store zone id and position in the World database
This isn't updated by the server yet, but will be soon in the future.
2025-03-22 19:05:29 -04:00
.github/workflows Dummy out Oodle support on the CI 2025-03-10 22:19:31 -04:00
resources/tests Add support for spawning NPCs, and a debug command to do it 2025-03-18 22:13:28 -04:00
src Store zone id and position in the World database 2025-03-22 19:05:29 -04:00
templates Move to .localhost TLD for Caddyfile 2025-03-17 16:40:04 -04:00
.gitignore Change configuration format to YAML, allow configuring the address and ports 2025-03-22 16:47:21 -04:00
build.rs Clarify Oodle instructions, link against "oodle" directory 2025-03-17 16:40:04 -04:00
Caddyfile Move to .localhost TLD for Caddyfile 2025-03-17 16:40:04 -04:00
Cargo.lock Change configuration format to YAML, allow configuring the address and ports 2025-03-22 16:47:21 -04:00
Cargo.toml Change configuration format to YAML, allow configuring the address and ports 2025-03-22 16:47:21 -04:00
LICENSE Relicense to AGPL, remove .build.yml 2024-04-28 08:32:31 -04:00
README.md Update documentation 2025-03-14 17:00:40 -04:00
run.sh Add world server, fix reading compression type 2025-03-09 11:07:01 -04:00
USAGE.md Change configuration format to YAML, allow configuring the address and ports 2025-03-22 16:47:21 -04:00

Kawari

A replacement server for a certain MMO. Updates on the project can be found on my blog.

Goals

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.

Supported Game Version

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.

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.

Running

A guide to running Kawari can be followed here.

Credits & Thank You

License

This project is licensed under the GNU Affero General Public License 3. Some code or assets may be licensed differently.