Jump to content

[0.23.5] Goodspeed Automatic Fuel Pump v2.14.1


Gaius

Recommended Posts

  • 2 weeks later...

Using Interstellar Fuel Switch that comes with Cryo Engines disables the pump for each and every tank that IFS sees.

Any ideas?

Will try to fix it via MM patch and will report here.

Edit: This lame MM .cfg fixed it:

@PART
[*]:HAS[@RESOURCE[LiquidFuel],!MODULE[ModuleCommand],!MODULE[GPOSpeedPump]]:FINAL // Since this catches LFO tanks...
{
MODULE
{
name = GPOSpeedPump
}
}

@PART
[*]:HAS[@RESOURCE[Oxidizer],!MODULE[ModuleCommand],!MODULE[GPOSpeedPump]]:FINAL // ...this is probably unnecessary, but you never know.
{
MODULE
{
name = GPOSpeedPump
}
}

@PART
[*]:HAS[@RESOURCE[MonoPropellant],!MODULE[ModuleCommand],!MODULE[GPOSpeedPump]]:FINAL
{
MODULE
{
name = GPOSpeedPump
}
}

@PART
[*]:HAS[@RESOURCE[XenonGas],!MODULE[ModuleCommand],!MODULE[GPOSpeedPump]]:FINAL
{
MODULE
{
name = GPOSpeedPump
}
}

@PART
[*]:HAS[@RESOURCE[ArgonGas],!MODULE[ModuleCommand],!MODULE[GPOSpeedPump]]:FINAL
{
MODULE
{
name = GPOSpeedPump
}
}

@PART
[*]:HAS[@RESOURCE[LiquidHydrogen],!MODULE[ModuleCommand],!MODULE[GPOSpeedPump]]:FINAL
{
MODULE
{
name = GPOSpeedPump
}
}

@PART
[*]:HAS[@RESOURCE[LqdHydrogen],!MODULE[ModuleCommand],!MODULE[GPOSpeedPump]]:FINAL
{
MODULE
{
name = GPOSpeedPump
}
}

@PART
[*]:HAS[@MODULE[ModuleFuelTanks],!MODULE[ModuleCommand],!MODULE[GPOSpeedPump]]NEEDS[modularFuelTanks]:FINAL
{
MODULE
{
name = GPOSpeedPump
}
}

@PART
[*]:HAS[@MODULE[FSfuelSwitch],!MODULE[ModuleCommand],!MODULE[GPOSpeedPump]]:FINAL
{
MODULE
{
name = GPOSpeedPump
}
}

@PART
[*]:HAS[@MODULE[InterstellarFuelSwitch],!MODULE[ModuleCommand],!MODULE[GPOSpeedPump]]:FINAL
{
MODULE
{
name = GPOSpeedPump
}
}

@PART
[*]:HAS[@RESOURCE[Food],!MODULE[GPOSpeedPump]]:NEEDS[Pump]:FINAL
{
MODULE
{
name = GPOSpeedPump
}
}

@PART
[*]:HAS[@RESOURCE[Water],!MODULE[GPOSpeedPump]]:NEEDS[Pump]:FINAL
{
MODULE
{
name = GPOSpeedPump
}
}

@PART
[*]:HAS[@RESOURCE[Oxygen],!MODULE[GPOSpeedPump]]:NEEDS[Pump]:FINAL
{
MODULE
{
name = GPOSpeedPump
}
}

Edited by cipherpunks
Link to comment
Share on other sites

Using Interstellar Fuel Switch that comes with Cryo Engines disables the pump for each and every tank that IFS sees.

Any ideas?

Will try to fix it via MM patch and will report here.

First, Goodspeed pump hasn't been fixed for 1.0+, Use GPOSpeedPump which is the continuation :)

http://forum.kerbalspaceprogram.com/threads/118176-GPOSpeedFuelPump-KSP-V1-0-2?highlight=GPOSpeedPump

Second, See page 3, pose #30 for my configs for All Tanks, Intersteller Fuel Switch, Firespitter Fuel Switch, and MFT configs :)

Link to comment
Share on other sites

  • 3 years later...
11 minutes ago, Will Bales said:

wow it's been a while since someone last replied to this topic

Probably because the mod is essentially dead and the author hasn't been around the forum for over three years, so there's no reason for anyone to post here.

Locking thread to prevent further confusion.  @Gaius, if you ever come back and would like us to unlock your thread, please let us know and we'll be happy to oblige.  (Easiest way is probably to just report this post with an explanatory note-- that'll ping the moderator team.)

Thank you for your understanding.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...