Jump to content

Need Help With Custom Audio


Recommended Posts

I've run into a very confusing problem. I'm trying to add custom sound to an engine. I got the "engage" "disengage" and "flameout" sounds working just fine, but the "running" is giving me trouble. Basically, the sound wont stop playing. As soon as I go into the flight scene with that engine loaded, the sound plays. I haven't even started the engine! The engine is completely off, and the "running" sound is playing! Any help at all would be appreciated.
Thanks in advance.
Link to comment
Share on other sites

what your cfg look like ?

EDIT- And have you seen this plugin DynamicSFX Dynamic Sound Effects [url]http://forum.kerbalspaceprogram.com/threads/138647-DynamicSFX-Dynamic-Sound-Effects-PartModules-%28Development%29[/url] Edited by Mecripp2
Link to comment
Share on other sites

I actually found the problem. I'm using the Effects / Audio module, and when I defined volume I forgot to define it as an array. I just had:

volume = 100

when I should have had.

volume = 0 0.0
volume = 1 100.0

when I defined it he correct way, everything was fine.
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...