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

Allow specifying a key when loading resource packs #91884

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

basicer
Copy link
Contributor

@basicer basicer commented May 12, 2024

Extends ProjectSettings with load_resource_pack_encrypted, allowing a custom decryption key to be specified.

The code could be refactored a bit more nicely, but I wanted to avoid passing around the embedded secret key as much as possible.

See godotengine/godot-proposals#9726 for rationale.

@basicer basicer requested review from a team as code owners May 12, 2024 20:57
@basicer basicer changed the title Allow specifying a key when loading resource packs. Allow specifying a key when loading resource packs May 13, 2024
@AThousandShips AThousandShips added this to the 4.x milestone May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants