NetKAN generated mods - ContractConfigurator-KerbinSpaceStation/ContractConfigurator-KerbinSpaceStation-1.3.3, FerramAerospaceResearch/FerramAerospaceResearch-v0.15_Euler

This commit is contained in:
NetKAN bot 2015-05-08 23:20:00 +02:00
parent 323f14fd74
commit eb48727877
2 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,31 @@
{
"spec_version": "v1.4",
"identifier": "ContractConfigurator-KerbinSpaceStation",
"name": "Contract Pack: Kerbin Space Station",
"abstract": "A contract pack to replace the default Squad build a Space Station missions",
"license": "CC-BY-SA-3.0",
"ksp_version": "1.0",
"depends": [
{
"name": "ContractConfigurator"
},
{
"name": "ModuleManager"
}
],
"install": [
{
"find": "KerbinSpaceStation",
"install_to": "GameData/ContractPacks"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/113642",
"repository": "https://github.com/severedsolo/KerbinSpaceStation"
},
"author": "severedsolo",
"version": "1.3.3",
"download": "https://github.com/severedsolo/KerbinSpaceStation/releases/download/1.3.3/KerbinSpaceStation1.3.3.zip",
"x_generated_by": "netkan",
"download_size": 102670
}

View File

@ -0,0 +1,45 @@
{
"spec_version": 1,
"identifier": "FerramAerospaceResearch",
"license": "GPL-3.0",
"release_status": "stable",
"resources": {
"repository": "https://github.com/ferram4/Ferram-Aerospace-Research",
"homepage": "http://kerbalspaceprogram.com/forum/showthread.php/20451",
"kerbalstuff": "https://kerbalstuff.com/mod/52/Ferram%20Aerospace%20Research"
},
"provides": [
"AerodynamicModel",
"FAR"
],
"conflicts": [
{
"name": "AerodynamicModel"
}
],
"depends": [
{
"name": "ModuleManager"
}
],
"install": [
{
"file": "GameData/FerramAerospaceResearch",
"install_to": "GameData"
},
{
"file": "Ships",
"install_to": "Ships",
"optional": true,
"description": "FAR example craft"
}
],
"ksp_version": "1.0.2",
"name": "Ferram Aerospace Research",
"abstract": "FAR replaces KSP's stock part-centered aerodynamics model with one based on real-life physics.",
"author": "ferram4",
"version": "v0.15_Euler",
"download": "https://kerbalstuff.com/mod/52/Ferram%20Aerospace%20Research/download/v0.15_Euler",
"x_generated_by": "netkan",
"download_size": 716963
}