#Is there a way to reset just the world terrain?

1 messages · Page 1 of 1 (latest)

grand sigilBOT
drowsy copper
#

I am currently creating a game called “Strong and New Game+,” where players repeat runs to earn money and upgrade themselves. I want the map to reset every time the player dies. How can I achieve this?

torpid axle
#

yea just clear the area and place back all the terrain using fill / clone commands. What I usually do is I have 2 dimensions (add one dimension and use the overworld) then while the player is playing on dimension one, I regenerate the second dimension slowly so the user doesn't have any lag spikes. And once the game finishes the other dimension will be done and we can reset the first one.

drowsy copper
#

thank you!