raveloda / Coatl-Aerospace

KSP Mod Repository
26 stars 22 forks source link

Very (!) borked ProbesPlus/Compatibility/MechJeb-Engineer.cfg #82

Closed Gordon-Dry closed 4 years ago

Gordon-Dry commented 4 years ago

This patch https://github.com/raveloda/Coatl-Aerospace/blob/e92d65fa898d9640b73c4eec2f036721108c59be/GameData/Coatl%20Aerospace/ProbesPlus/Compatibility/MechJeb-Engineer.cfg#L26 just creates a lot of weird issues.

Excerpts of ModuleManager.ConfigCache:

        MODULE
        {
            name = ModuleCommand
            minimumCrew = 0
            hibernationMultiplier = 0.2
            name = BuildEngineer
            name = FlightEngineer
...

and

        MODULE
        {
            name = ModuleEnginesFX
            thrustVectorTransformName = Thrust_transform
            exhaustDamage = False
            ignitionThreshold = 0.1
            minThrust = 0
            maxThrust = 4
            heatProduction = 30
            EngineType = MonoProp
            exhaustDamageDistanceOffset = 0.25
            runningEffectName = running
            powerEffectName = Hypergolic-OMS-White
            name = BuildEngineer
            name = FlightEngineer
...

I open a PR soon.