Frictional Games Forum (read-only)

Full Version: Fonts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
(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" />