iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
113 stars 32 forks source link

offsize classicgen maps #134

Open BR- opened 9 years ago

BR- commented 9 years ago

pkg/base/gen_classic.lua fails on maps larger than 512x512, instead giving the default munching squares map.

-gen=pkg/base/gen_classic.lua -mw=1024 -mh=1024

image

There is also no way that I can find to scale the y-axis down. Changing turbulence still lead to very high cliffs on the x-axis, but with a smoother z-axis.

-gen=pkg/base/gen_classic.lua -mw=64 -mh=64 -mt=0.00001

image