Tekken 5 LOC: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== TLD == * ''' Game ''': Tekken 5 <br> * ''' Format Type ''': Text <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> ==...")
 
imported>Ikskoks
(Created page with "== TLD == * ''' Game ''': Tekken 5 <br> * ''' Format Type ''': Text <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> ==...")
(No difference)

Revision as of 09:42, 25 October 2020

TLD


Format Specifications

Document created by Bartlomiej Duda
Creation date: 05.02.2020


// TRAD_xxxx.loc file format


4 bytes - size of the header
4 bytes - number of text strings
x bytes - header

num_of_strings *
{
  2 bytes - length of the string
  x bytes - string
}

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Compatible Programs