Skip to content

Commit

Permalink
Fix the J-2T gimbal module (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhineasFreak authored and pap1723 committed Dec 9, 2018
1 parent d1af263 commit 639c0c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GameData/RealismOverhaul/Engine_Configs/J2T_Config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
@title = J-2T-200/250K
@manufacturer = Rocketdyne
@description = Aerospike. Using proven technology from the J-2 and introducing an aerospike nozzle to the developing J-2S machinery. Diameter: [2.5 m].
%MODULE[ModuleGimbal]

@MODULE[ModuleGimbal],*
{
%gimbalRange = 7.0
%useGimbalResponseSpeed = True
%gimbalTransformName = thrustTransform
%gimbalResponseSpeed = 16
}

MODULE
{
name = ModuleEngineConfigs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1967,6 +1967,14 @@
key = 40 0.0001 -2.319966 0
}
}
// Placeholder gimbal module.
MODULE
{
name = ModuleGimbal
gimbalTransformName = thrustTransform
}
}
// ==================================================
Expand Down

0 comments on commit 639c0c8

Please sign in to comment.