Frictional Games Forum (read-only)
Using custom sounds and level editor - 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: Using custom sounds and level editor (/thread-29831.html)



Using custom sounds and level editor - X4anco - 04-18-2015

Hi there

I am trying to use a custom sound in my levels by using the level editor and not by using scripting. Unfortunately, I have not got this to work and I can't see why, can you help?

In my custom folder I have another folder called "sounds" with the following inside:
[Image: sounds_Folder.png]

My snt file has the following markup language:
[Image: snt_File.png]

When I try to play my sound using the level editor, I get the following errors in the log (I changed the sound and snt file's name to 'a' for a while):
[Image: errors.png]

This sound don't work in-game neither after searching around and experimenting for hours.

Thanks in advance,
X4anco


RE: Using custom sounds and level editor - jmitchell - 04-18-2015

You don't need the ".ogg" extension in your .snt file there. Remove that and you should be good.


RE: Using custom sounds and level editor - X4anco - 04-18-2015

...
You know when you try everything and then somebody suggests something stupidly simple and you're like "No... That's never going to work, I've tried that" and then it works? Yeah...

Thanks a million! I have no idea what I must have been doing when I tried the first time. Working now Smile

Thanks,
X4anco