NetKAN run of many things
- AGExt-1.21a.ckan - AdvancedFlyByWire-1.2.3_0.ckan - LandingHeight-1.1.ckan - RCSLandAid-1.2.ckan - RasterPropMonitor-Core-v0.18.3.ckan - RasterPropMonitor-v0.18.3.ckan - RetroFuture-1.7.ckan
This commit is contained in:
parent
7da49053ab
commit
fcee7ac74a
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Action Groups Extended",
|
||||
"identifier": "AGExt",
|
||||
"author": "Diazo",
|
||||
"abstract": "Increases the number of action groups to 250 and allows in-flight editing.",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/74195",
|
||||
"repository": "https://github.com/SirDiazo/AGExt"
|
||||
},
|
||||
"recommends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Diazo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"x_supports": [
|
||||
{
|
||||
"name": "SCANsat"
|
||||
},
|
||||
{
|
||||
"name": "Kethane"
|
||||
},
|
||||
{
|
||||
"name": "FerramAerospaceResearch"
|
||||
},
|
||||
{
|
||||
"name": "Firespitter"
|
||||
},
|
||||
{
|
||||
"name": "InfernalRobotics"
|
||||
},
|
||||
{
|
||||
"name": "TACLS"
|
||||
},
|
||||
{
|
||||
"name": "WarpPlugin"
|
||||
}
|
||||
],
|
||||
"version": "1.21a",
|
||||
"download": "https://github.com/SirDiazo/AGExt/releases/download/1.21a/ActionGroupsExtended121a.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 59626
|
||||
}
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Advanced Fly-By-Wire",
|
||||
"abstract": "Joystick & Controller mod",
|
||||
"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": "x86/SDL2.dll",
|
||||
"install_to": "GameRoot"
|
||||
},
|
||||
{
|
||||
"file": "x86/SDL_LICENSE",
|
||||
"install_to": "GameRoot"
|
||||
},
|
||||
{
|
||||
"file": "x86/XINPUTDOTNET_LICENSE",
|
||||
"install_to": "GameRoot"
|
||||
},
|
||||
{
|
||||
"file": "x86/XInputInterface.dll",
|
||||
"install_to": "GameRoot"
|
||||
},
|
||||
{
|
||||
"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_0",
|
||||
"download": "https://kerbalstuff.com/mod/232/Advanced%20Fly-By-Wire/download/1.2.3_0",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2584071
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "Landing Height Display",
|
||||
"identifier": "LandingHeight",
|
||||
"author": "Diazo",
|
||||
"abstract": "Display true height to ground from the bottom of your vessel on in-game altimeter when in surface mode. Display altitude above sea level (KSP Default) when in orbit mode.",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/76320",
|
||||
"repository": "https://github.com/SirDiazo/LandingHeight"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Diazo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "1.1",
|
||||
"download": "https://github.com/SirDiazo/LandingHeight/releases/download/1.1/LandingHeight11.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 3792
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "RCS Landing Aid",
|
||||
"identifier": "RCSLandAid",
|
||||
"author": "Diazo",
|
||||
"abstract": "Cancel your horizontal velocity with your RCS to land. Also allows hovering over a specific point.",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"ksp_version": "0.25",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/85838",
|
||||
"repository": "https://github.com/SirDiazo/RCSLandAid"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "Toolbar"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/Diazo",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "1.2",
|
||||
"download": "https://github.com/SirDiazo/RCSLandAid/releases/download/1.2/RCSLandAid12a.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 15267
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "RasterPropMonitor Core",
|
||||
"identifier": "RasterPropMonitor-Core",
|
||||
"author": "Mihara",
|
||||
"abstract": "A toolkit for creating interactive IVA experiences.",
|
||||
"comment": "This package contains the plugin, and the standard parts library.",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/57603",
|
||||
"repository": "https://github.com/Mihara/RasterPropMonitor"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/JSI/RasterPropMonitor",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "v0.18.3",
|
||||
"download": "https://github.com/Mihara/RasterPropMonitor/releases/download/v0.18.3/RasterPropMonitor.0.18.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 581923
|
||||
}
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"name": "RasterPropMonitor",
|
||||
"identifier": "RasterPropMonitor",
|
||||
"author": "Mihara",
|
||||
"abstract": "Makes Stock IVAs more interactive.",
|
||||
"comment": "This package contains the stock IVA patches, the JSI agency, and the ThirdPartySupport folder.",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/57603",
|
||||
"repository": "https://github.com/Mihara/RasterPropMonitor"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "RasterPropMonitor-Core"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "VesselView-RasterPropMonitor"
|
||||
},
|
||||
{
|
||||
"name": "SCANsat"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/JSI",
|
||||
"filter": [
|
||||
"RasterPropMonitor"
|
||||
],
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "v0.18.3",
|
||||
"download": "https://github.com/Mihara/RasterPropMonitor/releases/download/v0.18.3/RasterPropMonitor.0.18.3.zip",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 581923,
|
||||
"ksp_version": "0.25.0"
|
||||
}
|
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "RetroFuture",
|
||||
"depends": [
|
||||
{
|
||||
"name": "FirespitterCore"
|
||||
},
|
||||
{
|
||||
"name": "ModuleManager",
|
||||
"min_version": "2.5.1"
|
||||
}
|
||||
],
|
||||
"recommends": [
|
||||
{
|
||||
"name": "FerramAerospaceResearch"
|
||||
},
|
||||
{
|
||||
"name": "RasterPropMonitor"
|
||||
},
|
||||
{
|
||||
"name": "ProceduralDynamics"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "SmokeScreen"
|
||||
},
|
||||
{
|
||||
"name": "BDArmory"
|
||||
},
|
||||
{
|
||||
"name": "TweakScale"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "RetroFuture",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/84054",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/111/Retro-Future%20Planes"
|
||||
},
|
||||
"ksp_version": "0.25",
|
||||
"name": "Retro-Future Planes",
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"abstract": "engines and more airplane parts for KSP; futuristic performance, classic designs",
|
||||
"author": "NohArk",
|
||||
"version": "1.7",
|
||||
"download": "https://kerbalstuff.com/mod/111/Retro-Future%20Planes/download/1.7",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 44235246
|
||||
}
|
Loading…
Reference in New Issue