This commit is contained in:
Michele 2015-02-19 09:15:59 +01:00
commit 2279fe8ea8
7 changed files with 118 additions and 4 deletions

View File

@ -3,14 +3,15 @@
"identifier": "ADIOS",
"license": "GPL-3.0",
"ksp_version": "0.90",
"depends": [
{
"name": "TechManager"
}
],
"install": [
{
"file": "GameData/ADIOS",
"install_to": "GameData"
},
{
"file": "GameData/TechManager",
"install_to": "GameData"
}
],
"resources": {

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.6.6",
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.6.6/ContractConfigurator_0.6.6.zip",
"x_generated_by": "netkan",
"download_size": 157651,
"ksp_version_min": "0.90.0",
"ksp_version_max": "0.90.0"
}

View File

@ -0,0 +1,28 @@
{
"identifier": "SerialIO-MacLinuxWin",
"x_via": "Automated KerbalStuff CKAN submission",
"license": "GPL-3.0",
"spec_version": 1,
"install": [
{
"file": "KSPSerialIO",
"install_to": "GameData"
}
],
"conflicts": [
{
"name": "SerialIO"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/540/KSPSerialIO%20Mac/Linux/Win"
},
"ksp_version": "0.90",
"name": "KSPSerialIO Mac/Linux/Win",
"abstract": "A modified version of KSPSerialIO to be Cross Platform",
"author": "marzubus",
"version": "0.17.0",
"download": "https://kerbalstuff.com/mod/540/KSPSerialIO%20Mac/Linux/Win/download/0.17.0",
"x_generated_by": "netkan",
"download_size": 101335
}

View File

@ -7,6 +7,15 @@
"name": "FerramAerospaceResearch"
}
],
"comment": "FAR only supports one wind provider at once",
"provides": [
"FARWind"
],
"conflicts": [
{
"name": "FARWind"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/96031",
"kerbalstuff": "https://kerbalstuff.com/mod/262/Kerbal%20Weather%20Systems!"

View File

@ -19,6 +19,15 @@
"homepage": "http://forum.kerbalspaceprogram.com/threads/107989",
"repository": "https://github.com/DaMichel/KerbalWind"
},
"comment": "FAR only supports one wind provider at once",
"provides": [
"FARWind"
],
"conflicts": [
{
"name": "FARWind"
}
],
"author": "DaMichel, silverfox8124",
"release_status": "stable",
"version": "R6",

View File

@ -8,6 +8,11 @@
"install_to": "GameData"
}
],
"conflicts": [
{
"name": "SerialIO-MacLinuxWin"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/66393",
"kerbalstuff": "https://kerbalstuff.com/mod/385/KSP%20Serial%20IO"

View File

@ -0,0 +1,31 @@
{
"spec_version": 1,
"identifier": "ShipManifest",
"release_status": "stable",
"license": "CC-BY-NC-SA-4.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/62270",
"repository": "https://github.com/PapaJoesSoup/ShipManifest",
"x_curse": "http://kerbal.curseforge.com/plugins/220357-ship-manifest",
"kerbalstuff": "https://kerbalstuff.com/mod/261/Ship%20Manifest"
},
"suggests": [
{
"name": "CLS"
},
{
"name": "Toolbar"
},
{
"name": "ModuleManager"
}
],
"ksp_version": "0.90",
"name": "Ship Manifest",
"abstract": "Ship Manifest is a tool to move your ship's \"things\". Ship Manifest moves crew, Science and Resources around from part to part within your ship or station.",
"author": "Papa_Joe",
"version": "0.90.0_4.1.0a",
"download": "https://kerbalstuff.com/mod/261/Ship%20Manifest/download/0.90.0_4.1.0a",
"x_generated_by": "netkan",
"download_size": 566337
}