From 2808cb3acc57ed61af1629e673d2a1092ecdff79 Mon Sep 17 00:00:00 2001 From: JonnyOThan Date: Fri, 18 Oct 2024 12:45:01 -0400 Subject: [PATCH 1/3] KerbalStats: unfreeze and point at spacedock --- NetKAN/KerbalStats.frozen | 24 ------------------------ NetKAN/KerbalStats.netkan | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 24 deletions(-) delete mode 100644 NetKAN/KerbalStats.frozen create mode 100644 NetKAN/KerbalStats.netkan diff --git a/NetKAN/KerbalStats.frozen b/NetKAN/KerbalStats.frozen deleted file mode 100644 index 5c1ced0203..0000000000 --- a/NetKAN/KerbalStats.frozen +++ /dev/null @@ -1,24 +0,0 @@ -{ - "identifier" : "KerbalStats", - "name" : "Kerbal Stats", - "abstract" : "KerbalStats is a KSP mod for keeping track of extra information about the kerbals in your game.", - "author" : "taniwha", - "download" : "http://taniwha.org/~bill/KerbalStats_v3.1.0.zip", - "version" : "3.1.0", - "ksp_version" : "1.8", - "license" : "GPL-3.0", - "release_status" : "stable", - "resources" : { - "homepage" : "https://forum.kerbalspaceprogram.com/index.php?/topic/89285-*", - "repository" : "https://github.com/taniwha-qf/KerbalStats" - }, - "tags" : [ - "plugin", - "crewed" - ], - "install": [ { - "file" : "KerbalStats", - "install_to" : "GameData", - "filter" : "KerbalStatsWrapper.cs" - } ] -} diff --git a/NetKAN/KerbalStats.netkan b/NetKAN/KerbalStats.netkan new file mode 100644 index 0000000000..aed9720f23 --- /dev/null +++ b/NetKAN/KerbalStats.netkan @@ -0,0 +1,23 @@ +identifier: KerbalStats +name: Kerbal Stats +abstract: KerbalStats is a KSP mod for keeping track of extra information about the + kerbals in your game. +author: taniwha +download: http://taniwha.org/~bill/KerbalStats_v3.1.0.zip +version: 3.1.0 +ksp_version: '1.8' +license: GPL-3.0 +release_status: stable +resources: + homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/89285-* + repository: https://github.com/taniwha-qf/KerbalStats +tags: +- plugin +- crewed +install: +- file: KerbalStats + install_to: GameData + filter: KerbalStatsWrapper.cs +--- +identifier: KerbalStats +$kref: "#/ckan/spacedock/3736" From ff84866f765caa8dd3eeaee48995b2a389de6743 Mon Sep 17 00:00:00 2001 From: JonnyOThan Date: Fri, 18 Oct 2024 12:46:57 -0400 Subject: [PATCH 2/3] remove old download --- NetKAN/KerbalStats.netkan | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/NetKAN/KerbalStats.netkan b/NetKAN/KerbalStats.netkan index aed9720f23..650773d2b7 100644 --- a/NetKAN/KerbalStats.netkan +++ b/NetKAN/KerbalStats.netkan @@ -1,16 +1,11 @@ identifier: KerbalStats name: Kerbal Stats +$kref: "#/ckan/spacedock/3736" abstract: KerbalStats is a KSP mod for keeping track of extra information about the kerbals in your game. author: taniwha -download: http://taniwha.org/~bill/KerbalStats_v3.1.0.zip -version: 3.1.0 ksp_version: '1.8' -license: GPL-3.0 release_status: stable -resources: - homepage: https://forum.kerbalspaceprogram.com/index.php?/topic/89285-* - repository: https://github.com/taniwha-qf/KerbalStats tags: - plugin - crewed @@ -18,6 +13,3 @@ install: - file: KerbalStats install_to: GameData filter: KerbalStatsWrapper.cs ---- -identifier: KerbalStats -$kref: "#/ckan/spacedock/3736" From 8bbd3c6ce63b4f9d906d10ef7610f75103164085 Mon Sep 17 00:00:00 2001 From: HebaruSan Date: Fri, 18 Oct 2024 16:48:03 +0000 Subject: [PATCH 3/3] Remove even more old junk --- NetKAN/KerbalStats.netkan | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/NetKAN/KerbalStats.netkan b/NetKAN/KerbalStats.netkan index 650773d2b7..f383bbd379 100644 --- a/NetKAN/KerbalStats.netkan +++ b/NetKAN/KerbalStats.netkan @@ -1,14 +1,11 @@ identifier: KerbalStats name: Kerbal Stats -$kref: "#/ckan/spacedock/3736" -abstract: KerbalStats is a KSP mod for keeping track of extra information about the - kerbals in your game. author: taniwha -ksp_version: '1.8' -release_status: stable +$kref: '#/ckan/spacedock/3736' +ksp_version_min: '1.8' tags: -- plugin -- crewed + - plugin + - crewed install: - file: KerbalStats install_to: GameData