DATA

From Luigi's Mansion 2 Modding Wiki
Revision as of 16:41, 25 May 2024 by JackSnacksOnBigMacs (talk | contribs) (Protected "DATA" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Extractable Files

.data files contain chunks of data that can be extracted to files. Typically there are 8 files to extract, which are listed below:

Tools

→ Main article: Tools