Texture generation seems to be fixed, but it is ridiculously slow...as mentioned here -
http://www.gamesas.com/topic/1376001-enable-all-processor-cores-in-ck/
I done a few test samples,...
I take that statement back. Something seems to be optimised as you can see below -
Using 8 processors/cores.
Switching to singlethreaded mode since we are only building textures.
Creating queue of files to be built...
Building 1023 chunks at level 4.
Building 256 chunks at level 8.
Building 64 chunks at level 16.
Building 15 chunks at level 32.
*** Building level 4 ***
Finished level 4 at (-64,-64) on thread 0; took 0.154000 seconds.
Finished level 4 at (-60,-64) on thread 0; took 0.152000 seconds.
Finished level 4 at (-64,-60) on thread 0; took 0.151000 seconds.
Finished level 4 at (-60,-60) on thread 0; took 0.152000 seconds.
Finished level 4 at (-56,-64) on thread 0; took 0.152000 seconds.
Finished level 4 at (-52,-64) on thread 0; took 0.154000 seconds.
Finished level 4 at (-56,-60) on thread 0; took 0.156000 seconds.
Finished level 4 at (-52,-60) on thread 0; took 0.156000 seconds.
Compared to a previous post -
Using 8 processors/cores.
Switching to singlethreaded mode since we are only building textures.
Creating queue of files to be built...
Building 256 chunks at level 4.
Building 64 chunks at level 8.
Building 16 chunks at level 16.
Building 4 chunks at level 32.
*** Building level 4 ***
Finished level 4 at (-32,-32) on thread 0; took 7.584000 seconds.
Finished level 4 at (-28,-32) on thread 0; took 7.529000 seconds.
Finished level 4 at (-32,-28) on thread 0; took 7.539000 seconds.
Finished level 4 at (-28,-28) on thread 0; took 7.533000 seconds.
Finished level 4 at (-24,-32) on thread 0; took 7.524000 seconds.
Finished level 4 at (-20,-32) on thread 0; took 7.545000 seconds.
Finished level 4 at (-24,-28) on thread 0; took 7.496000 seconds.
Finished level 4 at (-20,-28) on thread 0; took 7.493000 seconds.
The world sizes were different, but that shouldn't matter. It looks as though LOD generation in the CK is a viable option now. Better quality tiles as well