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

i Can you make it work in Space?

5 years ago

Space Exploration mod is very picky about what buildings can be placed in space. I dont think any mod content can be placed on space surfaces (Space Scaffolding and Space Platforms). Is there any chance you can add compatibility for this?

4 years ago

The change needs to be done in the space exploration mod. It has a lua script that sets the so called collission masks for all entity types and decides which ones get blocked from space. To fix this you need to open the mod archive of space exploration, go to prototypes/phase 3/space-collissions.lua and add this line
and (not string.find( prototype.name, "factory-", 1, true))
after that line
and (not string.find( prototype.name, "valve", 1, true)).
should be around line 328.
One problem though, you still cant put the space only entities inside the factories, because those have a different tile. If you enabled that, you could do all the space science stuff from the planets surface. The optimal solution would be to add space only factory buildings so you dont break the space exploration mod

4 years ago

If anyone is interested, I'm adding support to it. You can read more in this thread:
https://mods.factorio.com/mod/Factorissimo2/discussion/5e9214be9e489b000de03dec

New response