Howitzer Art Patch PD


Changes the Howitzer Turrets by Volvary to use the art from RP Artillery Turret 1. A few art glitches with muzzle flashes.

Tweaks
2 years ago
1.1
330

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.