What I have been doing so far is the following:
I customized data/map-gen-settings.json to my liking based off the example file.
Created a number of save games via
Code: Select all
bin\x64\Factorio.exe --create saves/MapTest01
Code: Select all
/c game.surfaces[1].always_day = true; game.player.force.chart(game.player.surface,{lefttop = {x = -800, y = -800}, rightbottom = {x = 800, y = 800}})
/c game.take_screenshot{resolution = {x = 5000, y = 5000}, zoom=0.1, path = "MapPreviews/MapTest01.png"}
![Smile :)](./images/smilies/icon_e_smile.gif)