![]() |
No extra_english.lang - 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: No extra_english.lang (/thread-21918.html) |
No extra_english.lang - Darkluminoo - 06-24-2013 So I am new to making custom stories, and I was trying to make notes for a story. I am finding that I need an extra_english.lang file in my custom story folder, but I don't have one. What do I do? RE: No extra_english.lang - graykin - 06-24-2013 You have to make your own--just open up Notepad or some equivalent typing program, include whatever you need to get your story running, and then save it as "extra_english.lang". And make sure you add the .lang at the end, or else you'll just save it as a normal .txt file, or whatever you default is. RE: No extra_english.lang - amnesiaplayer321 - 06-25-2013 http://wiki.frictionalgames.com/hpl2/amnesia/custom_story use this page RE: No extra_english.lang - richm0nkey - 06-27-2013 The notepad way is one way but if I am not mistaken there is actually a program that comes with the map editor, model editor etc called HplLangTool.exe. Just make a blank txt document in your story's root and make the .txt portion say .lang instead. Open HplLangTool then use that tool to open the .lang. You might have to find more tuts on how to use the tool the right way but it will more or less likely be easier than typing the whole thing out. [EDIT:] Make sure the lang file is named extra_english.lang :3 |