I saw that this was a bug that was fixed in [2.0.14], but I had this problem crop up on me in [2.0.15] and it has persisted through todays update. I have no Space Map button, or the ability to view any planets other than Nauvis in remote view. I have tried disabling mods one at a time and then all of them. Reinstalling. Doing a complete clean reinstall with no mods. And even going back to the stable version and loading an old save, but nothing has worked.
Save where the screenshots come from : https://drive.google.com/file/d/1Uw2q-4 ... sp=sharing
[2.0.20] Missing Space Map and Planets Other Than Nauvis in Remote View
[2.0.20] Missing Space Map and Planets Other Than Nauvis in Remote View
- Attachments
-
- On Gleba with missing Space Map and remote view options.
- 20241118105106_1.jpg (843.58 KiB) Viewed 238 times
-
- On Vulcanus with missing Space Map and remote view options.
- 20241118104859_1.jpg (493.92 KiB) Viewed 238 times
Re: [2.0.20] Missing Space Map and Planets Other Than Nauvis in Remote View
I'm having the same issue. 2.0.20, no mods.
Re: [2.0.20] Missing Space Map and Planets Other Than Nauvis in Remote View
Although I've just read in another thread that now we are not supposed to see the star map before we discover other planets. If that's the case, then it would explain why I don't see these controls.
Re: [2.0.20] Missing Space Map and Planets Other Than Nauvis in Remote View
Thanks for the report. Other surfaces are marked as hidden. Given the amount of mods i am not going to investigate which one was it given that there is a lot of mods that are hiding some surfaces.
You can run this console command to make all surfaces to appear:
You can run this console command to make all surfaces to appear:
Code: Select all
/c for name in pairs(game.surfaces) do game.player.force.set_surface_hidden(name, false) end