inital commit
This commit is contained in:
commit
b17e9ae3fb
36 changed files with 771 additions and 0 deletions
44
Balance/MechJeb,KOS,AndEngineerForAll.cfg
Executable file
44
Balance/MechJeb,KOS,AndEngineerForAll.cfg
Executable file
|
@ -0,0 +1,44 @@
|
|||
// 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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue