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:
- Brian's Bootstrap
- Brian's Trains
- Brian's Trains Auxiliary
- Finite State Machine
- SBF Big Blocks
- Self Building Angel Bob
- Self Building Factory
- Self Building Rocket
- Self Building Space Exploration
- Tileable Reactor
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
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.
tools/fatul.py encode -v book-dir/book my-book.txt
tools/fatul.py decode blueprint.json my-exported-blueprint.txt
tools/fatul.py encode book-dir/book/blueprint.json my-exported-blueprint.txt