Page 1 of 1

Planet based map-gen settings

Posted: Thu Jan 23, 2025 10:28 pm
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