Frictional Games Forum (read-only)

Full Version: Getting notes to work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:
Code:
<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.
Sad What am I doing wrong?
Did you follow everything?

Select it, and from the entity tab go down to the NoteText entry. This is where you specify what journal entry you want to use, Test01 in this case. Save your map and load it in game to see the results.
Sad That's how it's always been.
(11-04-2010, 04:26 PM)Homicide13 Wrote: [ -> ]Sad That's how it's always been.

Wasn't it Note_Test01 instead of Test01
The .lang files don't work in developer mode, you have to put them in your custom story folder and start the game normally, then select the custom story and play.
(11-04-2010, 07:19 PM)Frontcannon Wrote: [ -> ]The .lang files don't work in developer mode, you have to put them in your custom story folder and start the game normally, then select the custom story and play.

Sad This was the answer.
(11-04-2010, 10:14 PM)Homicide13 Wrote: [ -> ]
(11-04-2010, 07:19 PM)Frontcannon Wrote: [ -> ]The .lang files don't work in developer mode, you have to put them in your custom story folder and start the game normally, then select the custom story and play.

Sad This was the answer.

Oh wow, you didn't test it ingame?
I tested it by using the instructions here: http://hpl2.frictionalgames.com/amnesia:devenvguide
In other words I had it set up so all my files were in the maps folder instead of the Custom_stories folder, and I had it set up to load the map automatically instead of going through the game's interface.
(11-04-2010, 04:01 PM)Homicide13 Wrote: [ -> ]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:
Code:
<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.
Sad What am I doing wrong?
Its supposed to be called Test01 not Note01