DNT Files
File structure
The Dnt files contain Header, columnsInfo, dataInfo and endInfo.
Length with String structure
Element Name
Data Type
Description
Length
uint16
Length of nearby string
String
String[Length]
String which depends of Length
Header structure
Element Name
Data type
Description
NUM (Magic Number)
uint32
Always equals 0
Count of columns
uint16
Contains info of columns count
Count of rows
uint32
Contains info of rows count
Columns
Columns[], length = count of colums
Columns[], structure provided below
Column structure
Element Name
Data Type
Column Type
Column Type (uint8)
Type of column value, provided below.
Column Type
Value of row cell depends of column type value.
Column Type Index
Data Type
Description
End Info Structure
Element Name
Value
Description
End Number
5 (uint8)
Always equals 5
End String
THEND (string)
Always equals THEND (length = 5)
Conclusion
If you know the structure of DNT files, you can create your own converter from DNT to CSV (or TSV) and back to edit Dragon Nest game data.
Last updated