mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-30 11:47:45 +00:00
Mention Lua in the README more
This commit is contained in:
parent
198a8a3e2c
commit
4ba444be1f
1 changed files with 5 additions and 2 deletions
|
@ -21,15 +21,18 @@ We have a working implementation for most of FFXIV's servers:
|
||||||
* World
|
* World
|
||||||
* Still limited, but supports basic multiplayer and can explore zones.
|
* Still limited, but supports basic multiplayer and can explore zones.
|
||||||
|
|
||||||
|
Kawari is extendable, and content can be easily scripted using our Lua API. See the `resources/scripts` folder for examples.
|
||||||
|
|
||||||
## Goals
|
## Goals
|
||||||
|
|
||||||
Kawari is primarily a research project, but also a way to preserve the modern client. Kawari is...
|
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** 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.)
|
* **FOR** exploring the packet structure for legitimate purposes (e.g. archival and preservation.)
|
||||||
* **NOT** a way to play the game without a valid subscription. The server can't, nor ever will be a suitable replacement for the real game.
|
* **NOT** a way to play the game without a valid subscription. The server can't, nor ever will be a suitable replacement for the real game.
|
||||||
* **NOT** for creating bots, packet modifications or doing anything on the retail servers.
|
* **NOT** for creating bots, packet modifications or doing anything on the retail servers.
|
||||||
|
|
||||||
Also please don't Kawari use it to spoil unreleased or new content, thanks.
|
Also please don't use Kawari to spoil new or unreleased content, thanks.
|
||||||
|
|
||||||
## Supported Game Version
|
## Supported Game Version
|
||||||
|
|
||||||
|
@ -43,7 +46,7 @@ Kawari is designed to be easy to run. A guide to running Kawari can be followed
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Pull requests for new features, patch updates, and documentation are welcome. A guide for contributing and updating Kawari can be found [here](CONTRIBUTING.md).
|
Pull requests for new scripts, features, patch updates, and documentation are welcome. A guide for contributing and updating Kawari can be found [here](CONTRIBUTING.md).
|
||||||
|
|
||||||
## Credits & Thank You
|
## Credits & Thank You
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue