From a56adcb38ec52dbfb5f757598bbde23ce036f76a Mon Sep 17 00:00:00 2001 From: Hakan Tandogan Date: Sat, 27 Dec 2014 17:45:20 +0100 Subject: [PATCH 1/6] Hand-packaged KSP Calendar as mod is curse-only --- KSPCalendar-1.5.ckan | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 KSPCalendar-1.5.ckan diff --git a/KSPCalendar-1.5.ckan b/KSPCalendar-1.5.ckan new file mode 100644 index 0000000000..e3a6fc845c --- /dev/null +++ b/KSPCalendar-1.5.ckan @@ -0,0 +1,23 @@ +{ + "spec_version" : "v1.4", + "name" : "KSPCalendar", + "author" : "nuclearping", + "identifier" : "KSPCalendar", + "abstract" : "Kerbin Date Calendar", + "download" : "http://ksp.gurkensalat.com/archive/KSPCalendar-1.5.zip", + "download_size" : 11496, + "license" : "public-domain", + "version" : "1.5", + "release_status" : "stable", + "ksp_version" : "0.90", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/68270", + "x_curse" : "http://www.curse.com/ksp-mods/kerbal/223684-kerbin-date-calendar" + }, + "install" : [ + { + "find" : "GameData/KSPCalendar", + "install_to" : "GameData" + } + ] +} From 4e9c19f0fea60a9c7f16b07a0b9869e8f3c47b27 Mon Sep 17 00:00:00 2001 From: BasharMilesTeg Date: Sun, 28 Dec 2014 00:52:05 +0800 Subject: [PATCH 2/6] Create Extraplanetary-Launchpads-4.5.0.ckan --- Extraplanetary-Launchpads-4.5.0.ckan | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Extraplanetary-Launchpads-4.5.0.ckan diff --git a/Extraplanetary-Launchpads-4.5.0.ckan b/Extraplanetary-Launchpads-4.5.0.ckan new file mode 100644 index 0000000000..a5b44cf0e1 --- /dev/null +++ b/Extraplanetary-Launchpads-4.5.0.ckan @@ -0,0 +1,32 @@ +{ + "spec_version" : 1, + "name" : "Extraplanetary Launchpads", + "abstract" : "Adds the ability to build crafts in flight mode to your game.", + "identifier" : "ExtraPlanetaryLaunchpads", + "download" : "http://taniwha.org/~bill/Extraplanetary_Launchpads_v4.5.0.zip", + "version" : "4.5.0", + "author" : "taniwha", + "license" : "GPL-3.0", + "release_status" : "stable", + "ksp_version" : "0.90", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/59545" + }, + "depends" : [ + {"name" : "ModuleManager"}, + {"name" : "Toolbar"} + ], + "recommends" : [ + {"name" : "KerbalStats"}, + {"name" : "KerbalAttachementSystem"}, + {"name" : "InfernalRobotics"}, + {"name" : "Kethane"} + ], + "install" : [ + { + "file" : "ExtraplanetaryLaunchpads", + "install_to" : "GameData", + "filter" : "Ships" + } + ] +} From 86c8464a49daf19ad22689eb28fe5685d34399cb Mon Sep 17 00:00:00 2001 From: BasharMilesTeg Date: Sun, 28 Dec 2014 01:00:13 +0800 Subject: [PATCH 3/6] Create KerbalStats-1.1.0.ckan --- KerbalStats-1.1.0.ckan | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 KerbalStats-1.1.0.ckan diff --git a/KerbalStats-1.1.0.ckan b/KerbalStats-1.1.0.ckan new file mode 100644 index 0000000000..89fa5432ca --- /dev/null +++ b/KerbalStats-1.1.0.ckan @@ -0,0 +1,19 @@ +{ + "spec_version" : 1, + "name" : "Kerbal Stats", + "abstract" : "KerbalStats is a KSP mod for keeping track of extra information about the kerbals in your game.", + "identifier" : "KerbalStats", + "download" : "http://taniwha.org/~bill/KerbalStats_v1.1.0.zip", + "author" : "taniwha", + "version" : "1.1.0", + "license" : "GPL-3.0", + "release_status" : "stable", + "ksp_version" : "0.25", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/99018" + }, + "install" : [{ + "file" : "KerbalStats", + "install_to" : "GameData" + }] +} From 75932de6b7c01d90c0e442afcd3128e596b9c20b Mon Sep 17 00:00:00 2001 From: BasharMilesTeg Date: Sun, 28 Dec 2014 01:03:42 +0800 Subject: [PATCH 4/6] Update KerbalStats-1.1.0.ckan --- KerbalStats-1.1.0.ckan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KerbalStats-1.1.0.ckan b/KerbalStats-1.1.0.ckan index 89fa5432ca..5c397df229 100644 --- a/KerbalStats-1.1.0.ckan +++ b/KerbalStats-1.1.0.ckan @@ -8,7 +8,7 @@ "version" : "1.1.0", "license" : "GPL-3.0", "release_status" : "stable", - "ksp_version" : "0.25", + "ksp_version" : "0.90", "resources" : { "homepage" : "http://forum.kerbalspaceprogram.com/threads/99018" }, From b295f8f26e0afa1e9f19e0f7b0860c3d75e748ad Mon Sep 17 00:00:00 2001 From: BasharMilesTeg Date: Sun, 28 Dec 2014 01:06:51 +0800 Subject: [PATCH 5/6] Update Extraplanetary-Launchpads-4.5.0.ckan --- Extraplanetary-Launchpads-4.5.0.ckan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extraplanetary-Launchpads-4.5.0.ckan b/Extraplanetary-Launchpads-4.5.0.ckan index a5b44cf0e1..400d3dd326 100644 --- a/Extraplanetary-Launchpads-4.5.0.ckan +++ b/Extraplanetary-Launchpads-4.5.0.ckan @@ -18,7 +18,7 @@ ], "recommends" : [ {"name" : "KerbalStats"}, - {"name" : "KerbalAttachementSystem"}, + {"name" : "KAS"}, {"name" : "InfernalRobotics"}, {"name" : "Kethane"} ], From a97a039e74ff9ef6add04569e7141156e76fbdde Mon Sep 17 00:00:00 2001 From: legolegs Date: Sat, 27 Dec 2014 21:29:00 +0300 Subject: [PATCH 6/6] Update TAL_Spherical_Toroidal_Pack-3.12.ckan Added the "author" field. --- TAL_Spherical_Toroidal_Pack-3.12.ckan | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TAL_Spherical_Toroidal_Pack-3.12.ckan b/TAL_Spherical_Toroidal_Pack-3.12.ckan index 2a544e6fb9..40688af103 100644 --- a/TAL_Spherical_Toroidal_Pack-3.12.ckan +++ b/TAL_Spherical_Toroidal_Pack-3.12.ckan @@ -6,6 +6,7 @@ "identifier" : "TALSphericalToroidalPack", "download" : "https://nabaal.net/files/ksp/talisar/TAL_Spherical_Toroidal_Pack_V3.12.zip", "license" : "CC-BY-SA-3.0", + "author" : "Talisar", "version" : "3.12", "release_status" : "stable", "ksp_version" : "any", @@ -26,4 +27,4 @@ { "name" : "ModularFuelTanks" }, { "name" : "RealFuels" } ] -} \ No newline at end of file +}