NetKAN generated mods - FerramAerospaceResearchContinued-3-0.16.0.0
This commit is contained in:
parent
12eb4ea5ab
commit
5003aff864
|
@ -0,0 +1,68 @@
|
||||||
|
{
|
||||||
|
"spec_version": 1,
|
||||||
|
"identifier": "FerramAerospaceResearchContinued",
|
||||||
|
"name": "Ferram Aerospace Research Continued",
|
||||||
|
"abstract": "FAR replaces KSP's stock part-centered aerodynamics model with one based on real-life physics.",
|
||||||
|
"author": [
|
||||||
|
"ferram4",
|
||||||
|
"dkavolis"
|
||||||
|
],
|
||||||
|
"version": "3:0.16.0.0",
|
||||||
|
"ksp_version_min": "1.8.0",
|
||||||
|
"ksp_version_max": "1.10.99",
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/179445-*",
|
||||||
|
"repository": "https://github.com/dkavolis/Ferram-Aerospace-Research",
|
||||||
|
"bugtracker": "https://github.com/dkavolis/Ferram-Aerospace-Research/issues"
|
||||||
|
},
|
||||||
|
"tags": [
|
||||||
|
"plugin",
|
||||||
|
"physics"
|
||||||
|
],
|
||||||
|
"localizations": [
|
||||||
|
"en-us",
|
||||||
|
"de-de",
|
||||||
|
"ru",
|
||||||
|
"zh-cn"
|
||||||
|
],
|
||||||
|
"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/dkavolis/Ferram-Aerospace-Research/releases/download/v0.16.0.0_Mader/FAR_0_16_0_0_Mader.zip",
|
||||||
|
"download_size": 884091,
|
||||||
|
"download_hash": {
|
||||||
|
"sha1": "D3143F00C9CFC25DA9C2353AAF4D42431B2BAB23",
|
||||||
|
"sha256": "9086BB94E10F4C64A03FAE4E8F4C074113E5729887ABAAB061F38A15D7C7BEF3"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"release_date": "2020-08-26T15:12:11Z",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
|
}
|
Loading…
Reference in New Issue