1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-22 15:27:44 +00:00
Server emulator for a certain MMO
Find a file
Joshua Goins ff3313a0f9 Add UpdateHpMpTp packet, make sprint take away debug monster health
This is just for debugging, I want to make attack actions do this
instead.
2025-03-29 12:25:22 -04:00
.github/workflows Add scripts to the artifacts 2025-03-28 23:00:32 -04:00
resources Add UpdateHpMpTp packet, make sprint take away debug monster health 2025-03-29 12:25:22 -04:00
src Add UpdateHpMpTp packet, make sprint take away debug monster health 2025-03-29 12:25:22 -04:00
templates Move to .localhost TLD for Caddyfile 2025-03-17 16:40:04 -04:00
.gitignore Start defining IPC opcodes in JSON 2025-03-26 19:23:14 -04:00
build.rs Send the welcome server message in the onBeginLogin Lua function 2025-03-28 23:00:32 -04:00
Caddyfile Move to .localhost TLD for Caddyfile 2025-03-17 16:40:04 -04:00
Cargo.lock Load the starting position from the LGB 2025-03-28 23:00:32 -04:00
Cargo.toml Send the welcome server message in the onBeginLogin Lua function 2025-03-28 23:00:32 -04:00
CONTRIBUTING.md Start defining IPC opcodes in JSON 2025-03-26 19:23:14 -04:00
LICENSE Relicense to AGPL, remove .build.yml 2024-04-28 08:32:31 -04:00
README.md Remove leftover debugging, edit README 2025-03-26 19:23:14 -04:00
run.sh Enable oodle feature in run.sh 2025-03-23 06:20:11 -04:00
USAGE.md Add //gm wireframe command 2025-03-29 00:39:00 -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.2. 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.

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.