NetKAN generated mods - TestFlight/TestFlight-1.3.1.1, TestFlightConfigRO/TestFlightConfigRO-1.3.1.1, TestFlightConfigStock/TestFlightConfigStock-1.3.1.1

This commit is contained in:
NetKAN bot 2015-05-18 23:01:46 +02:00
parent 48bf799239
commit d3a4ad2b95
3 changed files with 128 additions and 0 deletions

View File

@ -0,0 +1,34 @@
{
"spec_version": "v1.2",
"name": "TestFlight",
"abstract": "Flight Testing of your space hardware in KSP! Fly your parts to gain flight data and make them more reliable and less likely to fail. THIS IS THE PLUGIN ONLY. You will need a TestFlight Config pack in order for any parts to actually be controlled by TestFlight.",
"identifier": "TestFlight",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/88187",
"repository": "https://github.com/jwvanderbeck/TestFlight",
"bugtracker": "https://github.com/jwvanderbeck/TestFlight/issues"
},
"install": [
{
"file": "GameData/TestFlight",
"install_to": "GameData"
}
],
"depends": [
{
"name": "ModuleManager",
"min_version": "2.6.1"
},
{
"name": "TestFlightConfig"
}
],
"author": "jwvanderbeck",
"version": "1.3.1.1",
"download": "https://github.com/jwvanderbeck/TestFlight/releases/download/1.3.1.1/TestFlightCore-1.3.1.1.zip",
"x_generated_by": "netkan",
"download_size": 114089,
"ksp_version": "1.0.2"
}

View File

@ -0,0 +1,51 @@
{
"spec_version": "v1.2",
"name": "TestFlight Config Realism Overhaul",
"abstract": "Config pack for the TestFlight plugin. This config pack adds TestFlight support for Realism Overhaul parts.",
"identifier": "TestFlightConfigRO",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/88187",
"repository": "https://github.com/jwvanderbeck/TestFlight",
"bugtracker": "https://github.com/jwvanderbeck/TestFlight/issues"
},
"install": [
{
"file": "GameData/TestFlight",
"install_to": "GameData"
}
],
"depends": [
{
"name": "ModuleManager",
"min_version": "2.6.1"
},
{
"name": "TestFlight",
"min_version": "1.3.1"
},
{
"name": "RealismOverhaul"
}
],
"provides": [
"TestFlightConfig"
],
"conflicts": [
{
"name": "TestFlightConfig"
}
],
"suggests": [
{
"name": "RP-0"
}
],
"author": "jwvanderbeck",
"version": "1.3.1.1",
"download": "https://github.com/jwvanderbeck/TestFlight/releases/download/1.3.1.1/TestFlightConfigRO-1.3.1.1.zip",
"x_generated_by": "netkan",
"download_size": 5830,
"ksp_version": "1.0.2"
}

View File

@ -0,0 +1,43 @@
{
"spec_version": "v1.2",
"name": "TestFlight Config Realism Overhaul",
"abstract": "Config pack for the TestFlight plugin. This config pack adds TestFlight support for Stock parts.",
"identifier": "TestFlightConfigStock",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/88187",
"repository": "https://github.com/jwvanderbeck/TestFlight",
"bugtracker": "https://github.com/jwvanderbeck/TestFlight/issues"
},
"install": [
{
"file": "GameData/TestFlight",
"install_to": "GameData"
}
],
"depends": [
{
"name": "ModuleManager",
"min_version": "2.6.1"
},
{
"name": "TestFlight",
"min_version": "1.3.1"
}
],
"provides": [
"TestFlightConfig"
],
"conflicts": [
{
"name": "TestFlightConfig"
}
],
"author": "jwvanderbeck",
"version": "1.3.1.1",
"download": "https://github.com/jwvanderbeck/TestFlight/releases/download/1.3.1.1/TestFlightConfigRO-1.3.1.1.zip",
"x_generated_by": "netkan",
"download_size": 5830,
"ksp_version": "1.0.2"
}