Frictional Games Forum (read-only)
How do I add sounds into my custom story? - 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: How do I add sounds into my custom story? (/thread-22905.html)



How do I add sounds into my custom story? - iLucian - 09-10-2013

Hi, i am making a custom story and everytime i put in a sound and go in the game it doesnt come up.. In the editor after i select the sound and put it in, i check the sound entity and it says there is no file selected.. Can someone help me with this?? Thx


RE: How do I add sounds into my custom story? - lllDash - 09-10-2013

I've never encountered that problem. does it just forget the name of the .snt file?

you can also do it in the script file by using "PlaySoundAtEntity". look it up in the script page: http://wiki.frictionalgames.com/hpl2/amnesia/script_functions

If you still don't know how to do it; learn some basic scripting. There's plenty of tutorials on youtube and here http:////wiki.frictionalgames.com/hpl1/tutorials/start


RE: How do I add sounds into my custom story? - iLucian - 09-10-2013

(09-10-2013, 10:20 PM)lllDash Wrote: I've never encountered that problem. does it just forget the name of the .snt file?

you can also do it in the script file by using "PlaySoundAtEntity". look it up in the script page: http://wiki.frictionalgames.com/hpl2/amnesia/script_functions

If you still don't know how to do it; learn some basic scripting. There's plenty of tutorials on youtube and here http:////wiki.frictionalgames.com/hpl1/tutorials/start

mk thx.. and btw, u did key to freedom? I just finished that today and i LOVED it! Were there multiple endings?


RE: How do I add sounds into my custom story? - lllDash - 09-11-2013

(09-10-2013, 10:32 PM)iLucian Wrote: mk thx.. and btw, u did key to freedom? I just finished that today and i LOVED it! Were there multiple endings?

Yes there is: A good ending and a bad.Smile

Did you get the sound sorted?