Open
Conversation
Calinou
reviewed
Feb 3, 2026
tutorials/export/exporting_pcks.rst
Outdated
Comment on lines
+81
to
+82
| This exported pck file, with everything included, is a necessary base for creating | ||
| patch PCK files, which only include new or updated resources. |
Member
There was a problem hiding this comment.
Suggested change
| This exported pck file, with everything included, is a necessary base for creating | |
| patch PCK files, which only include new or updated resources. | |
| This exported PCK file, with everything included, is a necessary base for creating | |
| patch PCK files, which only include new or updated resources. |
Calinou
reviewed
Feb 3, 2026
tutorials/export/exporting_pcks.rst
Outdated
Comment on lines
+96
to
+98
| You can also add any patches you export to your base packs for future use. For | ||
| example, adding patch.pck will ensure that patch2.pck will not include any resources | ||
| from that first patch. |
Member
There was a problem hiding this comment.
Suggested change
| You can also add any patches you export to your base packs for future use. For | |
| example, adding patch.pck will ensure that patch2.pck will not include any resources | |
| from that first patch. | |
| You can also add any patches you export to your base packs for future use. For | |
| example, adding ``patch.pck`` will ensure that ``patch2.pck`` will not include any resources | |
| from that first patch. |
Contributor
Author
|
guys, you're killing me here |
Contributor
Author
|
PR is ready for review now, issues from earlier reviews have been fixed. |
AThousandShips
requested changes
Feb 16, 2026
Contributor
Author
|
Fixed. Apologies for the ones I missed before. |
Calinou
reviewed
Mar 3, 2026
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents Patch PCK export functionality as well as Delta Encoding for Patch PCK files.
Patch PCKs were added in godotengine/godot#97118
Delta Encoding was added in godotengine/godot#112011
Security recommendations came from dalexeev in a rocket chat discussion.