[Archives] AutoTileGen Review – Automatic Tilemap Generation for Games

Archives, Art, Game Development, Review

I’m a pixel artist and a game developer, but I hate making tilemaps.  To me, it’s just tedium – making the same image over and over with little tweaks for corners and edges.  And SO many combinations of corners and edges.
So when I heard there was a tool that would automatically create an entire tilemap from as little as just three images, I knew I had to try it.

AutoTileGen lets you create a game-ready tilemap from just three images.

image

All you need is a single tileable texture, a “cap and bottom” image, and a “sides” image.  If you want a background included in your tilemap, that’s a very simple forth image.  AutoTileGen then does all the tedious work for you!

[Archives] Construct 2 Minimap Tutorial

Archives, Game Development

Part One: The Setup

A few years ago, I wrote a blog tutorial detailing how to create a minimap HUD in Construct 2.  Since then I’ve changed web hosts and that blog post has been lost, and (more importantly) Construct 2 has since then added the Tilemap object, which changes everything. (Yeah, the previous post was way old.)
Anyway, it’s long overdue that I rewrite that blog post.
Let’s get started!

image

[Archives] Four Ways to Project Manage as a Solo Game Developer

Archives, Game Development

It’s so easy, when you’re the only person developing your game, to just start creating things without having an idea of future milestones.  I’m super guilty of it too, but it’s so important to have a roadmap.  It gives you an idea of how long things will take, when you can anticipate hitting certain milestones, and exactly what you need to work on next to finish your game without taking years to do so.

image

Here’s how I handle project management for my upcoming game, Visual Out.

[Archives] Game Development Tool – Crocotile 3D First Impressions

Archives, Art, Game Development, Review

A while ago I came across a 3D Tilemapping tool that was unlike anything I had ever seen.  It’s called Crocotile 3D, and I’ve been itching to try it out for months.

Create 3d models and environments with tiles. Typically tiles are used from 2d tilemaps to construct flat scenes, but Crocotile 3d adds another dimension. 

Scene in Crocotile3D

Image source

[Archives] How to use Gradient Maps in Construct 2 levels

Archives, Art, Game Development, programming

Recently I came across an absolutely gorgeous game called Totem Teller.  On their Tigsource thread, they described how they achieved certain visual effects in Unity, including using a gradient map to tint their levels.  This left me wondering if I could achieve the same effect in Construct 2, and after some experimentation, I discovered how.

Gradient Map in Construct 2 Game