GRP (Duke Nukem 3D)
From Just Solve the File Format Problem
(Difference between revisions)
m (Foxtrot moved page GRP (Build Engine Group Archive) to GRP (Duke Nukem 3D): Build engine has different formats across games.) |
|||
Line 6: | Line 6: | ||
− | A '''.grp''' file, commonly referred to as a ''Group File'', is a uncompressed archive format used by [[:Category:Build_Engine_formats|Build Engine]] | + | A '''.grp''' file, commonly referred to as a ''Group File'', is a uncompressed archive format used by ''Duke Nukem 3D'' (a [[:Category:Build_Engine_formats|Build Engine]] game) to store all of the game's content. |
== Structure == | == Structure == |
Revision as of 18:46, 11 January 2023
A .grp file, commonly referred to as a Group File, is a uncompressed archive format used by Duke Nukem 3D (a Build Engine game) to store all of the game's content.
Structure
Format | Type | Notes |
---|---|---|
Signature | char[12]
|
"KenSilverman"
|
File Count (count )
|
int
|
|
Files | File[count]
|
For each File:
Format | Type | Notes |
---|---|---|
Filename | String[12]
|
|
File size (fileSize )
|
int
|
|
Data | bytes[fileSize]
|