Search found 5 matches

by ZpmFred
Fri Jan 27, 2017 9:54 pm
Forum: Modding help
Topic: [Solved] Problem with chunk generation
Replies: 7
Views: 2220

Re: Problem with chunk generation

Ho ho no don't tell me that I just have done that ... RTFM (facepalm)

from this point the chunk generate instantly after the call to request_to_generate_chunk ..

Thank you for the time you spent into helping me :D
by ZpmFred
Fri Jan 27, 2017 7:21 pm
Forum: Modding help
Topic: [Solved] Problem with chunk generation
Replies: 7
Views: 2220

Re: Problem with chunk generation

here are detailed steps to reproduce my situation on vanilla

first create a new game just set in peaceful

game.create_surface("test-1")
game.surfaces["test-1"].request_to_generate_chunks({-20, -20}, 2)

wait 30 sec

game.player.print(tostring(game.surfaces["test-1"].is_chunk_generated({-20, -20 ...
by ZpmFred
Fri Jan 27, 2017 6:43 pm
Forum: Modding help
Topic: [Solved] Problem with chunk generation
Replies: 7
Views: 2220

Re: Problem with chunk generation

Thanks for the reply and idea.

I just tied the charting solution but it does not work it's still generating chunk for nauvis but not for the new surface :(
by ZpmFred
Fri Jan 27, 2017 1:13 pm
Forum: Modding help
Topic: [Solved] Problem with chunk generation
Replies: 7
Views: 2220

Re: Problem with chunk generation

No one has an idea, explanation or a workaround ?
by ZpmFred
Thu Jan 26, 2017 6:14 pm
Forum: Modding help
Topic: [Solved] Problem with chunk generation
Replies: 7
Views: 2220

[Solved] Problem with chunk generation

Hello,

I'm currently developing a mod that deals with surface and i am facing a little problem with chunk generation so i came here in the hope that someone could help me.
Here is the initial situation

On a new map with only my mod, I'm the only player on the map, and i don't move

then
I create ...

Go to advanced search