Difference between revisions of "Queen"

Jump to navigation Jump to search
953 bytes added ,  20:20, 25 May 2007
adding details on the JAS version string
m
(adding details on the JAS version string)
Line 13: Line 13:


There are currently no known bugs regarding FOTAQ.
There are currently no known bugs regarding FOTAQ.
== JAS Version String ==
The JAS version string is a 5 bytes sequence present in the '''queen.jas''' datafile. Its primary use within ScummVM is to perform correct detection of the game. The first byte indicates the platform of the game :
{| border="1" cellpadding="2" cellspacing="0"
!Byte !!Platform
|-
|'C'  ||PC CD-Rom
|-
|'P'  ||PC Floppy
|-
|'a'  ||Amiga
|-
|}
The second byte indicates the language of the game :
{| border="1" cellpadding="2" cellspacing="0"
!Byte !!Language  !!Version Type
|-
|'E'  ||English ||Official / Retail
|-
|'F'  ||French  ||Official / Retail
|-
|'G'  ||German  ||Official / Retail
|-
|'H'  ||Hebrew  ||Official / Retail
|-
|'I'  ||Italian ||Official / Retail
|-
|'S'  ||Spanish ||Official / Retail
|-
|'g'  ||Greek  ||Fan translation in progress
|-
|'R'  ||Russian ||Fan translation in progress
|-
|}
The three remaining bytes contains a version number.


== Fanmade Translations ==
== Fanmade Translations ==
Line 21: Line 61:


* Release a rebuilt datafile (ie. don't rely on '''queen.tbl''' to be modified for your version, this extra datafile only references retail versions of the game)
* Release a rebuilt datafile (ie. don't rely on '''queen.tbl''' to be modified for your version, this extra datafile only references retail versions of the game)
* Update the second byte of the "JAS version string" in '''queen.jas''', this allows ScummVM to perform correct language detection and select the appropriate charset data
* Update the second byte of the "JAS version string" in '''queen.jas''', this allows ScummVM to perform correct language detection and select the appropriate charset data. Currently assigned bytes are listed in the table above.
* If you must define new charset data, submit it to the patch tracker (ScummVM already has support for hebrew, russian and european fonts)
* If you must define new charset data, submit it to the patch tracker (ScummVM already has support for hebrew, russian and european fonts)


38

edits

Navigation menu