NetKAN generated mods - ADIOS/ADIOS-V.12, KSPSerialIOMacLinuxWin/SerialIO-MacLinuxWin-0.17.0, KerbalWeatherSystems/KerbalWeatherSystems-0.5.3-alpha, KerbalWind/KerbalWind-R6, SerialIO/SerialIO-0.16.1

This commit is contained in:
NetKAN bot 2015-02-19 00:22:02 +01:00
parent ad2efc297d
commit 849b65a82a
5 changed files with 56 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,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"