1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00
Files
CKAN-meta/RealSolarSystemTextures_8192.ckan
NathanKell 62dc5d9929 RSS: PNG conflicts with PNG and DDS with DDS
Though they can intermingle (it's safe, DDS will just override...you
don't even waste RAM or load time.)
2014-12-03 03:00:04 -05:00

26 lines
773 B
Plaintext

{
"spec_version" : 1,
"name" : "Real Solar System Textures - 8192 x 4096",
"identifier" : "RSSTextures8192",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures2048" },
{ "name" : "RSSTextures4096" }
],
"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",
"ksp_version" : "any",
"release_status" : "stable",
"depends" : [
{ "name" : "RealSolarSystem" }
],
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData"
}
]
}