Frictional Games Forum (read-only)
Journal entries and naming keys - 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: Journal entries and naming keys (/thread-12985.html)



Journal entries and naming keys - Imevil23 - 01-31-2012

Howdy. I'm having a lot of trouble with my journal entries and keys. I type in what I have to type in, but it still shows a blank paper and only says "Picked Up" for the keys. This is what my .lang file looks like.



<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
Your friends dared you to do it. Was this fate, or a fatal mistake?
</Entry>
</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="unknownkey">
Key to some door.
</Entry>
<Entry Name="unknownkey">
Unknown Key
</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Name_diarypaper2_Title">
Where is it?
</Entry>
<Entry Name="Note_diarypaper2_Text">
Where did I put it? It was here a moment ago. Damn, now I can't continue... what was that?
</Entry>
</CATEGORY>

</LANGUAGE>




Please explain what I'm doing wrong, and tell me how to exactly do it correctly, like which box to fill in inside of the editor and what I should do!



RE: Journal entries and naming keys - palistov - 01-31-2012

http://www.frictionalgames.com/forum/thread-12912-post-114035.html#pid114035


RE: Journal entries and naming keys - Imevil23 - 01-31-2012

Got it working! I accidentally put the name in the SubItemName instead of the NoteText slot. Thanks for the help!