Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta

This commit is contained in:
NetKAN inflator Robot 2016-10-17 00:00:09 +00:00
commit de68aa6368
7 changed files with 293 additions and 6 deletions

View File

@ -0,0 +1,36 @@
{
"spec_version": 1,
"identifier": "AT-Utils",
"name": "AT Utils",
"abstract": "A common library for a set of plugins made by Allista.",
"author": [
"allista"
],
"license": "MIT",
"resources": {
"homepage": "https://github.com/allista/AT_Utils",
"repository": "https://github.com/allista/AT_Utils",
"bugtracker": "https://github.com/allista/AT_Utils/issues"
},
"version": "v1.2.0",
"ksp_version": "1.2",
"depends": [
{
"name": "ConfigurableContainers-Core"
}
],
"install": [
{
"file": "GameData/000_AT_Utils",
"install_to": "GameData"
}
],
"download": "https://github.com/allista/AT_Utils/releases/download/v1.2.0/AT_Utils-v1.2.0.zip",
"download_size": 110955,
"download_hash": {
"sha1": "FD557B93571A25BBC6820BF9102F7AA729895F62",
"sha256": "D419FFB6457DF322A3A0381B6A47469FAC7840BD86FD015B93F0E4BD9E985798"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}

View File

@ -0,0 +1,50 @@
{
"spec_version": "v1.4",
"identifier": "ConfigurableContainers-Core",
"name": "Configurable Containers",
"abstract": "This is the core configuration for the Configurable Containers.",
"author": [
"allista"
],
"license": "MIT",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/150104-12-configurable-containers",
"spacedock": "https://spacedock.info/mod/1002/Configurable%20Containers",
"repository": "https://github.com/allista/ConfigurableContainers",
"bugtracker": "https://github.com/allista/ConfigurableContainers/issues",
"x_screenshot": "https://spacedock.info/content/allista_931/Configurable_Containers/Configurable_Containers-1476558929.8494947.png"
},
"version": "2.2.0",
"ksp_version": "1.2.0",
"depends": [
{
"name": "ModuleManager"
},
{
"name": "CommunityResourcePack"
}
],
"suggests": [
{
"name": "KSP-AVC"
}
],
"install": [
{
"file": "GameData/ConfigurableContainers",
"install_to": "GameData",
"filter": [
"Parts",
"ConfigurableContainers.version"
]
}
],
"download": "https://spacedock.info/mod/1002/Configurable%20Containers/download/2.2.0",
"download_size": 101030,
"download_hash": {
"sha1": "A6A3F39B3F48EA23A388A7F36DD2763643695903",
"sha256": "12849C292BDA87FD8A334BD305FDB4DDE67DB385A67291C4EC075ECF82DEF37B"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}

View File

@ -0,0 +1,57 @@
{
"spec_version": "v1.4",
"identifier": "ConfigurableContainers",
"name": "Configurable Containers",
"abstract": "This mod converts all the stock fuel tanks and resource containers so that you can change the resource(s) they hold in Editor and in Flight.",
"author": [
"allista"
],
"license": "MIT",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/150104-12-configurable-containers",
"spacedock": "https://spacedock.info/mod/1002/Configurable%20Containers",
"repository": "https://github.com/allista/ConfigurableContainers",
"bugtracker": "https://github.com/allista/ConfigurableContainers/issues",
"x_screenshot": "https://spacedock.info/content/allista_931/Configurable_Containers/Configurable_Containers-1476558929.8494947.png"
},
"version": "2.2.0",
"ksp_version_min": "1.2",
"ksp_version_max": "1.2.0",
"depends": [
{
"name": "ModuleManager"
},
{
"name": "AT-Utils"
},
{
"name": "ConfigurableContainers-Core"
},
{
"name": "CommunityResourcePack"
}
],
"suggests": [
{
"name": "KSP-AVC"
}
],
"install": [
{
"file": "GameData/ConfigurableContainers",
"install_to": "GameData",
"filter": [
"TankTypes.cfg",
"TankConfigs.cfg"
]
}
],
"download": "https://spacedock.info/mod/1002/Configurable%20Containers/download/2.2.0",
"download_size": 101030,
"download_hash": {
"sha1": "A6A3F39B3F48EA23A388A7F36DD2763643695903",
"sha256": "12849C292BDA87FD8A334BD305FDB4DDE67DB385A67291C4EC075ECF82DEF37B"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}

66
Hangar/Hangar-3.0.0.ckan Normal file
View File

@ -0,0 +1,66 @@
{
"spec_version": "v1.4",
"identifier": "Hangar",
"name": "Hangar",
"abstract": "Hangars are parts that can store whole ships inside. Stored ships are not docked but unloaded, which reduces part count considerably, improving framerate and memory footprint while allowing to carry out missions of great complexity.",
"author": [
"allista"
],
"license": "MIT",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/80225-12-hangar",
"spacedock": "https://spacedock.info/mod/1000/Hangar",
"repository": "https://github.com/allista/hangar",
"bugtracker": "https://github.com/allista/hangar/issues",
"manual": "https://github.com/allista/hangar/wiki",
"x_screenshot": "https://spacedock.info/content/allista_931/Hangar/Hangar-1476552531.0361087.png"
},
"version": "3.0.0",
"ksp_version_min": "1.2",
"ksp_version_max": "1.2.0",
"depends": [
{
"name": "ModuleManager"
},
{
"name": "AT-Utils"
},
{
"name": "ConfigurableContainers-Core"
},
{
"name": "CommunityResourcePack"
}
],
"suggests": [
{
"name": "Extraplanetary-Launchpads"
},
{
"name": "EditorExtensions"
},
{
"name": "ThrottleControlledAvionics"
},
{
"name": "ConfigurableContainers"
},
{
"name": "KSP-AVC"
}
],
"install": [
{
"file": "GameData/Hangar",
"install_to": "GameData"
}
],
"download": "https://spacedock.info/mod/1000/Hangar/download/3.0.0",
"download_size": 24138117,
"download_hash": {
"sha1": "0F441104E477B26A30E019437A13C87E91A201D8",
"sha256": "F0DDACBB690F88954760E68EC61A83BACB052EE1B0B0540BF0AE22B11B38C381"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}

View File

@ -0,0 +1,39 @@
{
"spec_version": 1,
"identifier": "RCSLandAid",
"name": "Horizontal Landing Aid",
"abstract": "Kill your horizontal velocity to land, or hover over a specific point on the ground",
"author": "Diazo",
"license": "GPL-3.0",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/85838",
"repository": "https://github.com/SirDiazo/RCSLandAid"
},
"version": "3.1",
"ksp_version": "1.2",
"depends": [
{
"name": "ModuleManager"
}
],
"suggests": [
{
"name": "Toolbar"
}
],
"install": [
{
"file": "GameData/Diazo",
"install_to": "GameData"
}
],
"download": "https://github.com/SirDiazo/RCSLandAid/releases/download/3.1/RCSLandAid31.zip",
"download_size": 21565,
"download_hash": {
"sha1": "5E77182697F02ACA785B6617F575A34F1E8683A1",
"sha256": "CF1FF69CE5379E1AB1244C74A74D8800DD4B32BFAFCB63D9F10F8F162D8856B0"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}

39
TWR1/TWR1-1.31.ckan Normal file
View File

@ -0,0 +1,39 @@
{
"spec_version": 1,
"identifier": "TWR1",
"name": "Vertical Velocity Controller",
"abstract": "Control your descent speed in discreet increments for soft, controlled skycrane landings.",
"author": "Diazo",
"license": "GPL-3.0",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/50736",
"repository": "https://github.com/SirDiazo/TWR1"
},
"version": "1.31",
"ksp_version": "1.2",
"depends": [
{
"name": "ModuleManager"
}
],
"recommends": [
{
"name": "Toolbar"
}
],
"install": [
{
"file": "GameData/Diazo",
"install_to": "GameData"
}
],
"download": "https://github.com/SirDiazo/TWR1/releases/download/1.31/VertVel131.zip",
"download_size": 18919,
"download_hash": {
"sha1": "9B7D7FE02FD2B9521F3E01B87ADAB119EB5F2B42",
"sha256": "AF9527AB229028EC4969E26166074141EA615CAA28DFC1FEF481D9A5AF194EBD"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}

View File

@ -2,14 +2,17 @@
"spec_version": "v1.4",
"identifier": "ThrottleControlledAvionics",
"name": "Throttle Controlled Avionics",
"abstract": "Realtime engine balancing, precise hovering control and VTOL autopiloting.",
"author": "allista",
"abstract": "TCA is a plugin that enhances the attitude control of a ship by dynamically changing the output of its engines and RCS thrusters. Even with most unbalanced designs TCA maintains stable flight and quick precise response to user or autopilot input. TCA also provides many sophisticated autopilot programs based on this core functionality, including waypoint navigation and automatic landing. It is also fast enough to simultaneously control a whole squadron of ships without much overhead.",
"author": [
"allista"
],
"license": "CC-BY-SA-4.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/97154-throttle-controlled-avionics-2302-105-continued",
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/97154-throttle-controlled-avionics",
"spacedock": "https://spacedock.info/mod/198/Throttle%20Controlled%20Avionics",
"repository": "https://github.com/qfeys/ThrottleControlledAvionics",
"bugtracker": "https://github.com/qfeys/ThrottleControlledAvionics/issues",
"manual": "https://github.com/qfeys/ThrottleControlledAvionics/blob/master/GameData/ThrottleControlledAvionics/INSTRUCTIONS.md",
"x_screenshot": "https://spacedock.info/content/allista_931/Throttle_Controlled_Avionics/Throttle_Controlled_Avionics-1455987208.8846784.png"
},
"version": "v3.2.4",
@ -27,9 +30,6 @@
{
"name": "KSP-AVC"
},
{
"name": "Toolbar"
},
{
"name": "KerbalJointReinforcement"
}