From 1a3336450a4991edc577a4373efb575c89dd9b89 Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Wed, 3 Dec 2014 20:20:26 +1100 Subject: [PATCH] RSS DDS textures need DDSLoader and recent RSS to operate --- RSSTexturesDDS2048-1.0.ckan | 3 ++- RSSTexturesDDS4096-1.0.ckan | 3 ++- RSSTexturesDDS8192-1.0.ckan | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/RSSTexturesDDS2048-1.0.ckan b/RSSTexturesDDS2048-1.0.ckan index a799988c51..305bb16556 100644 --- a/RSSTexturesDDS2048-1.0.ckan +++ b/RSSTexturesDDS2048-1.0.ckan @@ -13,7 +13,8 @@ "ksp_version" : "any", "release_status" : "stable", "depends" : [ - { "name" : "RealSolarSystem" } + { "name" : "RealSolarSystem", "min_version" : "v8.3" }, + { "name" : "DDSLoader" } ], "install" : [ { diff --git a/RSSTexturesDDS4096-1.0.ckan b/RSSTexturesDDS4096-1.0.ckan index 980bb4750c..d037a0bff8 100644 --- a/RSSTexturesDDS4096-1.0.ckan +++ b/RSSTexturesDDS4096-1.0.ckan @@ -13,7 +13,8 @@ "ksp_version" : "any", "release_status" : "stable", "depends" : [ - { "name" : "RealSolarSystem" } + { "name" : "RealSolarSystem", "min_version" : "v8.3" }, + { "name" : "DDSLoader" } ], "install" : [ { diff --git a/RSSTexturesDDS8192-1.0.ckan b/RSSTexturesDDS8192-1.0.ckan index 3a1fdd114f..caf477c9f6 100644 --- a/RSSTexturesDDS8192-1.0.ckan +++ b/RSSTexturesDDS8192-1.0.ckan @@ -13,7 +13,8 @@ "ksp_version" : "any", "release_status" : "stable", "depends" : [ - { "name" : "RealSolarSystem" } + { "name" : "RealSolarSystem", "min_version" : "v8.3" }, + { "name" : "DDSLoader" } ], "install" : [ {