Helper for One Hour One Life tech tree
Find a file
2018-03-14 23:49:28 +01:00
mamaty First commit of rewritten history 2018-03-14 23:49:28 +01:00
.gitignore First commit of rewritten history 2018-03-14 23:49:28 +01:00
check_code.sh First commit of rewritten history 2018-03-14 23:49:28 +01:00
COPYING First commit of rewritten history 2018-03-14 23:49:28 +01:00
create_png_graph.sh First commit of rewritten history 2018-03-14 23:49:28 +01:00
print_object_graphviz.py First commit of rewritten history 2018-03-14 23:49:28 +01:00
pylintrc First commit of rewritten history 2018-03-14 23:49:28 +01:00
README.md First commit of rewritten history 2018-03-14 23:49:28 +01:00

MamaTY

Software to help with One Hour One Life tech tree.

Currently it can output graph of how to make an object.

Dependencies

  • Python >= 3.5
  • graphviz

Usage

./create_png_graph.sh <game-data-folder> <object-id> <output-image.png>

For exemple if you want to know how to make a Clay Bowl:

./create_png_graph.sh ../FolderContainingOneLifeApp/ 235 bowl.png