Skip to content

Commit

Permalink
HETTN Support
Browse files Browse the repository at this point in the history
Hides empty nodes when used with HETTN.
  • Loading branch information
theonegalen committed Aug 29, 2020
1 parent 54373f5 commit 0a5fd7f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HideEmptyNodes.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//Code adapted from Flart on KSP Forums
@TechTree:NEEDS[UnKerballedStart&HideEmptyTechTreeNodes]:LAST[zzzUnKerballedStart]
{
// Hide all empty nodes, initially
@RDNode,*
{
@hideEmpty = True
}

@RDNode:HAS[#id[tier*]]
{
@hideEmpty = False
}
}

0 comments on commit 0a5fd7f

Please sign in to comment.