GRP (Duke Nukem 3D)
From Just Solve the File Format Problem
(Difference between revisions)
m (→See also) |
Dan Tobias (Talk | contribs) |
||
Line 55: | Line 55: | ||
[[Category:Build Engine formats]] | [[Category:Build Engine formats]] | ||
+ | [[Category:Game data files]] |
Revision as of 22:55, 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]
|