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

Feature request: Ability to extract individual files from a .vpx file #305

Open
jueank opened this issue May 7, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@jueank
Copy link

jueank commented May 7, 2024

As an example, I would like to extract only the gamedata.json.
This could also be implemented in a way to omit all large files (images, sound and potentially gameitems folders) and only extract everything else (say: the files in the base folder of the extracted table, which are typically small in size). Or alternatively allow wildcards to specify what to extract.

@francisdb
Copy link
Owner

With the idea to later import only those files?

@francisdb francisdb added the enhancement New feature or request label May 7, 2024
@jueank
Copy link
Author

jueank commented May 7, 2024

This is the more generic approach to retrieving individual json attributes from a specific file. I figured, extracting a subset of files or a single file from a .vpx file is a useful functionality for vpxtool in general. Especially if someone is not interested in the many large files (images, sound, ...) but rather wants to read the text based (json) files or want to modify it and store it back later.
Not sure though, what your idea of vpxtool is in general and how this feature request matches. For me, thinking of vpxtool as the Swiss Army knife of the vpx file format, this sounds like a good fit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants