Problem with the .lang file not working - 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) +--- Thread: Problem with the .lang file not working (/thread-11765.html) |
Problem with the .lang file not working - Promethium - 12-09-2011 Heya I'm making a custom story and I can't seem to get my .lang file working, not even the description of the map is working, here is what I have so far... <LANGUAGE> <CATEGORY Name="CustomStoryMain"> <Entry Name="Description">My custom story</Entry> </CATEGORY> <CATEGORY Name="Journal"> <Entry Name="Note_starternote_Name">Diary Page>/Entry> <Entry Name="Note_starternote_Text">A Diary describing things.</Entry> </CATEGORY> </LANGUAGE> Can anyone see why it isn't working? RE: Problem with the .lang file not working - flamez3 - 12-09-2011 <LANGUAGE> <CATEGORY Name="CustomStoryMain"> <Entry Name="Description">My custom story</Entry> </CATEGORY> <CATEGORY Name="Journal"> <Entry Name="Note_starternote_Name">Diary Page>/Entry> ---You put a > instead of a < <Entry Name="Note_starternote_Text">A Diary describing things.</Entry> </CATEGORY> </LANGUAGE> RE: Problem with the .lang file not working - Promethium - 12-09-2011 (12-09-2011, 03:16 PM)flamez3 Wrote: My custom storyAhhh yes! Such a silly mistake, thankyou very much! |