Factoriopedia
A recreation of the ingame wiki tool from the video game Factorio
Install / Use
/learn @lukasbach/FactoriopediaREADME
Factoriopedia
Visit now at factoriopedia.lukasbach.com!
This is a recreation of the Factoriopedia utility in the PC Game Factorio Space Age, as well as several other tools that are included that may be helpful to other players. It also includes a full list of all technologies in the game.
The app is built on a data dump of the game, created by the Factorio binary.
This repo also contains the tooling to create the data dump, as well as the UI components used for Factoriopedia as reusable React components that can be used by the community for other projects. You can find out more about that here.
App Screenshots




UI Components Screenshots


Contributing
Install volta, then call yarn to install all dependencies.
Use yarn build to build all packages, and yarn dev to start
the local dev server and storybook.
You will need the Factorio data included in the repo for the app to run, which is not included in the repo. You can
- Run a JSON data + locales + assets export with the Factorio binary,
place the data in the
packages/data/script-outputfolder and runyarn reparseto generate the data, or - Run
yarn download-datato download the latest data from the NPM data package.
Before contributing a PR, please run yarn lint to ensure your
code matches the linting rules.
