Frictional Games Forum (read-only)
Fonts - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Fonts (/thread-20885.html)



Fonts - Terraxiss - 03-23-2013

What must i do to have polish fonts in my custom story? I try write this:
<RESOURCES>
<Directory Path="fonts/eng" />
<Directory Path="lang/eng" />
</RESOURCES>
in my extra.lang file, but it doesnt work. Please help me.


RE: Fonts - PutraenusAlivius - 03-24-2013

(Please note that original game assets such as fonts, lanterns CANNOT be changed in a custom story. You must use a full conversion. Now, it's time for me to explain.)
Since fonts are original game assets (LOOK ABOVE), they cannot be changed. Also, you don't write that in the extra_english.lang file. You wrote this[1] to the resources.cfg in your full conversion.
[1] <Directory Path="/fonts/eng" AddSubDirs="false" />