Terrain Generation Lag!

PROBLEM
The generator gets stuck on generating every x-pillar's terrain and ores.

FAILED ATTEMPT

  • Using Warp
  • Decreasing Worldsize

LINK

the vast majority of your lag is from your pick random block that you use in the slot. c slots are slow for the same reason rings are, and you run this part thousands of times.

after that, it's mostly just some unneccecary blocks in the loops.

here's an optimized version:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.