DATA: Difference between revisions

From Luigi's Mansion 2 Modding Wiki
(Create initial draft for the DATA file format)
 
(Add Tools section)
Line 2: Line 2:


.data files use the little endian format.
.data files use the little endian format.
== Tools ==
''→ Main article: [[Tools#Tools_for_DATA-DICT_extraction|Tools]]''

Revision as of 10:20, 7 May 2024

The DATA or .data file format is a file format used by Next Level Games to store data of textures, models, scripts and more. An associated .dict file is needed to extract wanted data.

.data files use the little endian format.

Tools

→ Main article: Tools