Merge pull request #51 from AlexanderDzhoganov/master

Advanced Fly-By-Wire - Linux edition
This commit is contained in:
Paul Fenwick 2014-11-18 20:16:05 +11:00
commit 302a7d6bdc
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
{
"spec_version": 1,
"name": "Advanced Fly-By-Wire (Linux)",
"abstract": "Joystick & Controller mod",
"identifier": "AdvancedFlyByWire-Linux",
"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": "GameData/ksp-advanced-flybywire",
"install_to": "GameData"
},
{
"file": "GameData/000_Toolbar",
"install_to": "GameData",
"filter_regexp": "(?<!img_buttonAdvancedFlyByWire.png)$"
}
],
"depends": [
{
"name": "Toolbar"
}
],
"conflicts": [
{
"name": "AdvancedFlyByWire"
}
],
"ksp_version": "0.25",
"license": "MIT",
"author": "nlight",
"version": "1.2.3",
"download": "https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire/raw/master/builds/ksp-advanced-flybywire_v1.2.3_linux.zip"
}