Planet based map-gen settings

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
rjdunlap
Burner Inserter
Burner Inserter
Posts: 9
Joined: Fri Jan 17, 2025 4:59 pm
Contact:

Planet based map-gen settings

Post by rjdunlap »

Seems like there isn't the ability to set starting area, height, or width on a planet definition

https://lua-api.factorio.com/latest/typ ... rting_area

local map_gen_setting = table.deepcopy(data.raw.planet.nauvis.map_gen_settings)
map_gen_setting.starting_area = 0


*for height and width
map_gen_setting.height = 200
map_gen_setting.width= 200

Currently these don't do anything
Post Reply

Return to “Modding interface requests”