Frictional Games Forum (read-only)
extra_english.lang wont work. - 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: extra_english.lang wont work. (/thread-10113.html)

Pages: 1 2


RE: extra_english.lang wont work. - Your Computer - 09-03-2011

Hmm, my final guess is that the second instance of "Quest_" is confusing the parser. Try having "Quest_Walk_Text" in the extra_english.lang file and "Walk" for the AddQuest function.


RE: extra_english.lang wont work. - Lewk - 09-03-2011

(09-03-2011, 12:48 PM)Your Computer Wrote: Hmm, my final guess is that the second instance of "Quest_" is confusing the parser. Try having "Quest_Walk_Text" in the extra_english.lang file and "Walk" for the AddQuest function.

tried. no luck.

what the hell. this is very frustrating. there really is no reason for it to not be working? Angry


RE: extra_english.lang wont work. - Lewk - 09-03-2011

(09-03-2011, 01:17 PM)Lewk Wrote:
(09-03-2011, 12:48 PM)Your Computer Wrote: Hmm, my final guess is that the second instance of "Quest_" is confusing the parser. Try having "Quest_Walk_Text" in the extra_english.lang file and "Walk" for the AddQuest function.

tried. no luck.

what the hell. this is very frustrating. there really is no reason for it to not be working? Angry



Ok, I figured it out.

It was because this wasn't in the extra_english.lang, in between <RESOURCES> and </RESOURCES>

<Directory Path="fonts/eng" />
<Directory Path="lang/eng" />