Tech Tree Diagram


Creates a GraphViz file with a diagram of the game's tech tree. Requires external tools to view the diagram, see description.

Utilities
21 days ago
1.1 - 2.0
74

g Windows

9 months ago

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.

9 months ago

Thanks! Added this to the mod description.

New response