Facebook Twitter YouTube Frictional Games | Forum | Newsletter | Dev Blog | Dev Wiki | Support | Shelf | Store

Privacy Policy


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make mementos?
Author Message
Austums Offline
Member

Posts: 60
Joined: Mar 2011
Reputation: 0
Post: #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 all posts by this user Quote this message in a reply
palistov Offline
Posting Freak

Posts: 1,174
Joined: Mar 2011
Reputation: 56
Post: #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 all posts by this user Quote this message in a reply
Austums Offline
Member

Posts: 60
Joined: Mar 2011
Reputation: 0
Post: #3
RE: How to make mementos?
OOOOOH! Awesome! Thanks! Big Grin
04-03-2011 07:06 AM
Find all posts by this user Quote this message in a reply
palistov Offline
Posting Freak

Posts: 1,174
Joined: Mar 2011
Reputation: 56
Post: #4
RE: How to make mementos?
Of course! Big Grin
04-03-2011 07:22 AM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)