From dc5d4424c746b9677ba3cb882e1d3689617a5485 Mon Sep 17 00:00:00 2001 From: Myk Dowling Date: Sun, 13 Dec 2015 16:52:27 +1100 Subject: [PATCH 1/3] Add WindowShineTR to CKAN-Meta Finally found a comment from Avera9eJoe saying he'd be happy for this to be added to CKAN, --- WindowShineTR/WindowShineTR-v11.ckan | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WindowShineTR/WindowShineTR-v11.ckan diff --git a/WindowShineTR/WindowShineTR-v11.ckan b/WindowShineTR/WindowShineTR-v11.ckan new file mode 100644 index 0000000000..bfaefdaf53 --- /dev/null +++ b/WindowShineTR/WindowShineTR-v11.ckan @@ -0,0 +1,23 @@ +{ + "spec_version" : 1, + "identifier" : "WindowShineTR", + "name" : "WindowShine", + "author" : "Avera9eJoe", + "abstract" : "Stock reflective windows and solar panels + mod support!", + "version" : "v11", + "ksp_version_min" : "1.0.5", + "license" : "CC-BY-NC-4.0", + "depends" : [ + { "name" : "TextureReplacer" } + ], + "resources" : { + "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/110080-105" + }, + "download" : "https://www.dropbox.com/s/ot46u84krjub5k8/WindowShineTR-v11.zip?dl=1", + "install" : [ + { + "file" : "GameData/TextureReplacer", + "install_to" : "GameData" + } + ] +} From 0f95a7d060a7bc460166a4dc1568d3fadd057f19 Mon Sep 17 00:00:00 2001 From: Myk Dowling Date: Sun, 13 Dec 2015 16:59:12 +1100 Subject: [PATCH 2/3] Update WindowShineTR-v11.ckan Requires ModuleManager, too --- WindowShineTR/WindowShineTR-v11.ckan | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WindowShineTR/WindowShineTR-v11.ckan b/WindowShineTR/WindowShineTR-v11.ckan index bfaefdaf53..bc71ee70ea 100644 --- a/WindowShineTR/WindowShineTR-v11.ckan +++ b/WindowShineTR/WindowShineTR-v11.ckan @@ -8,7 +8,8 @@ "ksp_version_min" : "1.0.5", "license" : "CC-BY-NC-4.0", "depends" : [ - { "name" : "TextureReplacer" } + { "name" : "TextureReplacer" }, + { "name" : "ModuleManager" } ], "resources" : { "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/110080-105" From 6ad65d19d4b0ea8b96a3492fcc591eabb556e258 Mon Sep 17 00:00:00 2001 From: Myk Dowling Date: Sun, 13 Dec 2015 17:21:03 +1100 Subject: [PATCH 3/3] Update WindowShineTR-v11.ckan Whoops, stuffed up the KSP version --- WindowShineTR/WindowShineTR-v11.ckan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowShineTR/WindowShineTR-v11.ckan b/WindowShineTR/WindowShineTR-v11.ckan index bc71ee70ea..aefed43e8c 100644 --- a/WindowShineTR/WindowShineTR-v11.ckan +++ b/WindowShineTR/WindowShineTR-v11.ckan @@ -5,7 +5,7 @@ "author" : "Avera9eJoe", "abstract" : "Stock reflective windows and solar panels + mod support!", "version" : "v11", - "ksp_version_min" : "1.0.5", + "ksp_version" : "1.0.5", "license" : "CC-BY-NC-4.0", "depends" : [ { "name" : "TextureReplacer" },