Jump to content

Mod for the draining intake air


VoidCosmos

Missing the drainable intake air?  

11 members have voted

  1. 1. Just asking as I am going to make a mod for it

    • Yes.... I am really missing it
    • No! I can live without it


Recommended Posts

you shouldn't need a mod - just a patch.

this might work. I don't want to test it because, well, I am not running 1.9+ (yet)

Spoiler

@RESOURCE_DEFINITION[IntakeAir]
{
	@RESOURCE_DRAIN_DEFINITION
	{
		@isDrainable = true
		@showDrainFX = true
	}
}

 

 

Edited by zer0Kerbal
Link to comment
Share on other sites

2 hours ago, zer0Kerbal said:

you shouldn't need a mod - just a patch.

this might work. I don't want to test it because, well, I am not running 1.9+ (yet)

  Hide contents


@RESOURCE_DEFINITION[IntakeAir]
{
	@RESOURCE_DRAIN_DEFINITION
	{
		@isDrainable = true
		@showDrainFX = true
	}
}

 

 

I have already created one.  I have to only test it

I will still check yours 

Link to comment
Share on other sites

How about

Spoiler

@PART[ReleaseValve]:HAS[!MODULE[ModuleManager]]:FINAL
{
    MODULE
    {
        name = ModuleResourceDrain
        ResourceName = IntakeAir
        fullResourceDrainTime = 10
        drainUnloaded = true
    }
    

}
 

@zer0Kerbal is it okay?

Edited by Nigel J. Cardozo
Link to comment
Share on other sites

8 hours ago, Nigel J. Cardozo said:

How about

  Hide contents

@PART[ReleaseValve]:HAS[!MODULE[ModuleManager]]:FINAL
{
    MODULE
    {
        name = ModuleResourceDrain
        ResourceName = IntakeAir
        fullResourceDrainTime = 10
        drainUnloaded = true
    }
    

}
 

@zer0Kerbal is it okay?

does it work?

I haven't been in game since 1.9.1 dropped.

Link to comment
Share on other sites

  • 2 weeks later...
On 2/29/2020 at 10:23 PM, VoidCosmos said:

How about

  Reveal hidden contents

@PART[ReleaseValve]:HAS[!MODULE[ModuleManager]]:FINAL
{
    MODULE
    {
        name = ModuleResourceDrain
        ResourceName = IntakeAir
        fullResourceDrainTime = 10
        drainUnloaded = true
    }
    

}
 

@zer0Kerbal is it okay?

Edit.

I have tested it. It needs some more tweaks.

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