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
I can't make my sound work
ingedoom Offline
Member

Posts: 120
Threads: 12
Joined: Feb 2012
Reputation: 0
#1
I can't make my sound work

Hi forum

I have the problem that i can't make my sound work.

I put my MP3 in audacity and exported it as .ogg(vorbis) to the "sounds" folder in my CSfolder where i also made a .snt file with the same name.


Here is what my .snt contains:


to play the sound i use:

PlaySoundAtEntity("clock", "clock.snt", "clock_grandfather_1", 2, false);


and i am 100% it is called since since it shows the message that is in the same callback.

Can any of you help me please?

[Image: 23778.png]
(This post was last modified: 03-08-2012, 03:28 PM by ingedoom.)
03-07-2012, 10:51 PM
Website Find
JenniferOrange Offline
Senior Member

Posts: 424
Threads: 43
Joined: Jun 2011
Reputation: 33
#2
RE: I can't make my sound work

(03-07-2012, 10:51 PM)pingo2 Wrote: Hi forum

I have the problem that i can't make my sound work.

I put my MP3 in audacity and exported it as .ogg(vorbis) to the "sounds" folder in my CSfolder where i also made a .snt file with the same name.


Here is what my .snt contains:
<SOUNDENTITY>  <SOUNDS>      <Main>          <Sound File="clock" />      </Main>  </SOUNDS>  <PROPERTIES Volume="1" MinDistance="1" MaxDistance="13" Random="1" Interval="0" FadeEnd="False" FadeStart="False" Stream="false" Loop="false" Use3D="false" Blockable="false" BlockVolumeMul="0.5" Priority="0" /></SOUNDENTITY>


to play the sound i use:

PlaySoundAtEntity("clock", "clock.snt", "clock_grandfather_1", 2, false);


and i am 100% it is called since since it shows the message that is in the same callback.

Can any of you help me please?
<SOUNDENTITY>  <SOUNDS>      <Main>          <Sound File="clock.ogg" />      </Main>  </SOUNDS>  <PROPERTIES Volume="1" MinDistance="1" MaxDistance="13" Random="1" Interval="0" FadeEnd="False" FadeStart="False" Stream="false" Loop="false" Use3D="false" Blockable="false" BlockVolumeMul="0.5" Priority="0" /></SOUNDENTITY>


Keep both the .ogg and .snt in your custom stories' name folder, then in a new folder called music. I know it may not be needed but I do anyway, so I don't accidentally delete it.



Ba-da bing, ba-da boom.
03-08-2012, 12:09 AM
Find
Strembitsky Offline
Senior Member

Posts: 254
Threads: 37
Joined: Feb 2012
Reputation: 3
#3
RE: I can't make my sound work

There is a high chance your .snt is set up incorrectly. What is in your .snt?

The Nightmares v1.0 - Dreadful Fires WIP
03-08-2012, 01:56 AM
Find
ingedoom Offline
Member

Posts: 120
Threads: 12
Joined: Feb 2012
Reputation: 0
#4
RE: I can't make my sound work

(03-08-2012, 01:56 AM)Strembitsky Wrote: There is a high chance your .snt is set up incorrectly. What is in your .snt?
I wrote it in the OP, if you eyes slipped by, please look again adove.

[Image: 23778.png]
03-08-2012, 07:14 AM
Website Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#5
RE: I can't make my sound work

As JenniferOrange shows, "clock" != "clock.ogg"

Tutorials: From Noob to Pro
03-08-2012, 08:21 AM
Website Find
ingedoom Offline
Member

Posts: 120
Threads: 12
Joined: Feb 2012
Reputation: 0
#6
RE: I can't make my sound work

So i put my .ogg and .snt into amnesia/csname/ and into
amnesia/csname/music/??
No other custom stories i've seen does that.. Did i understand what u said right? If not; can you then be more specific?
(03-08-2012, 08:21 AM)Your Computer Wrote: As JenniferOrange shows, "clock" != "clock.ogg"
What do you mean by this? Jennifer does not say that.

[Image: 23778.png]
(This post was last modified: 03-08-2012, 01:03 PM by ingedoom.)
03-08-2012, 01:01 PM
Website Find
ingedoom Offline
Member

Posts: 120
Threads: 12
Joined: Feb 2012
Reputation: 0
#7
RE: I can't make my sound work

Well, i made it work by copying a working .snt file from another custom story and just put in the name of my file instead and then changed my script to the same which was used in the cs i took it from. This is a way to do it, but i have not learned much tho... Time to experiment! I suggest others having troubles do the samething.

Thx to the maker of La Caza

[Image: 23778.png]
03-08-2012, 03:41 PM
Website Find




Users browsing this thread: 1 Guest(s)