Merge pull request #8 from pjf/moar_mods

More mods for the CKAN.
This commit is contained in:
Leon Wright 2014-10-13 21:24:38 +08:00
commit 7e6165d497
10 changed files with 129 additions and 110 deletions

43
RealSolarSystem-8.0.ckan Normal file
View File

@ -0,0 +1,43 @@
{
"spec_version" : 1,
"name" : "Real Solar System",
"identifier" : "RealSolarSystem",
"abstract" : "Resizes and rearranges the Kerbal system to more closely resemble the Solar System",
"download" : "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.0/RealSolarSystem_v8.0.zip",
"license" : "CC-BY-NC-SA",
"version" : "8.0",
"release_status" : "stable",
"min_ksp" : "0.25.0",
"max_ksp" : "0.25.9",
"depends" : [
{ "name" : "RSSTextures" },
{ "name" : "ModuleManager", "min_version" : "2.5.0" }
],
"recommends" : [
{ "name" : "RealismOverhaul" },
{ "name" : "Toolbar" }
],
"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" : "CustomBiomes",
"identifier" : "CustomBiomes",
"version" : "1.6.6",
"install_to" : "GameData",
"license" : "CC-BY-NC-SA",
"required" : false
}
]
}

View File

@ -1,49 +0,0 @@
{
"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",
"depends" : [
{ "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
}
]
}

View File

@ -0,0 +1,20 @@
{
"spec_version" : 1,
"name" : "Real Solar System Textures - 2048 x 1024",
"identifier" : "RSSTextures2048",
"provides" : [ "RSSTextures" ],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/2048.zip",
"license" : "CC-BY-NC-SA",
"version" : "1.0",
"release_status" : "stable",
"depends" : [
{ "name" : "RealSolarSystem" }
],
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData"
}
]
}

View File

@ -0,0 +1,20 @@
{
"spec_version" : 1,
"name" : "Real Solar System Textures - 4096 x 2048",
"identifier" : "RSSTextures4096",
"provides" : [ "RSSTextures" ],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/4096.zip",
"license" : "CC-BY-NC-SA",
"version" : "1.0",
"release_status" : "stable",
"depends" : [
{ "name" : "RealSolarSystem" }
],
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData"
}
]
}

View File

@ -0,0 +1,20 @@
{
"spec_version" : 1,
"name" : "Real Solar System Textures - 8192 x 4096",
"identifier" : "RSSTextures8192",
"provides" : [ "RSSTextures" ],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/8192.zip",
"license" : "CC-BY-NC-SA",
"version" : "1.0",
"release_status" : "stable",
"depends" : [
{ "name" : "RealSolarSystem" }
],
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData"
}
]
}

View File

@ -11,7 +11,7 @@
"max_ksp" : "0.24.2",
"depends" : [
{ "name" : "AJE" },
{ "name" : "DeadlyRentry", "min_version" : "5.2" },
{ "name" : "DeadlyReentry", "min_version" : "5.2" },
{ "name" : "EngineIgnitor" },
{ "name" : "FerramAerospaceResearch" },
{ "name" : "ModuleManager" },

25
Toolbar-1.7.7.ckan Normal file
View File

@ -0,0 +1,25 @@
{
"spec_version" : 1,
"name" : "Toolbar",
"identifier" : "Toolbar",
"abstract" : "API for third-party plugins to provide toolbar buttons",
"download" : "http://blizzy.de/toolbar/Toolbar-1.7.7.zip",
"license" : "BSD",
"version" : "1.7.7",
"release_status" : "stable",
"min_ksp" : "0.25.0",
"max_ksp" : "0.25.9",
"resources" : {
"homepage" : "http://forum.kerbalspaceprogram.com/threads/60863",
"github" : {
"url" : "https://github.com/blizzy78/ksp_toolbar",
"releases" : true
}
},
"install" : [
{
"file" : "Toolbar-1.7.7/GameData/000_Toolbar",
"install_to" : "GameData"
}
]
}

View File

@ -1,20 +0,0 @@
{
"spec_version": 1,
"name" : "Real Solar System Textures - 2048 x 1024",
"provides" : [ "Real Solar System Textures" ],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/2048.zip",
"license" : "CC-BY-NC-SA",
"version" : "v1.0",
"release_status" : "stable",
"requires" : [
{ "name" : "Real Solar System" }
],
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData",
"overwrite" : true
}
]
}

View File

@ -1,20 +0,0 @@
{
"spec_version": 1,
"name" : "Real Solar System Textures - 4096 x 2048",
"provides" : [ "Real Solar System Textures" ],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/4096.zip",
"license" : "CC-BY-NC-SA",
"version" : "v1.0",
"release_status" : "stable",
"requires" : [
{ "name" : "Real Solar System" }
],
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData",
"overwrite" : true
}
]
}

View File

@ -1,20 +0,0 @@
{
"spec_version": 1,
"name" : "Real Solar System Textures - 8192 x 4096",
"provides" : [ "Real Solar System Textures" ],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/8192.zip",
"license" : "CC-BY-NC-SA",
"version" : "v1.0",
"release_status" : "stable",
"requires" : [
{ "name" : "Real Solar System" }
],
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData",
"overwrite" : true
}
]
}