Initial import from the original CKAN repo.

This commit is contained in:
Paul Fenwick 2014-10-05 18:09:47 +11:00
commit 83c9b99338
9 changed files with 377 additions and 0 deletions

42
AJE.ckan Normal file
View File

@ -0,0 +1,42 @@
{
"spec_version": 1,
"name" : "Advanced Jet Engine (AJE)",
"abstract" : "Realistic jet engines for KSP",
"identifier": "AJE",
"download" : "https://github.com/NathanKell/AJE/releases/download/v1.5/AJE_v1.5.zip",
"license" : "LGPLv2.1",
"version" : "1.5",
"release_status" : "stable",
"min_ksp" : "0.24.2",
"max_ksp" : "0.24.2",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/70008",
"github" : {
"url" : "https://github.com/NathanKell/AJE",
"releases" : true
}
},
"install" : [
{
"file" : "AJE",
"install_to" : "GameData"
}
],
"requires" : [
{ "name" : "FerramAerospaceResearch" }
],
"recommends" : [
{ "name" : "RealFuels" },
{ "name" : "HotRockets" }
],
"bundles" : [
{
"file" : "ModuleManager.2.3.5.dll",
"identifier" : "ModuleManager",
"version" : "2.3.5",
"install_to" : "GameData",
"license" : "CC-BY-SA",
"required" : true
}
]
}

35
DeadlyReentry.ckan Normal file
View File

@ -0,0 +1,35 @@
{
"spec_version": 1,
"name" : "Deadly Reentry Continued",
"abstract" : "Makes re-entry much more dangerous",
"identifier": "DeadlyReentry",
"download" : "https://github.com/NathanKell/DeadlyReentry/releases/download/v5.2/DeadlyReentryCont_v5.2.zip",
"license" : "CC-BY-SA",
"version" : "v5.2",
"release_status" : "stable",
"min_ksp" : "0.24.2",
"max_ksp" : "0.24.2",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/54954",
"github" : {
"url" : "https://github.com/NathanKell/DeadlyReentry",
"releases" : true
}
},
"install" : [
{
"file" : "DeadlyReentry",
"install_to" : "GameData"
}
],
"bundles" : [
{
"file" : "ModuleManager.2.2.0.dll",
"identifier" : "ModuleManager",
"version" : "v2.2.0",
"install_to" : "GameData",
"license" : "CC-BY-SA",
"required" : true
}
]
}

View File

@ -0,0 +1,43 @@
{
"spec_version": 1,
"name" : "Ferram Aerospace Research(FAR)",
"abstract" : "Realistic aerodynamics for KSP",
"identifier": "FerramAerospaceResearch",
"download" : "https://github.com/ferram4/Ferram-Aerospace-Research/releases/download/v0.14.1.1/FerramAerospaceResearch_v0_14_1_1.zip",
"license" : "GPLv3",
"version" : "0.14.1.1",
"release_status" : "stable",
"min_ksp" : "0.24.2",
"max_ksp" : "0.24.2",
"comment" : "Setting to *no* github releases so the code doesn't try to confuse NEAR with FAR",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/20451",
"github" : {
"url" : "https://github.com/ferram4/Ferram-Aerospace-Research",
"releases" : false
}
},
"install" : [
{
"file" : "GameData/FerramAerospaceResearch",
"install_to" : "GameData"
},
{
"file" : "Ships",
"install_to" : "Ships",
"optional" : true,
"description" : "FAR example craft"
}
],
"bundles" : [
{
"file" : "GameData/ModuleManager.2.2.0.dll",
"identifier" : "ModuleManager",
"version" : "2.2.0",
"install_to" : "GameData",
"license" : "CC-BY-SA",
"required" : true
}
]
}

61
Karbonite.ckan Normal file
View File

@ -0,0 +1,61 @@
{
"name" : "Karbonite",
"identifier" : "Karbonite",
"abstract" : "A newly discovered mineral that has hydrocarbon-like properties and is perfect for processing into a fuel. It's easily mined from the surface, and can be found in liquid or gaseous forms on certain planets.",
"download" : "https://github.com/BobPalmer/Karbonite/releases/download/0.3.5/Karbonite_0.3.5.zip",
"license" : "CC-BY-NC-SA",
"version" : "0.3.5",
"release_status" : "stable",
"min_ksp" : "0.24.2",
"max_ksp" : "0.24.2",
"spec_version" : 1,
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/87335",
"github" : {
"url" : "https://github.com/BobPalmer/Karbonite",
"releases" : true
}
},
"install" : [
{
"file" : "GameData/UmbraSpaceIndustries",
"install_to" : "GameData"
},
{
"file" : "GameData/TextureReplace",
"install_to" : "GameData",
"requires" : "TextureReplacer"
}
],
"recommends" : [ { "name" : "KarbonitePlus" } ],
"comment" : "Firespitter isn't a complete install below, and it's got a weird license. Likewise, the UmbraSpaceIndustries folder contains a number of standard USI parts that could be split out.",
"bundles" : [
{
"file" : "GameData/CommunityResourcePack",
"identifier" : "CommunityResourcePack",
"version" : "0.1.3",
"install_to" : "GameData",
"license" : "CC-BY-NC-SA",
"required" : true
},
{
"file" : "GameData/Firespitter",
"identifier" : "Firespitter",
"version" : "6.3.5",
"install_to" : "GameData",
"license" : "restricted",
"required" : true
},
{
"file" : "GameData/ModuleManager.2.3.3.dll",
"identifier" : "ModuleManager",
"version" : "2.3.3",
"install_to" : "GameData",
"license" : "CC-BY-SA",
"required" : true
}
]
}

24
MechJeb2-dev.ckan Normal file
View File

@ -0,0 +1,24 @@
{
"spec_version": 1,
"name" : "MechJeb",
"identifier" : "MechJeb2",
"abstract" : "MechJeb autopilot and helper",
"download" : "http://jenkins.mumech.com/job/MechJeb2/lastSuccessfulBuild/artifact/jenkins-MechJeb2-321/MechJeb2-2.3.1.0-321.zip",
"license" : "GPLv3",
"version" : "2.3.1.0-321",
"release_status" : "development",
"min_ksp" : "0.24.2",
"max_ksp" : "0.24.2",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/12384-PART-0-24-2-Anatid-Robotics-MuMech-MechJeb-Autopilot-v2-3-1",
"github" : {
"url" : "https://github.com/MuMech/MechJeb2"
}
},
"install" : [
{
"file" : "MechJeb2",
"install_to" : "GameData"
}
]
}

24
MechJeb2.ckan Normal file
View File

@ -0,0 +1,24 @@
{
"spec_version": 1,
"name" : "MechJeb",
"identifier" : "MechJeb2",
"abstract" : "MechJeb autopilot and helper",
"download" : "http://jenkins.mumech.com/job/MechJeb2%20Release/lastSuccessfulBuild/artifact/jenkins-MechJeb2%20Release-19/MechJeb2-2.3.1.0.zip",
"license" : "GPLv3",
"version" : "2.3.1.0",
"release_status" : "stable",
"min_ksp" : "0.24.2",
"max_ksp" : "0.24.2",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/12384-PART-0-24-2-Anatid-Robotics-MuMech-MechJeb-Autopilot-v2-3-1",
"github" : {
"url" : "https://github.com/MuMech/MechJeb2"
}
},
"install" : [
{
"file" : "MechJeb2",
"install_to" : "GameData"
}
]
}

49
RealSolarSystem.ckan Normal file
View File

@ -0,0 +1,49 @@
{
"spec_version": 1,
"name" : "Real Solar System",
"identifier" : "RealSolarSystem",
"abstract" : "Resizes and rearranges the Kerbal system to more closely resemble he Solar System",
"download" : "https://github.com/NathanKell/RealSolarSystem/releases/download/v7.3/RealSolarSystem_v7.3.zip",
"license" : "CC-BY-NC-SA",
"version" : "7.3",
"release_status" : "stable",
"min_ksp" : "0.24.2",
"max_ksp" : "0.24.2",
"requires" : [
{ "name" : "RealSolarSystemTextures" }
],
"recommends" : [
{ "name" : "RealismOverhaul" }
],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/55145",
"github" : {
"url" : "https://github.com/NathanKell/RealSolarSystem",
"releases" : true
}
},
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData"
}
],
"bundles" : [
{
"file" : "ModuleManager.2.3.3.dll",
"identifier" : "ModuleManager",
"version" : "2.3.3",
"install_to" : "GameData",
"license" : "CC-BY-SA",
"required" : true
},
{
"file" : "CustomBiomes",
"identifier" : "CustomBiomes",
"version" : "1.6.6",
"install_to" : "GameData",
"license" : "CC-BY-NC-SA",
"required" : false
}
]
}

73
RealismOverhaul.ckan Normal file
View File

@ -0,0 +1,73 @@
{
"spec_version": 1,
"name" : "Realism Overhaul",
"identifier": "RealismOverhaul",
"abstract" : "Overhaul KSP to use realistic fuels, engines, masses, and more",
"download" : "https://github.com/NathanKell/RealismOverhaul/releases/download/v6.0a12/RealismOverhaulv6a12.zip",
"license" : "CC-BY-SA",
"version" : "6a12",
"release_status" : "alpha",
"min_ksp" : "0.24.2",
"max_ksp" : "0.24.2",
"requires" : [
{ "name" : "AJE" },
{ "name" : "DeadlyRentry", "min_version" : "5.2" },
{ "name" : "EngineIgnitor" },
{ "name" : "FerramAerospaceResearch" },
{ "name" : "ModuleManager" },
{ "name" : "ModuleRCSFX" },
{ "name" : "RealChutes" },
{ "name" : "RealFuels" },
{ "name" : "RealSolarSystem" }
],
"recommends" : [
{ "name" : "KerbalJointReinforcement" },
{ "name" : "RemoteTech2" },
{ "name" : "TACLS" },
{ "name" : "TweakScale" },
{ "name" : "CrossFeedEnabler" },
{ "name" : "MechJeb" },
{ "name" : "ModuleFixer" },
{ "name" : "PartCatalog" },
{ "name" : "TextureReplacer" },
{ "name" : "ActiveTextureManagement" },
{ "name" : "Toolbar" }
],
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/84689",
"github" : {
"url" : "https://github.com/NathanKell/RealismOverhaul",
"releases" : true
}
},
"install" : [
{
"file" : "RealismOverhaul",
"install_to" : "GameData"
},
{
"file" : "ThunderAerospace",
"install_to" : "GameData",
"requires" : "TACLS",
"overwrite" : true
}
],
"bundles" : [
{
"file" : "ModuleManager.2.3.4.dll",
"identifier" : "ModuleManager",
"version" : "2.3.4",
"install_to" : "GameData",
"license" : "CC-BY-SA",
"required" : true
},
{
"file" : "ModuleRCSFX",
"identifier" : "ModuleRCSFX",
"version" : "3.0",
"install_to" : "GameData",
"license" : "CC-BY-SA",
"required" : true
}
]
}

26
kOS.ckan Normal file
View File

@ -0,0 +1,26 @@
{
"spec_version": 1,
"name" : "kOS - Kerbal OS",
"identifier" : "kOS",
"abstract" : "A programming and automation environment for KSP craft.",
"download" : "https://github.com/KSP-KOS/KOS/releases/download/v0.14/kOS.v14.zip",
"license" : "GPLv3",
"version" : "0.14",
"release_status" : "stable",
"min_ksp" : "0.24.2",
"max_ksp" : "0.24.2",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/68089-0-23-kOS-Scriptable-Autopilot-System-v0-11-2-13",
"manual" : "http://ksp-kos.github.io/KOS_DOC/",
"github" : {
"url" : "https://github.com/KSP-KOS/KOS",
"releases" : true
}
},
"install" : [
{
"file" : "GameData/kOS",
"install_to" : "GameData"
}
]
}