CKAN-meta/kOS/kOS-0.18.1.kerbalstuff

47 lines
1.6 KiB
Plaintext

{
"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.5",
"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"
}