forked from chomp/ChompQuestVerifier
DrakiaXYZ
71d3768749
- Get the next index for quest props based on the previous index, instead of the count, to avoid duplicate indexes
- Include counter ID comparison for condition copy, so we don't copy the wrong ID for counters
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
- 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
Description
Languages
C#
100%