I've identified a tech tree incompatibility between this mod and mods that depend on Deep Sky Core (Airline Kuisines and Thor Tech).
The "technodes.cfg" file in the "TechTree" folder in this mod is missing a "NEEDS" block, resulting in duplicate "Covert Aeronautics 2" tech nodes, which makes KSP throw an error whenever you enter the R&D building.
Line 44 is: @TechTree
It should be changed to match line 1: @TechTree:NEEDS[!00DeepSky,!RealismOverhaul]
Another solution is to remove lines 43-45 in "technodes.cfg" so that the RDNode "covertAero2" is nested under the first NEEDS block.
I've identified a tech tree incompatibility between this mod and mods that depend on Deep Sky Core (Airline Kuisines and Thor Tech).
The "technodes.cfg" file in the "TechTree" folder in this mod is missing a "NEEDS" block, resulting in duplicate "Covert Aeronautics 2" tech nodes, which makes KSP throw an error whenever you enter the R&D building.
Line 44 is: @TechTree
It should be changed to match line 1: @TechTree:NEEDS[!00DeepSky,!RealismOverhaul]
Another solution is to remove lines 43-45 in "technodes.cfg" so that the RDNode "covertAero2" is nested under the first NEEDS block.