Shock Turret Art Patch PD


Changes the ShockTurret to use the art from RP Plasma Turret 1

Tweaks
1 year, 7 months ago
1.1
102

FAQ

HeroTurrets works with this mod and basic turrets will use the new graphics. However, ranked up turrets will revert to the previous art. To fix, edit HeroTurrets info.json file add these lines in the Dependencies section at the end:

"? HowitzerArtPatchPD >= 1.0.0",
"? ShockArtPatchPD >= 1.0.0",
"? SniperArtPatchPD >= 1.0.0",
"? ShotgunArtPatchPD >= 1.0.0"

And also add a comma at the end of the line above "? HowitzerArtPatchPD >= 1.0.0",

This forces Factorio to load HeroTurrets AFTER this mod, which allows HeroTurrets to see the new art. Don't worry if you don't use the other mods listed- the ? makes it an optional dependency.