Quantum Fabricator

by Tename

Makes construction bots and malls mostly obsolete by automatically crafting and building ghosts for you. Will handle most things construction bots are doing, like deconstruction, upgrades, placing/removing tiles, inserting modules and repairs.

Utilities
10 days ago
2.0
4.76K
Logistics Manufacturing Storage Cheats

b Compatibility with Electric Tiles.

2 months ago

Hi Tename!

I'm the modder of Electric tiles, and currently I'm fixing a problem with ur mod: (Looking inside ur code) Once tiles are setted by the function "instant_tileation", cause of not passing the argument "raise_event" in the surface method "set_tiles", my mod cannot detect the tiles being built/upgraded/removed.

Is it possible that you add this argument in the method call? By doing this I could correctly catch this event from ur mod and update the electric grids in mine.

2 months ago
(updated 2 months ago)

The code line that fixes the problem is this:

surface.set_tiles(final_tiles, true, true, true, true)
2 months ago
(updated 2 months ago)

Oh yeah, building tiles can also raise events, didn't noticed.

Fixed.

New response