Merge branch 'master' of https://github.com/SpaceTeph/CKAN-meta into AstronomersPack-Base

This commit is contained in:
SpaceTeph 2015-01-15 21:33:48 +01:00
commit e7ee13c2bd
21 changed files with 563 additions and 32 deletions

View File

@ -0,0 +1,28 @@
{
"spec_version": "v1.4",
"identifier": "BoxSat-prototypes",
"name": "BoxSat prototype parts",
"release_status": "development",
"license": "restricted",
"x_netkan_license_ok": true,
"resources": {
"x_curse": "http://kerbal.curseforge.com/ksp-mods/224250-boxsat",
"kerbalstuff": "https://kerbalstuff.com/mod/118/BoxSat"
},
"install": [
{
"find": "BoxSat prototypes",
"install_to": "GameData",
"filter": [
".DS_Store"
]
}
],
"ksp_version": "0.90",
"abstract": "A modular, stackable, serviceable, & customizable satellite in a box! ",
"author": "DasPenguin85",
"version": "A.02d",
"download": "https://kerbalstuff.com/mod/118/BoxSat/download/A.02d",
"x_generated_by": "netkan",
"download_size": 16023748
}

27
BoxSat/BoxSat-A.02d.ckan Normal file
View File

@ -0,0 +1,27 @@
{
"spec_version": "v1.4",
"identifier": "BoxSat",
"license": "restricted",
"x_netkan_license_ok": true,
"resources": {
"x_curse": "http://kerbal.curseforge.com/ksp-mods/224250-boxsat",
"kerbalstuff": "https://kerbalstuff.com/mod/118/BoxSat"
},
"install": [
{
"find": "BoxSat alpha",
"install_to": "GameData",
"filter": [
".DS_Store"
]
}
],
"ksp_version": "0.90",
"name": "BoxSat",
"abstract": "A modular, stackable, serviceable, & customizable satellite in a box! ",
"author": "DasPenguin85",
"version": "A.02d",
"download": "https://kerbalstuff.com/mod/118/BoxSat/download/A.02d",
"x_generated_by": "netkan",
"download_size": 16023748
}

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "CollisionFX",
"license": "GPL-2.0",
"install": [
{
"file": "GameData/CollisionFX",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101496",
"kerbalstuff": "https://kerbalstuff.com/mod/381/Collision%20FX"
},
"ksp_version": "0.90",
"name": "Collision FX",
"abstract": "Adds bangs, sparks and skidding effects to parts.",
"author": "pizzaoverhead",
"version": "2.2",
"download": "https://kerbalstuff.com/mod/381/Collision%20FX/download/2.2",
"x_generated_by": "netkan",
"download_size": 7512731
}

View File

@ -0,0 +1,38 @@
{
"spec_version": "v1.4",
"identifier": "ContractConfigurator-RemoteTech",
"abstract": "A contract pack containing contracts for RemoteTech.",
"name": "Contract Pack: RemoteTech",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"author": "nightingale",
"depends": [
{
"name": "ContractConfigurator"
},
{
"name": "RemoteTech"
},
{
"name": "ModuleManager"
}
],
"install": [
{
"find": "RemoteTech",
"install_to": "GameData/ContractPacks"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/106580",
"bugtracker": "https://github.com/jrossignol/ContractPack-RemoteTech/issues",
"license": "https://raw.githubusercontent.com/jrossignol/ContractPack-RemoteTech/master/GameData/ContractPacks/RemoteTech/LICENSE.txt",
"repository": "https://github.com/jrossignol/ContractPack-RemoteTech"
},
"version": "1.0.2",
"download": "https://github.com/jrossignol/ContractPack-RemoteTech/releases/download/1.0.2/ContractPack-RemoteTech_1.0.2.zip",
"x_generated_by": "netkan",
"download_size": 21459,
"ksp_version_min": "0.90.0",
"ksp_version_max": "0.90.0"
}

View File

@ -1,32 +0,0 @@
{
"spec_version": "v1.4",
"identifier": "ContractConfigurator-SCANsat",
"abstract": "A Mission pack creating SCANsat contracts",
"name": "SCANsat mission pack",
"license": "public-domain",
"x_netkan_license_ok": true,
"x_maintained_by": "hakan42, who loves to fly missions with contracts in them",
"depends": [
{
"name": "ContractConfigurator"
},
{
"name": "SCANsat",
"min_version": "9.0"
}
],
"install": [
{
"find": "CC_Contracts",
"install_to": "GameData"
}
],
"resources": {
"repository": "https://github.com/SimonTheSourcerer/CCSCANsatMissionPack"
},
"author": "SimonTheSourcerer",
"version": "1.0.1",
"download": "https://github.com/SimonTheSourcerer/CCSCANsatMissionPack/releases/download/1.0.1/CCSCANsatMissionPack.zip",
"x_generated_by": "netkan",
"download_size": 14294
}

View File

@ -15,6 +15,9 @@
"min_version": "9.0"
}
],
"provides": [
"ContractConfigurator-SCANSat"
],
"install": [
{
"find": "CC_Contracts",

View File

@ -0,0 +1,31 @@
{
"spec_version": 1,
"identifier": "ContractConfigurator",
"name": "Contract Configurator",
"abstract": "A config-file based solution for creating new contracts!",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"author": "nightingale",
"description": "A config-file based solution for creating new contracts!",
"suggests": [
{
"name": "CoherentContracts"
},
{
"name": "ContractsWindowPlus"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101604",
"bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues",
"license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt",
"manual": "https://github.com/jrossignol/ContractConfigurator/wiki",
"repository": "https://github.com/jrossignol/ContractConfigurator"
},
"version": "0.5.3",
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.5.3/ContractConfigurator_0.5.3.zip",
"x_generated_by": "netkan",
"download_size": 116348,
"ksp_version_min": "0.90.0",
"ksp_version_max": "0.90.0"
}

View File

@ -0,0 +1,31 @@
{
"spec_version": 1,
"identifier": "ContractConfigurator",
"name": "Contract Configurator",
"abstract": "A config-file based solution for creating new contracts!",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"author": "nightingale",
"description": "A config-file based solution for creating new contracts!",
"suggests": [
{
"name": "CoherentContracts"
},
{
"name": "ContractsWindowPlus"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101604",
"bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues",
"license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt",
"manual": "https://github.com/jrossignol/ContractConfigurator/wiki",
"repository": "https://github.com/jrossignol/ContractConfigurator"
},
"version": "0.5.4",
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.5.4/ContractConfigurator_0.5.4.zip",
"x_generated_by": "netkan",
"download_size": 116690,
"ksp_version_min": "0.90.0",
"ksp_version_max": "0.90.0"
}

View File

@ -0,0 +1,31 @@
{
"spec_version": 1,
"identifier": "ContractConfigurator",
"name": "Contract Configurator",
"abstract": "A config-file based solution for creating new contracts!",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"author": "nightingale",
"description": "A config-file based solution for creating new contracts!",
"suggests": [
{
"name": "CoherentContracts"
},
{
"name": "ContractsWindowPlus"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101604",
"bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues",
"license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt",
"manual": "https://github.com/jrossignol/ContractConfigurator/wiki",
"repository": "https://github.com/jrossignol/ContractConfigurator"
},
"version": "0.5.5",
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.5.5/ContractConfigurator_0.5.5.zip",
"x_generated_by": "netkan",
"download_size": 117746,
"ksp_version_min": "0.90.0",
"ksp_version_max": "0.90.0"
}

View File

@ -0,0 +1,40 @@
{
"spec_version": 1,
"identifier": "ExtraPlanetaryLaunchpads-RegolithAdaptation",
"license": "GPL-3.0",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/89774",
"kerbalstuff": "https://kerbalstuff.com/mod/494/ExtraPlanetary%20Launchpads(EPL)-%3ERegolith%20Adaptation"
},
"depends": [
{
"name": "ModuleManager"
},
{
"name": "ExtraPlanetaryLaunchpads"
},
{
"name": "Regolith"
}
],
"recommends": [
{
"name": "Karbonite"
}
],
"install": [
{
"file": "GameData/WombatConversions",
"install_to": "GameData"
}
],
"ksp_version": "0.90",
"name": "ExtraPlanetary Launchpads(EPL)->Regolith Adaptation",
"abstract": "A quick adaptation/compatablity patch that allows ExtraPlanetaryLaunchpads to work with Regolith/Karbonite",
"author": "rabidninjawombat",
"version": "26",
"download": "https://kerbalstuff.com/mod/494/ExtraPlanetary%20Launchpads(EPL)-%3ERegolith%20Adaptation/download/26",
"x_generated_by": "netkan",
"download_size": 5826909
}

View File

@ -0,0 +1,22 @@
{
"spec_version": "v1.4",
"identifier": "FilterExtensions",
"name": "Filter Extensions",
"abstract": "Custom, configurable filters for the VAB/SPH.",
"license": "CC-BY-4.0",
"ksp_version": "0.90",
"install": [
{
"file": "GameData/000_FilterExtensions",
"install_to": "GameData"
}
],
"resources": {
"repository": "https://github.com/Crzyrndm/FilterExtension"
},
"author": "Crzyrndm",
"version": "1.15.1",
"download": "https://github.com/Crzyrndm/FilterExtension/releases/download/1.15.1/Filter.Extensions.1.15.1.zip",
"x_generated_by": "netkan",
"download_size": 661043
}

View File

@ -0,0 +1,22 @@
{
"spec_version": "v1.4",
"identifier": "FilterExtensions",
"name": "Filter Extensions",
"abstract": "Custom, configurable filters for the VAB/SPH.",
"license": "CC-BY-4.0",
"ksp_version": "0.90",
"install": [
{
"file": "GameData/000_FilterExtensions",
"install_to": "GameData"
}
],
"resources": {
"repository": "https://github.com/Crzyrndm/FilterExtension"
},
"author": "Crzyrndm",
"version": "1.15.2",
"download": "https://github.com/Crzyrndm/FilterExtension/releases/download/1.15.2/Filter.Extensions.1.15.2.zip",
"x_generated_by": "netkan",
"download_size": 660990
}

View File

@ -0,0 +1,22 @@
{
"spec_version": "v1.4",
"identifier": "FilterExtensions",
"name": "Filter Extensions",
"abstract": "Custom, configurable filters for the VAB/SPH.",
"license": "CC-BY-4.0",
"ksp_version": "0.90",
"install": [
{
"file": "GameData/000_FilterExtensions",
"install_to": "GameData"
}
],
"resources": {
"repository": "https://github.com/Crzyrndm/FilterExtension"
},
"author": "Crzyrndm",
"version": "1.15",
"download": "https://github.com/Crzyrndm/FilterExtension/releases/download/1.15/Filter.Extensions.1.15.zip",
"x_generated_by": "netkan",
"download_size": 661021
}

View File

@ -0,0 +1,19 @@
{
"spec_version": 1,
"identifier": "KerbalJointReinforcement",
"license": "GPL-3.0",
"release_status": "stable",
"resources": {
"repository": "https://github.com/ferram4/Kerbal-Joint-Reinforcement/",
"homepage": "http://forum.kerbalspaceprogram.com/threads/55657",
"kerbalstuff": "https://kerbalstuff.com/mod/53/Kerbal%20Joint%20Reinforcement"
},
"ksp_version": "0.90",
"name": "Kerbal Joint Reinforcement",
"abstract": "KJR tightens up the joints between parts and adds some physics-adjusting parameters to make vehicles more stable when loading on the launchpad or coming out of timewarp.",
"author": "ferram4",
"version": "v3.1",
"download": "https://kerbalstuff.com/mod/53/Kerbal%20Joint%20Reinforcement/download/v3.1",
"x_generated_by": "netkan",
"download_size": 38094
}

View File

@ -0,0 +1,20 @@
{
"spec_version": 1,
"identifier": "KerbalMechanics",
"release_status": "development",
"license": "GPL-3.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/85798",
"bugtracker": "https://github.com/IRnifty/KerbalMechanics/issues",
"repository": "https://github.com/IRnifty/KerbalMechanics",
"kerbalstuff": "https://kerbalstuff.com/mod/48"
},
"ksp_version": "0.90",
"name": "Kerbal Mechanics: Part Failures and Repairs",
"abstract": "The mod that adds failure and repair functionality to engines, lights, decouplers, and plenty more!",
"author": "Nifty255",
"version": "v0.5r1",
"download": "https://kerbalstuff.com/mod/48/Kerbal%20Mechanics:%20Part%20Failures%20and%20Repairs/download/v0.5r1",
"x_generated_by": "netkan",
"download_size": 403267
}

View File

@ -0,0 +1,24 @@
{
"x_via": "Automated KerbalStuff CKAN submission",
"identifier": "LunaticAeronauticsAntygravityRoom",
"license": "CC-BY-NC-SA-4.0",
"spec_version": "v1.4",
"install": [
{
"file": "room",
"install_to": "GameData",
"filter": "AntigravityRoom.cs"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/473/Lunatic%20Aeronautics'%20Anty-gravity%20Room"
},
"ksp_version": "0.90",
"name": "Lunatic Aeronautics' Anty-gravity Room",
"abstract": "New ultimate fun, a must for every kerbal",
"author": "Tuareg77",
"version": "1.01",
"download": "https://kerbalstuff.com/mod/473/Lunatic%20Aeronautics'%20Anty-gravity%20Room/download/1.01",
"x_generated_by": "netkan",
"download_size": 533587
}

View File

@ -0,0 +1,34 @@
{
"spec_version": 1,
"identifier": "RemoteTech",
"ksp_version": "0.90",
"license": "restricted",
"release_status": "stable",
"x_netkan_license_ok": true,
"resources": {
"repository": "https://github.com/RemoteTechnologiesGroup/RemoteTech",
"bugtracker": "https://github.com/RemoteTechnologiesGroup/RemoteTech/issues",
"manual": "http://remotetechnologiesgroup.github.io/RemoteTech/"
},
"depends": [
{
"name": "ModuleManager",
"min_version": "2.3.1",
"comment": "Earlier versions of MM have forward compatibility problems, according to the MM release notes."
}
],
"install": [
{
"file": "GameData/RemoteTech",
"install_to": "GameData"
}
],
"name": "RemoteTech",
"abstract": "RemoteTech allows you to construct vast relay networks of communication satellites and remotely controlled unmanned vehicles. Your unmanned vessels require an uplink to a command station to be controlled. This adds a new layer of difficulty that compensates for the lack of live crew members.",
"author": "Remote Technologies Group",
"x_maintained_by": "Starstrider42",
"version": "v1.6.0",
"download": "https://github.com/RemoteTechnologiesGroup/RemoteTech/releases/download/v1.6.0/RemoteTech-1.6.0.zip",
"x_generated_by": "netkan",
"download_size": 5431725
}

View File

@ -0,0 +1,42 @@
{
"spec_version": "v1.4",
"identifier": "SETI",
"depends": [
{
"name": "ModuleManager"
},
{
"name": "ProceduralParts"
},
{
"name": "StageRecovery"
}
],
"recommends": [
{
"name": "KerbalEngineerRedux"
},
{
"name": "TweakScale"
}
],
"install": [
{
"file": "SETI",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/106130",
"kerbalstuff": "https://kerbalstuff.com/mod/484/SETI-BalanceMod"
},
"ksp_version": "0.90",
"name": "SETI-BalanceMod",
"license": "restricted",
"abstract": "The Scope, Econ & Tech Integration - BalanceMod combines and tweaks existing mods to provide a more coherent and balanced gameplay experience.",
"author": "Yemo",
"version": "0.5.1",
"download": "https://kerbalstuff.com/mod/484/SETI-BalanceMod/download/0.5.1",
"x_generated_by": "netkan",
"download_size": 349234
}

View File

@ -0,0 +1,42 @@
{
"spec_version": "v1.4",
"identifier": "SETI",
"depends": [
{
"name": "ModuleManager"
},
{
"name": "ProceduralParts"
},
{
"name": "StageRecovery"
}
],
"recommends": [
{
"name": "KerbalEngineerRedux"
},
{
"name": "TweakScale"
}
],
"install": [
{
"file": "SETI",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/106130",
"kerbalstuff": "https://kerbalstuff.com/mod/484/SETI-BalanceMod"
},
"ksp_version": "0.90",
"name": "SETI-BalanceMod",
"license": "restricted",
"abstract": "The Scope, Econ & Tech Integration - BalanceMod combines and tweaks existing mods to provide a more coherent and balanced gameplay experience.",
"author": "Yemo",
"version": "0.5.2",
"download": "https://kerbalstuff.com/mod/484/SETI-BalanceMod/download/0.5.2",
"x_generated_by": "netkan",
"download_size": 352045
}

34
TWR1/TWR1-1.17.ckan Normal file
View File

@ -0,0 +1,34 @@
{
"spec_version": 1,
"name": "Vertical Velocity Controller",
"identifier": "TWR1",
"abstract": "Control your descent speed in discreet increments for soft, controlled skycrane landings.",
"license": "GPL-3.0",
"release_status": "stable",
"ksp_version": "0.90",
"author": "Diazo",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/50736",
"repository": "https://github.com/SirDiazo/TWR1"
},
"recommends": [
{
"name": "Toolbar"
}
],
"depends": [
{
"name": "ModuleManager"
}
],
"install": [
{
"file": "GameData/Diazo",
"install_to": "GameData"
}
],
"version": "1.17",
"download": "https://github.com/SirDiazo/TWR1/releases/download/1.17/VertVel117.zip",
"x_generated_by": "netkan",
"download_size": 16852
}

View File

@ -0,0 +1,30 @@
{
"spec_version": 1,
"name": "Tantares",
"identifier": "Tantares",
"author": "Beale",
"abstract": "Stockalike Soyuz and MIR",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"ksp_version_min": "0.25",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/81537",
"kerbalstuff": "https://kerbalstuff.com/mod/303"
},
"suggests": [
{
"name": "CommunityTechTree"
}
],
"install": [
{
"file": "GameData/Tantares",
"install_to": "GameData"
}
],
"x_maintained_by": "eagleshift",
"version": "14.1",
"download": "https://kerbalstuff.com/mod/303/Tantares%20-%20Stockalike%20Soyuz%20&%20More/download/14.1",
"x_generated_by": "netkan",
"download_size": 18359925
}