NetKAN generated mods - ContractConfigurator-ScanSatLite/ContractConfigurator-ScanSatLite-1.1, TestFlight/TestFlight-1.3.1.0
This commit is contained in:
parent
2b47a0e57a
commit
4c28e29ca8
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "ContractConfigurator-ScanSatLite",
|
||||
"name": "Contract Pack: SCANSat Lite",
|
||||
"abstract": "A set of contracts for the SCANSat mod",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"ksp_version": "1.0.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ContractConfigurator"
|
||||
},
|
||||
{
|
||||
"name": "SCANsat"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "ScanSatLite",
|
||||
"install_to": "GameData/ContractPacks"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/120127",
|
||||
"repository": "https://github.com/severedsolo/ScanSatLite"
|
||||
},
|
||||
"author": "severedsolo",
|
||||
"version": "1.1",
|
||||
"download": "https://github.com/severedsolo/ScanSatLite/releases/download/1.1/ScanSatLite1.1.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 64960
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"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.",
|
||||
"identifier": "TestFlight",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.90",
|
||||
"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.5.8"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "RP-0"
|
||||
},
|
||||
{
|
||||
"name": "RealismOverhaul"
|
||||
}
|
||||
],
|
||||
"author": "jwvanderbeck",
|
||||
"version": "1.3.1.0",
|
||||
"download": "https://github.com/jwvanderbeck/TestFlight/releases/download/1.3.1.0/TestFlightConfigRO-1.3.1.0.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5830
|
||||
}
|
Loading…
Reference in New Issue