Jump to content

Can't get I one engine sounds mod to work.


Recommended Posts

So I've downloaded a number of small mods and the only one not working is one that is mean to add ion engine sounds. I checked in the part files and I'm fairly confident of the new ionEngine.cfg and the actual sound files themselves, but I don't know where to actually put them. The mod made a "part" file inside the ion engine file and put them there, but that clearly isn't working (in .25 at least) nor is it what other engines apparently do. So where do I put them?

Link to comment
Share on other sites

Wherever you want, as long as it is in the Gamedata folder.

Example for the folder structure that's supposed to be by the mod in question:

Add this to the existing ionEngine.cfg and ditch the part.cfg that came with the mod:

    
EFFECTS
{
running
{
AUDIO
{
channel = Ship
clip = Squad\Parts\Engine\ionEngine\part\Sounds\sound_loop
volume = 1.0
pitch = 1.0
loop = true
}
}
engage
{
AUDIO
{
channel = Ship
clip = Squad\Parts\Engine\ionEngine\part\Sounds\sound_stop
volume = 1.0
pitch = 1.0
loop = false
}
}
disengage
{
AUDIO
{
channel = Ship
clip = Squad\Parts\Engine\ionEngine\part\Sounds\sound_stop
volume = 1.0
pitch = 1.0
loop = false
}
}
flameout
{
AUDIO
{
channel = Ship
clip = Squad\Parts\Engine\ionEngine\part\Sounds\sound_stop
volume = 1.0
pitch = 1.0
loop = false
}
}
}
MODULE
{
name = ModuleEnginesFX
//DO NOT DELETE ANYTHING ELSE, ONLY ADD OR CHANGE!

And nope you're wrong, it does matter.

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