diff --git a/GameData/SSTU/ModIntegration/FilterExtensions_SSTU.cfg b/GameData/SSTU/ModIntegration/FilterExtensions_SSTU.cfg new file mode 100644 index 00000000..f82d6785 --- /dev/null +++ b/GameData/SSTU/ModIntegration/FilterExtensions_SSTU.cfg @@ -0,0 +1,35 @@ +CATEGORY:NEEDS[SSTU] +{ + name = SSTU + icon = R&D_node_icon_heavyrocketry + colour = #FFF0F0F0 + all = true + + FILTER + { + CHECK + { + type = folder + value = SSTU + } + } + + SUBCATEGORIES + { + list = 0,Pods + list = 1,Fuel Tanks + list = 2,Engines + list = 3,Command and Control + list = 4,Structural + list = 5,Coupling + list = 6,Payload + list = 7,Aerodynamics + list = 8,Ground + list = 9,Thermal + list = 10,Electrical + list = 11,Communications + list = 12,Science + list = 13,Utility + list = 14,Undefined + } +} \ No newline at end of file