Frictional Games Forum (read-only)
NOTES - 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: NOTES (/thread-7222.html)



NOTES - Itskody - 04-06-2011

How do i make notes? like make it so when they pick up a note there are actually words in the note. i cant get notes to work. can anyone describe how?


RE: NOTES - Anxt - 04-06-2011

In the map editor, look at the entity properties of the note entity. There should be an option down at the bottom where you put in the entry it will read from your extra_english.lang file.

The format for the lang file entry looks like this for a note calling the "Hint" note entry:

<CATEGORY Name="Journal">
<Entry Name="Note_Hint_Name">Hint</Entry>
<Entry Name="Note_Hint_Text">Text goes here!</Entry>
</CATEGORY>


RE: NOTES - Itskody - 04-06-2011

(04-06-2011, 07:29 PM)Anxt Wrote: In the map editor, look at the entity properties of the note entity. There should be an option down at the bottom where you put in the entry it will read from your extra_english.lang file.

The format for the lang file entry looks like this for a note calling the "Hint" note entry:

<CATEGORY Name="Journal">
<Entry Name="Note_Hint_Name">Hint</Entry>
<Entry Name="Note_Hint_Text">Text goes here!</Entry>
</CATEGORY>

THANK YOU


RE: NOTES - Anxt - 04-06-2011

Smile

This message is now long enough to submit. Tongue