1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00
CKAN-meta/RSSTexturesDDS2048/RSSTexturesDDS2048-1.0.ckan
Matthew Heguy c42d018410 Initial
2015-07-06 13:57:47 -04:00

30 lines
973 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_max" : "0.90",
"release_status" : "stable",
"resources": {
"homepage": "https://ksp.sarbian.com/nathankell/RealSolarSystem/Textures/"
},
"depends" : [
{ "name" : "RealSolarSystem", "min_version" : "v8.3" },
{ "name" : "DDSLoader" }
],
"install" : [
{
"file" : "GameData/RSSTextures",
"install_to" : "GameData"
}
]
}