Added RSS Textures.

Shortened RSSTextures name.
This commit is contained in:
Paul Fenwick 2014-10-13 18:27:58 +11:00
parent 128dd09a30
commit 0e7e6d2245
7 changed files with 61 additions and 61 deletions

View File

@ -10,7 +10,7 @@
"min_ksp" : "0.25.0",
"max_ksp" : "0.25.9",
"depends" : [
{ "name" : "RealSolarSystemTextures" },
{ "name" : "RSSTextures" },
{ "name" : "ModuleManager", "min_version" : "2.5.0" }
],
"recommends" : [

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

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