Jump to content

Caerfinon

Members
  • Posts

    2,273
  • Joined

  • Last visited

Everything posted by Caerfinon

  1. Rather than post the flight plans one by one, I've created a zip archive on Google. I will put all future updates there; https://drive.google.com/file/d/18DyewPW_RFDsTJ-RaPf1V3B0CQiJ-HPY/view?usp=sharing Currently it contains the following airports; -Baikerbanur Inland Kerbal Space Center -Cape Kerman Space Center -Desert Airfield -Dununda Airport -Hazard Shallows Naval Air Station -Jeb's Junkyard and Spaceship Parts -Kojave Sands Launch Facility -Kola Island Naval Air Station -Nye Island Field -Round Range Airfield Edit: New airports added 2020/10/29 -Harvester Airfield -Kamberwick Green Airfield -Kerman Atoll Launch Facility -Kermundsen Research Station -Meeda Naval Air Station -Polar Research Alpha -Sandy Island Naval Air Station -South Field Airfield -South Lake Airfield -Top Secret Area 15 -Uberdam Airfield
  2. Love this mod and my first post. I recently installed the Kerbin Side Remastered mod and was looking forward to flying to the bases, but I discovered there were no flight plans. Thanks to the script by @ss8913 I've been busy testing out building my own flight plans. So far I've got two working... Jeb's Junkyard and Spaceship Parts; KramaxAutoPilotPlans { Kerbin { FlightPlan { planet = Kerbin name = JEB A description = Jeb's Junkyard and Spaceship Parts WayPoints { WayPoint { Vertical = true lat = -11.82577548 lon = -81.94431798 alt = 12000 name = MAXKY } WayPoint { Vertical = true lat = -2.48591712 lon = -79.93737517 alt = 10000 name = HIKEY } WayPoint { Vertical = true lat = 2.18583891 lon = -78.95121725 alt = 6500 name = LOKEY } WayPoint { Vertical = true IAF = true lat = 4.70840576 lon = -78.41697230 alt = 2391 name = IAF } WayPoint { Vertical = true FAF = true lat = 5.64259756 lon = -78.21822966 alt = 1692 name = FAF } WayPoint { Vertical = true RW = true lat = 6.85694400 lon = -77.95888900 alt = 783 name = FLARE } WayPoint { Vertical = true Stop = true lat = 6.95034980 lon = -77.93888792 alt = 758 name = STOP } } } FlightPlan { planet = Kerbin name = JEB B description = Jeb's Junkyard and Spaceship Parts WayPoints { WayPoint { Vertical = true lat = 25.70429823 lon = -73.58596145 alt = 12000 name = MAXKY } WayPoint { Vertical = true lat = 16.39208517 lon = -75.85542613 alt = 10000 name = HIKEY } WayPoint { Vertical = true lat = 11.72677413 lon = -76.90308663 alt = 6500 name = LOKEY } WayPoint { Vertical = true IAF = true lat = 9.20587164 lon = -77.45333849 alt = 2393 name = IAF } WayPoint { Vertical = true FAF = true lat = 8.27198251 lon = -77.65503568 alt = 1694 name = FAF } WayPoint { Vertical = true RW = true lat = 7.05777800 lon = -77.91583300 alt = 785 name = FLARE } WayPoint { Vertical = true Stop = true lat = 6.96437136 lon = -77.93583467 alt = 760 name = STOP } } } } } Kola Island KramaxAutoPilotPlans { Kerbin { FlightPlan { planet = Kerbin name = KOLA 20 description = Kola Island ILS 20 WayPoints { WayPoint { Vertical = true lat = 14.30224292 lon = -66.73715306 alt = 12000 name = MAXKY } WayPoint { Vertical = true lat = 5.13291357 lon = -69.44605224 alt = 10000 name = HIKEY } WayPoint { Vertical = true lat = 0.54284990 lon = -70.76277690 alt = 6500 name = LOKEY } WayPoint { Vertical = true IAF = true lat = -1.93605758 lon = -71.47189842 alt = 1655 name = IAF } WayPoint { Vertical = true FAF = true lat = -2.85411639 lon = -71.73492121 alt = 956 name = FAF } WayPoint { Vertical = true RW = true lat = -4.04750000 lon = -72.07750000 alt = 47 name = FLARE } WayPoint { Vertical = true Stop = true lat = -4.13929330 lon = -72.10389026 alt = 22 name = STOP } } } FlightPlan { planet = Kerbin name = KOLA 02 description = Kola Island ILS 02 WayPoints { WayPoint { Vertical = true lat = -22.58557559 lon = -77.74716109 alt = 12000 name = MAXKY } WayPoint { Vertical = true lat = -13.44507045 lon = -74.83646264 alt = 10000 name = HIKEY } WayPoint { Vertical = true lat = -8.86175175 lon = -73.47221676 alt = 6500 name = LOKEY } WayPoint { Vertical = true IAF = true lat = -6.38458762 lon = -72.75070031 alt = 1658 name = IAF } WayPoint { Vertical = true FAF = true lat = -5.46684590 lon = -72.48538425 alt = 959 name = FAF } WayPoint { Vertical = true RW = true lat = -4.27361100 lon = -72.14166700 alt = 50 name = FLARE } WayPoint { Vertical = true Stop = true lat = -4.18181682 lon = -72.11527532 alt = 25 name = STOP } } } } } More to come.
×
×
  • Create New...