Shielded Walls Redux


A Rebuild of SonsakuX's High Resistance Regenerating Walls ("Shielded Walls"). Fixed performance issues.

Content
5 years ago
0.15 - 0.16
12
Combat

b Walls placed by robot are not healed

5 years ago

Hello,

I've recently started using your mod and the walls work well for my fully automated, repair free defense.

However the walls are only updated if placed by the player. Once I started adding them to blueprints they would not heal anymore.

This is due to the fact that you only listen on the event "defines.events.on_built_entity"

I've temporarily patched the mod for myself by listening to both events:

script.on_event({
defines.events.on_built_entity,
defines.events.on_robot_built_entity
}, addWall )

Best regards

5 years ago

Hi!

Thanks so much for finding that issue - I just uploaded a new version of the mod with your fix implemented.

Just FYI, I don't check the forum as often as I probably should, so if you find any other issues, please send me an email as well as post here to make sure I see it quickly. I have an email specifically for my mods: amagsmods@gmail.com.

Thanks again!

New response