Page 1 of 1
[0.4.0] onchunkgenerated isnt called whith the first chunks
Posted: Sun May 05, 2013 7:28 pm
by ficolas
the event "onchunkgenerated" isnt called when the first chunks (the chunks the player spawns in) is spawned, idk if this is a bug, if it is not, just tell me, how many chunks are initially generated arround the player?
Re: [0.4.0] onchunkgenerated isnt called whith the first chu
Posted: Sun May 05, 2013 7:58 pm
by kovarex
Yes.... initial chunks.
At the start the area of {{-200, -200}, {200, 200}} is generated.
Re: [0.4.0] onchunkgenerated isnt called whith the first chu
Posted: Wed Sep 25, 2013 11:25 pm
by kovarex
This will be fixed in 0.7.
Re: [0.4.0] onchunkgenerated isnt called whith the first chu
Posted: Thu Sep 26, 2013 7:14 pm
by ficolas
kovarex wrote:This will be fixed in 0.7.
Will it be called once, or it will be called for each chunk of terrain inside the 200x200 zone?
Re: [0.4.0] onchunkgenerated isnt called whith the first chu
Posted: Fri Sep 27, 2013 12:17 am
by kovarex
It will be called exactly once for every chunk in the game.
By the way, due to the new autoplacer structures that will be introduced, that is big chances it won't be needed.