"NetKAN generated mods - AdvancedFlyByWire-1.8.2.1"
This commit is contained in:
parent
79d6bb0dec
commit
6c5345348d
|
@ -0,0 +1,69 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "AdvancedFlyByWire",
|
||||
"name": "Advanced Fly-By-Wire (Windows)",
|
||||
"abstract": "AFBW is an input overhaul mod. It dramatically enhances the stock input system with a bunch of fixes and many new features",
|
||||
"author": "linuxgurugamer",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/175359-*",
|
||||
"spacedock": "https://spacedock.info/mod/1869/ABFW%20Revived%20(Windows%20version)",
|
||||
"repository": "https://github.com/linuxgurugamer/ksp-advanced-flybywire",
|
||||
"x_screenshot": "https://spacedock.info/content/linuxgurugamer_179/ABFW_Revived_Windows_version/ABFW_Revived_Windows_version-1527383965.049963.png"
|
||||
},
|
||||
"version": "1.8.2.1",
|
||||
"ksp_version_min": "1.6.1",
|
||||
"ksp_version_max": "1.7.3",
|
||||
"provides": [
|
||||
"AdvancedFlyByWireRevived"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ToolbarController"
|
||||
},
|
||||
{
|
||||
"name": "ClickThroughBlocker"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "KSP-AVC"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "AdvancedFlyByWireRevived"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "SDL2.dll",
|
||||
"install_to": "GameRoot"
|
||||
},
|
||||
{
|
||||
"file": "SDL_LICENSE",
|
||||
"install_to": "GameRoot"
|
||||
},
|
||||
{
|
||||
"file": "XINPUTDOTNET_LICENSE",
|
||||
"install_to": "GameRoot"
|
||||
},
|
||||
{
|
||||
"file": "XInputInterface.dll",
|
||||
"install_to": "GameRoot"
|
||||
},
|
||||
{
|
||||
"file": "GameData/ksp-advanced-flybywire",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/1869/ABFW%20Revived%20%28Windows%20version%29/download/1.8.2.1",
|
||||
"download_size": 664844,
|
||||
"download_hash": {
|
||||
"sha1": "62AFD4D4EF2675D563E53B96BC3A53DC67F78696",
|
||||
"sha256": "8E58DA92B5E0981D7713488A44EBB1C8AE7E2DA68067CF9C6A0F47D7C771C909"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue