![]() |
[LANG] ERROR in .LANG file! (And Crowbar) - 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: [LANG] ERROR in .LANG file! (And Crowbar) (/thread-15710.html) |
ERROR in .LANG file! (And Crowbar) - Marshall2906 - 05-29-2012 Theres something in my .Lang file which isnt working in my map. It was working yesterday, then when i came back on today, every key just said 'Picked up' and there is no description. Plus my crowbar doesnt open my door, but it only does this when the keys dont show there name/description... One thing i definately know is that it is the .Lang file which is causing the problem as the keys open the doors, but there is no name or description of the key. I have included my .Lang file below so that you can see what is wrong with it. Thanks RE: ERROR in .LANG file! (And Crowbar) - Adny - 05-29-2012 I can already tell from the attached file that it is named incorrectly, it should be "extra_english.lang" but that one says "extra_english.txt". If that's just from uploading it to the site, I withdraw my comment. Also, you have 3 categories names "Inventory". You only need 1 category for inventory, then you can put as many entries in it as you'd like. RE: ERROR in .LANG file! (And Crowbar) - Marshall2906 - 05-29-2012 (05-29-2012, 11:42 PM)andyrockin123 Wrote: I can already tell from the attached file that it is named incorrectly, it should be "extra_english.lang" but that one says "extra_english.txt". If that's just from uploading it to the site, I withdraw my comment.It wouldnt let me upload the .Lang file so i copied it and changed it to .txt. And that shouldn't be the case as it worked fine before... ![]() RE: ERROR in .LANG file! (And Crowbar) - willochill - 05-30-2012 First of all, he's right, you don't need three Inventory categories, just make it one. Second, the last line is <LANGUAGE>, and it should be </LANGUAGE>. RE: ERROR in .LANG file! (And Crowbar) - Marshall2906 - 05-30-2012 OMG thank you so much, both you, but Willochill it was that stupid '/' in my <LANGUAGE> that did it ![]() ![]() |