Frictional Games Forum (read-only)
Incorrect font launcher for russian language - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-31.html)
+--- Thread: Incorrect font launcher for russian language (/thread-7710.html)

Pages: 1 2


RE: Incorrect font launcher for russian language - jens - 05-22-2011

Yes Amnesia has Russian voices and subtitles, but not Justine.


RE: Incorrect font launcher for russian language - plutomaniac - 05-22-2011

(05-22-2011, 10:26 AM)jens Wrote: Yes Amnesia has Russian voices and subtitles, but not Justine.

oh yes, that makes sense. Didn't get it at first. Thx...Wink


RE: Incorrect font launcher for russian language - Mihanick - 05-23-2011

(05-21-2011, 02:42 AM)Mihanick Wrote: If you selected the Russian language, then when loading "Justine" there are no inscriptions on buttons and menus.
Solved the problem by replacing the lines in the file "russian.lang" (...\config\lang_ptest):
Code:
<RESOURCES>
    <Directory Path="fonts/eng" />
    <Directory Path="lang/eng" />
  </RESOURCES>
on
Code:
<RESOURCES>
    <Directory Path="fonts/rus" />
    <Directory Path="lang/eng" />
  </RESOURCES>
Now it is necessary to translate only the text in a file on a native language Rolleyes