Difference between revisions of "TBL File Format in KCD"
Bodowens86 (talk | contribs) (Basic file format info) |
Bodowens86 (talk | contribs) m (Add category tag.) |
||
Line 50: | Line 50: | ||
|32-bit signed int | |32-bit signed int | ||
|} | |} | ||
+ | |||
+ | [[Category:Kingdom_Come_Deliverance]] |
Revision as of 14:35, 22 February 2018
Top-Level File Format
Offset | Name | Type |
---|---|---|
0 | Header | Header |
28 | Rows | Type Depends On Table Structure, count is Line Count in Header
|
Header Format
Offset | Name | Type |
---|---|---|
0 | File Format Version | 32-bit signed int |
4 | Descriptors Hash | 32-bit unsigned int |
8 | Layout Hash | 32-bit unsigned int |
12 | Table Version | 32-bit signed int |
16 | Line Count | 32-bit signed int |
20 | String Data Size | 32-bit signed int |
24 | Unique String Count | 32-bit signed int |