NetKAN added mod - AdvancedFlyByWire-1.8.4.2
This commit is contained in:
parent
2175fba3d1
commit
54ed660fd6
|
@ -0,0 +1,77 @@
|
|||
{
|
||||
"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",
|
||||
"version": "1.8.4.2",
|
||||
"ksp_version_min": "1.12.0",
|
||||
"ksp_version_max": "1.12.99",
|
||||
"license": "MIT",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/175359-14-afbw-joystick-controller-mod/",
|
||||
"spacedock": "https://spacedock.info/mod/1869/AFBW%20Revived%20(Windows%20version)",
|
||||
"repository": "https://github.com/linuxgurugamer/ksp-advanced-flybywire",
|
||||
"bugtracker": "https://github.com/linuxgurugamer/ksp-advanced-flybywire/issues",
|
||||
"remote-avc": "https://raw.githubusercontent.com/linuxgurugamer/ksp-advanced-flybywire/master/ksp-advanced-flybywire.version",
|
||||
"x_screenshot": "https://spacedock.info/content/linuxgurugamer_179/ABFW_Revived_Windows_version/ABFW_Revived_Windows_version-1527383965.049963.png"
|
||||
},
|
||||
"tags": [
|
||||
"plugin",
|
||||
"control"
|
||||
],
|
||||
"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/AFBW%20Revived%20(Windows%20version)/download/1.8.4.2",
|
||||
"download_size": 804823,
|
||||
"download_hash": {
|
||||
"sha1": "C84CD479F74F6D2D624A1FC2352D91F704EA570B",
|
||||
"sha256": "EA0414953B6A05E6DD3019A438FBE81B53AC396D87BB3A764EF540CE484861FA"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"install_size": 2160458,
|
||||
"release_date": "2024-08-22T12:33:41.640631+00:00",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue