Frictional Games Forum (read-only)
How to make mementos? - 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: How to make mementos? (/thread-7175.html)



How to make mementos? - Austums - 04-03-2011

So, I know how to make Journal entries... But not mementos or notes for that matter. I'm assuming it's different, as mementos are added when a player collides with a trigger or some variation of the sort.


RE: How to make mementos? - palistov - 04-03-2011

Mementos are actually quests! Big Grin

Use the function AddQuest(string& asname, string& asNameAndTextEntry);

In your extra_english.lang file (or whatever language you are using), make an entry under the "Journal" category, like this:

<CATEGORY Name="Journal">
<Entry Name="Quest_Memento_Text">Memento text here!</Entry>
</CATEGORY>


RE: How to make mementos? - Austums - 04-03-2011

OOOOOH! Awesome! Thanks! Big Grin


RE: How to make mementos? - palistov - 04-03-2011

Of course! Big Grin