mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-26 01:23:13 +01:00
docs: document JSON format support in README and CHANGELOG
Add a JSON Format Support section to the README covering quests, scenarios, and Hunting Road config. Add two missing CHANGELOG entries for the rengoku .bin-first fix and the quest event board JSON fallback.
This commit is contained in:
12
README.md
12
README.md
@@ -69,6 +69,18 @@ These files contain quest definitions and scenario data that the server sends to
|
||||
|
||||
**Without these files, quests will not load and the client will crash.**
|
||||
|
||||
### JSON Format Support
|
||||
|
||||
As an alternative to opaque `.bin` files, Erupe supports human-readable `.json` files for quests, scenarios, and Hunting Road config. The server always tries `.bin` first and falls back to `.json` automatically — existing binary files work unchanged.
|
||||
|
||||
| File type | Location | Documentation |
|
||||
|-----------|----------|---------------|
|
||||
| Quest | `bin/quests/<name>.json` | Erupe wiki |
|
||||
| Scenario | `bin/scenarios/<name>.json` | `docs/scenario-format.md` |
|
||||
| Hunting Road | `bin/rengoku_data.json` | Erupe wiki |
|
||||
|
||||
JSON quests and scenarios use UTF-8 text (converted to Shift-JIS on the wire), making them diff-friendly and editable without binary tools.
|
||||
|
||||
## Client Setup
|
||||
|
||||
1. Obtain a Monster Hunter Frontier client (version G10 or later recommended)
|
||||
|
||||
Reference in New Issue
Block a user