Merge remote-tracking branch 'origin/master'
* origin/master: Added DangIt, courtesy ks2ckan Update AdvancedFlyByWire.ckan Added CommunityResourcePack via BootKAN. Update AdvancedFlyByWire.ckan Update AdvancedFlyByWire.ckan Create AdvancedFlyByWire.ckan
This commit is contained in:
commit
477c067096
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name" : "Advanced Fly-By-Wire",
|
||||
"abstract" : "Joystick & Controller mod",
|
||||
"identifier": "ksp-advanced-flybywire",
|
||||
"author": [ "nlight" ],
|
||||
"download" : "http://kerbal.curseforge.com/ksp-mods/224592-advanced-fly-by-wire-joystick-controller-mod/files/2216704/download",
|
||||
"license" : "MIT",
|
||||
"version" : "1.2.2",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.25",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/95022",
|
||||
"github" : {
|
||||
"url" : "https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire",
|
||||
"releases" : true
|
||||
}
|
||||
},
|
||||
"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" }
|
||||
]
|
||||
}
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "DangIt",
|
||||
"release_status": "stable",
|
||||
"license": "GPL-3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "CrewFiles"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/DangIt",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"kerbalstuff": {
|
||||
"url": "https://kerbalstuff.com/mod/7/DangIt!"
|
||||
},
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/81794-Alpha-2-2-Dang-It%21-A-random-failures-mod-%2818-june%29"
|
||||
},
|
||||
"name": "DangIt!",
|
||||
"abstract": "A random failure mod for KSP.",
|
||||
"author": "Ippo",
|
||||
"version": "0.4.2",
|
||||
"download": "https://kerbalstuff.com/mod/7/DangIt!/download/0.4.2",
|
||||
"comment": "Generated by ks2ckan",
|
||||
"download_size": 171806,
|
||||
"ksp_version": "0.25"
|
||||
}
|
Loading…
Reference in New Issue