Changes

Jump to navigation Jump to search

FF8/Menu mngrp strings locations

1,810 bytes removed, 15:02, 22 April 2019
String: going to make a page about the string encoding
<small>Last updated: [[User:Koral|Koral]] 06:48, 7 Apr 2009 (EDT)</small>Many strings.= GMO Model-data container <small>Stub</small> <br /> = Format Specifications = <small>Information: '''MrAdults''', '''Ukurere'''</small> <br /> [GMO] Files consist of various Chunks defining the type of data they contain, with no initial hard-coded offsets in the begining of the file. Each chunk must be parsed seperatly to determine its Type and Size, either to skip it entirey or attempt to extract the information contained within. As such, parsing these [GMO] files is a similar mechanism to parsing generic 3DS files. <br /> Header String Offsets== File Header == There is an initial 16-Byte header describing the file as a [GMO]:  0x00 MAGIC {| class= 0x4f 0x4d 0x47 0x2e 0x30 0x30 0x2e 0x31 0x50 0x53 0x50 0x00 0x00 0x00 0x00 "OMG 00 1PSPwikitable"! Type<br /> After this comes the first specialised Chunk. <br /> == Chunks == Each Chunk contains an initial local header describing the Type and ! Size of the contents to come.! Value ! Description 0x00 SHORT Chunk|-Type 0x02 SHORT Size of Chunk-Header| UInt16 0x04 LONG Size of Chunk-Data| 2| Offset_Count<br /> A number | Number of Chunkoffsets before strings start|-Types have been discovered, described in detail in the sections to follow.| UInt16[Offset_Count]<br />| 2 * Offset_count| Offsets=== 0x0002 - File Start ===| The offset value points to start of a stringThis Chunk can Can be described as the root Chunk containing all Sub-Chunks within. <br />'''0x00''' ignore those|}=== 0x0003 - Sub-File String=== These Chunks mark the exact nature of the Chunks which follow, and can be determined by reading the last SHORT of the chunkStrings end with '''0x00'''They usually mark Model or Skeletal data, although there may be more types which [[FF8/String_Encoding|Strings are currently undocumentedencoded]]Known Values: * 0x6f6d Models* 0x305f Skeletal Animations <br /> '''[Start of string location]''' === 0x0004 - Bone Info === === 0x0005 - Model Surface === === 0x0006 - Mesh === === 0x0007 - Vertex Array === === 0x0008 - Material === === 0x0009 - Texture Reference === === 0x000A - Texture === === 0x000B - Shared Vertex Data === === 0x000F - Texture Animation === === 0x8061 - Mesh Material Info === === 0x8015 - UV Scale and Bias === === 0x8066 - Mesh Index Data === === 0x8081 - Material Texture Blend === === 0x8082 - Material RGBA === === 0x8083 - Material Specularity === = References = * '''[Start of file]''' + '''[http://www.richwhitehouse.com/index.php?postid=34 http://www.richwhitehouse.com/index.php?postid=34String offset value]'''
Anonymous user

Navigation menu