Planet Picker


Pick your starting planet. Multiplayer compatible, players can pick any planet individually. Even modded planets!

Tweaks
2 days ago
2.0
4.38K
Factorio: Space Age Icon Space Age Mod
Planets Transportation Environment

b [Resolved] Fulgora Start Broken

19 days ago

It looks like the setting for "planet-picker-modify-fulgora-ruins" was removed. Without it you can't get medium electric poles and are soft locked. I added the setting back and the items set in data-final-fixes showed up as expected.

Line added to settings.lua, above the block for "planet-picker-modify-fulgora-ice":
{
type = "bool-setting",
name = "planet-picker-modify-fulgora-ruins",
setting_type = "startup",
default_value = true,
order = "f-a"
},

19 days ago

Hey Ethross, sorry about that. I must've accidentally broken that while rearranging things during the rewrite that I just finished.

This should be fixed now! (Not to mention all the other fixes and the UI overhaul!)

Thanks for the heads up!

New response