1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-24 08:07:45 +00:00
Server emulator for a certain MMO
Find a file
Joshua Goins 90a78fcaa8 ActorControl and ActorMove packet fixes, add support for //gm invis
I don't think this is the right kind of invisibility, but it's more of a test of
ActorControlSelf really. I have also been trying (and failing) to make the
client show another player.
2025-03-23 15:28:53 -04:00
.github/workflows Enable Oodle feature on the CI 2025-03-22 21:48:51 -04:00
resources/tests Rename player_spawn.dat to player_spawn.bin 2025-03-22 21:59:06 -04:00
src ActorControl and ActorMove packet fixes, add support for //gm invis 2025-03-23 15:28:53 -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 Add display flags 2025-03-23 13:03:58 -04:00
Cargo.toml Add display flags 2025-03-23 13:03:58 -04:00
CONTRIBUTING.md Add CONTRIBUTING guide, detailing packet capture and updating to latest patch 2025-03-23 08:33:07 -04:00
LICENSE Relicense to AGPL, remove .build.yml 2024-04-28 08:32:31 -04:00
README.md Add CONTRIBUTING guide, detailing packet capture and updating to latest patch 2025-03-23 08:33:07 -04:00
run.sh Enable oodle feature in run.sh 2025-03-23 06:20:11 -04:00
USAGE.md Add debug command to spawn a monster (Tiny Mandragora), various fixes 2025-03-23 10:33:49 -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

Kawari is designed to be easy to run. A guide to running Kawari can be followed here.

Contributing

Pull requests for new features, patch updates, and documentation are welcome. A guide for contributing and updating Kawari can be found 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.