The Blueprint Designer Lab - 343N's Edit deprecated

by 343N

Enter your lab to design your blueprints. Builds off of Blu3wolf's version. Adds a toggleable 'pausing' feature for singleplayer (on by default), as well as support for using Editor Extensions items in the Lab, and a fix for a bug that stops you from breaking items in the Lab, when Space Exploration is installed. EDIT: Marking this mod as deprecated for now until I have the time to fix the bugs with it.

Content
1 year, 7 months ago
1.1
616
Blueprints

g Game Paused Bug

1 year, 6 months ago

my game didn't unpause when leaving lab, so a tried the command you post in the discussion to unpase the game and it return an error in the first for loop,
Im not a lua programmer but changing the code to the code above worked, at least on nauvis.

for j, entity in pairs(game.surfaces["nauvis"].find_entities()) do
if entity.valid and entity.unit_number then
entity.active = true
end
end

You know a way to turn on the achievements?

1 year, 6 months ago

my game didn't unpause when leaving lab, so a tried the command you post in the discussion to unpase the game and it return an error in the first for loop,
Im not a lua programmer but changing the code to the code above worked, at least on nauvis.

for j, entity in pairs(game.surfaces["nauvis"].find_entities()) do
if entity.valid and entity.unit_number then
entity.active = true
end
end

You know a way to turn on the achievements after using the command?

1 year, 6 months ago

i created a small mod to solve this bug without removing the achievements

https://mods.factorio.com/mod/Unpause-The-Blueprint-Designer-Lab

if you want to me to add something or to remove send me a message

New response