Frictional Games Forum (read-only)
Getting notes to 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 (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: Getting notes to work (/thread-5314.html)



Getting notes to work - Homicide13 - 11-04-2010

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/tutorials:howtomakenotes? 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?


RE: Getting notes to work - Vincent - 11-04-2010

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.


RE: Getting notes to work - Homicide13 - 11-04-2010

Sad That's how it's always been.


RE: Getting notes to work - Vincent - 11-04-2010

(11-04-2010, 04:26 PM)Homicide13 Wrote: Sad That's how it's always been.

Wasn't it Note_Test01 instead of Test01


RE: Getting notes to work - Frontcannon - 11-04-2010

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.


RE: Getting notes to work - Homicide13 - 11-04-2010

(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.


RE: Getting notes to work - Vincent - 11-04-2010

(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?


RE: Getting notes to work - Homicide13 - 11-04-2010

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.


RE: Getting notes to work - Vandyke - 11-06-2010

(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/tutorials:howtomakenotes? 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