From 6c07ef34985f797a276ae5cebe7408694cac4c9e Mon Sep 17 00:00:00 2001 From: NetKAN inflator Robot Date: Sat, 7 Nov 2015 06:14:08 +0000 Subject: [PATCH] "NetKAN generated mods - kOS-0.18.1" --- kOS/kOS-0.18.1.ckan | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 kOS/kOS-0.18.1.ckan diff --git a/kOS/kOS-0.18.1.ckan b/kOS/kOS-0.18.1.ckan new file mode 100644 index 0000000000..84b233bbaa --- /dev/null +++ b/kOS/kOS-0.18.1.ckan @@ -0,0 +1,46 @@ +{ + "spec_version": 1, + "identifier": "kOS", + "name": "kOS: Scriptable Autopilot System", + "abstract": "kOS is a scriptable autopilot Mod for Kerbal Space Program. It allows you write small programs that automate specific tasks.", + "author": "erendrake", + "license": "GPL-3.0", + "release_status": "stable", + "resources": { + "homepage": "http://ksp-kos.github.io/KOS_DOC/", + "kerbalstuff": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System", + "repository": "https://github.com/KSP-KOS/KOS", + "manual": "http://ksp-kos.github.io/KOS_DOC/", + "x_screenshot": "https://kerbalstuff.com/content/erendrake_459/kOS_Scriptable_Autopilot_System/kOS_Scriptable_Autopilot_System.jpe" + }, + "version": "0.18.1", + "ksp_version": "1.0.4", + "recommends": [ + { + "name": "ModuleManager", + "min_version": "2.5.6", + "comment": "Earlier versions of MM have forward compatibility problems, according to the MM release notes." + } + ], + "suggests": [ + { + "name": "RemoteTech", + "min_version": "1.5.1", + "comment": "RT gives incentive to having local control of craft, even unmanned ones" + } + ], + "conflicts": [ + { + "name": "kOS-Classic" + } + ], + "install": [ + { + "file": "GameData/kOS", + "install_to": "GameData" + } + ], + "download": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System/download/0.18.1", + "download_size": 2859131, + "x_generated_by": "netkan" +}