forked from chomp/ChompQuestVerifier
1.0 KiB
1.0 KiB
Dump cleaner
Clean up raw EFT dump jsons into files usabae by SPT
TODO: write details
Generate Quest File
Create a quest file for use by SPT by providing a raw quest dump JSON as input
How to use
- Build GenerateQuestFile project
- Copy your aki quests.json into
ChompQuestVerifier\GenerateQuestFile\bin\Debug\net6.0\input
create the input folder if necessary - Copy your
resp.client.quest.list.xxx
file into the above folder - Run
GenerateQuestFile.exe
- Your completed
quests.json
is written tooutput
folder
Quest Validator
Verifies an aki quest json against a live dump of quest data
How to use
- Copy your aki quests.json into QuestValidator\bin\Debug\net6.0\input
- Copy a live quest file dump (resp.client.quest.list_xxxx) into QuestValidator\bin\Debug\net6.0\input
- 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