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

Additional quest loaders #5

Open
olliestanley opened this issue Sep 8, 2014 · 5 comments
Open

Additional quest loaders #5

olliestanley opened this issue Sep 8, 2014 · 5 comments

Comments

@olliestanley
Copy link
Contributor

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):

  • Python
  • XML
  • Lua
  • Ruby
  • JSON
@kohle
Copy link

kohle commented Sep 10, 2014

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.

@olliestanley
Copy link
Contributor Author

👍 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.

@olliestanley
Copy link
Contributor Author

This is basically the priority now - we need to write some QuestLoader implementations.

@olliestanley
Copy link
Contributor Author

JavaScript and YAML have working QuestLoader implementations.

@olliestanley
Copy link
Contributor Author

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)

@olliestanley olliestanley changed the title Quest loading types Additional quest loaders Sep 27, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants