Deadly Premonition XPC: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (→XPC) |
imported>Ikskoks |
||
| Line 15: | Line 15: | ||
4 bytes (uint32) - total archive size | 4 bytes (uint32) - total archive size | ||
// | |||
number of entries * | |||
{ | |||
16 bytes (char) - DDS filename // e.g. "CNF0111.DDS" | |||
4 bytes (uint32) - file offset | |||
4 bytes (uint32) - file size | |||
2 bytes (uint16) - unknown // 3 | |||
2 bytes (uint16) - unknown // 1 | |||
4 bytes (uint32) - unknown | |||
} | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 20:05, 13 September 2022
Back to index | Edit this page
XPC
- Format Type : Archive
- Endian Order : Little Endian
- Signature : XPC2
Format Specifications
// header
4 bytes (char) - signature // "XPC2"
4 bytes (uint32) - total archive size
number of entries *
{
16 bytes (char) - DDS filename // e.g. "CNF0111.DDS"
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
2 bytes (uint16) - unknown // 3
2 bytes (uint16) - unknown // 1
4 bytes (uint32) - unknown
}
Notes and Comments
- Files may be compressed with ZLIB.
Games
List of games using this file format:
- Deadly Premonition (X360) (*.XPC)
QuickBMS Script
Not written yet.
Compatible Programs
None.