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
Sound Problems
Quotentote Offline
Member

Posts: 118
Threads: 23
Joined: Dec 2011
Reputation: 11
#1
Sound Problems

The first time i tested it, it worked. But now the sound isn activating on entering the script area. Every other thing works..but the sound doesn't :/ and yes, its the right name Sad

void looking(string &in asParent, string &in asChild, int alState)
{

StartPlayerLookAt("lookto", 10, 50, "");
PlaySoundAtEntity("", "react_breath_slow.snt", "Player", 0, false);
PlaySoundAtEntity("", "react_scare", "Player", 0, false);
PlaySoundAtEntity("", "15_the_big_scream.snt", "Player", 0, false);
GiveSanityDamage(5.0f, true);
AddTimer("", 2, "TimerStopPlayerLook");
}

something wrong with that? <.<
(This post was last modified: 12-15-2011, 12:42 PM by Quotentote.)
12-15-2011, 03:35 AM
Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#2
RE: Sound Problems

(12-15-2011, 03:35 AM)Quotentote Wrote: The first time i tested it, it worked. But now the sound isn activating on entering the script area. Every other thing works..but the sound doesn't :/ and yes, its the right name Sad

void looking(string &in asParent, string &in asChild, int alState)
{

StartPlayerLookAt("lookto", 10, 50, "");
PlaySoundAtEntity("", "react_breath_slow.snt", "Player", 0, false);
PlaySoundAtEntity("", "react_scare", "Player", 0, false);
PlaySoundAtEntity("", "15_the_big_scream.snt", "Player", 0, false);
GiveSanityDamage(5.0f, true);
AddTimer("", 2, "TimerStopPlayerLook");
}

something wrong with that? <.<


What sounds do you not hear? All of them or just one? I can see that the "react_scare" doesn't have the .snt on the end of it.

12-15-2011, 07:28 AM
Find
Quotentote Offline
Member

Posts: 118
Threads: 23
Joined: Dec 2011
Reputation: 11
#3
RE: Sound Problems

its the big scream that doesnt work. the weird thing is, that it worked when i testet it the first time. i didnt change something after that v.v
12-15-2011, 11:08 AM
Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#4
RE: Sound Problems

(12-15-2011, 11:08 AM)Quotentote Wrote: its the big scream that doesnt work. the weird thing is, that it worked when i testet it the first time. i didnt change something after that v.v
Best guess is to delete the script and do it again. Restart amnesia and try it then.

12-15-2011, 11:36 AM
Find
Quotentote Offline
Member

Posts: 118
Threads: 23
Joined: Dec 2011
Reputation: 11
#5
RE: Sound Problems

ty now it works...strange thing ._.

btw my boyfriend and i enjoy playing all your CS. great job Smile
12-15-2011, 12:32 PM
Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#6
RE: Sound Problems

(12-15-2011, 12:32 PM)Quotentote Wrote: ty now it works...strange thing ._.

btw my boyfriend and i enjoy playing all your CS. great job Smile
Thanks Smile

12-15-2011, 12:40 PM
Find




Users browsing this thread: 1 Guest(s)