Hello, sorry to bother you with something that isn't necessarily an issue with your mod. but, when combining starting on fulgora with this mod.
With the delete planet compatibility mod and delete vulcanus and delete gleba, the check that mod makes to determine which of the delete mods is active includes the planet you have picked via an planet start.
This is done by calling a function they write,
function check_mod(name)
return data.raw.technology["planet-discovery-"..name].hidden
end
which they accomplish in the planet specific submods by doing this
if data.raw.planet["vulcanus"] then
data.raw.planet["vulcanus"].hidden = true
end
with vulcanus being replaced with whatever planet the mod is removing,
The delete planet mods have not been updated in 6 or so months and im not sure when it will be, is there anything you can do your end to stop it from thinking starting on a planet means its delete submod is active.
If not I understand completely and thank you for your time.