Frictional Games Forum (read-only)
How to make a .snt extension? - 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: How to make a .snt extension? (/thread-8477.html)



How to make a .snt extension? - ferryadams10 - 06-06-2011

Hey Everyone,

I have got a .ogg extension file of a voice which I'm going to use in the Story but I want to make the voice come from the person himself cause else it sounds weird. And the only way to do that is the command: PlaySoundAtEntity but you can only do it with a .snt extension so how to do it?

the .ogg file name= MathewPrison1.ogg
and this is what I've got till now. But I don't know if that'll be good. Cause I can't play it in the level editor.
Quote:<SOUNDENTITY>
<SOUNDS>
<Main>
<Sound File="MathewPrison1" />
</Main>
</SOUNDS>
<PROPERTIES Volume="1" MinDistance="1" MaxDistance="10" Random="1" Interval="0" FadeEnd="False" FadeStart="False" Stream="False" Loop="False" Use3D="True" Blockable="True" BlockVolumeMul="0.5" Priority="0" />
</SOUNDENTITY>
Please explain me ASAP.

Kind Regards,
Ferry Adams


RE: How to make a .snt extension? - Khyrpa - 06-06-2011

I thought
PlayGuiSound(string& asSoundFile, float afVolume);
sounds the same way as play sound at entity when using "Player"


RE: How to make a .snt extension? - ferryadams10 - 06-06-2011

Man that is not what I'm asking. I am asking how to make a .snt extension. :S


RE: How to make a .snt extension? - Tanshaydar - 06-06-2011

Save as, make the extension snt instead of txt.


RE: How to make a .snt extension? - DamnNoHtml - 06-06-2011

A .SNT is just a small text document containing information about the .ogg you want to play.


RE: How to make a .snt extension? - Roenlond - 06-06-2011

Show file extensions, rename - remove the .txt or whatever you have and replace it with .snt.


RE: How to make a .snt extension? - ferryadams10 - 06-07-2011

It is .snt allready and i've fixed it allready myself Wink