Frictional Games Forum (read-only)
[LVL ED] ogg isnt working - 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: [LVL ED] ogg isnt working (/thread-12792.html)



ogg isnt working - dragonshield - 01-23-2012

I made the snt file for my custom sounds but something is wrong.

Only the OGG files I made dont work ingame. When I take an already made one and change the snt file, it works perfectly. Is there a specific format for the OGG?

Also, yes when I say OGG I really mea .ogg



RE: ogg isnt working - Tripication - 01-23-2012

There is no specific format for an ogg file, the chances are that you messed up somewhere in the .snt

Open the .snt up and copy and paste the code here so we can take a look at it.


RE: ogg isnt working - dragonshield - 01-23-2012

the file name of the sound is rain.ogg

<SOUNDENTITY>
<SOUNDS>
<Main>
<Sound File="rain" />
</Main>
</SOUNDS>
<PROPERTIES Volume="0.7" MinDistance="4" MaxDistance="14" FadeEnd="False" FadeStart="False" Loop="True" Use3D="True" Blockable="False" BlockVolumeMul="0.5" Priority="0" />
</SOUNDENTITY>


RE: ogg isnt working - Tripication - 01-23-2012

hmm, that looks perfectly fine to me...be sure that in your sript you have

PlaySoundAtEntity("Rain", "rain.snt", "ENTITY YOU WANT SOUND TO PLAY AT", 0, true);

If it still doesnt work, zip your .snt and .ogg file up, and put it in here http://www.mediafire.com/
Then give us the link and we'll see if we can help.