Near Future Launch Vehicles

Near Future Launch Vehicles

460k Downloads

CTT patch has incorrect engine names

LouisB3 opened this issue ยท 2 comments

commented

CTT patch has the following:

@PART[engine-lfo-advanced-125-1]:NEEDS[CommunityTechTree]:FOR[NearFutureLaunchVehicles]
{
  @TechRequired = experimentalRocketry
}
@PART[engine-lfo-advanced-125-2]:NEEDS[CommunityTechTree]:FOR[NearFutureLaunchVehicles]
{
  @TechRequired = experimentalRocketry
}
@PART[engine-lfo-advanced-25-1]:NEEDS[CommunityTechTree]:FOR[NearFutureLaunchVehicles]
{
  @TechRequired = giganticRocketry
}
@PART[engine-lfo-advanced-25-2]:NEEDS[CommunityTechTree]:FOR[NearFutureLaunchVehicles]
{
  @TechRequired = giganticRocketry
}

However, engine names appear to be specified differently in their part configs:

engine-lfo-advanced-125-1
engine-lfo-125-2
engine-lfo-25-1
engine-lfo-advanced-25-2

Not sure off hand which are supposed to be which, but currently two do not appear in the right place in CTT's tree.

commented

Submitted pull request which appears to fix this issue after brief testing.

commented