forked from KSP-CKAN/CKAN-meta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AdvancedFlyByWire-1.4.2.ckan
57 lines (57 loc) · 1.32 KB
/
AdvancedFlyByWire-1.4.2.ckan
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"spec_version": 1,
"name": "Advanced Fly-By-Wire (Windows, x86)",
"abstract": "Joystick & controller mod with multiple presets and in-flight controls binding",
"identifier": "AdvancedFlyByWire",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/95022",
"repository": "https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire",
"kerbalstuff": "https://kerbalstuff.com/mod/232/Advanced%20Fly-By-Wire"
},
"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"
}
],
"depends": [
{
"name": "Toolbar"
}
],
"recommends": [
{
"name": "KSP-AVC"
}
],
"conflicts": [
{
"name": "AdvancedFlyByWire-linux"
}
],
"x_netkan_license_ok": true,
"ksp_version": "0.90",
"license": "MIT",
"author": "nlight",
"version": "1.4.2",
"download": "https://kerbalstuff.com/mod/232/Advanced%20Fly-By-Wire/download/1.4.2",
"x_generated_by": "netkan",
"download_size": 1278658
}