Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a speculative gimballess lr101 #188

Merged
merged 2 commits into from
Nov 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 36 additions & 1 deletion GameData/ROEngines/PartConfigs/LR101_BDB.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,45 @@ PART
}
}

@PART[ROE-LR101Inline|ROE-LR101]:AFTER[FerramAerospaceResearch]


+PART[ROE-LR101Inline]:FIRST
{
// A LR101 without gimbal assembly.
@name = ROE-LR101-Fixed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably be ROE-LR101Fixed to maintain naming consistency

%specLevel = speculative # was never actually used this way?

// http://heroicrelics.org/info/lr-101/lr-101.html
// > The LR-101's thrust chamber weighed only about 15 pounds; in its -NA-15 configuration, the mount
// > and bearing assembly added another 27 pounds.
//
// Let's assume that's optimistic and take away 9kg, not 12. It still needs _some_ sort of mount
// Actual mass ends up between 15kg (-na-3) and 12kg (-na-15)
%massOffset = -0.009

// hide base and gimbal assembly, move top node down to close the gap
@node_stack_top = 0.0, -0.169, 0.0, 0.0, 1.0, 0.0, 1
MODULE
{
name = ModuleB9DisableTransform
transform = YawGimbalMesh
transform = Base
}
}

@PART[ROE-LR101-Fixed]:AFTER[RealismOverhaulEngines]
{
@title ^= :$: (fixed):
@description ^= :$: This lighter version lacks a gimbal assembly.:
!MODULE[ModuleGimbal] {}
}


@PART[ROE-LR101Inline|ROE-LR101|ROE-LR101-Fixed]:AFTER[FerramAerospaceResearch]
{
@MODULE[GeometryPartModule]
{
%forceUseColliders = True
}
}