We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The small utility program GodotPCKExplorer can extract an embedded PCK from its EXE.
And as @Qubus0 discovered, it also has CLI support.
Could we add support for doing this as part of the setup process?
The CLI args aren't explicitly documented, but they can be found in the source code -- see here (ctrl+f: "-e").
"-e"
Note: This can come after PR #81 #89, which doesn't need to be held up by this implementation
The text was updated successfully, but these errors were encountered:
@KANAjetzt raised an issue to request this feature be added to PckTool: hhyyrylainen/GodotPckTool#26
Sorry, something went wrong.
I'll close this for now because we currently don't have a use case for it.
No branches or pull requests
The small utility program GodotPCKExplorer can extract an embedded PCK from its EXE.
And as @Qubus0 discovered, it also has CLI support.
Could we add support for doing this as part of the setup process?
The CLI args aren't explicitly documented, but they can be found in the source code -- see here (ctrl+f:
"-e"
).Note: This can come after PR
#81#89, which doesn't need to be held up by this implementationThe text was updated successfully, but these errors were encountered: