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 ability to selectively load files from archive #43

Open
bryab opened this issue Jun 28, 2023 · 0 comments
Open

add ability to selectively load files from archive #43

bryab opened this issue Jun 28, 2023 · 0 comments

Comments

@bryab
Copy link
Collaborator

bryab commented Jun 28, 2023

In working on my little Godot hobby project, I decided I wanted to allow the user to selectively get files from an S3D. In the current implementation of EqArchive, the entire archive is decompressed.

After trying various ways to add the functionality I wanted to EqArchive, I gave up and just made a new struct for this purpose, as I wanted to move on with my project.

Take a look - I don't think this is an ideal solution (two different structs) but it works for now and I will revisit this later.

4b0e79b

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

1 participant