Formats/Common:LOC

From SSX Modding Wiki
Revision as of 11:42, 28 October 2022 by GlitcherOG (talk | contribs) (Created page with "== Loc File (Language Files) == === Overview === An '''LOC''' file contains most text used in the game === LOCH === ??? === LOCT === ??? === LOCL (Text Entries) === ==== File Header ==== {| class="wikitable" |+ !Type  !Description |- |Byte[4] |Magic Word |- |UInt32 |Size |- |UInt32 |Padding |- |UInt32 |Entry Count |} ==== Entries ==== | Int32  | Padding      |                 | | Int32  | Entry Count     |                 | {| class="wik...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Loc File (Language Files)

Overview

An LOC file contains most text used in the game

LOCH

???

LOCT

???

LOCL (Text Entries)

File Header

Type  Description
Byte[4] Magic Word
UInt32 Size
UInt32 Padding
UInt32 Entry Count

Entries

| Int32  | Padding      |                 |

| Int32  | Entry Count     |                 |

Type Description
UInt32 Text Offset

Text

Type Description
C String Unicode Text (Null Terminated String)