Tech Tree Diagram


For creators of mods and modpacks. 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
50

g Windows

5 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.

5 months ago

Thanks! Added this to the mod description.

New response