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
5 months ago
1.1 - 2.0
108

g Windows

1 year, 2 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.

1 year, 2 months ago

Thanks! Added this to the mod description.

New response