Jump to content

Open .dds file Gаrdеnscаpes (Plаyrix)


Dioddi

Recommended Posts

  • Dioddi changed the title to Open .dds file Gаrdеnscаpes (Plаyrix)
  • Engineer

Zstandard compression.

010 Editor Template:


typedef struct{
    char BLKSign[4];
    uint32 Unknown0x4;
    uint32 Unknown0x8;
    uint32 UncompressedSize;
    char DDSSign[4];
    uint32 DDSHeaderSize;
    uint16 DDSFlags;
    uint16 DDSHeight;
    uint16 DDSWidth;
    uint16 Unknown1;
    uint32 DataStartOffset;
    uint32 FileSize;
} HEADER;

HEADER hdr;
char ZstdCompressedBlock[hdr.FileSize - hdr.DataStartOffset];

There is weird DDS inside.

Edited by LinkOFF
  • Like 2
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...