Deadly Premonition XPC: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
(No difference)
| |
Revision as of 20:38, 13 September 2022
Back to index | Edit this page
XPC
- Format Type : Archive
- Endian Order : Little Endian
- Signature : XPC2
Format Specifications
// header (64 bytes)
4 bytes (char) - signature // "XPC2"
4 bytes (uint32) - total archive size
2 bytes (uint16) - number of textures
2 bytes (uint16) - number of materials
4 bytes (uint32) - number of used textures
4 bytes (uint32) - index start offset // 64
4 bytes (uint32) - data offset
24 bytes - nulls
// file index (32 bytes per entry)
number of entries *
{
16 bytes (char) - original DDS filename // e.g. "CNF0111.DDS"
4 bytes (uint32) - file offset
4 bytes (uint32) - file compressed size
4 bytes (uint32) - file type
4 bytes (uint32) - unknown
}
number_of_entries *
{
x bytes - file data
}
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.