"NetKAN generated mods - FerramAerospaceResearch-3-0.15.9"
This commit is contained in:
parent
9f27c4728b
commit
4be0315120
|
@ -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",
|
||||
"ksp_version_min": "1.2.0",
|
||||
"ksp_version_max": "1.2.2",
|
||||
"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_Liebe/FAR_0_15_9_Liebe.zip",
|
||||
"download_size": 757524,
|
||||
"download_hash": {
|
||||
"sha1": "58A98520B3BB032C31FF07512FF56AAADC56CCE9",
|
||||
"sha256": "A3E4450003C361B911BCA4C6B1C4950B50EF12288C506B676CADF3DA7D953CD2"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue