Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make a .snt extension?
ferryadams10 Offline
Senior Member

Posts: 288
Threads: 40
Joined: Apr 2011
Reputation: 19
#1
How to make a .snt extension?

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

Got a nice sofa
Please come and have a seat for a while

(This post was last modified: 06-08-2011, 01:14 PM by ferryadams10.)
06-06-2011, 07:13 PM
Find
Khyrpa Offline
Senior Member

Posts: 638
Threads: 10
Joined: Apr 2011
Reputation: 24
#2
RE: How to make a .snt extension?

I thought
PlayGuiSound(string& asSoundFile, float afVolume);
sounds the same way as play sound at entity when using "Player"
06-06-2011, 07:15 PM
Find
ferryadams10 Offline
Senior Member

Posts: 288
Threads: 40
Joined: Apr 2011
Reputation: 19
#3
RE: How to make a .snt extension?

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

Got a nice sofa
Please come and have a seat for a while

06-06-2011, 07:19 PM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#4
RE: How to make a .snt extension?

Save as, make the extension snt instead of txt.

06-06-2011, 07:29 PM
Website Find
DamnNoHtml Offline
Senior Member

Posts: 469
Threads: 34
Joined: Sep 2010
Reputation: 16
#5
RE: How to make a .snt extension?

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

Creator of Wake, Through the Portal, Insomnia, and Cycles What to do with HPL3....
06-06-2011, 08:26 PM
Find
Roenlond Offline
Senior Member

Posts: 331
Threads: 3
Joined: Apr 2011
Reputation: 0
#6
RE: How to make a .snt extension?

Show file extensions, rename - remove the .txt or whatever you have and replace it with .snt.
06-06-2011, 09:18 PM
Find
ferryadams10 Offline
Senior Member

Posts: 288
Threads: 40
Joined: Apr 2011
Reputation: 19
#7
RE: How to make a .snt extension?

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

Got a nice sofa
Please come and have a seat for a while

06-07-2011, 02:35 PM
Find




Users browsing this thread: 1 Guest(s)