OBD:SUBT: Difference between revisions
Jump to navigation
Jump to search
m (design) |
(CMIIW) |
||
Line 1: | Line 1: | ||
{{OBD_File_Header | type=SUBT | prev=StNA | next=TRAC | name=Subtitle Array | family=Global | align=center}} | {{OBD_File_Header | type=SUBT | prev=StNA | next=TRAC | name=Subtitle Array | family=Global | desc=Each subtitle that appears in Oni (assuming you have subtitles turned on) is just a range of characters pulled from a monolithic plain text file containing all the game's written dialogue. The '''SUBT''' file is used to tell Oni where to find the string for a specific subtitle. | align=center}} | ||
Revision as of 22:26, 27 August 2008
|
Offset | Type | Raw Hex | Value | Description |
---|---|---|---|---|
0x00 | res_id | 01 2A 12 00 | 4650 | 04650-subtitles.SUBT |
0x04 | lev_id | 01 00 00 00 | 0 | level 0 |
0x08 | char[16] | AD DE | dead | unused |
0x18 | offset | C0 F4 0B 01 | 01 0B F4 C0 | at this position starts the part in the raw file |
0x1C | int32 | 61 02 00 00 | 609 | array size |
First element (black outline) | ||||
0x00 | int32 | 00 00 00 00 | 0 | start position of the subtitle (01 0B F4 C0 + 0 = 01 0B F4 C0) |
The start position fits only to the German SUBT file.
ONI BINARY DATA |
---|
StNA << Other file types >> TRAC |
SUBT : Subtitle Array |
Global file |