MapGenSettings width height not work

Place to get help with not working mods / modding interface.
Xeon257
Manual Inserter
Manual Inserter
Posts: 2
Joined: Wed Sep 24, 2025 6:25 pm
Contact:

MapGenSettings width height not work

Post by Xeon257 »

Hello. I am developing a planetary mod for Factorio. I would like to restrict the size of a planet’s surface, but even if I set the width and height values in MapGenSettings, the map size does not seem to be limited. Also, the seed value appears to be ignored. Is it impossible to configure these settings at the prototype stage?

==== prototype.planet.planet.lua ====
...
subgroup = "planets",
map_gen_settings = linox_map_gen.linox_crust(),
pollutant_type = nil,
...

==== prototype.planet.map_gen.lua ====
...
seed = 100, -- not work
width = 32 * 4, -- not work
height = 32 * 4, -- not work

no_enemies_mode = true, -- work
peaceful_mode = true, -- work
....
Post Reply

Return to “Modding help”