Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make mementos?
Austums Offline
Member

Posts: 60
Threads: 11
Joined: Mar 2011
Reputation: 0
#1
How to make mementos?

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.
04-03-2011, 03:44 AM
Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#2
RE: How to make mementos?

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>
04-03-2011, 06:58 AM
Find
Austums Offline
Member

Posts: 60
Threads: 11
Joined: Mar 2011
Reputation: 0
#3
RE: How to make mementos?

OOOOOH! Awesome! Thanks! Big Grin
04-03-2011, 07:06 AM
Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#4
RE: How to make mementos?

Of course! Big Grin
04-03-2011, 07:22 AM
Find




Users browsing this thread: 1 Guest(s)