diff --git a/StationKeeping/StationKeeping-0.2.0.ckan b/StationKeeping/StationKeeping-0.2.0.ckan new file mode 100644 index 0000000000..3f6ebe2bfb --- /dev/null +++ b/StationKeeping/StationKeeping-0.2.0.ckan @@ -0,0 +1,37 @@ +{ + "spec_version": "v1.4", + "identifier": "StationKeeping", + "name": "Station Keeping", + "abstract": "Adds a button in the Tracking Station to set a ship's orbit. If you are with 1% (configurable) of your target orbit, you can simply push the button to set the orbit's semi-major axis to exactly what you want, so it won't drift out of alignment as you time warp.", + "author": "linuxgurugamer", + "license": "CC-BY-4.0", + "resources": { + "homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/173518-141-stationkeeping-restationed-precise-synchronous-orbits/", + "repository": "https://github.com/linuxgurugamer/StationKeeping" + }, + "version": "0.2.0", + "ksp_version_min": "1.4.1", + "ksp_version_max": "1.4.99", + "depends": [ + { + "name": "ToolbarController" + }, + { + "name": "ClickThroughBlocker" + } + ], + "install": [ + { + "find": "StationKeeping", + "install_to": "GameData" + } + ], + "download": "https://github.com/linuxgurugamer/StationKeeping/releases/download/0.2.0/StationKeeping-0.2.0.zip", + "download_size": 57276, + "download_hash": { + "sha1": "A8122B94F66AE47B524C1C1FB0A438C62AF99116", + "sha256": "2030AFC8DB942C4EFC4B8616C4DED98556CE46B5813E10255FD58D92348FE4E0" + }, + "download_content_type": "application/zip", + "x_generated_by": "netkan" +}