I had an error after loading ModuleManager and did a little fix
" [ModuleManager] ModuleManager: 64655 patches applied, found <color=orange>18 errors</color> 18 errors related to GameData/BackInBlack/BIB_Ven.cfg "
Those errors were e.g. "[ModuleManager] Error - more than one pass specifier on a node: BackInBlack/BIB_Ven/@PART[solarPanels1|solarPanels2]:FOR[BIBV]:AFTER[BackInBlack]".
I simply removed "[BIBV]:AFTER" so it would read e.g. "BackInBlack/BIB_Ven/@PART[solarPanels1|solarPanels2]:FOR[BackInBlack]" in BIB_VEN.cfg .
(I also added "@tags ^= :$: Stealth" were it was missing so it would look cleaner, though pretty sure it didn't affect the fix)
Example of Before/After :
New BIB_Ven.cfg:
Keep the good work, love your mod.