Frictional Games Forum (read-only)
[LANG] My Key And Note Names Do Not Show In-Game - 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] My Key And Note Names Do Not Show In-Game (/thread-16847.html)

Pages: 1 2


RE: My Key And Note Names Do Not Show In-Game - Atilla280 - 07-10-2012

<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">First Story</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="ItemName_key1">Jacob's Closet Key</Entry>
<Entry Name="ItemDesc_key1">A key for Jacob's closet.</Entry>
<Entry Name="ItemName_key2">Emily's Closet Key</Entry>
<Entry Name="ItemDesc_key2">A key that will unlock Emily's clsoet.</Entry>
<Entry Name="ItemName_key3">Jacob's Room Key</Entry>
<Entry Name="ItemDesc_key3">A key that will unlock Jacob's room.</Entry>
<Entry Name="ItemName_key4">Emily's Room Key</Entry>
<Entry Name="ItemDesc_key4">A key that will unlock Emily's room.</Entry>
<Entry Name="ItemName_key5">Dungeon Key</Entry>
<Entry Name="ItemDesc_key5">This key will unlock the dungeon.</Entry>
</CATEGORY>

<CATEGORY Name="Messages">
<Entry Name="Lantern">It's dark, I should grab my lantern before leaving this room.</Entry>
<Entry Name="FoundLantern">Now I can go check In on them.</Entry>
</CATEGORY>

<CATEGORY Name="LevelDoors">
<Entry Name="Dungeon">The dungeon is locked. I must find the key if I want to enter.</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_note1_Name">Dear Mother</Entry>
<Entry Name="Note_note1_Text">Can't Think [br] Love, Jacob and Emily</Entry>
</CATEGORY>

</LANGUAGE>

I have fixed it thank you for all your help. I'm not sure how I fixed it. It may have been the </entry> thing thanks again everyone.