From 7d0f60bbbbdccbb6323f65989a85ee765ed91f77 Mon Sep 17 00:00:00 2001 From: Safarte Date: Tue, 13 Feb 2024 18:00:00 +0100 Subject: [PATCH] Remove redundant PM libraries --- plugin_template/libraries/_flowmodes.patch | 14 -------------- plugin_template/libraries/_transfermodes.patch | 6 ------ 2 files changed, 20 deletions(-) delete mode 100644 plugin_template/libraries/_flowmodes.patch delete mode 100644 plugin_template/libraries/_transfermodes.patch diff --git a/plugin_template/libraries/_flowmodes.patch b/plugin_template/libraries/_flowmodes.patch deleted file mode 100644 index 5a1b670..0000000 --- a/plugin_template/libraries/_flowmodes.patch +++ /dev/null @@ -1,14 +0,0 @@ -// KSP.Sim.ResourceSystem.ResourceFlowMode -// 0 : ALL_VESSEL -// 1 : NO_FLOW -// 2 : NULL -// 3 : STACK_PRIORITY_SEARCH -// 4 : STAGE_PRIORITY_FLOW -// 5 : STAGE_STACK_FLOW_BALANCE - -$FM_ALL_VESSEL: 0; -$FM_NO_FLOW: 1; -$FM_NULL: 2; -$FM_STACK_PRIORITY_SEARCH: 3; -$FM_STAGE_PRIORITY_FLOW: 4; -$FM_STAGE_STACK_FLOW_BALANCE: 5; \ No newline at end of file diff --git a/plugin_template/libraries/_transfermodes.patch b/plugin_template/libraries/_transfermodes.patch deleted file mode 100644 index 646682f..0000000 --- a/plugin_template/libraries/_transfermodes.patch +++ /dev/null @@ -1,6 +0,0 @@ -// KSP.Sim.ResourceSystem.ResourceTransferMode -// 0 : NONE -// 1 : PUMP - -$TM_NONE: 0; -$TM_PUMP: 1; \ No newline at end of file