https://github.com/sk89q/quest-pages
🧙 Visual quest line editor for the Minecraft HQM mod (desktop app, 2017)
https://github.com/sk89q/quest-pages
desktop-app gui hqm minecraft
Last synced: 9 months ago
JSON representation
🧙 Visual quest line editor for the Minecraft HQM mod (desktop app, 2017)
- Host: GitHub
- URL: https://github.com/sk89q/quest-pages
- Owner: sk89q
- License: lgpl-3.0
- Created: 2015-10-18T23:55:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T05:07:54.000Z (over 9 years ago)
- Last Synced: 2025-08-16T11:57:38.663Z (10 months ago)
- Topics: desktop-app, gui, hqm, minecraft
- Language: Java
- Homepage:
- Size: 180 KB
- Stars: 10
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Quest Pages
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.
## Status
* [x] Loading/saving JSON
* [ ] Loading/saving binary HQM
* [x] Item selection and search
* [x] Selecting multiple quests
* [x] Moving quests in bulk
* [x] Changing quest links
* [x] Changing quest availability
* [x] Changing quest visibility
* [x] Changing quest repeatability
* [x] Editing tasks
* [ ] Editing rewards
* [ ] Managing quest pages
* [ ] Managing reputations
## Screenshots






## License
See LICENSE.txt.