Space Factorissimo


Continuation of Space Factorissimo by Shadox for factorio 1.1. Important! Do not update to >1.0.0 verstions for old saves. notnotmelon's fork is not compatible with MagmaMcFry's Factorissimo2 mod. This is safe for new saves.

1 year, 8 months ago
1.1
11.6K

b Unmineable Space Factory Buildings

1 year, 4 months ago

I'm not entirely sure why, but I can't pick up any space factory buildings by hand, I have to make my bots pick them up for me. The regular factory buildings pick up fine, but the space ones don't.

1 year, 4 months ago

do you get an error, when trying to pick them up by hand?
are you sure, you are not in satellite view, when you tried that?
do you maybe have a mod, that restricts picking up things by hand?

1 year, 4 months ago

No error, it just wouldn't mine. I was definitely there in person - the progress bar for mining doesn't even show up, and in NavSat view it normally does(though it stays completely black). I don't think I have a mod that prevents me mining anything by hand, no.

1 year, 2 months ago

I have the same issue. Need to have the robots pick them up, can't mine them.

4 months ago
(updated 4 months ago)

Seems the author made a mistake in codes.
Open the Factorio\mods\space-factorissimo-updated_1.0.2.zip\prototypes\factory.lua
find line 33 and line 104
mineable = {mining_time = 5, result = "space-factory-1", count = 1},
correct the word "mineable" to "minable":
minable = {mining_time = 5, result = "space-factory-1", count = 1},
this can solve the problem

4 months ago
(updated 4 months ago)

all factories needs to do this in the same way

New response