Page 1 of 1

Deleting chunks in 0.15

Posted: Wed Apr 26, 2017 10:47 am
by AcThPaU
Hi

I remember dev promised chunk deletion function in 0.15.

So anyone know the command to delete chunks now ?

Re: Deleting chunks in 0.15

Posted: Wed Apr 26, 2017 12:38 pm
by daniel34
An example:

Code: Select all

/c game.player.surface.delete_chunk{0, 4}
This will delete a chunk directly below the starting area. Note that the position is given in chunks, not tiles. 1 chunk = 32 tiles.