Frictional Games Forum (read-only)
Adding sounds *SOLVED* - 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 (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: Adding sounds *SOLVED* (/thread-5162.html)



Adding sounds *SOLVED* - Hooumeri - 10-23-2010

How do I add sounds to my custom story? I have my script correct, filename correct but it doesnt play even though it should.
Is this because I only have the .ogg version of the file, not snt?

I've placed the sound to /custom_stories/(mystory)/sounds/


RE: Adding soudns - Pandemoneus - 10-23-2010

You do have to create a .snt file for it to work. Copy another one and edit with a normal text editor.


RE: Adding soudns - Hooumeri - 10-23-2010

(10-23-2010, 02:55 PM)Pandemoneus Wrote: You do have to create a .snt file for it to work. Copy another one and edit with a normal text editor.

Got it working, tyvm.


RE: Adding sounds - Stangi - 10-23-2010

By, the way, I'm having some difficulties with custom sounds. If I place the .ogg and .snt files in the original /sounds folder, everything works. But if I place them in my custom story folder /custom_stories/(MyMap)/sounds, it doesn't work. Sad
It doesn't work if I place the files in a new folder in the original /sounds folder either. Any idea what's wrong?