From 30aede9ada3edfabe66b429d790edc0e8c537d01 Mon Sep 17 00:00:00 2001 From: Gordon-Dry Date: Sat, 11 Dec 2021 00:00:58 +0100 Subject: [PATCH] Not with FilterExtensions --- .../Extras/CPTE_category_hide_cck_parts.cfg | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/GameData/002_CommunityPartsTitles/Extras/CPTE_category_hide_cck_parts.cfg b/GameData/002_CommunityPartsTitles/Extras/CPTE_category_hide_cck_parts.cfg index b08edf8..c96fa05 100644 --- a/GameData/002_CommunityPartsTitles/Extras/CPTE_category_hide_cck_parts.cfg +++ b/GameData/002_CommunityPartsTitles/Extras/CPTE_category_hide_cck_parts.cfg @@ -1,18 +1,18 @@ -// hide parts that within CCK-categories from the standard categories -// For example, if the part is in Utility and CCK-Light simple mode categories, -// then this patch hide the part from the Utility category -// 2019-12-03 - -// ============================================================== -// search panel bug: -// KSP do not parse any parts with the category = none, -// so this patch will disable searching within CCK categories. -// -// if the search is important for you, -// you could delete this file (or uninstall Community Parts Titles Extras: CCK - No Duplicates from CKAN) -// =============================================================== - -@PART[*]:HAS[~category[none],~category[Cargo],#tags[*cck*]]:NEEDS[CommunityCategoryKit]:FOR[zzzzCommunityPartsTitles] -{ - @category = none +// hide parts that within CCK-categories from the standard categories +// For example, if the part is in Utility and CCK-Light simple mode categories, +// then this patch hide the part from the Utility category +// 2019-12-03 + +// ============================================================== +// search panel bug: +// KSP do not parse any parts with the category = none, +// so this patch will disable searching within CCK categories. +// +// if the search is important for you, +// you could delete this file (or uninstall Community Parts Titles Extras: CCK - No Duplicates from CKAN) +// =============================================================== + +@PART[*]:HAS[~category[none],~category[Cargo],#tags[*cck*]]:NEEDS[!FilterExtensions,CommunityCategoryKit]:FOR[zzzzCommunityPartsTitles] +{ + @category = none } \ No newline at end of file