Skip to content

KaizNike/NoiseWorldGen2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoiseWorldGen2D + 3D - Godot Tilemap Tool (Godot Version 4.6.1)

A world in space.

Made for:

Credits:

@koriArredondo

Westeros Heightmap

Tophloaf

Shefalitayal

Kudos to whoever made it!

Installation:

2D: Copy the addons folder to your project and instance the NoiseWorldGen2D Node. Made for 2D. Change the exported variables to customize.

3D: Working on! The provided world_3d and world_3d_2 show how with albedo material based on a Viewport can take 2D to 3D. I've tried 3D level generation with my Defeating User Built Dungeon.

Personalizing:

Terrains Included are 24 tiles that make up the world. For simplicity, you may replace "Terrains.png" with different tiles. If you change the size of the tiles, or add new tiles you will need to redefine the atlas. Adding new world types can be done by editing the "NoiseWorldGen2D.gd"'s genWorld() function. The section - elif type == "hellplanet": is where custom planet types are meant to go. Reference if type == "overworld": for example on how to build.

Updates (3/19/2026):

Now for Godot 4.6.1! Added a new world type and solar systems in 3D.

About

Scripted Godot 4.6.1 TileMapLayers that create a Earth-like world, with 2D 16x16 tiles included and 3D explored via ViewportTextures.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors