Frictional Games Forum (read-only)

Full Version: Sound won't loop.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a sound that's supposed to loop but it won't loop. I've set in the .snt file "Loop=True" but it just stops at the end of the sound. Also, the volume of the sound doesn't change when I change the .snt file.

I'm using PlaySoundAtEntity to play the sound.
(04-10-2015, 07:21 PM)Spazatron Wrote: [ -> ]I have a sound that's supposed to loop but it won't loop. I've set in the .snt file "Loop=True" but it just stops at the end of the sound. Also, the volume of the sound doesn't change when I change the .snt file.

I'm using PlaySoundAtEntity to play the sound.
Try saying "true" instead of "True".
.snt files are weird...

Sometimes you need to do something more than just setting "Loop" to true.
I'd find an already existing .snt file, that loops to begin with. Saves you the trouble of trying every setting out.
If you can't get it to work, do a timer that loops the file.
Think outside the box Wink