Ok, I am having serious problems here and I don't know why. I have followed the instructions on this page:
http://hpl2.frictionalgames.com/tutorial...omakenotes? and for some reason the text of my note is still not showing up. When I open the note, it shows the note background but it is blank. Here is my language file:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">I have woken up in a strange bed... What happened? Where am I?</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_Test01_Name">Test Note</Entry>
<Entry Name="Note_Test01_Text">This note is a test.</Entry>
</CATEGORY>
</LANGUAGE>
But when I create a note with the NoteText "Note01" and I open it in game, it does not display this text, just the empty note background.
What am I doing wrong?