From fa15c980c78edfc14369d150b770685eb039a355 Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Fri, 27 Mar 2015 12:59:40 +0100 Subject: [PATCH 1/9] Add KopernicusTech --- KopernicusTech/KopernicusTech-0.13.ckan | 38 +++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 KopernicusTech/KopernicusTech-0.13.ckan diff --git a/KopernicusTech/KopernicusTech-0.13.ckan b/KopernicusTech/KopernicusTech-0.13.ckan new file mode 100644 index 0000000000..af16cf9789 --- /dev/null +++ b/KopernicusTech/KopernicusTech-0.13.ckan @@ -0,0 +1,38 @@ +{ + "spec_version" : "v1.4", + "Identifier" : "KopernicusTech", + "name" : "KopernicusTech", + "abstract" : "An attempt to integrate Kopernicus with KittopiaTech", + "license" : "GPL-3.0", + "version" : "0.13", + "author" : "Gravitasi", + "ksp_version" : "0.90", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/109122" + }, + "download" : "https://www.dropbox.com/s/7b999gme8p7cgfr/KopernicusTech_v0.13.zip?dl=1", + "install" : [ + { + "find" : "KittopiaSpace", + "install_to" : "GameData", + }, + { + "find" : "Kopernicus", + "install_to" : "GameData", + "filter" : [ "System.cfg" ] + }, + ], + "depends" : [ + { + "name" : "Kopernicus-Config" + } + ], + "conflicts" : [ + { + "name" : "Kopernicus" + }, + { + "name" : "KittopiaSpace" + } + ] +} \ No newline at end of file From 2ecdcc31e535a23f22709a89e94bbd3852bb5c41 Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Fri, 27 Mar 2015 13:04:42 +0100 Subject: [PATCH 2/9] Newline... --- KopernicusTech/KopernicusTech-0.13.ckan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KopernicusTech/KopernicusTech-0.13.ckan b/KopernicusTech/KopernicusTech-0.13.ckan index af16cf9789..4d6a4f0a1b 100644 --- a/KopernicusTech/KopernicusTech-0.13.ckan +++ b/KopernicusTech/KopernicusTech-0.13.ckan @@ -35,4 +35,4 @@ "name" : "KittopiaSpace" } ] -} \ No newline at end of file +} From ccda57598ad2bf87b1e5e1d6aba17b8fe1bc9fea Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Fri, 27 Mar 2015 13:08:41 +0100 Subject: [PATCH 3/9] remove superflous comma --- KopernicusTech/KopernicusTech-0.13.ckan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KopernicusTech/KopernicusTech-0.13.ckan b/KopernicusTech/KopernicusTech-0.13.ckan index 4d6a4f0a1b..96a856c7d1 100644 --- a/KopernicusTech/KopernicusTech-0.13.ckan +++ b/KopernicusTech/KopernicusTech-0.13.ckan @@ -20,7 +20,7 @@ "find" : "Kopernicus", "install_to" : "GameData", "filter" : [ "System.cfg" ] - }, + } ], "depends" : [ { From e82eca1830b2ddf58d306c9c0df9c344f4e9b1c3 Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Fri, 27 Mar 2015 13:20:26 +0100 Subject: [PATCH 4/9] Forgot to add a dependency --- KopernicusTech/KopernicusTech-0.13.ckan | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/KopernicusTech/KopernicusTech-0.13.ckan b/KopernicusTech/KopernicusTech-0.13.ckan index 96a856c7d1..f0fe392357 100644 --- a/KopernicusTech/KopernicusTech-0.13.ckan +++ b/KopernicusTech/KopernicusTech-0.13.ckan @@ -25,6 +25,14 @@ "depends" : [ { "name" : "Kopernicus-Config" + }, + { + "name" : "ModuleManager" + } + ], + "suggests" : [ + { + "name" : "DDSLoader" } ], "conflicts" : [ From 897c85270c6026f7a9a9d7949aaa093945cc22c5 Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Fri, 27 Mar 2015 13:40:59 +0100 Subject: [PATCH 5/9] All these commas! --- KopernicusTech/KopernicusTech-0.13.ckan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KopernicusTech/KopernicusTech-0.13.ckan b/KopernicusTech/KopernicusTech-0.13.ckan index f0fe392357..a2458f7ec0 100644 --- a/KopernicusTech/KopernicusTech-0.13.ckan +++ b/KopernicusTech/KopernicusTech-0.13.ckan @@ -14,7 +14,7 @@ "install" : [ { "find" : "KittopiaSpace", - "install_to" : "GameData", + "install_to" : "GameData" }, { "find" : "Kopernicus", From 9eb48fc39748c61e7abbfd4056b5e05bdaacee72 Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Sat, 28 Mar 2015 11:32:00 +0100 Subject: [PATCH 6/9] Identifier -> identifier --- KopernicusTech/KopernicusTech-0.13.ckan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KopernicusTech/KopernicusTech-0.13.ckan b/KopernicusTech/KopernicusTech-0.13.ckan index a2458f7ec0..d334241c0b 100644 --- a/KopernicusTech/KopernicusTech-0.13.ckan +++ b/KopernicusTech/KopernicusTech-0.13.ckan @@ -1,6 +1,6 @@ { "spec_version" : "v1.4", - "Identifier" : "KopernicusTech", + "identifier" : "KopernicusTech", "name" : "KopernicusTech", "abstract" : "An attempt to integrate Kopernicus with KittopiaTech", "license" : "GPL-3.0", From 4d44abc27a487bb10438de26070b674e03a90f5c Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Sat, 28 Mar 2015 11:36:03 +0100 Subject: [PATCH 7/9] KittopiaSpace->KittopiaTech --- KopernicusTech/KopernicusTech-0.13.ckan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KopernicusTech/KopernicusTech-0.13.ckan b/KopernicusTech/KopernicusTech-0.13.ckan index d334241c0b..13cfd6e600 100644 --- a/KopernicusTech/KopernicusTech-0.13.ckan +++ b/KopernicusTech/KopernicusTech-0.13.ckan @@ -40,7 +40,7 @@ "name" : "Kopernicus" }, { - "name" : "KittopiaSpace" + "name" : "KittopiaTech" } ] } From 58213bfb276896524249329f6b73fb87ccb944ba Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Mon, 20 Apr 2015 02:41:07 +0200 Subject: [PATCH 8/9] Fixes --- KopernicusTech/KopernicusTech-0.13.ckan | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/KopernicusTech/KopernicusTech-0.13.ckan b/KopernicusTech/KopernicusTech-0.13.ckan index 13cfd6e600..a1024643c7 100644 --- a/KopernicusTech/KopernicusTech-0.13.ckan +++ b/KopernicusTech/KopernicusTech-0.13.ckan @@ -14,18 +14,15 @@ "install" : [ { "find" : "KittopiaSpace", - "install_to" : "GameData" + "install_to" : "GameData", + "filter" : "Textures" }, { "find" : "Kopernicus", "install_to" : "GameData", - "filter" : [ "System.cfg" ] } ], "depends" : [ - { - "name" : "Kopernicus-Config" - }, { "name" : "ModuleManager" } From 80f95b1935ead1cecd2b1c1f9ff92d01a13e713d Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Mon, 20 Apr 2015 02:43:02 +0200 Subject: [PATCH 9/9] oops.. --- KopernicusTech/KopernicusTech-0.13.ckan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KopernicusTech/KopernicusTech-0.13.ckan b/KopernicusTech/KopernicusTech-0.13.ckan index a1024643c7..40c96e2455 100644 --- a/KopernicusTech/KopernicusTech-0.13.ckan +++ b/KopernicusTech/KopernicusTech-0.13.ckan @@ -19,7 +19,7 @@ }, { "find" : "Kopernicus", - "install_to" : "GameData", + "install_to" : "GameData" } ], "depends" : [