NetKAN generated mods - AnimatedDecouplers-x64/AnimatedDecouplers-x64-1.0.1.x64, AnimatedDecouplers-x86/AnimatedDecouplers-x86-1.0.1, Hangar/Hangar-v2.0.2.1

This commit is contained in:
NetKAN bot 2015-01-09 09:46:09 +01:00
parent cce18c6c33
commit 9ed76dcaa5
3 changed files with 76 additions and 10 deletions

View File

@ -0,0 +1,30 @@
{
"spec_version": 1,
"identifier": "AnimatedDecouplers-x64",
"name": "Animated Decouplers - x64",
"abstract": "Extensions of KSP's decouplers that play animations.",
"license": "CC-BY-SA-4.0",
"ksp_version": "0.90",
"resources": {
"repository": "https://github.com/Starwaster/AnimatedDecouplers"
},
"install": [
{
"file": "AnimatedDecouplers/GameData/AnimatedDecouplers",
"install_to": "GameData"
}
],
"provides": [
"AnimatedDecouplers"
],
"conflicts": [
{
"name": "AnimatedDecouplers-x86"
}
],
"author": "Starwaster",
"version": "1.0.1.x64",
"download": "https://github.com/Starwaster/AnimatedDecouplers/releases/download/1.0.1.x64/AnimatedDecouplers_v1.0.1.x64.zip",
"x_generated_by": "netkan",
"download_size": 4225
}

View File

@ -0,0 +1,30 @@
{
"spec_version": 1,
"identifier": "AnimatedDecouplers-x86",
"name": "Animated Decouplers",
"abstract": "Extensions of KSP's decouplers that play animations.",
"license": "CC-BY-SA-4.0",
"ksp_version": "0.90",
"resources": {
"repository": "https://github.com/Starwaster/AnimatedDecouplers"
},
"install": [
{
"file": "AnimatedDecouplers/GameData/AnimatedDecouplers",
"install_to": "GameData"
}
],
"provides": [
"AnimatedDecouplers"
],
"conflicts": [
{
"name": "AnimatedDecouplers-x64"
}
],
"author": "Starwaster",
"version": "1.0.1",
"download": "https://github.com/Starwaster/AnimatedDecouplers/releases/download/1.0.1/AnimatedDecouplers_v1.0.1.zip",
"x_generated_by": "netkan",
"download_size": 2996
}

View File

@ -2,14 +2,19 @@
"spec_version": "v1.4",
"identifier": "Hangar",
"x_netkan_license_ok": true,
"conflicts": [
{
"name": "KSPAPIExtensions"
}
],
"resources": {
"bugtracker": "https://github.com/allista/hangar/issues",
"repository": "https://github.com/allista/hangar",
"kerbalstuff": "https://kerbalstuff.com/mod/270/Hangar",
"manual": "https://github.com/allista/hangar/wiki",
"homepage": "http://forum.kerbalspaceprogram.com/threads/88933"
},
"depends": [
{
"name": "ModuleManager"
},
{
"name": "KSPAPIExtensions"
}
],
"suggests": [
@ -18,18 +23,19 @@
},
{
"name": "EditorExtensions"
},
{
"name": "KSP-AVC"
}
],
"install": [
{
"file": "GameData/Hangar",
"install_to": "GameData"
"install_to": "GameData",
"filter": "KSPAPIExtensions.dll",
"comment": "Contains KSPAPIExtensions mod in this distribution"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/88933",
"kerbalstuff": "https://kerbalstuff.com/mod/270/Hangar"
},
"ksp_version": "0.90",
"name": "Hangar",
"license": "CC-BY-4.0",