diff options
| author | IlDucci <pajaroloco_2@hotmail.com> | 2020-12-29 13:56:18 +0100 |
|---|---|---|
| committer | IlDucci <pajaroloco_2@hotmail.com> | 2021-01-03 20:59:02 +0100 |
| commit | bb5d2c501cb52cc426678651f2d41c340746b0f1 (patch) | |
| tree | 3d9b36698c5717dd65f36fb57da8946e3c3d24eb /gamefiles | |
| parent | fixed intro text line defaults (diff) | |
| download | re3-bb5d2c501cb52cc426678651f2d41c340746b0f1.tar.gz | |
Fixing an original issue: removing unneeded white color codes in subtitles
This is an original issue. It seems that certain cutscenes had a white color control code in their subtitles when
- It's not needed for subtitles.
- The ~w~ control code isn't pure white, but light gray, so those subtitles look different than the rest.
I've also fixed a couple of unwanted spaces found in French and German, and also tweaked one string in Spanish and added the translation for the new Waypoint string.
Diffstat (limited to 'gamefiles')
| -rw-r--r-- | gamefiles/TEXT/american.gxt | bin | 220124 -> 219182 bytes |
| -rw-r--r-- | gamefiles/TEXT/english.gxt | bin | 0 -> 203552 bytes |
| -rw-r--r-- | gamefiles/TEXT/french.gxt | bin | 244494 -> 243576 bytes |
| -rw-r--r-- | gamefiles/TEXT/german.gxt | bin | 240448 -> 239526 bytes |
| -rw-r--r-- | gamefiles/TEXT/italian.gxt | bin | 239912 -> 238986 bytes |
| -rw-r--r-- | gamefiles/TEXT/russian.gxt | bin | 220670 -> 219718 bytes |
| -rw-r--r-- | gamefiles/TEXT/spanish.gxt | bin | 234854 -> 234932 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/gamefiles/TEXT/american.gxt b/gamefiles/TEXT/american.gxt Binary files differindex aba89f11..06cf9fd5 100644 --- a/gamefiles/TEXT/american.gxt +++ b/gamefiles/TEXT/american.gxt diff --git a/gamefiles/TEXT/english.gxt b/gamefiles/TEXT/english.gxt Binary files differnew file mode 100644 index 00000000..7d091104 --- /dev/null +++ b/gamefiles/TEXT/english.gxt diff --git a/gamefiles/TEXT/french.gxt b/gamefiles/TEXT/french.gxt Binary files differindex cb2874f9..fc263088 100644 --- a/gamefiles/TEXT/french.gxt +++ b/gamefiles/TEXT/french.gxt diff --git a/gamefiles/TEXT/german.gxt b/gamefiles/TEXT/german.gxt Binary files differindex d5a986cf..05f5bef6 100644 --- a/gamefiles/TEXT/german.gxt +++ b/gamefiles/TEXT/german.gxt diff --git a/gamefiles/TEXT/italian.gxt b/gamefiles/TEXT/italian.gxt Binary files differindex 95e2dd36..7b619846 100644 --- a/gamefiles/TEXT/italian.gxt +++ b/gamefiles/TEXT/italian.gxt diff --git a/gamefiles/TEXT/russian.gxt b/gamefiles/TEXT/russian.gxt Binary files differindex 026222ac..d598bac5 100644 --- a/gamefiles/TEXT/russian.gxt +++ b/gamefiles/TEXT/russian.gxt diff --git a/gamefiles/TEXT/spanish.gxt b/gamefiles/TEXT/spanish.gxt Binary files differindex 6b188fc6..f897d847 100644 --- a/gamefiles/TEXT/spanish.gxt +++ b/gamefiles/TEXT/spanish.gxt |
