Multi Biome Autotile Procedural Generation

Published: 04 June 2023
on channel: Faisal
6,081
209

In this video we'll build up on the previous tutorial where we made a simple procedurally generated map using autotiles and focus on adding multiple biomes.

Links:
Video resources:
https://github.com/FHaisal/youtube-re...

Autotile tutorial:
   • Godot 4 Autotile Tutorial  

Simple autotile procedural generation tutorial:
   • Godot 4: Simple Autotile Procedural G...  

Project code:
https://github.com/FHaisal/multi-biom...

Original tilesets
https://iknowkingrabbit.itch.io/has-s...
https://github.com/SlothInTheHat/Godo...

Godot 4 procedural generation (sloth in a hat):
   • Procedural Generation in Godot 4  

Timestamps:
0:00 Procedural generation demo
0:50 Video resources
1:06 Create a new project
2:23 Setup the tilemap
5:09 Blob tileset bitmask
5:39 Create procedural generation script
19:30 Create player node
20:04 Write player script
21:35 Test project and adjust settings