Shotgun Turret Art Patch PD


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

Tweaks
1 year, 7 months ago
1.1
103

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