Frictional Games Forum (read-only)
My lang file suddenly doesn't work - 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: My lang file suddenly doesn't work (/thread-8779.html)



My lang file suddenly doesn't work - Paulpolska - 06-24-2011

Everything was good. I add some lines to my lang file
Code:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Dear Brother</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="start">Where Am I ? I see the letter.</Entry>
<Entry Name="Note_Scroll1_Name">Dear Brother</Entry>
<Entry Name="Note_Scroll1_Text">I had lock you in the north room[br]of the castle. After guards trying catch me i hide myself [br]on the library. You been in a coma and you must get the ownership paper.</Entry>
<Entry Name="Note_Uwierz1_Name">Waiting</Entry>
<Entry Name="Note_Uwierz1_Text">This is very important. Our family was rejected from society.[br] Difficult sick bothering us ... [br]Papers we must get it !</Entry>
</CATEGIORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_Keytower1">Centre Key</Entry>
</CATEGORY>
</LANGUAGE>

And suddenly doesn't work. I don't know why ? Everything work few minutes ago


RE: My lang file suddenly doesn't work - Roenlond - 06-24-2011

[br]Papers we must get it !</Entry>
</CATEGIORY>
There's an error in there somewhere.