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
Subtitles?
X4anco Offline
Member

Posts: 157
Threads: 66
Joined: Apr 2011
Reputation: 0
#1
Subtitles?

Hello peoples.
I am making a custom story and how do you add subtitles - not messages, subtitles - eg when you have a flashback in the main game.

...
07-09-2011, 07:49 PM
Find
Kurton Offline
Senior Member

Posts: 533
Threads: 8
Joined: Oct 2010
Reputation: 16
#2
RE: Subtitles?

There are TextCat="" and TextEntry="" in flashback files, that determine what text in your LANG file will be used for that flashback event. Example:

<CATEGORY Name="FlashbackStuff">
<Entry Name="ThisEntry">Subtitles, yeah</Entry>
</CATEGORY>

to display that, have

<Flashback>
    <Voices>
        <Voice VoiceSound="flashbacks/flashback_whatever.ogg" EffectSound="" TextCat="FlashbackStuff" TextEntry="ThisEntry" />
    </Voices>
</Flashback>

In your flashback's .FLASH file.

(This post was last modified: 07-09-2011, 08:18 PM by Kurton.)
07-09-2011, 08:17 PM
Find




Users browsing this thread: 1 Guest(s)