Factorissimo2


Factorissimo adds factory buildings to Factorio. Place them down, walk in, build your factories inside!

Content
3 years ago
0.14 - 1.1
222K

g Change factory size

7 years ago

Is there a way to configure the mk1-mk3 factory interior size? I'd like to switch to 32x32, 48x48 and 64x64.

7 years ago

The factory building layouts are very hardcoded in layout.lua, you'll have to change quite a few numbers in there.

7 years ago

Thanks for the reply. I'll try to adjust those numbers. Amazing mod, btw. And that's an understatement too.

7 years ago

I've modified layout.lua to support different factory sizes. Factory sizes are now derived from local size variable in each of the generator. Modified layout.lua:
https://pastebin.com/sXU1k7Uq

7 years ago
(updated 7 years ago)

Neat. I should probably do this too in my code, so you have less problems with updates. Note that for me, the size is only the radius of the buildable space, so one less than your size.

7 years ago

That's how it is in my version of modified layout.lua. Feel free to copy paste it. With original radius there should be no difference between modified and original layout.lua. The variables for controlling the radius should probably be moved to config though.

New response