Trying again with RSS DDS textures
This commit is contained in:
parent
0944b36ced
commit
a56ca3353a
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Real Solar System Textures DDS - 2048 x 1024",
|
||||
"identifier" : "RSSTexturesDDS2048",
|
||||
"provides" : [ "RSSTextures" ],
|
||||
"abstract" : "Textures for Real Solar Systems",
|
||||
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/RSSTextures2048DDS.zip",
|
||||
"license" : "CC-BY-NC-SA",
|
||||
"version" : "1.0",
|
||||
"ksp_version" : "any",
|
||||
"release_status" : "stable",
|
||||
"depends" : [
|
||||
{ "name" : "RealSolarSystem" }
|
||||
],
|
||||
"install" : [
|
||||
{
|
||||
"file" : "GameData/RSSTextures",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Real Solar System Textures DDS - 4096 x 2048",
|
||||
"identifier" : "RSSTexturesDDS4096",
|
||||
"provides" : [ "RSSTextures" ],
|
||||
"abstract" : "Textures for Real Solar Systems",
|
||||
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/RSSTextures4096DDS.zip",
|
||||
"license" : "CC-BY-NC-SA",
|
||||
"version" : "1.0",
|
||||
"ksp_version" : "any",
|
||||
"release_status" : "stable",
|
||||
"depends" : [
|
||||
{ "name" : "RealSolarSystem" }
|
||||
],
|
||||
"install" : [
|
||||
{
|
||||
"file" : "GameData/RSSTextures",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Real Solar System Textures DDS - 8192 x 4096",
|
||||
"identifier" : "RSSTexturesDDS8192",
|
||||
"provides" : [ "RSSTextures" ],
|
||||
"abstract" : "Textures for Real Solar Systems",
|
||||
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/RSSTextures8192DDS.zip",
|
||||
"license" : "CC-BY-NC-SA",
|
||||
"version" : "1.0",
|
||||
"ksp_version" : "any",
|
||||
"release_status" : "stable",
|
||||
"depends" : [
|
||||
{ "name" : "RealSolarSystem" }
|
||||
],
|
||||
"install" : [
|
||||
{
|
||||
"file" : "GameData/RSSTextures",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue