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
Script Help SOLVED-What Causes Looping Sounds?
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#2
RE: What Causes Looping Sounds?

Since the .snt file is just a text document which just has a bunch of variables in it, feel free to open it up and edit some of the properties using something like Notepad or yeah.

An example of one is this:
amb_eerie_dunk.snt Wrote:<SOUNDENTITY>
<SOUNDS>
<Main>
<Sound File="amb_eerie_dunk" />
</Main>
</SOUNDS>
<PROPERTIES Volume="0.5" MinDistance="20" MaxDistance="30" Random="1" Interval="0" FadeEnd="False" FadeStart="False" Stream="True" Loop="True" Use3D="False" Blockable="False" BlockVolumeMul="0.5" Priority="0" />
</SOUNDENTITY>

One of the variables in there is Loop. Make sure that is set as False Smile
PHP Code: (Select All)
Loop="False" 

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 03-27-2014, 11:35 AM by Romulator.)
03-27-2014, 11:16 AM
Find


Messages In This Thread
RE: What Causes Looping Sounds? - by Romulator - 03-27-2014, 11:16 AM
RE: What Causes Looping Sounds? - by Mudbill - 03-27-2014, 03:00 PM



Users browsing this thread: 1 Guest(s)