PIGG: Difference between revisions

From OuroDev
(Created page with " 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...")
 
No edit summary
Line 10: Line 10:
|-
|-
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Integer/UInteger
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Integer/UInteger
| style="text-align: center; font-size:15px; background-color:#dae8fc;" |  
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | 4 Bytes
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Identifier
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Identifier
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | This used to be 291, Not sure currently
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | This used to be 291, Not sure currently
|-
|-
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Short/UShort
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Short/UShort
| style="text-align: center; font-size:15px; background-color:#dae8fc;" |  
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | 2 Bytes
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Unknown1
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Unknown1
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | 2
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | 2
|-
|-
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Short/UShort
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Short/UShort
| style="text-align: center; font-size:15px; background-color:#dae8fc;" |  
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | 2 Bytes
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Unknown2
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Unknown2
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | 2
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | 2
|-
|-
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Short
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Short
| style="text-align: center; font-size:15px; background-color:#dae8fc;" |  
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | 2 Bytes
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Unknown3
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Unknown3
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | 16
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | 16
|-
|-
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Short/UShort
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Short/UShort
| style="text-align: center; font-size:15px; background-color:#dae8fc;" |  
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | 2 Bytes
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Size of Directory Info
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Size of Directory Info
| style="text-align: center; font-size:15px; background-color:#dae8fc;" |  
| style="text-align: center; font-size:15px; background-color:#dae8fc;" |  
|-
|-
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Integer/UInteger
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Integer/UInteger
| style="text-align: center; font-size:15px; background-color:#dae8fc;" |  
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | 4 Bytes
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Number of Directories
| style="text-align: center; font-size:15px; background-color:#dae8fc;" | Number of Directories
| style="text-align: center; font-size:15px; background-color:#dae8fc;" |  
| style="text-align: center; font-size:15px; background-color:#dae8fc;" |  
|}
|}

Revision as of 11:07, 12 May 2019

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.

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