Tips: Blueprints, Planners, Trains & Power Guide
Factorio tips — bite-sized, practical advice to speed up building, defend, and manage your factory effectively.
Blueprints and blueprint books
- Use blueprints to copy-and-paste working layouts: select the blueprint item, drag a box, release to open the blueprint setup, choose icons and create the blueprint. Blueprints place ghosts that construction robots will build if in roboport range.
Blueprint configuration: set the four icon slots to help identify blueprints quickly; edit before saving to My blueprints (the persistent library) for reuse across saves.
- Parametrization: blueprints can include configurable parameters (for example combinator constants and signal tags) so one blueprint can be tuned at placement instead of edited manually afterward.
- Export / import: use Export to string and Import string to share or edit blueprints outside the game (these are base64-compressed JSON strings).
- Placement tricks:
- Hold the force/partial-force key while placing a blueprint to skip blocked items (it will also mark trees/rocks for deconstruction).
- The maximum blueprint size is very large (10,000 × 10,000 tiles) — but keep blueprints modular and small for flexibility.
- Blueprint books and library workflow:
- Use blueprint books to group related blueprints (e.g., mining, smelting, power, research, logistics). Nest books to create an organized hierarchy.
- Save stable, tested blueprints to My blueprints (library) so they persist across saves and are easy to find.
- Organize by usage first (what it does) then by scale or stage; arrange blueprints inside a book in the order you place them and use SHIFT+mouse-wheel to cycle quickly between designs.
- Keep a copy of any book when experimenting: edit the copy, validate in-game, then replace the production book only when confirmed.
Upgrade & Deconstruction planners
Upgrade planner:
- Blank upgrade planners will automatically upgrade belts, undergrounds, splitters, inserters, assembling machines and furnaces to the next tier where applicable. Put the planner in your inventory before applying filters.
- You can filter and map specific entity pairs (left = entity to change, right = new entity) to precisely control upgrades and downgrades.
- Drag the planner across existing structures to queue upgrades; construction robots complete them.
Deconstruction planner:
- A blank deconstruction planner removes all entities, environmental objects (trees/rocks/cliffs/fish), and ghosts; tiles are selected only when the selected area contains only tiles.
- Edit filters to whitelist/blacklist specific entity types; filter icons show up on the planner item.
- Place a deconstruction planner in inventory to edit settings and be cautious when deleting it — configured planners can mark a lot for removal.
Blueprint & planner best practices
- Keep a disciplined naming/versioning system: include v-numbers or dates in blueprint names to avoid accidental overwrites and to track changes.
- Use a copy-then-test workflow: modify a copied book first; validate it in operation before replacing the production/main book.
- Make blueprints small, single-purpose modules (minimal functional units) so they are easy to reuse and debug.
Trains, signals and stations (practical tips)
- Stations:
- Trains always path to the closest enabled station with the scheduled name (pathfinding considers other trains and occupation). Use the circuit network or station enabling to dynamically control destinations.
- Train limits can be set per stop; trains will not path to stops over their train limit.
- Signals:
- Use regular rail signals to divide the network into blocks; only one train per block is guaranteed.
- Use chain signals to prevent trains entering sections where they cannot immediately leave (excellent for crossings, junctions and deadlock prevention).
- Signal colors: green (block free), yellow (block reserved/approaching), red (blocked), blue (some exits free). Chain signals mirror the state of the following signals and are key to preventing trains to stop in intersections.
- Scheduling:
- Use waiting conditions (time, full/empty cargo, inactivity) and circuit-triggered conditions to make robust routes. Example: "Wait until full OR wait 30s" prevents premature departures while avoiding indefinite waits.
- Safety: when crossing tracks yourself, zoom out and check signals; trains deal massive damage.
Power and energy storage
- Solar +
Accumulator:
- Solar panels produce only during daytime; accumulators store energy for night use. A common practical ratio is about 25 solar panels : 21 accumulators to supply ~1 MW continuously through day/night cycles (rule-of-thumb).
- A single normal-quality solar panel averages ~42 kW over a day.
- Accumulators:
- 5 MJ of stored energy charges/discharges in ~17s at maximum 300 kW discharge rate.
- Accumulators can be shared between isolated electrical networks by connecting accumulators to both networks with separate electric poles (disconnect the pole networks). Accumulators charge at low priority and only accept excess energy.
Steam storage as "energy tanks":
- Storage tanks storing 500°C steam hold about 2.425 GJ (25,000 units × energy per unit), while 165°C steam stores about 750 MJ. Use heat exchangers and turbines to turn stored steam into power when needed.
Beacons, modules and throughput
- Beacons:
- Beacons transmit module effects with a "transmission strength" multiplied by a factor: distribution efficiency (normal beacon 1.5) divided by sqrt(number of beacons affecting the machine). Combined effect scales roughly with 1.5 × sqrt(n) for n normal beacons.
- Best used where many module-compatible machines are densely packed or where single machines need extreme speed (e.g., mining drills on small patches).
- Avoid beacons on infrequent machines (they always consume power) and machines that don’t accept modules.
- Pumpjacks and modules:
- Depleted oil fields still benefit from speed modules; modules and beacons multiply output. Plan module+
beacon setups carefully for late-game extraction.
- Depleted oil fields still benefit from speed modules; modules and beacons multiply output. Plan module+
Combat & defenses
Flamethrower turrets:
- Damage scales with type of oil supplied; turrets apply a stream that ignites enemies. Ignited enemies take damage over time (very effective against biters and spitters). Turrets target non-ignited enemies first.
- Flamethrower turrets do not affect the player or vehicles with fire immunity.
Artillery wagons:
- Artillery fires only when stopped at a train stop or manually stopped by the player; they cannot fire when stopped at a red signal or while moving. Artillery has a minimum range (avoid firing too close) and will provoke nearby enemies to rush the wagon—always defend artillery trains.
Logistics & useful constructions
Cargo wagon as a big chest:
- Park a cargo wagon on rails and surround it with inserters to create a high-throughput instant-transport chest. Advantages: many inserters, instant item travel along the wagon. Disadvantages: no logistic robot access, cannot be read directly by circuit network except at stations, smaller capacity than a steel chest.
- Barrels:
- Use barrels to transport fluids where pipes are impractical (long gaps, space platforms, other planets). Barrels can be moved on belts, trains, cars or by robots and are handy for small-quantity transfers.
Combinators, speakers and display panels (automation tips)
Arithmetic combinator:
- Division is truncated (integer division). Use modulo (%) and truncated division to extract digits or cycle values.
- The each signal lets you perform operations per-signal and either output per-signal or sum results.
Decider combinator and other logic devices:
- Use combinators to control machines (e.g., crushers can have recipes selected automatically by item signals), select recipes by priority (signal type → recipe type → asteroid/type order), and build advanced train or production logic.
Programmable speaker:
- Can play local or global sounds and show GUI alerts (150 chars). Only 50 sounds can play simultaneously. The speaker's volume controls audible range (full volume reach ≈ 64 tiles).
Environment, trees and pollution
- Trees absorb a small amount of pollution per chunk; heavily polluted chunks can damage tree leaf stages but trees still remove pollution.
- Removing trees: use deconstruction planners and construction robots to harvest wood, or explosives/flammethrowers if you want to clear fast (but explosions remove the wood resource).
Final practical mindset: build modular, test often, version your blueprints, and keep blueprints small and purpose-driven. Use planners and blueprints to accelerate repetitive construction, plan train signals and station limits carefully to avoid deadlocks, and balance power generation with accumulators or steam storage according to your playstyle.