Skip to content

Instantly share code, notes, and snippets.

@rodmcnew
Created May 26, 2016 04:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodmcnew/2fd490306b1c07be1f0f6b558828937e to your computer and use it in GitHub Desktop.
Save rodmcnew/2fd490306b1c07be1f0f6b558828937e to your computer and use it in GitHub Desktop.
KSP add KER, MechJeb, and Advanced SAS to every command part (module manager must be installed first)
@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[MechJebCore]]:Final
{
MODULE
{
name = ModuleSAS
SASServiceLevel = 3
}
}
@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[MechJebCore]]:Final
{
MODULE
{
name = FlightEngineerModule
}
}
@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[MechJebCore]]:Final
{
MODULE
{
name = MechJebCore
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment