Frictional Games Forum (read-only)

Full Version: How do I make a .FLASH file?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello peoples, ( This has nothing to do with Flash Gordon)



How can I make a .flash file for my flash-backs?
Explain as if I was stupid as I have never seen a flash file.
And how do I put sounds in, text and make-sure that amnesia will
detect the flash file and use it etc . . . so just the basics.


Thank-you peoples. Big Grin
Open existing .flash files with a text editor like Notepad++ and see its structure, then modify it for yourself and save it.
Is there a place that I could get a list of functions?
If not could you explain the following functions to me?
Code:
<Voice VoiceSound="flashbacks/CH01L02_JourneyToSanctum01as_05.ogg" EffectSound="" TextCat="" TextEntry="" />

and are the <flashback> and <voices> tags all that are really in it?

And how do I get amnesia to play my flashbacks? and where would I place the file?
(09-06-2011, 06:49 PM)X4anco Wrote: [ -> ]Is there a place that I could get a list of functions?
If not could you explain the following functions to me?
Code:
<Voice VoiceSound="flashbacks/CH01L02_JourneyToSanctum01as_05.ogg" EffectSound="" TextCat="" TextEntry="" />

and are the <flashback> and <voices> tags all that are really in it?

And how do I get amnesia to play my flashbacks? and where would I place the file?

Okay I have this simple file:

<Flashback>
<Voices>
<Voice VoiceSound="Memories 1.ogg" EffectSound="fb_sfx_random_nightmares.ogg" TextCat="Flashbacks" TextEntry="Fear_01" />
</Voices>
</Flashback>

add your "Music file that "example mine Memories 1.ogg normally "Amnesia The dark descent/music folder" then Flashback files normally "Flashback folder" then create in editor: Flashback area then chose your Flashback file in "Area" caterogy then rename your Flashback Area "Fear_01"

This works for me. Try it. Smile