inigmatus / GAP

Giving Aircraft a Purpose (GAP) - Air Flights, Tours, Coast Guard, STS
http://forum.kerbalspaceprogram.com/index.php?/topic/129208-contract-pack-giving-aircraft-a-purpose-gap-10-beta-air-flights-tours-coast-guard-sts-105jan-4-2016/
MIT License
8 stars 5 forks source link

KSP: Island Airfield Preparation - Million Lights notes #192

Closed inigmatus closed 8 years ago

inigmatus commented 8 years ago
inigmatus commented 8 years ago

I created fix for all the above, but when testing contract completion, it did not complete! Did not recognize craft landed at KSC. huh?

//Navigate to new waypoint and plant flag PARAMETER { name = All type = All title = plant a flag near the tower

    PARAMETER
    {
        name = VisitWaypoint
        type = VisitWaypoint
        index = 3
        title = walk your pilot to the Island Air Tower waypoint

        distance = 5
        hideOnCompletion = true

        completeInSequence = true
        disableOnStateChange = false
        hideChildren = true

    }

    PARAMETER
    {
        name = PlantFlag
        type = PlantFlag
        title = and plant a flag

        targetBody = Kerbin

        completeInSequence = true
        optional = true

    }

    completeInSequence = true
    disableOnStateChange = true

}

Tested:

Needs Tested:

My guess it's something to do with the sequencing... or a bug in CC. Feel its a bug in CC at this point though.

inigmatus commented 8 years ago

fixed by adding simple requirement to parameter for level 2.