readme update

This commit is contained in:
Chomp 2023-01-03 15:21:02 +00:00
parent c00e1371d1
commit 7f87a04110

View File

@ -1,10 +1,23 @@
# ChompQuestVerifier # ChompQuestVerifier
# Dump cleaner
TODO: write details
# Generate Quest File
TODO: write details
Verifies an aki quest json against a live dump of quest data Verifies an aki quest json against a live dump of quest data
## How to use ## How to use
1. Copy your aki quests.json into QuestValidator\bin\Debug\netcoreapp3.1\input 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\netcoreapp3.1\input 2. Copy a live quest file dump (resp.client.quest.list_xxxx) into QuestValidator\bin\Debug\net6.0\input
3. Run QuestValidator project to generate a list of warnings found in aki quests.json, separated by quest. 3. Run QuestValidator project to generate a list of warnings found in aki quests.json, separated by quest.
Use the example dump file found in QuestValidator/Examples if you dont have a live quest dump file Use the example dump file found in QuestValidator/Examples if you dont have a live quest dump file