English | 한국어
YART is a RimWorld mod that replaces the research tab with a custom, graph-based tech tree. It lays research out with a Sugiyama hierarchical layout and renders it lag-free through a custom GL pipeline. It also provides fast, convenient search powered by a suffix array.
- Dynamic graph layout — automatically generates a readable, compact research tree.
- Per-channel research queue — research that can run in parallel (e.g. the Anomaly DLC or Vanilla Gravship Expanded) progresses on its own independent track.
- Fast search — search by research name, unlocked content, description, or
@mod, with multi-language normalization.
Steam Workshop — subscribe to the mod (recommended).
Non-Steam / manual — download YetAnotherResearchTree.zip from the
latest release and extract the
YetAnotherResearchTree folder into your RimWorld Mods/ directory.
Requires MSBuild (Visual Studio 2022 Build Tools) and the .NET Framework 4.7.2 target.
msbuild Source/YART/YART.csproj -t:Restore -p:Configuration=Release-1.6
msbuild Source/YART/YART.csproj -t:Build -p:Configuration=Release-1.6 -nologo