Difference between revisions of "FF8/FileFormat MSD"
From Final Fantasy Inside
< FF8
my_wiki>Myst6re |
m (3 revisions imported) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | By myst6re. | ||
| + | |||
== Field texts == | == Field texts == | ||
Latest revision as of 05:24, 23 May 2019
By myst6re.
Field texts
This file contains just a list of positions for each text, and text data. If you want to calculate the number of texts, you can do this:
nbText = firstTextPos / 4
| Offset | Size | Data |
|---|---|---|
| 0 | 4 | Position of text 1 |
| ... | ... | ... |
| varies | 4 | Position of text N |
| textPos1 | varies | Text data 1 |
| ... | ... | ... |
| textPosN | varies | Text data N |