"NetKAN generated mods - kOS-1-1.1.6.3"
This commit is contained in:
parent
8d1f19cd11
commit
1b7e31556f
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"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": "many KSP-KOS contributers, currently dunbaratu and hvacengi",
|
||||
"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": "1:1.1.6.3",
|
||||
"ksp_version_min": "1.6.0",
|
||||
"ksp_version_max": "1.6.1",
|
||||
"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/v1.1.6.3/kOS-v1.1.6.3.zip",
|
||||
"download_size": 3061252,
|
||||
"download_hash": {
|
||||
"sha1": "5B4B192420C7E832A82BBA1C8E4BBF57D6B430B2",
|
||||
"sha256": "CC5F0C144E516B18C68F7ABAAC7C316668BDFE1C9056BDDA1DE5CF7D1E75B3D6"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue