PIGG

From OuroDev

(WORK IN PROGRESS) I am not sure how much of this is posted anywhere else, and right now I am just pulling information from my notes and will be adding more and more details as time goes on. If anyone already has this all broken down they are invited to fill in what they have. * DragonSire

PIGG FILE STRUCTURE

PIGG File Structure (Header)
DataType Size Description Notes
Integer/UInteger 4 Bytes Identifier This used to be 291, Not sure currently
Short/UShort 2 Bytes Unknown1 2
Short/UShort 2 Bytes Unknown2 2
Short 2 Bytes Unknown3 16
Short/UShort 2 Bytes Size of Directory Info
Integer/UInteger 4 Bytes Number of Directories
* LOOP Internal Directory Structure # of Directories
PIGG File Structure (Internal Directory Structure)
DataType Size Description Notes
Integer/UInteger 4 Bytes Directory Marker 13398
Integer/UInteger 4 Bytes Bytes
Integer/UInteger 4 Bytes File Size
Integer/UInteger 4 Bytes Time Stamp UInt32 to Time Convert
Integer/UInteger 4 Bytes File Offset
Integer/UInteger 4 Bytes Unknown 1
Integer/UInteger 4 Bytes Slot Index
Bytes 16 Bytes MD5
Integer/UInteger 4 Bytes File Size Compressed
PIGG File Structure (Internal String Table)
DataType Size Description Notes
Integer/UInteger 4 Bytes String Table Marker 26505
Integer/UInteger 4 Bytes Count
Integer/UInteger 4 Bytes Size
* LOOP String Entries # of Count
Ascii /UTF 8 VAR Formatted String Can't Recall of Ascii or UTF8
* END LOOP
PIGG File Structure (Internal Slot Table)
DataType Size Description Notes
Integer/UInteger 4 Bytes Slot Table Marker 39612
Integer/UInteger 4 Bytes Count
Integer/UInteger 4 Bytes Size
* LOOP Slot Entries # of Count
PIGG File Structure (Internal Slot Table Entry)
DataType Size Description Notes
Integer/UInteger 4 Bytes Size 116?
Integer/UInteger 4 Bytes Size Compressed
- - If Size = Compressed Compressed True / False
BYTES VAR Size of Data if Compressed + 4 or Uncompressed Size

PIGG SLOT ENTRY TYPES (STRUCTURES)

Slot Entry Texture (DDS)
DataType Size Description Notes
Integer/UInteger 4 Bytes File Size
Integer/UInteger 4 Bytes Texture Height
Integer/UInteger 4 Bytes Texture Width
Integer/UInteger 4 Bytes Unknown 1
Integer/UInteger 4 Bytes Unknown 2
Integer/UInteger 4 Bytes Unknown 3
Bytes 24 Bytes Unknown 4
Bytes 3 File Extention Name Ascii
* VAR File Name Zero Ended Ascii or UTF 8, Can't Recall
* - Secondary File (Work In Progress)
Slot Entry 3D Object (GEO)
DataType Size Description Notes
* - No Details - In Notes (Work in Progress)
Slot Entry 3D Animation (ANIM)
DataType Size Description Notes
* - No Details - In Notes (Work in Progress)