article thumbnail

Tiles editor progress report #4

Mircosoft Game Dev

Hopefully in the coming few weeks, the Tiles editors should be ready to be included in the first 4.0 tiles editor series: Tiles editor progress report #1. Tiles editor progress report #2. Tiles editor progress report #2. Tiles editor progress report #3. you are here) Tiles editor progress report #4.

Tile 52
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
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

5 Lessons from Catan for Aspiring Board Game Designers

Brand Game Development

You create an island of hexagonal tiles, each of which represents a different type of terrain. From this terrain, you gather wood, grain, brick, sheep, and stone. Join my community of over 2,000 game developers, artists, and passionate creators. Catan is pretty straightforward. Over time, you build up settlements and roads.

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. Everything is just one big texture. So it’s RGBZ.

Terrain 52
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

Wishlist STARS REACH and its living world

Raph Koster

And from the video you might think that only applies to the terrain. Like UO, every “tile” knows what materials it is. On UO, we could only change the totals every 64 tiles, and we couldn’t reflect it visually at all, because the map was baked down and static). Unlike UO, they can change. (On

article thumbnail

Godot Tactics RPG – 02. Board Generator

The Liquid Fire

We’ll create everything we need to build our tiles and generate a board or two. Tile Script We’ll create two folders here. Because we are going to be updating and viewing the tiles in the editor, we need the @tool command at the top. The next two values let the tile itself keep track of its position.

Tile 52