1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00
Files
CKAN-meta/RSSTexturesDDS2048/RSSTexturesDDS2048-1.0.ckan
NathanKell 6bbe9d406f Update RSS textures to Sarbian's site`
nabaal.net is having cert problems. Thanks @sarbian !
2015-04-02 16:05:35 -04:00

27 lines
859 B
Plaintext

{
"spec_version" : 1,
"name" : "Real Solar System Textures DDS - 2048 x 1024",
"identifier" : "RSSTexturesDDS2048",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTexturesDDS4096" },
{ "name" : "RSSTexturesDDS8192" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures//RSSTextures2048DDS.zip",
"license" : "CC-BY-NC-SA",
"version" : "1.0",
"ksp_version" : "any",
"release_status" : "stable",
"depends" : [
{ "name" : "RealSolarSystem", "min_version" : "v8.3" },
{ "name" : "DDSLoader" }
],
"install" : [
{
"file" : "GameData/RSSTextures",
"install_to" : "GameData"
}
]
}