Silent Hill: Shattered Memories SUB: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "== SUB == * ''' Game ''': Silent Hill: Shattered Memories <br> * ''' Format Type ''': Text <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''':...") |
imported>Ikskoks No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 40: | Line 40: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* [https://github.com/mbystryantsev/consolgames-tools/tree/master/game-specific/Shattered%20Memories/ | * [https://github.com/mbystryantsev/consolgames-tools/tree/master/game-specific/Shattered%20Memories/TextConv SH TextConv] | ||
| Line 49: | Line 49: | ||
[[Category:Extension_sub | Extension: sub]] | [[Category:Extension_sub | Extension: sub]] | ||
[[Category:BMS_None | BMS: None]] | [[Category:BMS_None | BMS: None]] | ||
[[Category:File Format]] | |||
Latest revision as of 11:57, 21 January 2021
SUB
- Game : Silent Hill: Shattered Memories
- Format Type : Text
- Endian Order : Little Endian
Format Specifications
// Silent Hill: Shattered Memories (PSP)
// SUB file format (in-game texts)
4 bytes - version number "\x02\x00\x00\x00"
4 bytes - number of strings
number_of_strings *
{
4 bytes - string hash (UInt)
4 bytes - string offset/2 (UInt) //relative from first string offset
}
number_of_strings *
{
x bytes - string
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.