Factorio Data Dumper


Allows dumping recipes and recipe tree to csv/text files, as well as other data.

Utilities
6 years ago
0.15.0
4
Owner:
HenryFBP
Source:
https://github.com/HenryFBP/factorio_dumper
Homepage:
https://github.com/HenryFBP/factorio_dumper/
License:
The Unlicense (Public Domain)
Created:
6 years ago
Latest Version:
1.0.0 (6 years ago)
Factorio version:
0.15.0
Downloaded by:
4 users

Factorio Dumper

an item info/recipe tree dumper mod for factorio

This mod is intended to assist players in dumping data such as stack size, item speed, fluid amount, belt speed, and other things to spreadsheets.

It will eventually have some handy recipe requirement calculators (How much copper + iron for 300 green circuits?)
as well as an items-per-second belt calculator (how many belts of copper and iron for 1 fast belt of green circuits?)
and maybe even a train speed calculator!

To install, put the .zip file from the https://github.com/HenryFBP/factorio_dumper/releases/ into

C:\Users\USERNAME\AppData\Roaming\Factorio\mods

as you would any other mod.

Currently, its only keybinds are
CONTROL + SHIFT + E
, which exports a .csv file of a list of all items, along with the following attributes:

"name"
"type"
"stack_size"
"fuel_category"
"fuel_value"
"fuel_acceleration_multiplier"
"fuel_top_speed_multiplier"