When you need to call down the thunder to deal with those pesky biters, launch a rocket with an ion cannon into orbit and show the bugs who's boss.
NEW +3 technologies: Area Fire and Ion Cannon Mk2
it says, "Failed to load mods: Error while running setup for entity prototype "orbital-ion-cannon" (radar): next_upgrade target (5d-radar-02) must have the same fast_replaceable_group (radar != oribital-ion-cannon)"
here's the log and screenshot: https://1drv.ms/f/c/e1120e79b63ebbbb/Eru7PrZ5DhIggOEJYQEAAAABBzvaoO0t1FRI3_XA3wqDjw?e=HjCFJF
All mods are in the latest version, crash after update
this issue is caused because 5dim add new entity level and update the original entity prototype data before you clone data for orbital-ion-cannon
for fixe this issue, you probably need to add this line after cloning data from base entity when you new entity is not upgrade of base (like radar and turret)
entity.next_upgrade = nil
normally there is already this line on the good entities
entity.fast_replaceable_group = nil
i do this already.
but instead of having to undo all changes it would be easier if this mod would be referenced by 5dim. the names of the mods are unfortunately unfavorably chosen for such types of mod, because it is loaded before most of the others.
ion-cannon ist "base" mod, because i do not change existing entities.