Cyberpunk 2077:Archive File Format

From Modding Wiki
Revision as of 12:43, 6 October 2024 by Seberoth (talk | contribs) (Created page with "==File Structure== {| class="wikitable" width="100%" ! width="20%" | Name ! width="20%" | Type/Size ! width="60%" | Info |- | Header || Header || See specification of Header below. |} ===Header=== {| class="wikitable" style="width:100%" ! width="20%" | Name ! width="20%" | Type/Size ! width="60%" | Info |- | fileId || char[4] || Constant: "RDAR" |- | version || uint32 || Currently 12 (0x0C) |- | indexOffset || uint64 || Offset of beginning of fil...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

File Structure

Name Type/Size Info
Header Header See specification of Header below.

Header

Name Type/Size Info
fileId char[4] Constant: "RDAR"
version uint32 Currently 12 (0x0C)
indexOffset uint64 Offset of beginning of file list
indexSize uint32 Size of the file list
debugOffset uint64 Always 0
debugSize uint32 Always 0
fileSize uint64 Size of file (excluding fileSize)
customDataLength uint32 WolvenKit only