Godot 4: Simple Autotile Procedural Generation

Published: 03 June 2023
on channel: Faisal
12,543
376

We'll be looking at using the autotiles in Godot 4 and generating a procedural map with a single biome and water tiles.

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

Autotile tutorial:
   • Godot 4 Autotile Tutorial  

Project code:
https://github.com/FHaisal/simple-aut...

Original tileset:
https://jamiebrownhill.itch.io/solari...

Godot 3.5 procedural generation tutorial (Gingerageous Games):
   • AutoTiles OpenSimplex Noise Procedura...  

Timestamps:
0:00 Procedural generation demo
0:58 Create a new project
2:09 Setup the tilemap
4:48 Blob tileset bitmask
5:18 Create world procedural generation script
8:49 Add land autotile procedurally
11:19 Adding water cells procedurally
11:52 Create player scene
13:31 Write player code
15:13 Test project and adjust settings