[Rseding91] [0.15.26] force.chart generates chunks outside of map limits
Posted: Sat Jul 01, 2017 8:03 pm
Maps with at least one limit to height or width can still have chunks generated outside of those boundries when using force.chart.
reproduction steps:
1. make a map with 1x1 boundry
2. run this command:
dist = 16384 causes the memory usage to jump up to above 10 GB with over one-million chunks generated, 64 chunks with tiles.
reproduction steps:
1. make a map with 1x1 boundry
2. run this command:
Code: Select all
/c local dist = 16384; local x = 0; local y = 0; game.player.force.chart(game.player.surface,{lefttop = {x = x-dist, y = y-dist}, rightbottom = {x = x+dist, y = y+dist}}); game.speed = 10