NetKAN added mod - FerramAerospaceResearchContinued-3-0.16.0.3
This commit is contained in:
parent
f5570e231a
commit
0e35202340
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"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.3",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"ksp_version_max": "1.12.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",
|
||||
"remote-avc": "https://raw.githubusercontent.com/dkavolis/Ferram-Aerospace-Research/master/GameData/FerramAerospaceResearch/FAR.version"
|
||||
},
|
||||
"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.3_Mader/FAR_0_16_0_3_Mader.zip",
|
||||
"download_size": 888702,
|
||||
"download_hash": {
|
||||
"sha1": "E97AA19BAA64CCD7B2CEB4DEC4DF398047A60582",
|
||||
"sha256": "4471AB7BE0496F56DE30DA40ECB7C85B433ECFE82C274E55BB0024755C77F029"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"release_date": "2021-06-27T18:47:24Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue