NetKAN added mod - AtmosphereAutopilot-v1.6.1
This commit is contained in:
parent
20ce572af9
commit
947ec9b12d
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "AtmosphereAutopilot",
|
||||
"name": "AtmosphereAutopilot (Fly-By-Wire)",
|
||||
"abstract": "Atmosphere autopilot is a modular atmospheric flight control system library.\nIt features a Fly-By-Wire System that replaces the stock SAS, and cruise control with heading/altitude/velocity setpoints. All without tuning PID parameters!\n\nIf you're using Stock Bug Fix Modules, turn off ModuleControlSurfacePlus and ModuleGimbalPlus modules in its manager.",
|
||||
"author": "Boris-Barboris",
|
||||
"version": "v1.6.1",
|
||||
"ksp_version_min": "1.8.0",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/124417-*",
|
||||
"repository": "https://github.com/Boris-Barboris/AtmosphereAutopilot",
|
||||
"bugtracker": "https://github.com/Boris-Barboris/AtmosphereAutopilot/issues",
|
||||
"remote-avc": "http://ksp-avc.cybutek.net/version.php?download&id=306"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"control"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/Boris-Barboris/AtmosphereAutopilot/releases/download/v1.6.1/AtmosphereAutopilot.zip",
|
||||
"download_size": 191965,
|
||||
"download_hash": {
|
||||
"sha1": "246907B61E2168EEE4DB7645FB75299282F5FFFC",
|
||||
"sha256": "D1A127914308728D81ECA9FECA6CB2667689CA3123F07299DBFDB3F539CD412A"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 264237,
|
||||
"release_date": "2023-07-09T19:56:58Z",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue