Difference between revisions of "FXT"
Jump to navigation
Jump to search
(Redirected page to CLEO) |
|||
Line 1: | Line 1: | ||
− | # | + | The '''.fxt''' file extension used for files containing the game texts. These files have two different meanings explained below. |
+ | |||
+ | == GTA 1 == | ||
+ | [[GTA 1]] used FXT files to store all the game texts. The original installation contained five .FXT files with different translations: | ||
+ | \GTADATA\ENGLISH.FXT | ||
+ | \GTADATA\FRENCH.FXT | ||
+ | \GTADATA\GERMAN.FXT | ||
+ | \GTADATA\ITALIAN.FXT | ||
+ | \GTADATA\SPECIAL.FXT | ||
+ | |||
+ | Since [[GTA 2]] this format was replaced with the more advanced [[GXT]] format. | ||
+ | |||
+ | == CLEO == | ||
+ | [[CLEO#Plugins|GXTHook]] reintroduced FXT files to store text messages that are being displayed in game instead of the original ones. A new format was much simplier. A GXTHook's fxt file contains a list of plain text entries in the following format: | ||
+ | <GXTENTRY> <TEXT> | ||
+ | Since CLEO 4, GXTHook was built in the library, so now CLEO continues using FXT files in GTA 3, GTA VC, GTA SA. | ||
+ | |||
+ | == See also == | ||
+ | * [[GXT#GTA_1_Format|Explanation of the FXT format]] | ||
+ | |||
+ | == External links == | ||
+ | * [http://cleo.li/download FXT Editor] - a handy tool made by WordsBG to create and edit FXT files used by the GXTHook plugin | ||
+ | |||
+ | {{N|SA|VC|3}} |
Revision as of 15:29, 24 August 2014
The .fxt file extension used for files containing the game texts. These files have two different meanings explained below.
Contents
GTA 1
GTA 1 used FXT files to store all the game texts. The original installation contained five .FXT files with different translations:
\GTADATA\ENGLISH.FXT \GTADATA\FRENCH.FXT \GTADATA\GERMAN.FXT \GTADATA\ITALIAN.FXT \GTADATA\SPECIAL.FXT
Since GTA 2 this format was replaced with the more advanced GXT format.
CLEO
GXTHook reintroduced FXT files to store text messages that are being displayed in game instead of the original ones. A new format was much simplier. A GXTHook's fxt file contains a list of plain text entries in the following format:
<GXTENTRY> <TEXT>
Since CLEO 4, GXTHook was built in the library, so now CLEO continues using FXT files in GTA 3, GTA VC, GTA SA.
See also
External links
- FXT Editor - a handy tool made by WordsBG to create and edit FXT files used by the GXTHook plugin