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
Need various information
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#2
RE: Need various information

Notes/Diaries: First off, notes and diaries are different. Notes do not have any narration. Diaries do. To set a narration to a diary, you must add [voice narrationfilenamehere.ogg][br] before your dairy's entry text. Your lang file entries for a diary would look like this:

<CATEGORY Name="Journal">
    <Entry Name="Diary_MyDiary_Name">My Diary</Entry>
    <Entry Name="Diary_MyDiary_Text">[voice mydiarynarration.ogg][br]My diary text here!</Entry>
</CATEGORY>

If you want to add multiple pages of text with narration that follows it, you add another [voice narrationfile.ogg][br] in your entry. You must add a [br] before it as well. Your diary's lang file entry will look like this:

<CATEGORY Name="Journal">
    <Entry Name="Diary_MyDiary_Name">My Diary</Entry>
    <Entry Name="Diary_MyDiary_Text">[voice mydiarynarration1.ogg][br]My diary text here![br][voice mydiarynarration2.ogg][br]My diary's next page here![br][voice mydiarynarration3.ogg][br]My diary's third page here!</Entry>
</CATEGORY>

For the emotion stones and level doors, select them in the viewport and set their text category/entry in the entity tab.

Make sure you create a category and entry in your .lang file that corresponds to your emotion stone or level door.

(This post was last modified: 05-25-2011, 08:02 PM by palistov.)
05-25-2011, 08:00 PM
Find


Messages In This Thread
Need various information - by KenOfAllTrades - 05-25-2011, 07:40 PM
RE: Need various information - by palistov - 05-25-2011, 08:00 PM
RE: Need various information - by KenOfAllTrades - 05-25-2011, 08:12 PM
RE: Need various information - by palistov - 05-25-2011, 10:34 PM
RE: Need various information - by KenOfAllTrades - 05-26-2011, 02:41 PM
RE: Need various information - by palistov - 05-27-2011, 12:50 AM
RE: Need various information - by KenOfAllTrades - 05-27-2011, 10:09 AM
RE: Need various information - by KenOfAllTrades - 05-27-2011, 07:03 PM
RE: Need various information - by Kyle - 05-27-2011, 07:13 PM
RE: Need various information - by KenOfAllTrades - 05-27-2011, 07:50 PM
RE: Need various information - by Kyle - 05-27-2011, 07:53 PM
RE: Need various information - by KenOfAllTrades - 05-27-2011, 08:20 PM
RE: Need various information - by KenOfAllTrades - 05-28-2011, 09:00 PM
RE: Need various information - by Kyle - 05-28-2011, 09:04 PM
RE: Need various information - by KenOfAllTrades - 05-28-2011, 09:08 PM
RE: Need various information - by Kyle - 05-28-2011, 09:10 PM
RE: Need various information - by KenOfAllTrades - 05-30-2011, 07:08 PM
RE: Need various information - by Kyle - 05-30-2011, 10:29 PM
RE: Need various information - by KenOfAllTrades - 05-30-2011, 10:32 PM
RE: Need various information - by Kyle - 05-30-2011, 10:35 PM
RE: Need various information - by KenOfAllTrades - 06-01-2011, 12:45 PM
RE: Need various information - by KenOfAllTrades - 06-06-2011, 08:17 AM
RE: Need various information - by Kyle - 06-06-2011, 11:15 AM
RE: Need various information - by KenOfAllTrades - 06-06-2011, 11:18 AM



Users browsing this thread: 1 Guest(s)