2021-09-07 18:34:50 +02:00
|
|
|
|
2023-01-03 15:21:02 +00:00
|
|
|
# Dump cleaner
|
2023-07-03 17:50:57 +01:00
|
|
|
## Clean up raw EFT dump jsons into files usabae by SPT
|
2023-01-03 15:21:02 +00:00
|
|
|
TODO: write details
|
|
|
|
|
|
|
|
# Generate Quest File
|
2023-07-03 17:50:57 +01:00
|
|
|
## Create a quest file for use by SPT by providing a raw quest dump JSON as input
|
|
|
|
## How to use
|
|
|
|
1. Build GenerateQuestFile project
|
|
|
|
2. Copy your aki quests.json into `ChompQuestVerifier\GenerateQuestFile\bin\Debug\net6.0\input` create the input folder if necessary
|
|
|
|
3. Copy your `resp.client.quest.list.xxx` file into the above folder
|
|
|
|
4. Run `GenerateQuestFile.exe`
|
|
|
|
5. Your completed `quests.json` is written to `output` folder
|
2023-01-03 15:21:02 +00:00
|
|
|
|
2021-09-07 17:45:49 +01:00
|
|
|
|
2023-07-03 17:50:57 +01:00
|
|
|
# Quest Validator
|
|
|
|
## Verifies an aki quest json against a live dump of quest data
|
2021-09-07 17:45:49 +01:00
|
|
|
## 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
|
|
|
|
|
|
|
|
|