-
Notifications
You must be signed in to change notification settings - Fork 0
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
Additional quest loaders #5
Comments
I think we should start of with YAML for its ease on both our side and for users. A lot of systems are already using it so plenty of admins should be familiar with it. |
👍 I stubbed QuestLoader implementations for YML, XML and JS. After we've done YML XML is literally the same in terms of how it would be structured & JS is something we can add on later. |
This is basically the priority now - we need to write some QuestLoader implementations. |
JavaScript and YAML have working QuestLoader implementations. |
Lua & Python could be interesting, but for now we've got what we need in terms of one type which can be used by anyone (YML) & one implemented as a scripting language (JS) |
Are there any other quest loader implementations we want to provide? Currently we have YAML and JavaScript implementations. Other options include (but are not limited to):
The text was updated successfully, but these errors were encountered: