Sniper Art Patch PD


Changes the Sniper Turret from Combat by Samuel to use the art from RP Sniper Turret 1

Content
1 year, 8 months ago
1.1
80
Combat

FAQ

Heroturrets seems to have incorporated the below fixes, thank you. Leaving this up in case it's reverted.

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 have all the listed mods, the ? creates an optional dependency.