Added RealSolarSystem 8.0 support.
Removed old RSS, which wasn't exactly up-to-date.
This commit is contained in:
parent
4fdf37ffc4
commit
1c7f584ac3
|
@ -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" : "RealSolarSystemTextures" },
|
||||
{ "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
|
||||
}
|
||||
]
|
||||
}
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue