Skip to content

Document Patch PCK files#11706

Open
skyace65 wants to merge 2 commits intogodotengine:masterfrom
skyace65:Patching
Open

Document Patch PCK files#11706
skyace65 wants to merge 2 commits intogodotengine:masterfrom
skyace65:Patching

Conversation

@skyace65
Copy link
Contributor

@skyace65 skyace65 commented Jan 29, 2026

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.

@skyace65 skyace65 added enhancement area:manual Issues and PRs related to the Manual/Tutorials section of the documentation labels Jan 29, 2026
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@skyace65
Copy link
Contributor Author

skyace65 commented Feb 5, 2026

guys, you're killing me here

@skyace65 skyace65 marked this pull request as ready for review February 14, 2026 20:26
@skyace65
Copy link
Contributor Author

PR is ready for review now, issues from earlier reviews have been fixed.

@skyace65 skyace65 requested a review from mihe February 14, 2026 20:29
@skyace65
Copy link
Contributor Author

Fixed. Apologies for the ones I missed before.

Copy link
Member

@AThousandShips AThousandShips left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
@mhilbrunner mhilbrunner requested a review from a team as a code owner March 21, 2026 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:manual Issues and PRs related to the Manual/Tutorials section of the documentation enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants