45 lines
1.6 KiB
INI
Executable file
45 lines
1.6 KiB
INI
Executable file
// this patch is found everywhere. I did not write the mechjeb portion.
|
|
@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[MechJebCore]]:NEEDS[MechJeb2]:FINAL
|
|
{
|
|
%MODULE[MechJebCore]
|
|
{
|
|
MechJebLocalSettings
|
|
{
|
|
MechJebModuleCustomWindowEditor { unlockTechs = flightControl }
|
|
MechJebModuleSmartASS { unlockTechs = flightControl }
|
|
MechJebModuleManeuverPlanner { unlockTechs = advFlightControl }
|
|
MechJebModuleNodeEditor { unlockTechs = advFlightControl }
|
|
MechJebModuleTranslatron { unlockTechs = advFlightControl }
|
|
MechJebModuleWarpHelper { unlockTechs = advFlightControl }
|
|
MechJebModuleAttitudeAdjustment { unlockTechs = advFlightControl }
|
|
MechJebModuleThrustWindow { unlockTechs = advFlightControl }
|
|
MechJebModuleRCSBalancerWindow { unlockTechs = advFlightControl }
|
|
MechJebModuleRoverWindow { unlockTechs = fieldScience }
|
|
MechJebModuleAscentGuidance { unlockTechs = unmannedTech }
|
|
MechJebModuleLandingGuidance { unlockTechs = unmannedTech }
|
|
MechJebModuleSpaceplaneGuidance { unlockTechs = aerodynamicSystems }
|
|
MechJebModuleDockingGuidance { unlockTechs = advUnmanned }
|
|
MechJebModuleRendezvousAutopilotWindow { unlockTechs = advUnmanned }
|
|
MechJebModuleRendezvousGuidance { unlockTechs = advUnmanned }
|
|
}
|
|
}
|
|
}
|
|
@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[FlightEngineerModule]]:NEEDS[KerbalEngineer]:FINAl
|
|
{
|
|
MODULE
|
|
{
|
|
name = FlightEngineerModule
|
|
}
|
|
}
|
|
|
|
@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[kOSProcessor]]:NEEDS[KOS]:FINAl
|
|
{
|
|
MODULE
|
|
{
|
|
name = kOSProcessor
|
|
diskSpace = 60000
|
|
ECPerBytePerSecond = 0
|
|
ECPerInstruction = 0.000004
|
|
}
|
|
}
|