It's not only visual effect. It's main mod logics based on creep tiles properties. Problem is in SE mods pack - author made them incompatible with most other mods, plus made a number of mistakes in those mods logics code - AAI Industry, Alien Biomes and AAI Vehicles. I fixed some especially critical flaws in AAI Industry and Alien Biomes, but not everything can be fixed, and it's not a purpose of my mod to fix other mod errors.
Particular in this situation factorio game engine has a limitation of tiles types which can't be exceeded, and AlienBiome mod goes fine with the limit, because some terrain types are not good and players turn them off. Unfortunately SE requires all those types. Maybe I don't know about the way to make SE playable with limited new terrains - better to ask in SE fans community if it still exists... Last time I asked there 2 years ago - no one answered, no one except author knows how it works, so one has to research and fix those mods on one's own. Code is very simple, everyone can do it.