Gameloft Language Files

From XentaxWiki
Revision as of 21:27, 1 November 2021 by imported>Ikskoks (→‎Notes and Comments)
Jump to navigation Jump to search

Back to index | Edit this page

no-extension

  • Format Type : Text
  • Endian Order : Little Endian
  • Signature : None


Format Specifications

// header
2 bytes (uint16) - number of sections
4 bytes (uint32) - version? // 1
4 bytes (uint32) - data offset

num_of_sections *
{
   4 bytes (uint32) - section offset 
}

num_of_sections/2 *
{
   // text data
   1 byte - ID?  // 0x02
   num_of_strings *
   {
      x bytes - string
   }


   // str offsets array
   1 byte - ID?  // 0x02
   2 bytes - number of strings
   num_of_strings *
   {
      2 bytes (uint16) - string relative offset
   }
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • Language files with no extension and often with short obfuscated filename like "EN" or "7". They appear in few J2ME Gameloft games.

Games

List of games using this file format:

  • High School Hook Ups (J2ME)
  • The Settlers (J2ME)

Compatible Programs

None.