2021-09-07 18:34:50 +02:00
|
|
|
# ChompQuestVerifier
|
|
|
|
|
2023-01-03 15:21:02 +00:00
|
|
|
# Dump cleaner
|
|
|
|
TODO: write details
|
|
|
|
|
|
|
|
# Generate Quest File
|
|
|
|
TODO: write details
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-09-07 17:45:49 +01:00
|
|
|
Verifies an aki quest json against a live dump of quest data
|
|
|
|
|
|
|
|
## How to use
|
2023-01-03 15:21:02 +00:00
|
|
|
1. Copy your aki quests.json into QuestValidator\bin\Debug\net6.0\input
|
|
|
|
2. Copy a live quest file dump (resp.client.quest.list_xxxx) into QuestValidator\bin\Debug\net6.0\input
|
2021-09-07 17:50:50 +01:00
|
|
|
3. Run QuestValidator project to generate a list of warnings found in aki quests.json, separated by quest.
|
|
|
|
|
2023-01-03 15:21:02 +00:00
|
|
|
Use the example dump file found in QuestValidator/Examples if you dont have a live quest dump file
|
|
|
|
|
|
|
|
|