#No Gleba Planet Discovery???
1 messages · Page 1 of 1 (latest)
Assuming the technology was not out right removed by a mod, it can likely be forced using a Lua console command.
tech.enabled = true
tech.visible_when_disabled = true
end```
That might reveal techs that are not intended to be revealed though, such as mod compatibility techs.
Just to update this thread, I read though the lua api and found a solution using this: /c game.player.force.unlock_space_location('gleba')