Skip to content

Commit

Permalink
Modular resistojets (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Aug 11, 2024
1 parent e47a112 commit 14c8942
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions GameData/ROEngines/PartConfigs/RCS/ROE-ModularRCS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,11 @@ PART
}
}
}

+PART[ROE-ModularRCS]:BEFORE[RealismOverhaulEngines]
{
@name = ROE-ModularResistojetRCS
@engineType = ElectricRCSGeneric

@title = Modular Resistojet RCS
}
13 changes: 13 additions & 0 deletions GameData/ROEngines/Waterfall/Generic/ModularRCS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,16 @@
scale = 1.1, 1.1, 1.1
}
}

@PART[ROE-ModularResistojetRCS]:BEFORE[ROWaterfall]:NEEDS[Waterfall]
{
ROWaterfall
{
autoConfig = rcs
transform = ROE-RCS-ThrustTransform
useRelativeScaling = true
position = 0,0,0
rotation = 180, 0, 0
scale = 1.1, 1.1, 1.1
}
}

0 comments on commit 14c8942

Please sign in to comment.