Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This is an amazing tool and it's really helped me get my tilesets set up quickly and imported into Godot.  My only question is this: how do I prevent the randomization of combinations of the provided tile parts?  I have a project where I have four lines of parts, and they are outputting to my custom quadruple 47 template just fine, but they are randomized and I'd like them to stay with their respective rows.

In essence, I want all of row 1 to output to the first 47set in the template, all of row 2 in the second 47set, etc.  Is there a way to do this?

Thanks again!  Your work is so appreciated!

(2 edits)

Thanks!

Are you making an animated tile?

I was working on the problem you’ve mentioned in the light of animation. If I ever finish this work, there will be a switch randomization/animation, and the latter will work somewhat like you describe. However talking about Godot you don’t have to have everything on one texture, there is special AnimatedTexture resource type which works with tilesets too.

If you are going for animation, you can split your input into 4 parts and generate separate textures with a single 47-tile template. Export the first one as a Godot tile, then replace it’s texture with animated texture, created from 4 47-tile textures. It’s a bit of extra work, but it can work even now.

As for updating program, I don’t know when I will be able to get to work on it - maybe in a week, maybe in a month.