NetKAN added mod - FerramAerospaceResearchContinued-3-0.16.1.2
This commit is contained in:
parent
94a3401078
commit
dcc8b56ee9
|
@ -0,0 +1,78 @@
|
|||
{
|
||||
"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.1.2",
|
||||
"ksp_version_min": "1.12.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": [
|
||||
"de-de",
|
||||
"en-us",
|
||||
"ru",
|
||||
"zh-cn"
|
||||
],
|
||||
"provides": [
|
||||
"AerodynamicModel",
|
||||
"FAR"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "ModularFlightIntegrator"
|
||||
},
|
||||
{
|
||||
"name": "TweakScale-Redist"
|
||||
},
|
||||
{
|
||||
"name": "KSPBurst"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "AerodynamicModel"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/FerramAerospaceResearch",
|
||||
"install_to": "GameData",
|
||||
"filter": [
|
||||
"config.xml",
|
||||
"Scale_Redist.dll"
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "Ships",
|
||||
"install_to": "Ships",
|
||||
"comment": "FAR example craft"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/dkavolis/Ferram-Aerospace-Research/releases/download/v0.16.1.2_Marangoni/FAR_0_16_1_2_Marangoni.zip",
|
||||
"download_size": 1356833,
|
||||
"download_hash": {
|
||||
"sha1": "AEB53FF7F159656D7197ED04DDE58F208EA32AD7",
|
||||
"sha256": "422C6B404E7D050844F9B41218205D0BB85AED1A6E66941019D55B0ED0A30E8E"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 2742363,
|
||||
"release_date": "2023-06-28T19:10:29Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue