Dialogue File: Difference between revisions
From Treasure Adventure Game Wiki
Jump to navigationJump to search
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..." |
→Errors: Added errors of english_dialogue.ini |
||
Line 64: | Line 64: | ||
== Errors == | == Errors == | ||
Some dialogue files contain errors. Most commonly these errors are duplicate keys, duplicate sections, or wrong dialogue line count. | Some dialogue files contain errors. Most commonly these errors are duplicate keys, duplicate sections, or wrong dialogue line count. | ||
Here are all of the errors in the <code>english_dialogue.ini</code> file: | |||
=== Duplicate sections === | |||
* <code>[Jungle Wendi 1]</code> (around line 2653) | |||
=== Duplicate keys === | |||
* <code>say 3</code> in <code>[Gardening Girl Sell Garden NPC 1]</code> (line 723) | |||
* <code>say 1</code> in <code>[City Harriet Newel 1]</code> (line 1249) | |||
* <code>say 11</code> in <code>[Parrot Compass Sail 4]</code> (line 1712) | |||
* <code>say 4</code> in <code>[Time Book 1]</code> (line 3397) | |||
=== Wrong dialogue line count === | |||
* <code>[Brooks 3]</code>: Actual <code>say</code> count: 2, <code>lines</code> value: 1 (line 806) | |||
* <code>[City Wilson Ball 2]</code>: Actual <code>say</code> count: 2, <code>lines</code> value: 1 (line 1175) | |||
* <code>[City Rob McGuire 1]</code>: Actual <code>say</code> count: 2, <code>lines</code> value: 1 (line 1223) | |||
* <code>[City Harriet Newel 1]</code>: Actual <code>say</code> count: 1, <code>lines</code> value: 2 (line 1252) | |||
* <code>[City Elmer Simone 2]</code>: Actual <code>say</code> count: 3, <code>lines</code> value: 2 (line 1278) | |||
* <code>[Spirit NPC F 1]</code>: Actual <code>say</code> count: 2, <code>lines</code> value: 1 (line 3517) | |||
* <code>[Secret Scene Phausy]</code>: Actual <code>say</code> count: 2, <code>lines</code> value: 1 (line 3827) |
Revision as of 13:03, 19 July 2023
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:
|
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:
|
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:
|
Errors
Some dialogue files contain errors. Most commonly these errors are duplicate keys, duplicate sections, or wrong dialogue line count.
Here are all of the errors in the english_dialogue.ini
file:
Duplicate sections
[Jungle Wendi 1]
(around line 2653)
Duplicate keys
say 3
in[Gardening Girl Sell Garden NPC 1]
(line 723)say 1
in[City Harriet Newel 1]
(line 1249)say 11
in[Parrot Compass Sail 4]
(line 1712)say 4
in[Time Book 1]
(line 3397)
Wrong dialogue line count
[Brooks 3]
: Actualsay
count: 2,lines
value: 1 (line 806)
[City Wilson Ball 2]
: Actualsay
count: 2,lines
value: 1 (line 1175)
[City Rob McGuire 1]
: Actualsay
count: 2,lines
value: 1 (line 1223)
[City Harriet Newel 1]
: Actualsay
count: 1,lines
value: 2 (line 1252)
[City Elmer Simone 2]
: Actualsay
count: 3,lines
value: 2 (line 1278)
[Spirit NPC F 1]
: Actualsay
count: 2,lines
value: 1 (line 3517)
[Secret Scene Phausy]
: Actualsay
count: 2,lines
value: 1 (line 3827)