-
-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NetKAN added mod - AECS-Motion-Suppressor-1.3.3.3
- Loading branch information
1 parent
1303613
commit 175f7fb
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
AECS-Motion-Suppressor/AECS-Motion-Suppressor-1.3.3.3.ckan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
Check warning on line 1 in AECS-Motion-Suppressor/AECS-Motion-Suppressor-1.3.3.3.ckan GitHub Actions / Validate
|
||
"spec_version": "v1.4", | ||
"identifier": "AECS-Motion-Suppressor", | ||
"name": "AECS_Motion_Suppressor (air brake, engine, & control surface)", | ||
"abstract": "This mod disables and re-enables your control surfaces on atmosphere exit/ entry to stop your SSTOs pointlessly flapping their wings in space. Also disables engine gimbaling when not running", | ||
"author": "linuxgurugamer", | ||
"version": "1.3.3.3", | ||
"ksp_version_min": "1.8.0", | ||
"license": "MIT", | ||
"resources": { | ||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/182622-*", | ||
"spacedock": "https://spacedock.info/mod/2095/AECS_Motion_Suppressor%20(air%20brake,%20engine,%20&%20control%20surface)", | ||
"repository": "https://github.com/linuxgurugamer/AECS_Motion_Suppressor", | ||
"bugtracker": "https://github.com/linuxgurugamer/AECS_Motion_Suppressor/issues", | ||
"remote-avc": "http://ksp.spacetux.net/avc/AECS_Motion_Suppressor" | ||
}, | ||
"tags": [ | ||
"plugin", | ||
"control" | ||
], | ||
"depends": [ | ||
{ | ||
"name": "ModuleManager" | ||
}, | ||
{ | ||
"name": "SpaceTuxLibrary" | ||
} | ||
], | ||
"conflicts": [ | ||
{ | ||
"name": "ControlSurfaceToggle" | ||
}, | ||
{ | ||
"name": "SmartActuation" | ||
} | ||
], | ||
"install": [ | ||
{ | ||
"find": "AECS_Motion_Suppressor", | ||
"install_to": "GameData" | ||
} | ||
], | ||
"download": "https://github.com/linuxgurugamer/AECS_Motion_Suppressor/releases/download/1.3.3.3/AECS_Motion_Suppressor-1.12.0-1.3.3.3.zip", | ||
"download_size": 28783, | ||
"download_hash": { | ||
"sha1": "CAF7E78A77E8BAAFD9A902D66CE163450A39A3F2", | ||
"sha256": "650D3939A3767E2E60309B85BBB45716DA90873BFCB5F9560ECF66BB4F0C318D" | ||
}, | ||
"download_content_type": "application/zip", | ||
"install_size": 84851, | ||
"release_date": "2023-11-22T20:36:45Z", | ||
"x_generated_by": "netkan" | ||
} |