Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split up quest lines into separate files #94

Merged
merged 1 commit into from Mar 22, 2023

Conversation

D-Cysteine
Copy link

@D-Cysteine D-Cysteine commented Mar 22, 2023

Split up quest lines into separate files, similar to what was done for quests. Hopefully the last format change for a while.

Note: this change is incompatible with dev quest book formats, which will still look for the QuestLines.json file that no longer exists. This shouldn't be a problem for anyone else, since I will update the quest book format data once this PR, and all quest book data PRs, are merged, but in case it is, you can update the format with the following steps:

  1. Use old BetterQuesting version, prior to this PR
  2. Copy over the latest quest book data (in old format) from HEAD into .minecraft/config/betterquesting/DefaultQuests/
  3. /bq_admin default load
  4. /bq_admin default savelegacy
  5. Delete .minecraft/config/betterquesting/DefaultQuests/ directory
  6. Switch to new BetterQuesting version and restart client
  7. /bq_admin default load
  8. /bq_admin default save
  9. Delete .minecraft/config/betterquesting/DefaultQuests.json
  10. Latest quest book data should be saved to .minecraft/config/betterquesting/DefaultQuests

@Dream-Master Dream-Master requested review from a team March 22, 2023 20:53
@Dream-Master Dream-Master merged commit af78574 into master Mar 22, 2023
1 check passed
@Dream-Master Dream-Master deleted the split-up-quest-lines branch March 22, 2023 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants