From 7f87a041105c7dd4cebf89f440a920b6223e5f63 Mon Sep 17 00:00:00 2001 From: Chomp Date: Tue, 3 Jan 2023 15:21:02 +0000 Subject: [PATCH] readme update --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1ccaa1..5998ef4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,23 @@ # ChompQuestVerifier +# Dump cleaner +TODO: write details + +# Generate Quest File +TODO: write details + + + + + + Verifies an aki quest json against a live dump of quest data ## How to use -1. Copy your aki quests.json into QuestValidator\bin\Debug\netcoreapp3.1\input -2. Copy a live quest file dump (resp.client.quest.list_xxxx) 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\net6.0\input 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 \ No newline at end of file +Use the example dump file found in QuestValidator/Examples if you dont have a live quest dump file + +