parent
128dd09a30
commit
0e7e6d2245
|
@ -10,7 +10,7 @@
|
||||||
"min_ksp" : "0.25.0",
|
"min_ksp" : "0.25.0",
|
||||||
"max_ksp" : "0.25.9",
|
"max_ksp" : "0.25.9",
|
||||||
"depends" : [
|
"depends" : [
|
||||||
{ "name" : "RealSolarSystemTextures" },
|
{ "name" : "RSSTextures" },
|
||||||
{ "name" : "ModuleManager", "min_version" : "2.5.0" }
|
{ "name" : "ModuleManager", "min_version" : "2.5.0" }
|
||||||
],
|
],
|
||||||
"recommends" : [
|
"recommends" : [
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
|
@ -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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue