theonegalen / UnKerballedStart

Probes-first and planes-first tech tree for Kerbal Space Program. Inspired by UnmannedBeforeManned by Yemo.
Other
3 stars 8 forks source link

Mod Support: Hide Empty Tech Tree Nodes #13

Closed theonegalen closed 3 years ago

theonegalen commented 3 years ago

Code from Flart on KSP Forums

@TechTree:NEEDS[UnKerballedStart&HideEmptyTechTreeNodes]:FINAL // FINAL should only be used for user MM scripts, if ever!!!
{
    // Hide all empty nodes, initially
    @RDNode,*
    {
        @hideEmpty = True
    }

    @RDNode:HAS[#id[tier*]]
    {
        @hideEmpty = False
    }
}
theonegalen commented 3 years ago

Complete in commit https://github.com/theonegalen/UnKerballedStart/commit/0a5fd7f4f6c7adf7b1761411d6ec41e68addaf7c