"NetKAN generated mods - FerramAerospaceResearch-3-0.15.8"
This commit is contained in:
parent
beb6e7d403
commit
a2866c0327
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"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.8",
|
||||
"ksp_version": "1.2.0",
|
||||
"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.8_deLaval/FAR_0_15_8_de.Laval.zip",
|
||||
"download_size": 736264,
|
||||
"download_hash": {
|
||||
"sha1": "8E62A8B68D0F93D4611179ED8BBCE5AB56537573",
|
||||
"sha256": "262DEDDAD7287675503224297E0DB9DBE153BB82E80976A2EB432C96A55FEA65"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue