Improved Medium Electric Pole

by splatt

Makes the medium electric pole upgradable to 9x9.

Utilities
3 years ago
0.17 - 1.1
1.06K

g Update for 0.18.2?

4 years ago
(updated 4 years ago)

Hi, any chance for an update? Shouldn't take much more than changing info.json and the path for the vehicle impact sound. There was an announcement for breaking changes in 0.18.2, so updating once it has been released would be the least hassle. :-)

4 years ago

Hey - sorry for the late reply. I don't have access to my computer nowadays except for on the occassional weekend so updates are going to be slow.

I uploaded a version for 0.18 with just some info.json changes. As far as I could tell there wasn't any need to update the sound but maybe I'm wrong. Let me know if there's any trouble.

4 years ago
(updated 4 years ago)

Thanks for updating the mod! I just had a chance to test it, and it works. But updating vehicle_impact_sound could be good nevertheless:

 vehicle_impact_sound =  { filename = "__base__/sound/car-metal-impact.ogg", volume = 0.65 },

vs.

sounds.generic_impact =
{
  {
    filename = "__base__/sound/car-metal-impact.ogg", volume = 0.5
  },
  {
    filename = "__base__/sound/car-metal-impact-2.ogg", volume = 0.5
  },
  {
    filename = "__base__/sound/car-metal-impact-3.ogg", volume = 0.5
  },
  {
    filename = "__base__/sound/car-metal-impact-4.ogg", volume = 0.5
  },
  {
    filename = "__base__/sound/car-metal-impact-5.ogg", volume = 0.5
  },
  {
    filename = "__base__/sound/car-metal-impact-6.ogg", volume = 0.5
  }
}
vehicle_impact_sound = sounds.generic_impact

The latter version offers more variety. You don't have to define sounds.generic_impact yourself if you add this line:

local sounds = require("__base__.prototypes.entity.demo-sounds")
4 years ago

Done. Thanks for basically making half this mod lol

4 years ago

Great, thanks! :-)

Thanks for basically making half this mod lol

I already had it updated locally (like about 30 other mods where nothing much was to change) because I wanted to continue my game without removed entities, so why not share that? :-D

New response