Skip to content

bcwhite-code/brians-blueprints

Repository files navigation

Brian's Blueprints

Brian's Blueprints for Factorio

Don't just look at the latest release shown on the left. Each book is released separately so to see them you have to go to the all-releases page.

Blueprints include:

Commands

You will need fatul to encode/decode blueprints. It is included in tools folder.

Replace book-dir with the blueprint directory you want to use.

For example, if you want encoded Brian's trains Blueprint book:

tools/fatul.py encode -v brians-trains/book brians-train.txt

Decode a Blueprint Book

rm -rf book-dir
tools/fatul.py decode book-dir/book my-exported-book.txt

It's important to completely remove the old directory before splitting otherwise removed/renamed blueprints will remain in the previous form and be re-introduced when the book is next built.

Encode a Blueprint Book

tools/fatul.py encode -v book-dir/book my-book.txt

Decode a Single Blueprint

tools/fatul.py decode blueprint.json my-exported-blueprint.txt

Encode a Single Blueprint

tools/fatul.py encode book-dir/book/blueprint.json my-exported-blueprint.txt