McGuten / Factorio5DimMods

5Dim's mods repository
MIT License
13 stars 13 forks source link

Orbital Ion Cannon Compatibility #37

Closed kuxynator closed 3 years ago

kuxynator commented 3 years ago

Error while running setup for entity prototype "ion-cannon-targeter" (ammo-turret): next_upgrade target (5d-gun-turret-02) must have the same bounding box.

This issue seems to be caused by a 5dim mod, which modifies the prototype 'ion-cannon-targeter' leading to this error. Solution: The ion-cannon-targeter should not be modified this way.

Mods:

kuxynator commented 3 years ago

Just found that it was fixed for the original mod in compatible-mods.lua so adding a condition for 'Kux-OrbitalIonCannon' should work. I have added the same fix, so the loading order should not matter. even without adding a dependency entry and i can remove the dependency entry in my mod. Feel free to contact me in Discord kux#5599