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

Add Lua API for accessing packaged game data #47

Open
ensisoft opened this issue Aug 27, 2021 · 0 comments
Open

Add Lua API for accessing packaged game data #47

ensisoft opened this issue Aug 27, 2021 · 0 comments
Labels

Comments

@ensisoft
Copy link
Owner

The project can have references to multiple opaque blobs of data that are defined outside of the game studio project. This could be text, cvs, json, etc.

There needs to be some way for the game to be able to access this data.

  • Loading the data files/buffers/handles
  • Ability to interpret/access the actual content in some way. Not all possible game data formats can be supported out of the box. A plugin system could be useful here but that's beyond the scope. However for JSON based data we can provide a Lua API around data/reader/writer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant