Jump to content

Need help with module manager part code regarding sound replacement...


Justicier

Recommended Posts

Been using the Jet Sounds mod and the latest version has sound files for the RAPIER in the download, but no cfg file to make them work. So, I have been trying to create my own that will allow custom sounds for the RAPIER. I have hit a brick wall in that I can get the "power" and "running" sounds working in-game, but not the startup, and shutdown sounds. To further show me how terrible I am with coding, right now regardless of the state of the engine there is full exhaust particle effects being displayed. The engine could be completely out of fuel and shut off, but it still spews the full particle effect.

So, after about two weeks trying different configurations to the code, this is what I am currently running with the aforementioned effects. At this point I'm really at a loss, any help would be most welcome! Current code is in spoiler window below:

  Reveal hidden contents

 

Link to comment
Share on other sites

That is how I had it set up before. No sounds worked at all. From what I have seen, MODULE,0 works for a single module file. Multi-module files work starting with MODULE,1 and so on. Setting the code to MODULE,0 still has no effect on the particle emitter, it still is at full emission regardless of engine state.

Link to comment
Share on other sites

  On 11/14/2016 at 4:35 AM, Justicier said:

That is how I had it set up before. No sounds worked at all. From what I have seen, MODULE,0 works for a single module file. Multi-module files work starting with MODULE,1 and so on. Setting the code to MODULE,0 still has no effect on the particle emitter, it still is at full emission regardless of engine state.

Expand  

that's because Module,0 references the Multi-Modal engine module in the RAPIER engine, whereas Module,1 is the first ModuleEnginesFX; 2 being the second engine.

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...