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


Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Making flashbacks
JoeBradleyUK Offline
Member

Posts: 115
Threads: 20
Joined: Jul 2011
Reputation: 0
#9
RE: Making flashbacks

(07-22-2011, 03:41 PM)Juby Wrote:
(07-22-2011, 02:56 PM)JoeBradleyUK Wrote: Ok, I understood it well, the only thing i don't understand is the Textcat and Entry thing, is that in the lang file? Like:
<CATEGORY Name="Journal">
        <Entry Name="Diary_ndiaryone_Name1">Note To Self</Entry>
        <Entry Name="Diary_ndiaryone_Text1">[voice Diary_NoteToSelf_01.ogg][br] Hello Nathaniel, [br][br]At the moment you're most likely reading this full of sweat and fear.[br]You cannot remember what you are doing here, which is a good thing, as it will only make you stronger. [br]At the moment, all you ever need to know is that you have to get out of here, anyway you can. [br]Also, there is a plague broken out in the castle, and you are the last known survivor, but there may be more. [br]One last thing, there are these...things. These monsterous creatures of the dark, lurking in the shadows. [br] [br] Your former self, [br] [br]Nathaniel. </Entry>

Kinda like that style ^^^^^?

Well, you are attempting to make a diary narration there, which is something totally different. For a flashback, it should be something along the lines of this. (in extra_english.lang)

    <CATEGORY Name="Journal">
    <Entry Name="Diary_ndiary1">Hello Nathaniel</Entry>
<Entry Name="Diary_ndiary2">At the moment you're most likely reading this full of sweat and fear.</Entry>
    </CATEGORY>

Etc.., and in the .flash you would need this for my example:

<Flashback>
    <Voices>
        <Voice VoiceSound="flashbacks/Diary_ndiary1.ogg" EffectSound="" TextCat="Journal" TextEntry="Diary_ndiary1" />
        <Voice VoiceSound="flashbacks/Diary_ndiary2.ogg" EffectSound="" TextCat="Journal" TextEntry="Diary_ndiary2" />
    </Voices>
</Flashback>

Of course you can use do this multiple different ways; for instance, you could have the whole narration said in one .ogg file and then all you would need is one <Voice/> line and one line in the .lang file. Up to you on how to split it and such.

Oh, you misunderstood, i knew that's diary narration but i was meaning the same concept as <CATERGORY> thing.

:Work In Progress:
Insanity
07-22-2011, 04:00 PM
Find


Messages In This Thread
Making flashbacks - by Hooumeri - 11-09-2010, 02:00 PM
RE: Making flashbacks - by Vradcly - 01-11-2011, 12:29 PM
RE: Making flashbacks - by Tanshaydar - 01-11-2011, 12:35 PM
RE: Making flashbacks - by Vradcly - 01-11-2011, 12:36 PM
RE: Making flashbacks - by JoeBradleyUK - 07-21-2011, 08:32 PM
RE: Making flashbacks - by Juby - 07-22-2011, 02:06 AM
RE: Making flashbacks - by JoeBradleyUK - 07-22-2011, 02:56 PM
RE: Making flashbacks - by Juby - 07-22-2011, 03:41 PM
RE: Making flashbacks - by JoeBradleyUK - 07-22-2011, 04:00 PM
RE: Making flashbacks - by SLAMnesia - 07-25-2011, 08:25 AM
RE: Making flashbacks - by JoeBradleyUK - 07-25-2011, 11:26 AM
RE: Making flashbacks - by Saralena - 03-11-2013, 03:57 AM



Users browsing this thread: 1 Guest(s)