Skip to content

Commit

Permalink
NetKAN added mod - kOS-1-1.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
netkan-bot committed Nov 24, 2024
1 parent f42be4a commit d6b546f
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions kOS/kOS-1-1.5.0.0.ckan
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{

Check warning on line 1 in kOS/kOS-1-1.5.0.0.ckan

View workflow job for this annotation

GitHub Actions / Validate

2012 [1] WARN CKAN.NetKAN.Validators.ModuleManagerDependsValidator (null) - ModuleManager syntax used without ModuleManager dependency: GameData/kOS/kOS-module-manager.cfg, GameData/kOS/Parts/KOSCherryLight/part-mm.cfg, GameData/kOS/Parts/kOSkal9000/part-mm.cfg, GameData/kOS/Parts/kOSMachine0m/part-mm.cfg, GameData/kOS/Parts/kOSMachine1m/part-mm.cfg, GameData/kOS/Parts/kOSMachineRad/part-mm.cfg
"spec_version": 1,
"identifier": "kOS",
"name": "kOS: Scriptable Autopilot System",
"abstract": "kOS is a scriptable autopilot mod that allows you write small programs to automate specific tasks.",
"author": "many KSP-KOS contributers, currently dunbaratu and hvacengi",
"version": "1:1.5.0.0",
"ksp_version_min": "1.12.3",
"ksp_version_max": "1.12.99",
"license": "GPL-3.0",
"release_status": "stable",
"resources": {
"homepage": "https://ksp-kos.github.io/KOS_DOC/",
"repository": "https://github.com/KSP-KOS/KOS",
"bugtracker": "https://github.com/KSP-KOS/KOS/issues",
"manual": "https://ksp-kos.github.io/KOS_DOC/",
"metanetkan": "https://raw.githubusercontent.com/KSP-KOS/KOS/master/kOS.netkan",
"remote-avc": "https://raw.githubusercontent.com/KSP-KOS/KOS/master/Resources/GameData/kOS/kOS.version"
},
"tags": [
"plugin",
"control"
],
"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/1.5.0.0/KOS-1.5.0.0.zip",
"download_size": 3390144,
"download_hash": {
"sha1": "F29FC17C15051ABE52841743D2103916B396707E",
"sha256": "A11FE06F01FC667823F9BA919F41F1258522A0F11FB24C6D9E1A96354E0C0D63"
},
"download_content_type": "application/zip",
"install_size": 9795896,
"release_date": "2024-08-05T01:04:43Z",
"x_generated_by": "netkan"
}

0 comments on commit d6b546f

Please sign in to comment.