Create AdvancedFlyByWire_1.2.3_linux.netkan

This commit is contained in:
Alexander Dzhoganov 2014-11-17 14:57:51 +02:00
parent f7a76e214e
commit 53bc7774d5
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
{
"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": "x86/GameData/ksp-advanced-flybywire",
"install_to": "GameData"
},
{
"file": "x86/GameData/000_Toolbar",
"install_to": "GameData",
"filter_regexp": "(?<!img_buttonAdvancedFlyByWire.png)$"
}
],
"depends": [
{
"name": "Toolbar"
}
],
"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",
}