Skip to content

Instantly share code, notes, and snippets.

@yamanaiyuki
Last active September 15, 2021 00:46
Show Gist options
  • Save yamanaiyuki/f06e13e35c8768ff18380958e8d7cdba to your computer and use it in GitHub Desktop.
Save yamanaiyuki/f06e13e35c8768ff18380958e8d7cdba to your computer and use it in GitHub Desktop.
プロペラの解禁順を変更するパッチ(動作にはModuleManagerが必要です)
//ローターの解禁順が軽量→標準→重量なので
//プロペラの解禁順も軽量→標準→重量の順序
//に統一する
//
//FanShroudTechFix.cfgとRationalPropellerTech.cfgは一方のみ使用、混ぜるな危険
@PART[smallFanBlade|smallHeliBlade|smallPropeller]
{
@TechRequired = aerodynamicSystems
}
@PART[mediumFanBlade|mediumHeliBlade|mediumPropeller]
{
@TechRequired = advAerodynamics
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment