Outpost Planner (Updated for 1.0)

by Viiu

// There is another version of this for 1.1 from ChucklesTheBeard Automatically build mining outposts. Original by bob809, but there was a bug with placing Blueprints which erkle64 on the Mod Portal discovered. This should work fine now until bob809 updates his Mod. Dependencies: PlannerCore

Utilities
3 years ago
1.0
28

g Update for 1.1

3 years ago

Will this mod (probably my favourite) be updated for 1.1? I tried changing the json file but it didn't work unfortunately.

3 years ago

Do that for both this mod and PlannerCore then change the first line of gui.lua in this mod to:
local mod_gui = require("mod-gui")

3 years ago

Thanks - worked a treat

3 years ago

not wer undurstand where need change to work?

3 years ago

not wer undurstand where need change to work?

You need to manually edit some files inside the mods. First unzip it to a new folder.

Then edit "info.json"

change the line: "factorio_version": "1.0",
to "factorio_version": "1.1",

next you'll need to update the file "gui.lua"
replace require("mod-gui")
with local mod_gui = require("mod-gui")

Next you'll need to update PlannerCore info.json
replacing "factorio_version": "0.18", with "factorio_version": "1.1",

3 years ago
(updated 3 years ago)

Didn't notice there was a Factorio update (didn't play for a few weeks).

But there is already an updated version for this from ChucklesTheBeard called Outpost Planner for 1.1.

New response