"NetKAN generated mods - FerramAerospaceResearch-3-0.15.9.1"
This commit is contained in:
parent
4ddb4bec80
commit
d5645cbea8
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "FerramAerospaceResearch",
|
||||
"name": "Ferram Aerospace Research",
|
||||
"abstract": "FAR replaces KSP's stock part-centered aerodynamics model with one based on real-life physics.",
|
||||
"author": "ferram4",
|
||||
"license": "restricted",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/19321-1",
|
||||
"repository": "https://github.com/ferram4/Ferram-Aerospace-Research"
|
||||
},
|
||||
"version": "3:0.15.9.1",
|
||||
"ksp_version_min": "1.3.0",
|
||||
"ksp_version_max": "1.3.99",
|
||||
"provides": [
|
||||
"AerodynamicModel",
|
||||
"FAR"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "ModularFlightIntegrator"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "AerodynamicModel"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/FerramAerospaceResearch",
|
||||
"install_to": "GameData",
|
||||
"filter": "config.xml"
|
||||
},
|
||||
{
|
||||
"file": "Ships",
|
||||
"install_to": "Ships",
|
||||
"optional": true,
|
||||
"description": "FAR example craft"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/ferram4/Ferram-Aerospace-Research/releases/download/v0.15.9.1_Liepmann/FAR_0_15_9_1_Liepmann.zip",
|
||||
"download_size": 769968,
|
||||
"download_hash": {
|
||||
"sha1": "AAFC664D2BC725CA453FB7F1D8F987A1F4BEE95A",
|
||||
"sha256": "C5FCB0D5C5740776C2D13279F3A80AD5A71AA9C4CCA2AFFC4B7F8FAD2FBA36FD"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue