Skip to content

Conversation

@xPaw
Copy link
Member

@xPaw xPaw commented Feb 6, 2025

Fixes #1503. Do not merge yet as I haven't actually tested it - need to wait for some chunks that actually use this.

@xPaw xPaw force-pushed the depot-compression branch from fac7eb9 to a695ef1 Compare February 7, 2025 08:50
{
static class VZstdUtil
{
private const uint VZstdHeader = 0x56535A61;

Choose a reason for hiding this comment

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

This should be changed to 0x615A5356 since endianness is "reversed" in number literals, i.e the 2 rightmost characters is the value of the first byte

@gameclamp
Copy link

depot 3441461 7575945613503202583 use this.

@xPaw xPaw closed this May 9, 2025
@xPaw xPaw deleted the depot-compression branch May 9, 2025 19:02
@xPaw
Copy link
Member Author

xPaw commented May 9, 2025

Done in 2edc80b

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.

Add support for zstd compressed depot chunks

5 participants