Gameloft Language Files: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == no-extension == * ''' Format Type ''': Text <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signatu...")
 
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == no-extension == * ''' Format Type ''': Text <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signatu...")
(No difference)

Revision as of 20:57, 1 November 2021

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 short filename like "EN" or "7". They appear in few J2ME Gameloft games.

Games

List of games using this file format:

  • The Settlers
  • High School Hook Ups

Compatible Programs

None.