Note problem - SOLVED - 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: Note problem - SOLVED (/thread-24304.html) |
Note problem - SOLVED - j00le - 01-06-2014 So, I have problem with my note letters. When I add my journal-category to extra-english-file, none of the messages or notes work. I have tried renaming the notes, I've checked the names like 10 times, checked the codes, created new note entities on levels, still nothing works. Does anyone have an idea, what else could I have done wrong? I have several credits-messages, but key names, signs and stuff work fine with them in the file. I've spent awful lot of time fighting with this problem, please help RE: Note problem - Romulator - 01-06-2014 For starters, you could post your extra_english.lang file for us. One error in that whole thing mucks everything up RE: Note problem - j00le - 01-06-2014 (01-06-2014, 02:44 PM)Romulator Wrote: For starters, you could post your extra_english.lang file for us. One error in that whole thing mucks everything up I couldn't add the .lang-file so I sent it as .txt-file but that should do it RE: Note problem - Lizard - 01-06-2014 (01-06-2014, 03:41 PM)j00le Wrote:(01-06-2014, 02:44 PM)Romulator Wrote: For starters, you could post your extra_english.lang file for us. One error in that whole thing mucks everything up <CATEGORY Name="Message"> should be <CATEGORY Name="Messages"> And you only need one CATEGORY called Inventory and then you put all your ItemDesc and ItemNnme in there RE: Note problem - j00le - 01-07-2014 Thanks for pointing it out, could that affect the notes? Because my messages and keys still work RE: Note problem - FlawlessHappiness - 01-07-2014 Notes are in the category: Journal. Messages are in the category: Messages. Actually I don't think it matters. As long as you specify both parts in the .lang and the script file RE: Note problem - j00le - 01-07-2014 I finally found out what the problem is: In one long letter, there was "<" in the middle of the text. As soon as i removed that, everything started working. Great example, how small things matter Still thanks again for help! I'm extremely relieved now, and officially, PROBLEM SOLVED! RE: Note problem - DnALANGE - 01-07-2014 good it is solved. You might do this with this and feature posts: When you have something solved , make sure to write it in the top. like this : Note problem : Solved. That people don't have to look into solved post anymore. Just like we all do. |