Some semi-random thoughts on terrain generation
Swampland:
[Image: cc270fb38b.jpg]
Code:
Noise3DHeightAmplification=0.250000
Noise3DMidPoint=59.000000
Reply
Thanks given by:
SwamplandM:
[Image: 08a91bbbc9.jpg]
Code:
Noise3DHeightAmplification=0.110000
Noise3DMidPoint=59.000000
Reply
Thanks given by:
Alright, I've created the new generator, BiomalNoise3D, and added those three biomes to it, along with guessed plains and desert values. All the other biomes will generate wild terrain, so that they stand out as "needs completion". When I get new values, I'll add them (or you can, it's in the source Smile )
Reply
Thanks given by:
The generator crashes on me when I try it with the Grown biome generator. Maybe it generates a biome that makes it go above 255?
Reply
Thanks given by:
It should work with any biomes, all the biomes that it doesn't know receive bogus values, but other than that nothing should happen.
Got a stacktrace? Is it reproducible?
Reply
Thanks given by:
No I don't have a stacktrace. It happens everytime I try it with a biome that hasn't got any values (for example Taiga).
I'm using a Win64 build, so maybe that helps.

Yea I think it's trying to go over 255:
[Image: 21784102fa.png]
Reply
Thanks given by:
I've tried with a 32-bit build and I can't get it to crash at all. So run it in the debugger and get me a stacktrace.

Oh, btw, I have had a fault, but it wasn't cause by the generator itself, but the WE plugin instead - if you compass-click through a terrain that's up to Y=255, the WE plugin will try reading a block at Y=256, thus hitting an ASSERT.
Reply
Thanks given by:
If you have an x64 machine I can give you the executable, because when I try to debug I get this message:
[Image: 3759dab610.png]
Reply
Thanks given by:
Try to start vs as admin
Reply
Thanks given by:
Then I get the same error.
Reply
Thanks given by:




Users browsing this thread: 154 Guest(s)