Personal Logistics Import/Export

by sproott

Allows you to export your current personal logistics settings and import them in a different save.

Utilities
2 years ago
0.18 - 1.1
765

g Factorio 1.1

3 years ago
(updated 3 years ago)

Simple changes to get it to work in 1.1
update version info in info.json

In control lua,

change
require("mod-gui")

to

local mod_gui = require("mod-gui")

change

for i = 1, player.character_logistic_slot_count do

to

for i = 1, player.request_slot_count do

change

player.character_logistic_slot_count = table_size(pl_slots)

to

-- player.character_logistic_slot_count = table_size(pl_slots)

3 years ago

Awesome, thank you. Will update ASAP.

3 years ago

Very welcome, love this mod!

3 years ago

Alright, it's up. I will probably still keep support for 1.0 also until 1.1 is stable enough with all other mods. I put you in the contributions section too for, well, contributing. Thanks again!

3 years ago

You didn't have to do that, but thanks. Just glad to have it working again, I hate not being able to save/restore the logistics.

New response