Factorio mod relevant for FUE5. Adds shortcut to the game which puts selection tool to your cursor.
Get selection tool by clicking the new shortcut
Selection tool has two modes:
- Main mode (selecting with no modifier keys) exports selected buildings to JSON.
- Alt mode (selection with Shift key) is used for debugging. It doesn't export selected buildings to JSON but prints bunch of stuff useful for quick debugging.
In order to export a train it has to be in the selection and in automatic mode. The mod will search for intersection of train path and selected area. It then exports first segment of that intersection for each train.
Items found on belts in selected area will be rendered inside FUE5. But that also means that if there are no items on the belts there will be no items on belts in FUE5.
Selected area will be exported to JSON file exported-entities.json
located in script-output
directory of the game. Usually in %APPDATA%/Factorio/script-output
The exported JSON file should be put into /Content/MyStuff/JSON
folder in the FUE5 to automatically load it.