-
Notifications
You must be signed in to change notification settings - Fork 105
QuestPublish
On Windows the user quest data is stored in %AppData%/Valkyrie
(just copy this line and paste it into your Windows Explorer adress bar. It should lead you to C:\Users\<user>\AppData\Roaming\Valkyrie
). Linux and MacOS use ~/.config/Valyrie
.
Quests can either be individual file(s) in their own directory or they can be included in a Valkyrie package file.
There is a create package option in the tools menu of the editor. It will create a directory on the desktop which contains:
- A package file with all quest content
- A ini file with the quest meta data
- The quest thumbnail image (if used)
It is important to ensure that there are no spaces in any file names. If there are spaces in the package name rename the directory from inside %AppData%/Valkyrie
. If there are spaces in the thumbnail image rename it and update any references to the image in the editor.
Also note that any quests which are included in the packaged quest directory will be included in the same package.
These three files must be uploaded to the internet with the same path (as individual files, not a zip), and so that public http/https requests can be used to download the files. It is recommended to use github, you can create your own repository add the files, though other services can also be used.
If you go for github, it is a good idea, to also place the extracted package files somewhere in the same repository. That way changes to the source files can be tracked better and other users might supply fixes, collaborative changes or translations of your scenario (only if you wish).
Submit an issue here: https://github.com/NPBruce/valkyrie/issues/new To request the quest be added to the Valkyrie download listing. You must provide the address at which the files are available.
The package can be updated at any time by the author. If manually updating files it is recommended to change the 'version' inside the ini file to let Valkyrie know that an update is available (the create package tool will do this automatically).
An issue will need to be raised to update one of the following:
- Remove the package
- Change the download location
Back: QuestGuide