Skip to content

Commit

Permalink
Fix NK9V gimbals when switching configs
Browse files Browse the repository at this point in the history
per
KSP-RO/RealFuels#240 (comment)

Explicitly specify a gimbal in every CONFIG, instead of only
overriding the ModuleGimbal value in configs that want something else
  • Loading branch information
lpgagnon committed Nov 19, 2020
1 parent 9e0cada commit 58f270e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GameData/RealismOverhaul/Engine_Configs/NK9V.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
}

ullage = True
gimbalRange = #$../../MODULE[ModuleGimbal]/gimbalRange$
ignitions = 1
IGNITOR_RESOURCE
{
Expand Down Expand Up @@ -228,6 +229,7 @@
}

ullage = True
gimbalRange = #$../../MODULE[ModuleGimbal]/gimbalRange$
ignitions = 1
IGNITOR_RESOURCE
{
Expand Down Expand Up @@ -307,6 +309,7 @@
}

ullage = True
gimbalRange = #$../../MODULE[ModuleGimbal]/gimbalRange$
ignitions = 2 //FIXME: engine supported multiple ignitions, no source on how many, nor how many it had resources for inflight.
IGNITOR_RESOURCE
{
Expand Down

0 comments on commit 58f270e

Please sign in to comment.