Satisfactorio

by PFQNiet

Love Factorio? Love Satisfactory? Want to play both at once? Well all right then! This overhaul mod reworks Factorio to play more like Satisfactory, with Milestones, self-driving cars, direct connection of belts to machines, and much more! Please support the original developers by purchasing a legal copy of Satisfactory before downloading this mod.

Overhaul
2 years ago
1.1
3.39K

b Crash on splitter?

2 years ago

Hi Niet, here is another crash I found. I cut out the few hours of the game running and players connecting from the log due to privacy reasons.

2 years ago

Oh that's a silly mistake on my part...

Before:

local other = getGui(p)
if other.struct == data.struct then

After:

local other = getGui(p)
if other and other.struct == data.struct then

I've got another bug to fix but this is resolved for 1.1.2

Thanks again!

2 years ago

That makes sense. No problem and I thank you!

New response