Creates a GraphViz file with a diagram of the game's tech tree. Requires external tools to view the diagram, see description.
Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
dot is part of the graphviz package, right, in Ubuntu at least? It has Windows binaries, as well, so win users can use the dot executable.
dot -Tgml -o output.gml input.gv
for making .gml.
And yEd has win binaries as well.
Thanks! Added this to the mod description.