Page 1 of 1

custom sound looping problem

Posted: Tue Mar 04, 2014 2:52 pm
by fo0k
ARRRRGGGHHHHHHH


Add custom weapon sound... press fire... sound plays and loops for ever... problem..

Have seen this many times in the past.. Why does it do this...?

Re: custom sound looping problem

Posted: Tue Mar 04, 2014 5:25 pm
by Swaffy
Make sure that all of the sound files that the SSCs are loading exist and load without error. This includes the "includes" that an SSC file links to.

Also check the file paths.

Re: custom sound looping problem

Posted: Wed Mar 05, 2014 3:50 pm
by fo0k
ahh ok any looping sound like this is an error in the script.. rather than a setting. This would explain why I've never figured out what it was

I started over and things are now working as expected

Re: custom sound looping problem

Posted: Sun Mar 09, 2014 8:05 am
by Apache Thunder
Was this what you tried to get me on Skype about? Sorry completely forgot about that PM I got from you on the other forum. Been out of modding loop for quite some time now.

Definitely sounds like you forgot to include the SSC file referenced by a include command in the main SSC of your weapon. You can either merge the files or copy over the file it references. It's a pain getting the path right every time I have to make a copy of said SSC to other weapons so I usually just copy the missing file over and put an end to that. :P