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
Problems with sound
narutohokager Offline
Member

Posts: 149
Threads: 28
Joined: Jan 2011
Reputation: 0
#1
Problems with sound

Hi FG.

I have a problem with a sound, i want it to play the sound "enabled" the grunt, but it plays one of the brute, because he has the same filename but in different folders...

Any help ?

Here is the script command

PlaySoundAtEntity("","enabled", "AreaGruntSound", 0, false);

Thank.

Sorry for my bad english
Amnesia The Revenge - Chapter 1
08-04-2011, 02:22 PM
Website Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
RE: Problems with sound

You could try copying the files to your custom story's sounds folder and renaming the files.

Tutorials: From Noob to Pro
08-04-2011, 03:07 PM
Website Find
narutohokager Offline
Member

Posts: 149
Threads: 28
Joined: Jan 2011
Reputation: 0
#3
RE: Problems with sound

Thank, its working ! Big Grin

Sorry for my bad english
Amnesia The Revenge - Chapter 1
08-04-2011, 03:20 PM
Website Find
palistov Offline
Posting Freak

Posts: 1,208
Threads: 67
Joined: Mar 2011
Reputation: 57
#4
RE: Problems with sound

The reason for that is the files are named the same. If you don't want the hassle of copying it, you can always further specify the path name.

PlaySoundAtEntity("", "grunt/enabled.snt", "AreaGruntSound", 0, false);

08-05-2011, 06:20 PM
Find




Users browsing this thread: 1 Guest(s)