Power Overload


Performant, semi-realistic power distribution overhaul. Power poles can explode if the total electrical consumption on the network is too high. Use transformers to separate networks so that subnetworks do not take more power than they can handle.

Content
1 year, 2 months ago
1.1
3.07K
Power

i Support for SLP - Underground pole

9 months ago
(updated 9 months ago)

By adding the following to info.json:

"(?) slp-underground-poles"

And adding the following to shared.lua, in the get_pole_names function:

    ["slp-underground-poles"] = {
      ["slp-dec-med-pole"] = "100MW",
      ["slp-dec-big-pole"] = "500MW",
      ["slp-dec-sub-pole"] = "200MW"
    },

I believe this will add compatibility.

New response