This commit is contained in:
Technicalfool 2014-12-21 00:28:55 +00:00
commit c84623fc02
509 changed files with 14710 additions and 130 deletions

View File

@ -1,11 +1,10 @@
language: java
# Our validator actually lives in the CKAN directory, which
# means CKAN-meta can stay nice and lightweight for then it
# gets downloaded by every single CKAN client. :)
# Our validator actually lives in the CKAN repo.
# --depth=1 is because we don't need full history.
install:
- git clone https://github.com/KSP-CKAN/CKAN.git
- git clone --depth=1 https://github.com/KSP-CKAN/CKAN.git
# Our test is merely checking that all the ckan files validate
# against the current spec. We exclude the CKAN directory we just
@ -14,3 +13,11 @@ install:
script:
- CKAN/bin/ckan-validate $(find . -path ./CKAN -prune -o -name '*.ckan' -print)
notifications:
irc:
channels:
- "irc.esper.net#ckan"
on_success: change
on_failure: always
use_notice: true
skip_join: true

52
AGExt-1.21a.ckan Normal file
View File

@ -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
}

52
AGExt-1.22.ckan Normal file
View File

@ -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.22",
"download": "https://github.com/SirDiazo/AGExt/releases/download/1.22/ActionGroupsExtended122.zip",
"x_generated_by": "netkan",
"download_size": 60890
}

52
AGExt-1.22a.ckan Normal file
View File

@ -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.22a",
"download": "https://github.com/SirDiazo/AGExt/releases/download/1.22a/ActionGroupsExtended122a.zip",
"x_generated_by": "netkan",
"download_size": 61336
}

52
AGExt-1.22b.ckan Normal file
View File

@ -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.22b",
"download": "https://github.com/SirDiazo/AGExt/releases/download/1.22b/ActionGroupsExtended122b.zip",
"x_generated_by": "netkan",
"download_size": 62140
}

52
AGExt-1.23.ckan Normal file
View File

@ -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.23",
"download": "https://github.com/SirDiazo/AGExt/releases/download/1.23/ActionGroupsExtended123.zip",
"x_generated_by": "netkan",
"download_size": 62670
}

52
AGExt-1.23a.ckan Normal file
View File

@ -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.23a",
"download": "https://github.com/SirDiazo/AGExt/releases/download/1.23a/ActionGroupsExtended123a.zip",
"x_generated_by": "netkan",
"download_size": 63816
}

52
AGExt-1.23c.ckan Normal file
View File

@ -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.23c",
"download": "https://github.com/SirDiazo/AGExt/releases/download/1.23c/ActionGroupsExtended123c.zip",
"x_generated_by": "netkan",
"download_size": 63784
}

52
AGExt-1.24.ckan Normal file
View File

@ -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.24",
"download": "https://github.com/SirDiazo/AGExt/releases/download/1.24/ActionGroupsExtended124.zip",
"x_generated_by": "netkan",
"download_size": 64327
}

52
AGExt-1.24a.ckan Normal file
View File

@ -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.24a",
"download": "https://github.com/SirDiazo/AGExt/releases/download/1.24a/ActionGroupsExtended124a.zip",
"x_generated_by": "netkan",
"download_size": 64600
}

52
AGExt-1.25.ckan Normal file
View File

@ -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.90",
"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.25",
"download": "https://github.com/SirDiazo/AGExt/releases/download/1.25/ActionGroupsExtended125.zip",
"x_generated_by": "netkan",
"download_size": 64549
}

52
AGExt-1.25a.ckan Normal file
View File

@ -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.90",
"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.25a",
"download": "https://github.com/SirDiazo/AGExt/releases/download/1.25a/ActionGroupsExtended125a.zip",
"x_generated_by": "netkan",
"download_size": 65486
}

View File

@ -14,12 +14,6 @@
"url" : "https://github.com/camlost2/AJE"
}
},
"install" : [
{
"file" : "AJE-1.6.4/GameData",
"install_to" : "GameData"
}
],
"depends" : [
{ "name" : "FerramAerospaceResearch" },
{ "name" : "ModuleManager", "min_version" : "2.3.5" }

25
AJE-1.6.8.ckan Normal file
View File

@ -0,0 +1,25 @@
{
"spec_version": 1,
"name" : "Advanced Jet Engine (AJE)",
"abstract" : "Realistic jet engines for KSP",
"identifier": "AJE",
"download" : "https://github.com/camlost2/AJE/archive/1.6.8.zip",
"license" : "LGPL-2.1",
"version" : "1.6.8",
"release_status" : "stable",
"ksp_version" : "0.25",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/70008",
"github" : {
"url" : "https://github.com/camlost2/AJE"
}
},
"depends" : [
{ "name" : "FerramAerospaceResearch" },
{ "name" : "ModuleManager", "min_version" : "2.3.5" }
],
"recommends" : [
{ "name" : "RealFuels" },
{ "name" : "HotRockets" }
]
}

25
AJE-1.7a.ckan Normal file
View File

@ -0,0 +1,25 @@
{
"spec_version": 1,
"name" : "Advanced Jet Engine (AJE)",
"abstract" : "Realistic jet engines for KSP",
"identifier": "AJE",
"download" : "https://github.com/camlost2/AJE/archive/1.7a.zip",
"license" : "LGPL-2.1",
"version" : "1.7a",
"release_status" : "stable",
"ksp_version" : "0.90",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/70008",
"github" : {
"url" : "https://github.com/camlost2/AJE"
}
},
"depends" : [
{ "name" : "FerramAerospaceResearch" },
{ "name" : "ModuleManager", "min_version" : "2.5.4" }
],
"recommends" : [
{ "name" : "RealFuels" },
{ "name" : "HotRockets" }
]
}

View File

@ -12,7 +12,6 @@
}
],
"resources": {
"homepage": "",
"kerbalstuff": "https://kerbalstuff.com/mod/279/AMEG"
},
"name": "AMEG",

View File

@ -0,0 +1,29 @@
{
"spec_version": 1,
"identifier": "AVeryKerbalChristmas",
"x_netkan_license_ok": true,
"install": [
{
"file": "MP_Nazari",
"install_to": "GameData",
"filter": "Firespitter"
}
],
"depends": [
{
"name": "FirespitterCore"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/426/A%20Very%20Kerbal%20Christmas"
},
"ksp_version": "0.90",
"name": "A Very Kerbal Christmas",
"license": "MIT",
"abstract": "Explosive Holiday Fun",
"author": "nazari",
"version": "1",
"download": "https://kerbalstuff.com/mod/426/A%20Very%20Kerbal%20Christmas/download/1",
"x_generated_by": "netkan",
"download_size": 521321
}

22
Achievements-1.7.0.ckan Normal file
View File

@ -0,0 +1,22 @@
{
"spec_version": 1,
"identifier": "Achievements",
"license": "GPL-3.0",
"depends": [
{
"name": "Toolbar"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101801-Achievements-1-7-0-Earn-145-achievements-while-playing-(KSP-25)-(12-2-14)",
"kerbalstuff": "https://kerbalstuff.com/mod/383/KSP%20Achievements"
},
"ksp_version": "0.25",
"name": "KSP Achievements",
"abstract": "145 Achievements you can get playing Kerbal Space Program.",
"author": "Malkuth74",
"version": "1.7.0",
"download": "https://kerbalstuff.com/mod/383/KSP%20Achievements/download/1.7.0",
"x_generated_by": "netkan",
"download_size": 1387925
}

22
Achievements-1.7.1.ckan Normal file
View File

@ -0,0 +1,22 @@
{
"spec_version": 1,
"identifier": "Achievements",
"license": "GPL-3.0",
"depends": [
{
"name": "Toolbar"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101801-Achievements-1-7-0-Earn-145-achievements-while-playing-(KSP-25)-(12-2-14)",
"kerbalstuff": "https://kerbalstuff.com/mod/383/KSP%20Achievements"
},
"ksp_version": "0.25",
"name": "KSP Achievements",
"abstract": "145 Achievements you can get playing Kerbal Space Program.",
"author": "Malkuth74",
"version": "1.7.1",
"download": "https://kerbalstuff.com/mod/383/KSP%20Achievements/download/1.7.1",
"x_generated_by": "netkan",
"download_size": 1387975
}

29
Achievements-1.8.0.ckan Normal file
View File

@ -0,0 +1,29 @@
{
"spec_version": 1,
"identifier": "Achievements",
"license": "GPL-3.0",
"install": [
{
"file": "GameData/Achievements",
"install_to": "GameData",
"filter": "000_Toolbar"
}
],
"depends": [
{
"name": "Toolbar"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101801-Achievements-1-7-0-Earn-145-achievements-while-playing-(KSP-25)-(12-2-14)",
"kerbalstuff": "https://kerbalstuff.com/mod/383/KSP%20Achievements"
},
"ksp_version": "0.90",
"name": "KSP Achievements",
"abstract": "145 Achievements you can get playing Kerbal Space Program.",
"author": "Malkuth74",
"version": "1.8.0",
"download": "https://kerbalstuff.com/mod/383/KSP%20Achievements/download/1.8.0",
"x_generated_by": "netkan",
"download_size": 1388409
}

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "ActiveTextureManagement",
"x_netkan_license_ok": true,
"conflicts": [
{
"name": "ActiveTextureManagement-Aggressive"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/59005-0-90-Release-4-3-Dec-16-2014-Active-Texture-Management-Save-RAM!",
"kerbalstuff": "https://kerbalstuff.com/mod/418/Active%20Texture%20Management"
},
"ksp_version": "0.90",
"name": "Active Texture Management",
"license": "MIT",
"abstract": "x86 basic texture compression to DXT1 and DXT5",
"author": "Teonlight",
"version": "1.0_x86",
"download": "https://kerbalstuff.com/mod/418/Active%20Texture%20Management/download/1.0_x86",
"x_generated_by": "netkan",
"download_size": 78754
}

View File

@ -0,0 +1,29 @@
{
"spec_version": 1,
"identifier": "ActiveTextureManagement-Aggressive",
"name": "Active Texture Management (Aggressive)",
"x_netkan_license_ok": true,
"conflicts": [
{
"name": "ActiveTextureManagement"
}
],
"install": [
{
"file": "GameData/ActiveTextureManagement",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/59005-0-90-Release-4-3-Dec-16-2014-Active-Texture-Management-Save-RAM!",
"kerbalstuff": "https://kerbalstuff.com/mod/419/Active%20Texture%20Management"
},
"ksp_version": "0.90",
"license": "MIT",
"abstract": "x86 Agressive texture compression to DXT1 and DXT5 ",
"author": "Teonlight",
"version": "A1.0_x86",
"download": "https://kerbalstuff.com/mod/419/Active%20Texture%20Management/download/A1.0_x86",
"x_generated_by": "netkan",
"download_size": 78757
}

View File

@ -0,0 +1,33 @@
{
"spec_version": 1,
"identifier": "AdjustableLandingGear",
"license": "CC-BY-SA-3.0",
"depends": [
{
"name": "BDAnimationModules"
},
{
"name": "FirespitterCore"
}
],
"install": [
{
"file": "GameData/BahaSP",
"install_to": "GameData",
"filter": "Plugins",
"comment": "Plugins is the folder where BDAnimationModules is installed"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/99660-0-25-Adjustable-Landing-Gear",
"kerbalstuff": "https://kerbalstuff.com/mod/321/Adjustable%20Landing%20Gear"
},
"ksp_version": "0.25",
"name": "Adjustable Landing Gear",
"abstract": "Landing gear the way you want it!",
"author": "BahamutoD",
"version": "1.0.4",
"download": "https://kerbalstuff.com/mod/321/Adjustable%20Landing%20Gear/download/1.0.4",
"x_generated_by": "netkan",
"download_size": 1919578
}

View File

@ -0,0 +1,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": "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"
}
],
"conflicts": [
{
"name": "AdvancedFlyByWire-linux"
}
],
"x_netkan_license_ok": true,
"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
}

View File

@ -0,0 +1,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": "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"
}
],
"depends": [
{
"name": "Toolbar"
}
],
"recommends": [
{
"name": "KSP-AVC"
}
],
"conflicts": [
{
"name": "AdvancedFlyByWire-linux"
}
],
"x_netkan_license_ok": true,
"ksp_version": "0.25",
"license": "MIT",
"author": "nlight",
"version": "1.3",
"download": "https://kerbalstuff.com/mod/232/Advanced%20Fly-By-Wire/download/1.3",
"x_generated_by": "netkan",
"download_size": 2595307
}

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": "GameData/ksp-advanced-flybywire",
"install_to": "GameData"
}
],
"depends": [
{
"name": "Toolbar"
}
],
"conflicts": [
{
"name": "AdvancedFlyByWire"
}
],
"ksp_version": "0.25",
"license": "MIT",
"author": "nlight",
"version": "1.3",
"download": "https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire/raw/master/builds/ksp-advanced-flybywire_v1.3_linux.zip"
}

View File

@ -0,0 +1,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.0",
"download": "https://kerbalstuff.com/mod/232/Advanced%20Fly-By-Wire/download/1.4.0",
"x_generated_by": "netkan",
"download_size": 1278601
}

View File

@ -0,0 +1,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.1",
"download": "https://kerbalstuff.com/mod/232/Advanced%20Fly-By-Wire/download/1.4.1",
"x_generated_by": "netkan",
"download_size": 1278606
}

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": "GameData/ksp-advanced-flybywire",
"install_to": "GameData"
}
],
"depends": [
{
"name": "Toolbar"
}
],
"conflicts": [
{
"name": "AdvancedFlyByWire"
}
],
"ksp_version": "0.90",
"license": "MIT",
"author": "nlight",
"version": "1.4.1",
"download": "https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire/raw/master/builds/ksp-advanced-flybywire_v1.4.1_linux.zip"
}

View File

@ -0,0 +1,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
}

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": "GameData/ksp-advanced-flybywire",
"install_to": "GameData"
}
],
"depends": [
{
"name": "Toolbar"
}
],
"conflicts": [
{
"name": "AdvancedFlyByWire"
}
],
"ksp_version": "0.90",
"license": "MIT",
"author": "nlight",
"version": "1.4.2",
"download": "https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire/raw/master/builds/ksp-advanced-flybywire_v1.4.2_linux.zip"
}

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": "GameData/ksp-advanced-flybywire",
"install_to": "GameData"
}
],
"depends": [
{
"name": "Toolbar"
}
],
"conflicts": [
{
"name": "AdvancedFlyByWire"
}
],
"ksp_version": "0.90",
"license": "MIT",
"author": "nlight",
"version": "1.4",
"download": "https://github.com/AlexanderDzhoganov/ksp-advanced-flybywire/raw/master/builds/ksp-advanced-flybywire_v1.4_linux.zip"
}

View File

@ -1,48 +0,0 @@
{
"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"
},
{
"file" : "GameData/000_Toolbar/img_buttonAdvancedFlyByWire.png",
"install_to" : "GameData"
}
],
"depends" : [
{ "name" : "Toolbar" }
]
}

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"
}

View File

@ -0,0 +1,39 @@
{
"spec_version": 1,
"identifier": "AerojetKerbodyne",
"license": "CC-BY-NC-ND-4.0",
"install": [
{
"file": "GameData/AerojetKerbodyne",
"install_to": "GameData"
}
],
"depends": [
{
"name": "FirespitterCore"
},
{
"name": "TweakScale"
},
{
"name": "VirginKalactic-NodeToggle"
}
],
"recommends": [
{
"name": "SmokeScreen"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/76170-0-24-x-Aerojet-Kerbodyne-X2-1-(July-29-Taurus-Service-Module-WIP-ICPS)",
"kerbalstuff": "https://kerbalstuff.com/mod/139/Aerojet%20Kerbodyne"
},
"ksp_version": "0.25",
"name": "Aerojet Kerbodyne",
"abstract": "A set of Service Modules which are modular and can be used how ever you like.",
"author": "blackheart612",
"version": "3.04",
"download": "https://kerbalstuff.com/mod/139/Aerojet%20Kerbodyne/download/3.04",
"x_generated_by": "netkan",
"download_size": 9529434
}

View File

@ -0,0 +1,27 @@
{
"spec_version": 1,
"identifier": "AlcubierreStandalone",
"author": "RoverDude",
"name": "Alcubierre Warp Drive (Stand-alone)",
"abstract": "The Alcubierre drive works by moving space around your ship, not through acceleration.",
"license": "CC-BY-NC-SA-4.0",
"ksp_version": "0.90",
"install": [
{
"file": "GameData/UmbraSpaceIndustries",
"install_to": "GameData"
}
],
"depends": [
{
"name": "Regolith"
}
],
"resources": {
"repository": "https://github.com/BobPalmer/WarpDrive"
},
"version": "0.1.0",
"download": "https://github.com/BobPalmer/WarpDrive/releases/download/0.1.0/WarpDrive_0.1.0.zip",
"x_generated_by": "netkan",
"download_size": 1440316
}

View File

@ -0,0 +1,24 @@
{
"spec_version": 1,
"identifier": "AlternateResourcePanel",
"ksp_version": "0.25",
"license": "MIT",
"install": [
{
"file": "KSPAlternateResourcePanel_2.6.1.0/GameData/TriggerTech",
"install_to": "GameData",
"filter": "Flags"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/60227-KSP-Alternate-Resource-Panel",
"kerbalstuff": "https://kerbalstuff.com/mod/195/Alternate%20Resource%20Panel"
},
"name": "Alternate Resource Panel",
"abstract": "An alternate view of the resources app with lots of shiny bells and whistles",
"author": "TriggerAu",
"version": "2.6.1.0",
"download": "https://kerbalstuff.com/mod/195/Alternate%20Resource%20Panel/download/2.6.1.0",
"x_generated_by": "netkan",
"download_size": 302728
}

31
AntennaRange-1.5.ckan Normal file
View File

@ -0,0 +1,31 @@
{
"spec_version": 1,
"identifier": "AntennaRange",
"license": "BSD-3-clause",
"install": [
{
"file": "GameData/AntennaRange",
"install_to": "GameData"
}
],
"depends": [
{
"name": "ModuleManager"
},
{
"name": "ToadicusTools"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/56440",
"kerbalstuff": "https://kerbalstuff.com/mod/254/AntennaRange"
},
"ksp_version": "0.25",
"name": "AntennaRange",
"abstract": "Enforce and Encourage Antenna Diversity",
"author": "toadicus",
"version": "1.5",
"download": "https://kerbalstuff.com/mod/254/AntennaRange/download/1.5",
"x_generated_by": "netkan",
"download_size": 125605
}

31
AntennaRange-1.6.ckan Normal file
View File

@ -0,0 +1,31 @@
{
"spec_version": 1,
"identifier": "AntennaRange",
"license": "BSD-3-clause",
"ksp_version": "0.90",
"install": [
{
"file": "GameData/AntennaRange",
"install_to": "GameData"
}
],
"depends": [
{
"name": "ModuleManager"
},
{
"name": "ToadicusTools"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/56440",
"kerbalstuff": "https://kerbalstuff.com/mod/254/AntennaRange"
},
"name": "AntennaRange",
"abstract": "Enforce and Encourage Antenna Diversity",
"author": "toadicus",
"version": "1.6",
"download": "https://kerbalstuff.com/mod/254/AntennaRange/download/1.6",
"x_generated_by": "netkan",
"download_size": 137673
}

27
AutoAction-1.0.ckan Normal file
View File

@ -0,0 +1,27 @@
{
"spec_version": 1,
"identifier": "AutoAction",
"name": "Auto Action",
"abstract": "Automatically activate action groups (and RCS/SAS) on vessel launch",
"license": "GPL-3.0",
"ksp_version": "0.25",
"depends": [
{
"name": "ModuleManager"
}
],
"suggests": [
{
"name": "Toolbar"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101994",
"repository": "https://github.com/SirDiazo/AutoAction"
},
"author": "SirDiazo",
"version": "1.0",
"download": "https://github.com/SirDiazo/AutoAction/releases/download/1.0/AutoActions10.zip",
"x_generated_by": "netkan",
"download_size": 15333
}

27
AutoAction-1.1.ckan Normal file
View File

@ -0,0 +1,27 @@
{
"spec_version": 1,
"identifier": "AutoAction",
"name": "Auto Action",
"abstract": "Automatically activate action groups (and RCS/SAS) on vessel launch",
"license": "GPL-3.0",
"ksp_version": "0.90",
"depends": [
{
"name": "ModuleManager"
}
],
"suggests": [
{
"name": "Toolbar"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101994",
"repository": "https://github.com/SirDiazo/AutoAction"
},
"author": "SirDiazo",
"version": "1.1",
"download": "https://github.com/SirDiazo/AutoAction/releases/download/1.1/AutoActions11.zip",
"x_generated_by": "netkan",
"download_size": 15330
}

19
AutoAsparagus-v0.7.ckan Normal file
View File

@ -0,0 +1,19 @@
{
"spec_version": 1,
"identifier": "AutoAsparagus",
"license": "Apache-2.0",
"resources": {
"bugtracker": "https://github.com/henrybauer/AutoAsparagus/issues",
"repository": "https://github.com/henrybauer/AutoAsparagus",
"homepage": "http://forum.kerbalspaceprogram.com/threads/61238",
"kerbalstuff": "https://kerbalstuff.com/mod/87/AutoAsparagus"
},
"ksp_version": "0.25",
"name": "AutoAsparagus",
"abstract": "Asparagus staging is awesome, but tedious. So, I built a plugin to do it for me! ",
"author": "hab136",
"version": "v0.7",
"download": "https://kerbalstuff.com/mod/87/AutoAsparagus/download/v0.7",
"x_generated_by": "netkan",
"download_size": 21030
}

19
AutoAsparagus-v0.8.ckan Normal file
View File

@ -0,0 +1,19 @@
{
"spec_version": 1,
"identifier": "AutoAsparagus",
"license": "Apache-2.0",
"resources": {
"bugtracker": "https://github.com/henrybauer/AutoAsparagus/issues",
"repository": "https://github.com/henrybauer/AutoAsparagus",
"homepage": "http://forum.kerbalspaceprogram.com/threads/61238",
"kerbalstuff": "https://kerbalstuff.com/mod/87/AutoAsparagus"
},
"ksp_version": "0.90",
"name": "AutoAsparagus",
"abstract": "Asparagus staging is awesome, but tedious. So, I built a plugin to do it for me! ",
"author": "hab136",
"version": "v0.8",
"download": "https://kerbalstuff.com/mod/87/AutoAsparagus/download/v0.8",
"x_generated_by": "netkan",
"download_size": 25536
}

18
AviationLights-3.7.ckan Normal file
View File

@ -0,0 +1,18 @@
{
"spec_version": 1,
"identifier": "AviationLights",
"license": "CC-BY-NC-SA",
"x_netkan_license_ok": true,
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/16925-0-90-Aviation-Lights-v3-7-(16DEC14)",
"kerbalstuff": "https://kerbalstuff.com/mod/417/Aviation%20Lights"
},
"ksp_version": "0.90",
"name": "Aviation Lights",
"abstract": "This mod adds modern aviation style navigation-/warningligths to the game.",
"author": "BigNose",
"version": "3.7",
"download": "https://kerbalstuff.com/mod/417/Aviation%20Lights/download/3.7",
"x_generated_by": "netkan",
"download_size": 293986
}

64
B9-R5.2.6.ckan Normal file
View File

@ -0,0 +1,64 @@
{
"spec_version": 1,
"identifier": "B9",
"license": "CC-BY-NC-SA-3.0",
"depends": [
{
"name": "CrossFeedEnabler"
},
{
"name": "FirespitterCore"
},
{
"name": "KineTechAnimation"
},
{
"name": "KlockheedMartian-Gimbal"
},
{
"name": "ModuleManager",
"min_version": "2.5.1"
},
{
"name": "RasterPropMonitor-Core"
},
{
"name": "ResGen"
},
{
"name": "VirginKalactic-NodeToggle"
}
],
"recommends": [
{
"name": "HotRockets"
},
{
"name": "AerodynamicModel"
}
],
"install": [
{
"file": "GameData/B9_Aerospace",
"install_to": "GameData"
},
{
"file": "Ships",
"install_to": "Ships",
"optional": true,
"description": "B9 example crafts"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/92630-0-24-2-B9-Aerospace-Release-5",
"kerbalstuff": "https://kerbalstuff.com/mod/132/B9%20Aerospace%20Pack"
},
"ksp_version": "0.25",
"name": "B9 Aerospace Pack",
"abstract": "Essential and enormous set of structural, control, propulsion, command and utility parts for aerospace designs.",
"author": "bac9",
"version": "R5.2.6",
"download": "https://kerbalstuff.com/mod/132/B9%20Aerospace%20Pack/download/R5.2.6",
"x_generated_by": "netkan",
"download_size": 70963352
}

View File

@ -0,0 +1,22 @@
{
"spec_version": 1,
"identifier": "BDAnimationModules",
"name": "BahamutoD Animation Modules",
"abstract": "Animation modules plugin for KSP",
"license": "CC-BY-SA-3.0",
"ksp_version": "0.25",
"install": [
{
"file": "GameData/BahaSP",
"install_to": "GameData"
}
],
"resources": {
"repository": "https://github.com/BahamutoD/BDAnimationModules"
},
"author": "BahamutoD",
"version": "v0.5.2",
"download": "https://github.com/BahamutoD/BDAnimationModules/releases/download/v0.5.2/BDAnimationModules-v0.5.2.zip",
"x_generated_by": "netkan",
"download_size": 23871
}

17
BDArmory-0.6.1.2.ckan Normal file
View File

@ -0,0 +1,17 @@
{
"spec_version": 1,
"identifier": "BDArmory",
"license": "CC-BY-SA-2.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/85209-BahamutoD-s-Armory-v0-4-0-Dev-Thread",
"kerbalstuff": "https://kerbalstuff.com/mod/90/BahamutoD's%20Armory"
},
"ksp_version": "0.25",
"name": "BahamutoD's Armory",
"abstract": "Adds gun turrets, missiles, bombs, etc. ",
"author": "BahamutoD",
"version": "0.6.1.2",
"download": "https://kerbalstuff.com/mod/90/BahamutoD's%20Armory/download/0.6.1.2",
"x_generated_by": "netkan",
"download_size": 12995341
}

17
BDArmory-0.7.0a.ckan Normal file
View File

@ -0,0 +1,17 @@
{
"spec_version": 1,
"identifier": "BDArmory",
"license": "CC-BY-SA-2.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/85209-BahamutoD-s-Armory-v0-4-0-Dev-Thread",
"kerbalstuff": "https://kerbalstuff.com/mod/90/BahamutoD's%20Armory"
},
"ksp_version": "0.25",
"name": "BahamutoD's Armory",
"abstract": "Adds gun turrets, missiles, bombs, etc. ",
"author": "BahamutoD",
"version": "0.7.0a",
"download": "https://kerbalstuff.com/mod/90/BahamutoD's%20Armory/download/0.7.0a",
"x_generated_by": "netkan",
"download_size": 15103928
}

17
BDArmory-0.7.0b.ckan Normal file
View File

@ -0,0 +1,17 @@
{
"spec_version": 1,
"identifier": "BDArmory",
"license": "CC-BY-SA-2.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/85209-BahamutoD-s-Armory-v0-4-0-Dev-Thread",
"kerbalstuff": "https://kerbalstuff.com/mod/90/BahamutoD's%20Armory"
},
"ksp_version": "0.25",
"name": "BahamutoD's Armory",
"abstract": "Adds gun turrets, missiles, bombs, etc. ",
"author": "BahamutoD",
"version": "0.7.0b",
"download": "https://kerbalstuff.com/mod/90/BahamutoD's%20Armory/download/0.7.0b",
"x_generated_by": "netkan",
"download_size": 15097323
}

17
BDArmory-0.7.1.1.ckan Normal file
View File

@ -0,0 +1,17 @@
{
"spec_version": 1,
"identifier": "BDArmory",
"license": "CC-BY-SA-2.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/85209-BahamutoD-s-Armory-v0-4-0-Dev-Thread",
"kerbalstuff": "https://kerbalstuff.com/mod/90/BahamutoD's%20Armory"
},
"ksp_version": "0.25",
"name": "BahamutoD's Armory",
"abstract": "Adds gun turrets, missiles, bombs, etc. ",
"author": "BahamutoD",
"version": "0.7.1.1",
"download": "https://kerbalstuff.com/mod/90/BahamutoD's%20Armory/download/0.7.1.1",
"x_generated_by": "netkan",
"download_size": 15097877
}

17
BDArmory-0.7.1.ckan Normal file
View File

@ -0,0 +1,17 @@
{
"spec_version": 1,
"identifier": "BDArmory",
"license": "CC-BY-SA-2.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/85209-BahamutoD-s-Armory-v0-4-0-Dev-Thread",
"kerbalstuff": "https://kerbalstuff.com/mod/90/BahamutoD's%20Armory"
},
"ksp_version": "0.25",
"name": "BahamutoD's Armory",
"abstract": "Adds gun turrets, missiles, bombs, etc. ",
"author": "BahamutoD",
"version": "0.7.1",
"download": "https://kerbalstuff.com/mod/90/BahamutoD's%20Armory/download/0.7.1",
"x_generated_by": "netkan",
"download_size": 15097850
}

View File

@ -0,0 +1,24 @@
{
"spec_version": 1,
"identifier": "BackgroundProcessing",
"x_netkan_license_ok": true,
"install": [
{
"file": "BackgroundProcessing.dll",
"install_to": "GameData"
}
],
"resources": {
"homepage": "",
"kerbalstuff": "https://kerbalstuff.com/mod/302/BackgroundProcessing"
},
"ksp_version": "0.25",
"name": "BackgroundProcessing",
"license": "MIT",
"abstract": "Addon to handle some resources for unloaded vessels and provide modded parts the ability to perform processing on unloaded vessels.",
"author": "jamespicone",
"version": "0.2.3",
"download": "https://kerbalstuff.com/mod/302/BackgroundProcessing/download/0.2.3",
"x_generated_by": "netkan",
"download_size": 8797
}

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "BackgroundProcessing",
"x_netkan_license_ok": true,
"install": [
{
"file": "BackgroundProcessing.dll",
"install_to": "GameData"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/302/BackgroundProcessing"
},
"ksp_version": "0.25",
"name": "BackgroundProcessing",
"license": "MIT",
"abstract": "Addon to handle some resources for unloaded vessels and provide modded parts the ability to perform processing on unloaded vessels.",
"author": "jamespicone",
"version": "0.2.4",
"download": "https://kerbalstuff.com/mod/302/BackgroundProcessing/download/0.2.4",
"x_generated_by": "netkan",
"download_size": 8868
}

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "BackgroundProcessing",
"x_netkan_license_ok": true,
"install": [
{
"file": "BackgroundProcessing.dll",
"install_to": "GameData"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/302/BackgroundProcessing"
},
"ksp_version": "0.25",
"name": "BackgroundProcessing",
"license": "MIT",
"abstract": "Addon to handle some resources for unloaded vessels and provide modded parts the ability to perform processing on unloaded vessels.",
"author": "jamespicone",
"version": "0.2.5",
"download": "https://kerbalstuff.com/mod/302/BackgroundProcessing/download/0.2.5",
"x_generated_by": "netkan",
"download_size": 8966
}

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "BackgroundProcessing",
"x_netkan_license_ok": true,
"install": [
{
"file": "BackgroundProcessing.dll",
"install_to": "GameData"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/302/BackgroundProcessing"
},
"ksp_version": "0.25",
"name": "BackgroundProcessing",
"license": "MIT",
"abstract": "Addon to handle some resources for unloaded vessels and provide modded parts the ability to perform processing on unloaded vessels.",
"author": "jamespicone",
"version": "0.2.6",
"download": "https://kerbalstuff.com/mod/302/BackgroundProcessing/download/0.2.6",
"x_generated_by": "netkan",
"download_size": 9065
}

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "BackgroundProcessing",
"x_netkan_license_ok": true,
"install": [
{
"file": "BackgroundProcessing.dll",
"install_to": "GameData"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/302/BackgroundProcessing"
},
"ksp_version": "0.25",
"name": "BackgroundProcessing",
"license": "MIT",
"abstract": "Addon to handle some resources for unloaded vessels and provide modded parts the ability to perform processing on unloaded vessels.",
"author": "jamespicone",
"version": "0.2.7",
"download": "https://kerbalstuff.com/mod/302/BackgroundProcessing/download/0.2.7",
"x_generated_by": "netkan",
"download_size": 9078
}

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "BackgroundProcessing",
"x_netkan_license_ok": true,
"install": [
{
"file": "BackgroundProcessing.dll",
"install_to": "GameData"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/302/BackgroundProcessing"
},
"ksp_version": "0.25",
"name": "BackgroundProcessing",
"license": "MIT",
"abstract": "Addon to handle some resources for unloaded vessels and provide modded parts the ability to perform processing on unloaded vessels.",
"author": "jamespicone",
"version": "0.3.0",
"download": "https://kerbalstuff.com/mod/302/BackgroundProcessing/download/0.3.0",
"x_generated_by": "netkan",
"download_size": 9500
}

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "BackgroundProcessing",
"x_netkan_license_ok": true,
"install": [
{
"file": "BackgroundProcessing.dll",
"install_to": "GameData"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/302/BackgroundProcessing"
},
"ksp_version": "0.25",
"name": "BackgroundProcessing",
"license": "MIT",
"abstract": "Addon to handle some resources for unloaded vessels and provide modded parts the ability to perform processing on unloaded vessels.",
"author": "jamespicone",
"version": "0.3.1",
"download": "https://kerbalstuff.com/mod/302/BackgroundProcessing/download/0.3.1",
"x_generated_by": "netkan",
"download_size": 9650
}

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "BackgroundProcessing",
"x_netkan_license_ok": true,
"install": [
{
"file": "BackgroundProcessing.dll",
"install_to": "GameData"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/302/BackgroundProcessing"
},
"ksp_version": "0.90",
"name": "BackgroundProcessing",
"license": "MIT",
"abstract": "Addon to handle some resources for unloaded vessels and provide modded parts the ability to perform processing on unloaded vessels.",
"author": "jamespicone",
"version": "0.3.2",
"download": "https://kerbalstuff.com/mod/302/BackgroundProcessing/download/0.3.2",
"x_generated_by": "netkan",
"download_size": 9654
}

View File

@ -0,0 +1,30 @@
{
"spec_version": 1,
"identifier": "BahamutoDynamicsPartsPack",
"license": "CC-BY-SA",
"depends": [
{
"name": "BDAnimationModules"
}
],
"install": [
{
"file": "BahaSP",
"install_to": "GameData",
"filter": "Plugins",
"comment": "Plugins is the folder where BDAnimationModules is installed"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/82341",
"kerbalstuff": "https://kerbalstuff.com/mod/101/Bahamuto%20Dynamics%20(Parts%20pack)"
},
"ksp_version": "0.24.2",
"name": "Bahamuto Dynamics (Parts pack)",
"abstract": "Adds retractable engines, thrust vectoring jets, and that silly critter crawler.",
"author": "BahamutoD",
"version": "v1.1.1a",
"download": "https://kerbalstuff.com/mod/101/Bahamuto%20Dynamics%20(Parts%20pack)/download/v1.1.1a",
"x_generated_by": "netkan",
"download_size": 9135244
}

21
BargainRockets-1.1.1.ckan Normal file
View File

@ -0,0 +1,21 @@
{
"spec_version": 1,
"identifier": "BargainRockets",
"license": "CC-BY-SA-4.0",
"install": [
{
"file": "BargainRockets_1-1/BargainRockets",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/58639"
},
"ksp_version": "0.25",
"name": "Bargain Rocket Parts",
"abstract": "A popular part pack, originally by RubberDucky.",
"author": "Rubber Ducky",
"version": "1.1.1",
"download": "http://ksp.gurkensalat.com/archive/BargainRockets_1.1.1.zip",
"x_maintained_by": "hakan42"
}

21
BargainRockets-1.1.2.ckan Normal file
View File

@ -0,0 +1,21 @@
{
"spec_version": 1,
"identifier": "BargainRockets",
"license": "CC-BY-SA-4.0",
"install": [
{
"file": "GameData/BargainRockets",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/58639"
},
"ksp_version": "0.90",
"name": "Bargain Rocket Parts",
"abstract": "A popular part pack, originally by RubberDucky.",
"author": "Rubber Ducky",
"version": "1.1.2",
"download": "http://ksp.gurkensalat.com/archive/BargainRockets_1.1.2.zip",
"x_maintained_by": "hakan42"
}

22
BiggerLaunchpads-0.5.ckan Normal file
View File

@ -0,0 +1,22 @@
{
"spec_version": 1,
"identifier": "BiggerLaunchpads",
"license": "restricted",
"install": [
{
"file": "GameData/KerbiceBuildings",
"install_to": "GameData"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/322/Bigger%20Launchpads"
},
"ksp_version": "0.25",
"name": "Bigger Launchpads",
"abstract": "Launch gigantic rockets without any kind of trouble !",
"author": "KerbiceGroup",
"version": "0.5",
"download": "https://kerbalstuff.com/mod/322/Bigger%20Launchpads/download/0.5",
"x_generated_by": "netkan",
"download_size": 2133647
}

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "CIT-Util",
"name": "CIT Utils",
"abstract": "Caelum Ire Technologies shared utilities",
"ksp_version": "0.25",
"author": "marce",
"license": "CC-BY-NC-SA-4.0",
"resources": {
"homepage": "https://ksp.marce.at/",
"repository": "https://github.com/marce155/KSP-CIT-Util"
},
"install": [
{
"file": "CIT",
"install_to": "GameData"
}
],
"version": "1.0.4-unofficial",
"download": "https://github.com/pjf/KSP-CIT-Util/releases/download/1.0.4-unofficial/CITUtil_1.0.4.zip",
"x_generated_by": "netkan",
"download_size": 14914
}

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "CIT-Util",
"name": "CIT Utils",
"abstract": "Caelum Ire Technologies shared utilities",
"ksp_version": "0.90",
"author": "marce",
"license": "CC-BY-NC-SA-4.0",
"resources": {
"homepage": "https://ksp.marce.at/",
"repository": "https://github.com/marce155/KSP-CIT-Util"
},
"install": [
{
"file": "CIT",
"install_to": "GameData"
}
],
"version": "1.1.1-unofficial",
"download": "https://static.marce.at/file/KSP/CIT/CIT_Util/CITUtil_1.1.1.zip",
"x_generated_by": "netkan",
"download_size": 25271
}

17
CameraTools-1.1.ckan Normal file
View File

@ -0,0 +1,17 @@
{
"spec_version": 1,
"identifier": "CameraTools",
"license": "GPL-3.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/94171-24-2-Camera-Tools",
"kerbalstuff": "https://kerbalstuff.com/mod/190/Camera%20Tools"
},
"ksp_version": "0.25",
"name": "Camera Tools",
"abstract": "This mod adds a tool that you can use to achieve various camera angles. It's helpful for getting cool shots for cinematics.",
"author": "BahamutoD",
"version": "1.1",
"download": "https://kerbalstuff.com/mod/190/Camera%20Tools/download/1.1",
"x_generated_by": "netkan",
"download_size": 12129
}

17
CameraTools-1.2.ckan Normal file
View File

@ -0,0 +1,17 @@
{
"spec_version": 1,
"identifier": "CameraTools",
"license": "GPL-3.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/94171-24-2-Camera-Tools",
"kerbalstuff": "https://kerbalstuff.com/mod/190/Camera%20Tools"
},
"ksp_version": "0.25",
"name": "Camera Tools",
"abstract": "This mod adds a tool that you can use to achieve various camera angles. It's helpful for getting cool shots for cinematics.",
"author": "BahamutoD",
"version": "1.2",
"download": "https://kerbalstuff.com/mod/190/Camera%20Tools/download/1.2",
"x_generated_by": "netkan",
"download_size": 12239
}

17
Chatterer-0.7.1.ckan Normal file
View File

@ -0,0 +1,17 @@
{
"spec_version": 1,
"identifier": "Chatterer",
"license": "GPL-3.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/92324-0-24-2-Chatterer-v-0-6-0-Aug-29-2014",
"kerbalstuff": "https://kerbalstuff.com/mod/124/Chatterer"
},
"ksp_version": "0.25",
"name": "Chatterer",
"abstract": "A plugin for Kerbal Space Program from SQUAD, which adds some SSTV, beeps, and nonsensical radio chatter between your crewed command pods and Mission Control. There is also some environmental sounds as : wind in atmosphere, breathing on EVA and background noises inside space-crafts.",
"author": "Athlonic",
"version": "0.7.1",
"download": "https://kerbalstuff.com/mod/124/Chatterer/download/0.7.1",
"x_generated_by": "netkan",
"download_size": 6119898
}

17
Chatterer-0.8.0.ckan Normal file
View File

@ -0,0 +1,17 @@
{
"spec_version": 1,
"identifier": "Chatterer",
"license": "GPL-3.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/92324-0-24-2-Chatterer-v-0-6-0-Aug-29-2014",
"kerbalstuff": "https://kerbalstuff.com/mod/124/Chatterer"
},
"ksp_version": "0.90",
"name": "Chatterer",
"abstract": "A plugin for Kerbal Space Program from SQUAD, which adds some SSTV, beeps, and nonsensical radio chatter between your crewed command pods and Mission Control. There is also some environmental sounds as : wind in atmosphere, breathing on EVA and background noises inside space-crafts.",
"author": "Athlonic",
"version": "0.8.0",
"download": "https://kerbalstuff.com/mod/124/Chatterer/download/0.8.0",
"x_generated_by": "netkan",
"download_size": 6115194
}

View File

@ -0,0 +1,21 @@
{
"spec_version": 1,
"identifier": "CoherentContracts",
"license": "BSD-3-clause",
"depends": [
{
"name": "ModuleManager"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/333/Coherent%20Contracts"
},
"ksp_version": "0.25",
"name": "Coherent Contracts",
"abstract": "Prevents ocular traumatization by replacing the contract description generator",
"author": "DuoDex",
"version": "1.01",
"download": "https://kerbalstuff.com/mod/333/Coherent%20Contracts/download/1.01",
"x_generated_by": "netkan",
"download_size": 12966
}

View File

@ -0,0 +1,21 @@
{
"spec_version": 1,
"identifier": "CoherentContracts",
"license": "BSD-3-clause",
"depends": [
{
"name": "ModuleManager"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/333/Coherent%20Contracts"
},
"ksp_version": "0.90",
"name": "Coherent Contracts",
"abstract": "Prevents ocular traumatization by replacing the contract description generator",
"author": "DuoDex",
"version": "1.02",
"download": "https://kerbalstuff.com/mod/333/Coherent%20Contracts/download/1.02",
"x_generated_by": "netkan",
"download_size": 13267
}

23
CollisionFX-1.1.ckan Normal file
View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "CollisionFX",
"license": "GPL-2.0",
"install": [
{
"file": "GameData/CollisionFX",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101496",
"kerbalstuff": "https://kerbalstuff.com/mod/381/Collision%20FX"
},
"ksp_version": "0.25",
"name": "Collision FX",
"abstract": "Adds bangs, sparks and skidding effects to parts.",
"author": "pizzaoverhead",
"version": "1.1",
"download": "https://kerbalstuff.com/mod/381/Collision%20FX/download/1.1",
"x_generated_by": "netkan",
"download_size": 4176533
}

23
CollisionFX-1.2.ckan Normal file
View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "CollisionFX",
"license": "GPL-2.0",
"install": [
{
"file": "GameData/CollisionFX",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101496",
"kerbalstuff": "https://kerbalstuff.com/mod/381/Collision%20FX"
},
"ksp_version": "0.25",
"name": "Collision FX",
"abstract": "Adds bangs, sparks and skidding effects to parts.",
"author": "pizzaoverhead",
"version": "1.2",
"download": "https://kerbalstuff.com/mod/381/Collision%20FX/download/1.2",
"x_generated_by": "netkan",
"download_size": 4176854
}

23
CollisionFX-2.0.ckan Normal file
View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "CollisionFX",
"license": "GPL-2.0",
"install": [
{
"file": "GameData/CollisionFX",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101496",
"kerbalstuff": "https://kerbalstuff.com/mod/381/Collision%20FX"
},
"ksp_version": "0.25",
"name": "Collision FX",
"abstract": "Adds bangs, sparks and skidding effects to parts.",
"author": "pizzaoverhead",
"version": "2.0",
"download": "https://kerbalstuff.com/mod/381/Collision%20FX/download/2.0",
"x_generated_by": "netkan",
"download_size": 4156880
}

23
CollisionFX-2.1.ckan Normal file
View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "CollisionFX",
"license": "GPL-2.0",
"install": [
{
"file": "GameData/CollisionFX",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101496",
"kerbalstuff": "https://kerbalstuff.com/mod/381/Collision%20FX"
},
"ksp_version": "0.90",
"name": "Collision FX",
"abstract": "Adds bangs, sparks and skidding effects to parts.",
"author": "pizzaoverhead",
"version": "2.1",
"download": "https://kerbalstuff.com/mod/381/Collision%20FX/download/2.1",
"x_generated_by": "netkan",
"download_size": 4156965
}

View File

@ -0,0 +1,24 @@
{
"spec_version": 1,
"name": "Community Resource Pack",
"author": "RoverDude",
"identifier": "CommunityResourcePack",
"abstract": "Common resources for KSP mods",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"ksp_version": "0.90",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/91998",
"repository": "https://github.com/BobPalmer/CommunityResourcePack"
},
"install": [
{
"file": "GameData/CommunityResourcePack",
"install_to": "GameData"
}
],
"version": "0.3.1",
"download": "https://github.com/BobPalmer/CommunityResourcePack/releases/download/0.3.1/CRP_0.3.1.zip",
"x_generated_by": "netkan",
"download_size": 14402
}

View File

@ -0,0 +1,28 @@
{
"spec_version": 1,
"identifier": "CommunityTechTree",
"license": "CC-BY-NC-4.0",
"release_status": "stable",
"depends": [
{
"name": "TechManager"
}
],
"recommends": [
{
"name": "ModuleManager"
}
],
"resources": {
"homepage": "",
"kerbalstuff": "https://kerbalstuff.com/mod/345/Community%20Tech%20Tree"
},
"ksp_version": "0.25",
"name": "Community Tech Tree",
"abstract": "An extension for the stock technology tree designed to support many mods",
"author": "Nertea",
"version": "1.0",
"download": "https://kerbalstuff.com/mod/345/Community%20Tech%20Tree/download/1.0",
"x_generated_by": "netkan",
"download_size": 11480
}

View File

@ -0,0 +1,27 @@
{
"spec_version": 1,
"identifier": "CommunityTechTree",
"license": "CC-BY-NC-4.0",
"release_status": "stable",
"depends": [
{
"name": "TechManager"
}
],
"recommends": [
{
"name": "ModuleManager"
}
],
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/345/Community%20Tech%20Tree"
},
"ksp_version": "0.25",
"name": "Community Tech Tree",
"abstract": "An extension for the stock technology tree designed to support many mods",
"author": "Nertea",
"version": "1.1",
"download": "https://kerbalstuff.com/mod/345/Community%20Tech%20Tree/download/1.1",
"x_generated_by": "netkan",
"download_size": 11425
}

View File

@ -0,0 +1,16 @@
{
"spec_version": 1,
"identifier": "ConnectedLivingSpace",
"license": "CC-BY-NC-SA-4.0",
"resources": {
"kerbalstuff": "https://kerbalstuff.com/mod/11/Connected%20Living%20Space"
},
"ksp_version": "0.25",
"name": "Connected Living Space",
"abstract": "Identifies internals spaces that are connected together within a vessel.",
"author": "codepoet",
"version": "1.0.11.0",
"download": "https://kerbalstuff.com/mod/11/Connected%20Living%20Space/download/1.0.11.0",
"x_generated_by": "netkan",
"download_size": 37226
}

View File

@ -0,0 +1,19 @@
{
"spec_version": 1,
"identifier": "ContractConfigurator",
"name": "Contract Configurator",
"abstract": "A config-file based solution for creating new contracts!",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"ksp_version": "0.25",
"description": "A config-file based solution for creating new contracts!",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101604",
"repository": "https://github.com/jrossignol/ContractConfigurator"
},
"author": "jrossignol",
"version": "0.1.0",
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.1.0/ContractConfigurator_0.1.0.zip",
"x_generated_by": "netkan",
"download_size": 22896
}

View File

@ -0,0 +1,19 @@
{
"spec_version": 1,
"identifier": "ContractConfigurator",
"name": "Contract Configurator",
"abstract": "A config-file based solution for creating new contracts!",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"ksp_version": "0.25",
"description": "A config-file based solution for creating new contracts!",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101604",
"repository": "https://github.com/jrossignol/ContractConfigurator"
},
"author": "jrossignol",
"version": "0.2.0",
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.2.0/ContractConfigurator_0.2.0.zip",
"x_generated_by": "netkan",
"download_size": 31595
}

View File

@ -0,0 +1,31 @@
{
"spec_version": 1,
"identifier": "ContractConfigurator",
"name": "Contract Configurator",
"abstract": "A config-file based solution for creating new contracts!",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"author": "nightingale",
"description": "A config-file based solution for creating new contracts!",
"suggests": [
{
"name": "CoherentContracts"
},
{
"name": "ContractsWindowPlus"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101604",
"bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues",
"license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt",
"manual": "https://github.com/jrossignol/ContractConfigurator/wiki",
"repository": "https://github.com/jrossignol/ContractConfigurator"
},
"version": "0.3.1",
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.3.1/ContractConfigurator_0.3.1.zip",
"x_generated_by": "netkan",
"download_size": 42101,
"ksp_version_min": "0.25.0",
"ksp_version_max": "0.25.0"
}

View File

@ -0,0 +1,31 @@
{
"spec_version": 1,
"identifier": "ContractConfigurator",
"name": "Contract Configurator",
"abstract": "A config-file based solution for creating new contracts!",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"author": "nightingale",
"description": "A config-file based solution for creating new contracts!",
"suggests": [
{
"name": "CoherentContracts"
},
{
"name": "ContractsWindowPlus"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101604",
"bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues",
"license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt",
"manual": "https://github.com/jrossignol/ContractConfigurator/wiki",
"repository": "https://github.com/jrossignol/ContractConfigurator"
},
"version": "0.3.2",
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.3.2/ContractConfigurator_0.3.2.zip",
"x_generated_by": "netkan",
"download_size": 42109,
"ksp_version_min": "0.90.0",
"ksp_version_max": "0.90.0"
}

View File

@ -0,0 +1,31 @@
{
"spec_version": 1,
"identifier": "ContractConfigurator",
"name": "Contract Configurator",
"abstract": "A config-file based solution for creating new contracts!",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"author": "nightingale",
"description": "A config-file based solution for creating new contracts!",
"suggests": [
{
"name": "CoherentContracts"
},
{
"name": "ContractsWindowPlus"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101604",
"bugtracker": "https://github.com/jrossignol/ContractConfigurator/issues",
"license": "https://raw.githubusercontent.com/jrossignol/ContractConfigurator/master/LICENSE.txt",
"manual": "https://github.com/jrossignol/ContractConfigurator/wiki",
"repository": "https://github.com/jrossignol/ContractConfigurator"
},
"version": "0.3.3",
"download": "https://github.com/jrossignol/ContractConfigurator/releases/download/0.3.3/ContractConfigurator_0.3.3.zip",
"x_generated_by": "netkan",
"download_size": 42261,
"ksp_version_min": "0.90.0",
"ksp_version_max": "0.90.0"
}

View File

@ -0,0 +1,29 @@
{
"spec_version": 1,
"identifier": "ContractsWindowPlus",
"x_netkan_license_ok": true,
"install": [
{
"file": "GameData/Contracts Window",
"install_to": "GameData"
}
],
"depends": [
{
"name": "Toolbar"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/91034",
"kerbalstuff": "https://kerbalstuff.com/mod/99/Contract%20Window%20+"
},
"ksp_version": "0.25",
"name": "Contract Window +",
"license": "MIT",
"abstract": "A new, more flexible contract monitoring window.",
"author": "DMagic",
"version": "2.2",
"download": "https://kerbalstuff.com/mod/99/Contract%20Window%20+/download/2.2",
"x_generated_by": "netkan",
"download_size": 52074
}

View File

@ -1,15 +1,13 @@
{
"spec_version": 1,
"identifier": "CrewFiles",
"install": [
{
"file": "GameData/CrewFiles",
"install_to": "GameData"
}
],
"release_status": "stable",
"x_netkan_license_ok": true,
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/83755-CrewFiles-persistence-files-for-individual-kerbals",
"kerbalstuff": "https://kerbalstuff.com/mod/39/CrewFiles"
"homepage": "http://forum.kerbalspaceprogram.com/threads/83755",
"bugtracker": "https://github.com/Ippo343/CrewFiles/issues",
"repository": "https://github.com/Ippo343/CrewFiles",
"kerbalstuff": "https://kerbalstuff.com/mod/39"
},
"ksp_version": "0.25",
"name": "CrewFiles",

21
CrewFiles-2.1.ckan Normal file
View File

@ -0,0 +1,21 @@
{
"spec_version": 1,
"identifier": "CrewFiles",
"release_status": "stable",
"x_netkan_license_ok": true,
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/83755",
"bugtracker": "https://github.com/Ippo343/CrewFiles/issues",
"repository": "https://github.com/Ippo343/CrewFiles",
"kerbalstuff": "https://kerbalstuff.com/mod/39"
},
"ksp_version": "0.90",
"name": "CrewFiles",
"license": "LGPL-3.0",
"abstract": "A modder API to give each kerbal his own individual data file that you can use to store information about him",
"author": "Ippo",
"version": "2.1",
"download": "https://kerbalstuff.com/mod/39/CrewFiles/download/2.1",
"x_generated_by": "netkan",
"download_size": 32206
}

View File

@ -1,28 +0,0 @@
{
"spec_version" : 1,
"name" : "Cross Feed Enabler",
"abstract" : "Real fuels and tanks for KSP",
"identifier" : "CrossFeedEnabler",
"download" : "https://github.com/NathanKell/CrossFeedEnabler/releases/download/v3.1/CrossFeedEnabler_v3.1.zip",
"license" : "CC-BY-SA",
"author" : [ "NathanKell" ],
"version" : "3.1",
"release_status" : "stable",
"ksp_version" : "0.25",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/76499",
"github" : {
"url" : "https://github.com/NathanKell/CrossFeedEnabler",
"releases" : true
}
},
"install" : [
{
"file" : "CrossFeedEnabler",
"install_to" : "GameData"
}
],
"depends" : [
{ "name" : "ModuleManager", "min_version" : "2.5.0" }
]
}

View File

@ -0,0 +1,16 @@
{
"spec_version": 1,
"identifier": "CrossFeedEnabler",
"name": "Crossfeed Enabler",
"abstract": "Adds toggleable fuel crossfeed between the part it's added to, and the part this part is surface-attached to. Use it for radial tanks.",
"license": "CC-BY-SA",
"ksp_version": "0.25",
"resources": {
"repository": "https://github.com/NathanKell/CrossFeedEnabler"
},
"author": "NathanKell",
"version": "v3.1",
"download": "https://github.com/NathanKell/CrossFeedEnabler/releases/download/v3.1/CrossFeedEnabler_v3.1.zip",
"x_generated_by": "netkan",
"download_size": 30773
}

View File

@ -0,0 +1,16 @@
{
"spec_version": 1,
"identifier": "CrossFeedEnabler",
"name": "Crossfeed Enabler",
"abstract": "Adds toggleable fuel crossfeed between the part it's added to, and the part this part is surface-attached to. Use it for radial tanks.",
"license": "CC-BY-SA",
"ksp_version": "0.90",
"resources": {
"repository": "https://github.com/NathanKell/CrossFeedEnabler"
},
"author": "NathanKell",
"version": "v3.2",
"download": "https://github.com/NathanKell/CrossFeedEnabler/releases/download/v3.2/CrossFeedEnabler_v3.2.zip",
"x_generated_by": "netkan",
"download_size": 31865
}

View File

@ -0,0 +1,21 @@
{
"spec_version": 1,
"identifier": "CrowdSourcedScience",
"name": "Crowd Sourced Science",
"abstract": "Provides a nearly inexhaustible supply of science reports in Kerbal Space Program",
"license": "CC-BY-NC-4.0",
"ksp_version": "0.90",
"depends": [
{
"name": "ModuleManager"
}
],
"resources": {
"repository": "https://github.com/DuoDex/CrowdSourcedScience"
},
"author": "DuoDex",
"version": "v1.3.0",
"download": "https://github.com/DuoDex/CrowdSourcedScience/releases/download/v1.3.0/CrowdSourcedScience.zip",
"x_generated_by": "netkan",
"download_size": 83792
}

View File

@ -0,0 +1,46 @@
{
"spec_version": 1,
"identifier": "CustomAsteroids-Pops-Stock-Inner",
"name": "Custom Asteroids (inner stock system data)",
"abstract": "Adds asteroids inside orbit of Jool",
"release_status": "stable",
"x_netkan_license_ok": true,
"depends": [
{
"name": "CustomAsteroids",
"min_version": "1.0",
"comment": "Version at which config format stabilized."
}
],
"provides": [
"CustomAsteroids-Pops"
],
"conflicts": [
{
"name": "AlternisKerbol"
},
{
"name": "RealSolarSystem",
"comment": "The 6.4× and 10× Kerbol packs are compatible; how to allow them?"
}
],
"install": [
{
"file": "GameData/CustomAsteroids",
"install_to": "GameData",
"filter_regexp": "(?<!Basic Asteroids\\.cfg)$"
}
],
"x_maintained_by": "Starstrider42",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/80483",
"kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids"
},
"ksp_version": "0.25",
"license": "MIT",
"author": "Starstrider42",
"version": "v1.1.0",
"download": "https://kerbalstuff.com/mod/251/Custom%20Asteroids/download/v1.1.0",
"x_generated_by": "netkan",
"download_size": 24276
}

View File

@ -0,0 +1,52 @@
{
"spec_version": 1,
"identifier": "CustomAsteroids-Pops-Stock-Outer",
"name": "Custom Asteroids (outer stock system data)",
"abstract": "Adds comets outside orbit of Jool",
"release_status": "stable",
"depends": [
{
"name": "CustomAsteroids",
"min_version": "1.0",
"comment": "Version at which config format stabilized."
}
],
"provides": [
"CustomAsteroids-Pops"
],
"conflicts": [
{
"name": "AlternisKerbol"
},
{
"name": "PlanetFactory"
},
{
"name": "PlanetFactoryCE"
},
{
"name": "RealSolarSystem",
"comment": "The 6.4× and 10× Kerbol packs are compatible; how to select for them?"
}
],
"install": [
{
"file": "GameData/CustomAsteroids",
"install_to": "GameData",
"filter_regexp": "(?<!Trans-Jool\\.cfg)$"
}
],
"x_maintained_by": "Starstrider42",
"x_netkan_license_ok": true,
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/80483",
"kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids"
},
"ksp_version": "0.25",
"license": "MIT",
"author": "Starstrider42",
"version": "v1.1.0",
"download": "https://kerbalstuff.com/mod/251/Custom%20Asteroids/download/v1.1.0",
"x_generated_by": "netkan",
"download_size": 24276
}

View File

@ -2,22 +2,40 @@
"spec_version": 1,
"identifier": "CustomAsteroids",
"release_status": "stable",
"x_netkan_license_ok": true,
"resources": {
"repository": "https://github.com/Starstrider42/Custom-Asteroids",
"bugtracker": "https://github.com/Starstrider42/Custom-Asteroids/issues",
"manual": "http://starstrider42.github.io/Custom-Asteroids/",
"homepage": "http://forum.kerbalspaceprogram.com/threads/80483",
"kerbalstuff": "https://kerbalstuff.com/mod/251/Custom%20Asteroids"
},
"depends": [
{
"name": "CustomAsteroids-Pops"
}
],
"recommends": [
{
"name": "CustomAsteroids-Pops-Stock-Inner"
},
{
"name": "CustomAsteroids-Pops-Stock-Outer"
}
],
"install": [
{
"file": "GameData/CustomAsteroids",
"install_to": "GameData"
"install_to": "GameData",
"filter": "config"
}
],
"name": "Custom Asteroids",
"abstract": "Custom Asteroids is a mod for KSP that expands the stock asteroid functionality. Under Custom Asteroids most asteroids will not be on a flyby course for Kerbin. Instead, the mod places asteroids in specific populations throughout the stock kerbol system.",
"description": "Custom Asteroids is a mod for KSP that expands the stock asteroid functionality. Under Custom Asteroids most asteroids will not be on a flyby course for Kerbin. Instead, the mod places asteroids in specific populations throughout the stock kerbol system.",
"x_maintained_by": "Starstrider42",
"ksp_version": "0.25",
"license": "MIT",
"abstract": "Lets users control where asteroids appear",
"author": "Starstrider42",
"version": "v1.1.0",
"download": "https://kerbalstuff.com/mod/251/Custom%20Asteroids/download/v1.1.0",

View File

@ -0,0 +1,42 @@
{
"spec_version": 1,
"name": "Custom Biomes (Real Solar System data)",
"identifier": "CustomBiomes-Data-RSS",
"abstract": "Custom biomes for the Real Solar System",
"license": "CC-BY-NC-SA",
"release_status": "stable",
"ksp_version": "any",
"depends": [
{
"name": "RealSolarSystem"
},
{
"name": "CustomBiomes"
}
],
"provides": [
"CustomBiomes-Data"
],
"conflicts": [
{
"name": "CustomBiomes-Data"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/55145",
"repository": "https://github.com/NathanKell/RealSolarSystem"
},
"install": [
{
"file": "CustomBiomes",
"install_to": "GameData",
"comment": "This regexp only installs PluginData, and nothing else",
"filter_regexp": "^(?!CustomBiomes/PluginData/)"
}
],
"author": "NathanKell",
"version": "v8.3",
"download": "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.3/RealSolarSystem_v8.3.zip",
"x_generated_by": "netkan",
"download_size": 917562
}

View File

@ -0,0 +1,40 @@
{
"spec_version": 1,
"identifier": "CustomDesignSpacesuits-Steampunk",
"ksp_version": "0.90",
"license": "CC-BY-NC-SA-4.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/72115"
},
"depends": [
{
"name": "TextureReplacer",
"min_version": "2.1"
}
],
"install": [
{
"file": "Steam-Punk-Pack-v0.38/Green Skull Inc/GameData/TextureReplacer",
"install_to": "GameData",
"filter": [
"NegativeX.png",
"NegativeY.png",
"NegativeZ.png",
"PositiveX.png",
"PositiveY.png",
"PositiveZ.png",
"Visor.shader",
"TextureReplacer.dll",
"Readme.md"
]
}
],
"release_status": "testing",
"name": "Steam Punk Pack v0.38",
"abstract": "Steampunk Space Suits",
"description": "Provides Space Suits in a Steampunky flavour",
"author": "Green Skull",
"version": "0.38",
"download": "http://ksp.gurkensalat.com/archive/Steam-Punk-Pack-v0.38.zip",
"download_size": 53953879
}

16
DDSLoader-1.7.0.0.ckan Normal file
View File

@ -0,0 +1,16 @@
{
"spec_version": 1,
"identifier": "DDSLoader",
"ksp_version": "0.25",
"resources": {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/96729",
"repository" : "https://github.com/sarbian/DDSLoader/"
},
"name": "DDSLoader",
"license": "CC-BY-NC-SA-4.0",
"abstract": "Loads DDS Textures boringly fast!",
"author": "sarbian",
"version": "1.7.0.0",
"download": "https://ksp.sarbian.com/jenkins/job/DDSLoader/lastSuccessfulBuild/artifact/DDSLoader-1.7.0.0.zip",
"comment" : "Hand packaged by pjf, who loves things to load quickly."
}

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "DMagicOrbitalScience",
"license": "BSD-3-clause",
"install": [
{
"file": "GameData/DMagic Orbital Science",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/64972",
"kerbalstuff": "https://kerbalstuff.com/mod/5/DMagic%20Orbital%20Science"
},
"ksp_version": "0.25",
"name": "DMagic Orbital Science",
"abstract": "New science parts and experiments",
"author": "DMagic",
"version": "0.8.6.1",
"download": "https://kerbalstuff.com/mod/5/DMagic%20Orbital%20Science/download/0.8.6.1",
"x_generated_by": "netkan",
"download_size": 8266787
}

View File

@ -0,0 +1,23 @@
{
"spec_version": 1,
"identifier": "DMagicOrbitalScience",
"license": "BSD-3-clause",
"install": [
{
"file": "GameData/DMagic Orbital Science",
"install_to": "GameData"
}
],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/64972",
"kerbalstuff": "https://kerbalstuff.com/mod/5/DMagic%20Orbital%20Science"
},
"ksp_version": "0.25",
"name": "DMagic Orbital Science",
"abstract": "New science parts and experiments",
"author": "DMagic",
"version": "0.9.0.1",
"download": "https://kerbalstuff.com/mod/5/DMagic%20Orbital%20Science/download/0.9.0.1",
"x_generated_by": "netkan",
"download_size": 9331846
}

View File

@ -0,0 +1,46 @@
{
"spec_version": 1,
"identifier": "DMagicOrbitalScience",
"license": "BSD-3-clause",
"install": [
{
"file": "GameData/DMagic Orbital Science",
"install_to": "GameData"
}
],
"resources": {
"repository": "https://github.com/DMagic1/Orbital-Science",
"homepage": "http://forum.kerbalspaceprogram.com/threads/64972",
"kerbalstuff": "https://kerbalstuff.com/mod/5/DMagic%20Orbital%20Science"
},
"recommends": [
{
"name": "ContractsWindowPlus"
}
],
"suggests": [
{
"name": "CustomBiomes"
},
{
"name": "UniversalStorage"
},
{
"name": "ScienceAlert"
},
{
"name": "SCANsat"
},
{
"name": "CommunityTechTree"
}
],
"ksp_version": "0.25",
"name": "DMagic Orbital Science",
"abstract": "New science parts and experiments",
"author": "DMagic",
"version": "0.9.0.2",
"download": "https://kerbalstuff.com/mod/5/DMagic%20Orbital%20Science/download/0.9.0.2",
"x_generated_by": "netkan",
"download_size": 9331873
}

Some files were not shown because too many files have changed in this diff Show More