Any Planet Start


Start on any of the first three planets: Vulcanus, Gleba, or Fulgora. Choose your planet in the startup mod settings before starting a new game. Compatible with many modded planets!

Content
15 days ago
2.0
25.8K
Planets Environment

i ✅ Default planet for space requests

23 days ago
(updated 23 days ago)

When starting on a different planet, is it possible to change the default planet to request for most of the 'general' items? When requesting stuff from a start planet of vulcanus, every single normal item (pipes, inserters, assemblers, military stuff, raw materials) all defaults to Nauvis, so every single request you have to click twice extra to change it.

I'm assuming every item that doesn't have a default_import_location defaults to Nauvis, so maybe add a default of your start planet to every item that doesn't already have one specified by Space Age? Or I guess make it optional, in case someone is starting on a planet they don't intend to build their main factory on?

18 days ago

You don't have it on github so I couldn't suggest a merge request, but something like this in data_final_fixes has been working well for me:

local categories = {"item", "ammo", "gun", "module", "capsule", "item-with-entity-data", "locomotive", "armor"}

for , category in ipairs(categories) do
for
, item in pairs(data.raw[category]) do
if not item.default_import_location then
item.default_import_location = planet
end
end

18 days ago
(updated 18 days ago)

Not sure how I missed this, good suggestion.
I've done almost exactly that, except for the uranium related items and wood / tree seeds in 1.1.23

18 days ago

Sweet! I was just playing around and noticed the uranium too, glad you caught that.

The mod is really working smoothly and is a really nice experience at this point, this is my second playthrough using it.

18 days ago

Appreciate it! It's slowly but surely been getting better over time, thanks to stuff like this.

15 days ago
(updated 15 days ago)

can you add a toggle for this feature, it overrides the setting you choose for https://mods.factorio.com/mod/SetDefaultImportPlanet

15 days ago

I instead gave that mod higher priority in 1.1.24, no toggle necessary.

15 days ago

bless u

New response