caerfinon / KerbinSideRemasteredGAP

Contract Pack for Air flights to bases in Kerbin Side Remastered mod
https://forum.kerbalspaceprogram.com/index.php?/topic/198011-wip-kerbin-side-remastered-gap-flight-contract-pack/
MIT License
2 stars 0 forks source link

Large passenger flights 12-80 cannot complete parameter at destination Air Terminal #49

Closed caerfinon closed 3 years ago

caerfinon commented 3 years ago

Raised by: pandab34r

Code from 05 - CommercialFlights3.cfg Both coordinates set to longitude.

        WAYPOINT
        {
            name = the Air Terminal
            icon = ContractPacks/KerbinSideRemasteredGAP/Assets/Icons/terminal
            altitude = 0 
            longitude = @KSRGAP:siteVikTerminalLON.ElementAt(@/fltLocationSelection)
            latitude = @KSRGAP:siteVikTerminalLON.ElementAt(@/fltLocationSelection)
            parameter = RequestLandingSite2

        }
caerfinon commented 3 years ago

v2.0.9 release fixes issue.