Cyberpunk 2077:Archive File Format
From Modding Wiki
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 |