#No Gleba Planet Discovery???

1 messages · Page 1 of 1 (latest)

sleek bison
#

Currently doing a playthrough with a ton of planet mods added. For some reason there is no technology research to unlock Gleba.

I am looking to see if there is a workaround with commands or lua to unlock Gleba.

Anybody got any Ideas?

tawny parrot
#

Assuming the technology was not out right removed by a mod, it can likely be forced using a Lua console command.

dull linden
#
    tech.enabled = true
    tech.visible_when_disabled = true
end```
tawny parrot
#

That might reveal techs that are not intended to be revealed though, such as mod compatibility techs.

sleek bison
#

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')