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
[Solved] Sound Isn't Playing?
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#11
RE: Sound Isn't Playing?

Try adding FatherSufferSame.ogg to the first parameter of AddEffectVoice.

Tutorials: From Noob to Pro
02-11-2012, 09:29 PM
Website Find
Elven Offline
Posting Freak

Posts: 862
Threads: 37
Joined: Aug 2011
Reputation: 26
#12
RE: Sound Isn't Playing?

HEre is easier solution:

U wrote:
AddEffectVoice("", "", "Subtitles", "FatherSufferSame", false, "", 1, 10);

it should be this:

AddEffectVoice("SoundName(It must be .ogg)", "", "CategoryName", "EntryName", true, "EntityWhereUWantToPlayIt", 4, 16);

For example:

AddEffectVoice("EpicElven.ogg", "", "Subtitles", "elventalks1", true, "Elven", 4, 16);

Note that elventalk1. It is because if I use like 5 of them straight, they wont play at the same time, they play one after another. putting it like that, I can make subtitle part 2, with just changing 1 to 2

The Interrogation
Chapter 1

My tutorials
(This post was last modified: 02-11-2012, 09:30 PM by Elven.)
02-11-2012, 09:30 PM
Find




Users browsing this thread: 2 Guest(s)