From 8203c931c69e1a33a24cd56d18a78440905e6073 Mon Sep 17 00:00:00 2001 From: cheese3660 Date: Sun, 18 Feb 2024 02:13:53 +0000 Subject: [PATCH 1/3] Add V-SwiFT from SpaceDock This is an automated commit on behalf of cheese3660 --- NetKAN/VSwiFT.netkan | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 NetKAN/VSwiFT.netkan diff --git a/NetKAN/VSwiFT.netkan b/NetKAN/VSwiFT.netkan new file mode 100644 index 0000000..90f0616 --- /dev/null +++ b/NetKAN/VSwiFT.netkan @@ -0,0 +1,34 @@ +spec_version: v1.34 +identifier: VSwiFT +$kref: '#/ckan/github/KSP2Community/V-SwiFT' +$vref: '#/ckan/space-warp' +license: MIT +tags: + - config + - plugin +depends: + - name: SpaceWarp + - name: PatchManager +install: + - find: VSwift + install_to: BepInEx/plugins +x_netkan_version_edit: + find: ^v + replace: '' + strict: 'false' +--- +spec_version: v1.34 +identifier: VSwiFT +$kref: '#/ckan/spacedock/3562' +$vref: '#/ckan/space-warp' +license: MIT +tags: + - config + - plugin +depends: + - name: SpaceWarp + - name: PatchManager +install: + - find: VSwift + install_to: BepInEx/plugins +x_via: Automated SpaceDock CKAN submission From fcfa64158fb01b426410aabce279804afb97491d Mon Sep 17 00:00:00 2001 From: cheese3660 Date: Sat, 17 Feb 2024 21:15:27 -0500 Subject: [PATCH 2/3] Update VSwiFT.netkan --- NetKAN/VSwiFT.netkan | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NetKAN/VSwiFT.netkan b/NetKAN/VSwiFT.netkan index 90f0616..cb4f01e 100644 --- a/NetKAN/VSwiFT.netkan +++ b/NetKAN/VSwiFT.netkan @@ -9,6 +9,7 @@ tags: depends: - name: SpaceWarp - name: PatchManager + - library install: - find: VSwift install_to: BepInEx/plugins @@ -28,6 +29,7 @@ tags: depends: - name: SpaceWarp - name: PatchManager + - library install: - find: VSwift install_to: BepInEx/plugins From 5dc9c576124118b0b30e0846f73deca8be30e02f Mon Sep 17 00:00:00 2001 From: cheese3660 Date: Sat, 17 Feb 2024 21:16:19 -0500 Subject: [PATCH 3/3] Don't depend on library --- NetKAN/VSwiFT.netkan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NetKAN/VSwiFT.netkan b/NetKAN/VSwiFT.netkan index cb4f01e..3d1e008 100644 --- a/NetKAN/VSwiFT.netkan +++ b/NetKAN/VSwiFT.netkan @@ -6,10 +6,10 @@ license: MIT tags: - config - plugin + - library depends: - name: SpaceWarp - name: PatchManager - - library install: - find: VSwift install_to: BepInEx/plugins @@ -26,10 +26,10 @@ license: MIT tags: - config - plugin + - library depends: - name: SpaceWarp - name: PatchManager - - library install: - find: VSwift install_to: BepInEx/plugins