This is an uncompleted standalone app for editing HQM quest files.
A lot of dialogs work. Icon rendering also works. You can create links, select multiple nodes, and move them around.
Make sure to download example_data.zip and extract it into this directory. If you don't, the demo won't run.
Main class to run for testing: com.sk89q.questpages.QuestPages.main()
If no icons show up, it's because you haven't added the proper icons in the right place. .png icons need to go into example_data/itempanel_icons as their name (i.e. "Yellow Stained Clay Slab.png"). This method has problems with conflciting item names but this was supposed to be temporary.
The quest is an uncompleted quest line from SKCraft.
- Loading/saving JSON
- Loading/saving binary HQM
- Item selection and search
- Selecting multiple quests
- Moving quests in bulk
- Changing quest links
- Changing quest availability
- Changing quest visibility
- Changing quest repeatability
- Editing tasks
- Editing rewards
- Managing quest pages
- Managing reputations
See LICENSE.txt.