![]() |
extra_english file help? - 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 file help? (/thread-18252.html) |
extra_english file help? - Tomato Cat - 09-10-2012 Hello, I'm currently working on a custom story, and I wanted to put the files into a folder for a friend of mine to play test. Only problem is that nothing from the extra_english file is working. Not the description, inventory, messages or notes. I (think) I have a pretty good understanding of how everything on the map utilizes the extra_english file (CustomSubType etc), and the syntax for the .lang files. But I'm relatively new to this. Perhaps someone could take a look? (I've converted the file to the .txt extension so it can be uploaded, btw) And I realized I'm in the wrong forum. e.e RE: extra_english file help? - Adny - 09-10-2012 At the end of "Note_incidentreport_Text" you hit enter before the </Entry> resulting in the text editor (at least my text editor) to interpret it as a new entry. I don't think that could cause it to not function, but I would try to tidy things like that up. The real problem: "Note_heimrichsmissive3_Text" You didn't close the entry properly; it should be </Entry>, but you have <Entry> That seems to be the only real issue. Hope that helped! RE: extra_english file help? - Tomato Cat - 09-10-2012 And that was the problem. I feel stupid that I didn't catch such a simple mistake. =/ Thanks a ton for your help. Best wishes, |