Update readme
This commit is contained in:
parent
12922128de
commit
d86ae365bf
18
README.md
18
README.md
@ -1,18 +1,20 @@
|
|||||||
# ChompQuestVerifier
|
|
||||||
|
|
||||||
# Dump cleaner
|
# Dump cleaner
|
||||||
|
## Clean up raw EFT dump jsons into files usabae by SPT
|
||||||
TODO: write details
|
TODO: write details
|
||||||
|
|
||||||
# Generate Quest File
|
# Generate Quest File
|
||||||
TODO: write details
|
## 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
|
||||||
|
|
||||||
|
|
||||||
|
# Quest Validator
|
||||||
|
## 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\net6.0\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
|
2. Copy a live quest file dump (resp.client.quest.list_xxxx) into QuestValidator\bin\Debug\net6.0\input
|
||||||
|
Loading…
x
Reference in New Issue
Block a user