Electric Tiles


Adds conductive floor tiles that transmit power to adjacent tiles (including diagonals) and any structure on top of them, just place a power source or electric pole on top and enjoy the extra space!

Content
5 hours ago
2.0
3.19K
Power
Owner:
Factory077
Source:
https://github.com/J0ss077/ElectricTi...
Homepage:
N/A
License:
MIT
Created:
8 months ago
Latest Version:
1.3.5 (5 hours ago)
Factorio version:
2.0
Downloaded by:
3.19K users

A new and optimized version of Powered Floor Extended!

Adds conductive floor tiles that transmit power to adjacent tiles (including diagonals) and any structure on top of them, just place a power source or electric pole on top and enjoy the extra space!

Note: Placing a large number of tiles (+5K) quickly may cause brief UPS spikes while the grid recalculates.


How It Works

ElectricTiles forms an invisible power grid beneath your base. Tiles connect to each other (including diagonals), and any entity placed on top -- machines, poles, roboports, accumulators -- is powered automatically, no wiring needed.

Grids recalculate dynamically whenever tiles are placed or removed. Processing is distributed across game ticks and handled per chunk, so the impact on performance is kept minimal even in large bases.

Features

  • Blueprint compatible -- Works seamlessly with blueprints and blueprint books.
  • Works in new and existing saves -- No need to start a fresh game.
  • Hazard tile variants -- Electric versions of hazard concretes are included out of the box.
  • Upgrade recipes -- Tiles can be upgraded to the next tiers just like their base variants.

Compatibilities

  • Dectorio
  • Space Exploration
  • Krastorio2
  • Krastorio2 Spaced Out

Known Issues

  • Mods that rewire electric poles may conflict with the invisible electric grids.

Console Commands

You may want to use some of this commands, so u can fix/update the surfaces (planets).

  • F077ET-recalculateAllSurfaces -- Recalculates all the game surfaces.
  • F077ET-recalculateLookingSurface -- Recalculates ONLY the surface that YOU are looking at.

Modding Support

Since v1.2.2, Electric Tiles supports adding electric variants of tiles from other mods. The data-stage interface allows modders to register custom tiles and have them processed internally by the mod.

Refer to the GitHub repository for full documentation on variant creation and available remote interfaces.