Skip to content

BurnySc2/Factorio-Train-Station-Blueprint-Creator

Repository files navigation

Factorio - Train Station Blueprint Creator

Live version here

This website used to be a mod which turned into a website (so one could use it in a multiplayer server without having to install the mod on the server).

This website makes it easier to create large train stations for the game Factorio.

Features

  • Load/unload for normal (inserter+chests) and fluid (pumps+storage tanks) stations
  • Supports single and double headed trains
  • Variable inserter types, belt types, chest types (use logistic chests for bot loading / unloading)
  • Optional filter inserters (up to 5 resource types)
  • Connect all chests / storage tanks with green / red wire
  • Choice which side of the train stations should be used (left, right, both)
  • Beltflow towards the front or back of the station
  • Chest limiting
  • Automatic locomotive refuel (with requester chests for fuel near locomotives)
  • Automatic lamps, poles, and signal placement
  • Stackers (vertical and diagonal): let trains wait in queue before using the station
  • Train limit per station
  • Include train in the blueprint

Screenshots

A normal train station A fluid station Left-left vertical stacker Diagonal stacker A huge station

Development

Requirements

  • Node (npm)

Updating the item list

Go to this website and download the recipes.json file. Place it in src/constants/ as file itemlist.json.

Start development mode

npm install
npm run start

Build the project

npm run build

Prettier autoformatting

prettier --write "src/**/*.{ts,tsx}"

Eslint

npx eslint src/.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages