2016-03-09 00:25:45 +00:00
|
|
|
{
|
|
|
|
"spec_version": "v1.16",
|
|
|
|
"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/",
|
|
|
|
"repository": "https://github.com/KSP-KOS/KOS",
|
|
|
|
"manual": "http://ksp-kos.github.io/KOS_DOC/"
|
|
|
|
},
|
|
|
|
"version": "0.19.2",
|
|
|
|
"ksp_version_min": "1.0.4",
|
|
|
|
"ksp_version_max": "1.0.99",
|
|
|
|
"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://github.com/KSP-KOS/KOS/releases/download/v0.19.2/kOS.v0.19.2.zip",
|
|
|
|
"download_size": 6652560,
|
2016-05-28 04:58:12 +00:00
|
|
|
"download_hash": {
|
|
|
|
"sha1": "4662D3928C9E99FD27D6C3AAAEAFAB8B17AC26B2",
|
|
|
|
"sha256": "438758CEE9E29C846892D4C7E6268AFA5043793B0D8329557336C2C4FA356721"
|
|
|
|
},
|
|
|
|
"download_content_type": "application/zip",
|
2016-03-09 00:25:45 +00:00
|
|
|
"x_generated_by": "netkan"
|
|
|
|
}
|