Remove Render Remove Terrain Remove Tile
article thumbnail

Tiles editor progress report #3

Mircosoft Game Dev

tiles editor series: Tiles editor progress report #1. Tiles editor progress report #2. you are here) Tiles editor progress report #3. Tiles editor progress report #4. Tiles editor progress report #5. This allows you to customize the properties that the tiles themselves expose. TileSet rework.

Tile 52
article thumbnail

D2 log 074 – New level format

Catnip Games

This gives me freedom in level design and saves work making tiles… tileable. I export the rendered terrain from Blender as a RGBA image but with alpha value set to depth. The custom terrain shader uses the z-channel to draw water in lower areas of the level. The graphics backend rewrite took a while.

Terrain 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

D20 RPG – Pathfinding

The Liquid Fire

In that project, we had some unique challenges thanks to a non-square board where tiles were optional. In addition we had to consider tile heights – and whether or not a unit could jump as high as needed. In contrast, the pathfinding in this lesson will be for a 2D square board with no missing tiles.

Tile 52
article thumbnail

Dev snapshot: Godot 4.0 beta 13

Mircosoft Game Dev

Editor: Keep terrain choice when changing layer in TileMap editor ( GH-70601 ). Editor: Make keyboard shortcuts in tile data editors consistent with tilemap editor ( GH-71517 ). Rendering: Fix polyline not supporting closed polygons and not having a uniform width ( GH-62236 ). This release is built from commit caacade56.

Beta 99
article thumbnail

D20 RPG – Enemy Pathfinding

The Liquid Fire

Although I imagine that for the most part the player will only be controlling medium sized units (which occupy a single tile), I also want to make A.I. Even worse is that our current iteration of the pathfinder does not include blocked tiles in its path map, so as it is now, I can’t see a path to an opponent.

Tile 52
article thumbnail

Godot 3.0 is out and ready for the big leagues

Mircosoft Game Dev

It brings a brand new rendering engine with state-of-the-art PBR workflow for 3D, an improved assets pipeline, GDNative to load native code as plugins, C# 7.0 After meeting the initial goal, we hired karroffel to continue her work on GDNative (more about this below) and work on a new rendering backend. Auto-tiling in tile maps.

Render 52