Page 1 of 1

[Rseding91] [0.15.26] force.chart generates chunks outside of map limits

Posted: Sat Jul 01, 2017 8:03 pm
by CmdrKeen
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:

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
dist = 16384 causes the memory usage to jump up to above 10 GB with over one-million chunks generated, 64 chunks with tiles.

Re: [Rseding91] [0.15.26] force.chart generates chunks outside of map limits

Posted: Sun Jul 02, 2017 11:56 am
by Rseding91
Thanks for the report. This is now fixed for the next version of 0.15.