Sound Problems - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Sound Problems (/thread-11867.html) |
Sound Problems - Quotentote - 12-15-2011 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 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? <.< RE: Sound Problems - flamez3 - 12-15-2011 (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 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. RE: Sound Problems - Quotentote - 12-15-2011 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 RE: Sound Problems - flamez3 - 12-15-2011 (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.vBest guess is to delete the script and do it again. Restart amnesia and try it then. RE: Sound Problems - Quotentote - 12-15-2011 ty now it works...strange thing ._. btw my boyfriend and i enjoy playing all your CS. great job RE: Sound Problems - flamez3 - 12-15-2011 (12-15-2011, 12:32 PM)Quotentote Wrote: ty now it works...strange thing ._.Thanks |