Dialogue File

From Treasure Adventure Game Wiki
Revision as of 10:52, 19 July 2023 by TadeLn (talk | contribs) (Created page with "A '''dialogue file''' is an [https://en.wikipedia.org/wiki/INI_file INI File] that contains all translatable text in the game. It consists mostly of NPC dialogue lines, however, it also contains other texts, such as the Intro Text, item names, controls, sign text, and Baggus' Journal text. == Official Dialogue Files == In total, there are 8 official dialogue files available, one (<code>english_dialogue.ini</code>) is included with the game, and seven...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

A dialogue file is an INI File that contains all translatable text in the game. It consists mostly of NPC dialogue lines, however, it also contains other texts, such as the Intro Text, item names, controls, sign text, and Baggus' Journal text.

Official Dialogue Files

In total, there are 8 official dialogue files available, one (english_dialogue.ini) is included with the game, and seven others can be downloaded from the official Treasure Adventure Game website

Language Filename Direct Download Link Notes
Brazilian Portuguese brazilian_portuguese_dialogue.ini http://robitgames.com/tag-fan-translations/brazilian_portuguese_dialogue.ini
Chinese chinese_dialogue.zip http://robitgames.com/tag-fan-translations/chinese_dialogue.zip The ZIP file has the following structure:
  • readme.txt - contains instructions on how to install the dialogue file into the game
  • tchinese_dialogue.ini - the dialogue file
Dutch dutch_dialogue.ini http://robitgames.com/tag-fan-translations/dutch_dialogue.ini
English english_dialogue.ini included with the game
French french_dialogue.ini http://robitgames.com/tag-fan-translations/french_dialogue.ini
German german_dialogue.ini http://robitgames.com/tag-fan-translations/german_dialogue.ini
Polish polish_dialog.zip http://robitgames.com/tag-fan-translations/polish_dialog.zip The ZIP file has the following structure:
  • polish_dialogue.ini - the dialogue file
  • read_me_PL.txt - contains instructions on how to install the dialogue file into the game
Castilian Spanish TAG - Dilogo en Castellano.zip http://robitgames.com/tag-fan-translations/TAG%20-%20Dilogo%20en%20Castellano.zip The ZIP file has the following structure:
  • TAG - Diálogo en Castellano
    • Y esto cómo va.txt
    • leéme.txt
    • spanish_dialogue.ini - the dialogue file

Errors

Some dialogue files contain errors. Most commonly these errors are duplicate keys, duplicate sections, or wrong dialogue line count.