"NetKAN generated mods - FerramAerospaceResearch-3-0.15.6.1"
This commit is contained in:
parent
3bbcaef0ca
commit
38b2c02f9b
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"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": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/19321-/",
|
||||
"repository": "https://github.com/ferram4/Ferram-Aerospace-Research"
|
||||
},
|
||||
"version": "3:0.15.6.1",
|
||||
"ksp_version": "1.1.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.6.1_von_Karman/FAR_0_15_6_1_von.Karman.zip",
|
||||
"download_size": 722202,
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue