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
29 days ago
1.1 - 2.0
3.40K
Power

i Support for SLP - Underground pole

1 year, 5 months ago
(updated 1 year, 5 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