Custom sounds problem

SintSint Join Date: 2007-01-09 Member: 59540Members, Squad Five Blue
<div class="IPBDescription">Warning: Sound length queried for sound that doesn't exists ...</div>So was playing with FMOD Designer and was able to make .fsb files and playback them(poorly) in game. Problem is that they start to play with command like: 'StartSoundEffectAtOrigin(ktestSound5, player:GetOrigin())', but they only play for about 0.5 seconds then stop and print "Warning: Sound length queried for sound that doesn't exists /killstreaks/unstoppable" in console. So I wonder where I should set and what to get them play for whole duration. I have tried to change format and frequency, but those do not have any effect.

Comments

  • kikaxakikaxa Join Date: 2012-08-19 Member: 155845Members
    *.soundinfo:
    /yoursound
    -1
  • SintSint Join Date: 2007-01-09 Member: 59540Members, Squad Five Blue
    <!--quoteo(post=2027968:date=Nov 18 2012, 08:21 PM:name=kikaxa)--><div class='quotetop'>QUOTE (kikaxa @ Nov 18 2012, 08:21 PM) <a href="index.php?act=findpost&pid=2027968"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->*.soundinfo:
    /yoursound
    -1<!--QuoteEnd--></div><!--QuoteEEnd-->

    Ah nice, thanks that solved it
Sign In or Register to comment.