Changes

Jump to navigation Jump to search

FF8/Menu mngrp strings locations

558 bytes added, 06:02, 22 April 2019
info about the string archives that only have locations and string data
Many strings.
===Header String Offsets===
{| class="wikitable"
! Type
! Size
! Value
! Description
|-
| UInt16
| 2
| Offset_Count
| Number of offsets before strings start
|-
| UInt16[Offset_Count]
| 2 * Offset_count
| Offsets
| The offset value points to start of a string
Can be '''0x00''' ignore those
|}
===String===
Strings end with '''0x00'''. [https://sourceforge.net/p/ifrit/code-0/HEAD/tree/trunk%20ifrit-code-0/Resources/textformat.ifr Strings are encoded].<br/>
'''[Start of string location]''' = '''[Start of file]''' + '''[String offset value]'''
Anonymous user

Navigation menu