Jump to content

anyone know how to get Spaceplane plus and real fuels to work together?


jab136

Recommended Posts

I can't seem to load the fuel tanks from spaceplane plus with anything other than liquid fuel and oxidizer even though my engines don't use those fuels.

Real Fuels does not currently ship with a configuration file to convert Porkjet's Spaceplane plus pack. I have created one, which just needs to be saved within the [ksp path]/GameData subdirectory tree ( eg as .../GameData/SpaceplanePlus/SP+RF.cfg to make the changes after restarting the game. I'll post this to the Real Fuels thread also, as it may help others and NathanKell may care to review it and possibly include it in a future release.


// RealFuels config for Porkjet's Spaceplane Plus 1.1 parts

@PART[mk2_1m_AdapterLong]
{
//!RESOURCE[LiquidFuel] {}
//!RESOURCE[Oxidizer] {}
MODULE
{
name = ModuleFuelTanks
volume = 2500
type = Default
}
}

@PART[mk2_1m_Adapter]
{
//!RESOURCE[LiquidFuel] {}
//!RESOURCE[Oxidizer] {}
MODULE
{
name = ModuleFuelTanks
volume = 1500
type = Default
}
}

@PART[mk2Fuselage_L]
{
//!RESOURCE[LiquidFuel] {}
MODULE
{
name = ModuleFuelTanks
volume = 3000
type = Default
}
}

@PART[mk2Fuselage_LFO]
{
//!RESOURCE[LiquidFuel] {}
//!RESOURCE[Oxidizer] {}
MODULE
{
name = ModuleFuelTanks
volume = 3000
type = Default
}
}

@PART[mk2Fuselage_Short_L]
{
//!RESOURCE[LiquidFuel] {}
MODULE
{
name = ModuleFuelTanks
volume = 1500
type = Default
}
}

@PART[mk2Fuselage_Short_LFO]
{
//!RESOURCE[LiquidFuel] {}
//!RESOURCE[Oxidizer] {}
MODULE
{
name = ModuleFuelTanks
volume = 1500
type = Default
}
}

@PART[mk2_1m_Bicoupler]
{
//!RESOURCE[LiquidFuel] {}
//!RESOURCE[Oxidizer] {}
MODULE
{
name = ModuleFuelTanks
volume = 1500
type = Default
}
}

@PART[mk2DockingPort]
{
//!RESOURCE[MonoPropellant] {}
MODULE
{
name = ModuleFuelTanks
volume = 180
type = RCSHighEfficiency
}
}

@PART[mk2Cockpit_Standard]
{
//!RESOURCE[MonoPropellant] {}
MODULE
{
name = ModuleFuelTanks
volume = 20
type = RCSHighEfficiency
}
}

@PART[mk2Cockpit_Inline]
{
//!RESOURCE[MonoPropellant] {}
MODULE
{
name = ModuleFuelTanks
volume = 30
type = RCSHighEfficiency
}
}



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