Page 1 of 1

Remove chunks?

Posted: Fri Mar 04, 2016 7:03 pm
by Spider
Hey.

Is there a way to delete chunks? I used

Code: Select all

/c game.local_player.force.chart(game.local_player.surface,{lefttop = {x = -5000, y = -5000}, rightbottom = {x = 5000, y = 5000}})
and now the map i way to big and it takes up to a minute to save the map. Is there a way to delete the chunks?

Re: Remove chunks?

Posted: Fri Mar 04, 2016 10:05 pm
by Rseding91
No. There's currently no way to delete chunks. You'll need to load an earlier version of your game if you don't want those chunks generated.