KSP-RO / RealFuels

Modular fuel tanks and engines, with real fuels and realistic performance.
55 stars 66 forks source link

Add config display filters support #278

Closed StonesmileGit closed 2 years ago

StonesmileGit commented 2 years ago

Adds a system to allow filters to be added to change what configs are displayed. All configs continue to exist even if they are not shown.

Hides configs in the selector GUI, but also in the part info box

Filters are attached as Func<ConfigNode, bool> added to ConfigFilters.Instance.configDisplayFilters.