#Question about terrain top-down game generation

26 messages · Page 1 of 1 (latest)

sweet forge
#

Aight so, would it be a bad idea if i did this:
1: Generate 1 perlin noise that sepparates water from land.
2: Generated another perlin noise that generates biomes, so then the biomes are overlayed on top of the terrain basically.

I have 0 ideas on how to start a terrain generation with biomes.
I'm relatively new to game maker and none of the tutorials ive watched did what i wanted.

keen cargo
#

Sounds pretty cool to me 🤷‍♂️ I think it can definitely work. Will it provide the result you're looking for is the real question

#

If you think it will then I'd say it is worth trying

sweet forge
#

Im not sure
i need to first learn how to use perlin noise to place(or draw) different objects on the world

#

Cuz the world generation i want doesnt have to be the most complex thing, lemme show a thing i made that shows how i wanted it to look

austere nimbus
#

Don't think you'll find a GM tutorial that does this.

sweet forge
#

Here, this is basically what i want.
Probs in a bigger res but ye

sweet forge
#

impossible i know its not

austere nimbus
#

Pretty sure I know a tutorial.

#

Let's see if I can find it.

#

(Non GM)

sweet forge
#

And idea i had was like

create a perlin noise image, somehow
then read the pixels
and create the stuff

keen cargo
#

I have seen people use perlin noise for terrain gen in GM before. It's definitely doable

#

Results were pretty good too

sweet forge
#

i saw a tutorial
but it wasnt quite a tutorial
more like a explanation of how an asset someone made works

austere nimbus
sweet forge
#

i can scrap stuff like climate and height cuz i dont need those

austere nimbus
#

Yeah definitely. Concepts carry anywhere.

sweet forge
#

I'll try understading how do i like, create objects using a perlin noise first
then imma do the rest
thanks this should hopefully help me out.

#

Can i leave this forum without the "solved" tag until i get some results?

#

so i wont have to make another post

austere nimbus
#

Definitely.

sweet forge
#

Okay
thx again

sweet forge
#

Alright, i have no idea how to get perlin noise working with game maker 😂