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
How to make "Effect voice without Flashback"?
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#1
How to make "Effect voice without Flashback"?

Yes this is my current problem. I have "Sound file little voice act"

I need to now.... add this "Some script area" but without flashback..

How I can do this I can't get it working? Whats the problem my little script:

void Faith(string &in asParent, string &in asChild, int alState)
{
AddEffectVoice("Evil.ogg", "", "Voice", "Evil_01", false, "Player", 1, 2);
SetEntityActive("Fake Door", false);
}

Quick Help is appreaciated.

“Life is a game, play it”
09-06-2011, 06:49 PM
Find
Acies Offline
Posting Freak

Posts: 1,643
Threads: 60
Joined: Feb 2011
Reputation: 73
#2
RE: How to make "Effect voice without Flashback"?

AddEffectVoice("Evil.ogg", "", "Voice", "Evil_01", false, "", 0, 0);

I'm unsure why it doesn't work. Try this out. Otherwise - create a .snt file and make sure that the sound is rendered in mono format Smile

[Image: mZiYnxe.png]


(This post was last modified: 09-06-2011, 07:00 PM by Acies.)
09-06-2011, 07:00 PM
Find
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#3
RE: How to make "Effect voice without Flashback"?

(09-06-2011, 07:00 PM)Acies Wrote: AddEffectVoice("Evil.ogg", "", "Voice", "Evil_01", false, "", 0, 0);

I'm unsure why it doesn't work. Try this out. Otherwise - create a .snt file and make sure that the sound is rendered in mono format Smile

Oh It works but how I now add only subtitles without "Flashing effects"


“Life is a game, play it”
09-06-2011, 07:56 PM
Find




Users browsing this thread: 1 Guest(s)