Automatic Tileset Update System

My current version of Aseprite 1.2.16.2-x64
I was not sure if this is a feature or not so I will be continuing on as if it is not yet a feature.

Automatic Tileset Update System:

A feature for Aseprite where you can define a tileset which will update all linked images using the tileset.

Here is an example I quickly created to help explain (very lazy tilesets incoming):
The grid feature is kept on for clarity

Imagine you create a simple dungeon tileset (as seen below),


and you use this to create a small ā€œmock-up exampleā€ of a dungeon (again seen below),

later you decide you want to make some changes to the tileset and want to see the ā€œmock-up exampleā€ again. The problem with this is the example would need to be remade from scratch again which can be time consuming. What I would like to propose is a system that can be used to automate this issue.

Imagine the tileset is updated to this:

instead of needing to recreate the example it would be automatically updated to this:

Iā€™m not going to say it looks good but i wanted to make the changes clear.

Wasnā€™t sure whether it is a feature or not as I havenā€™t found any articles on the topic so I am putting it under possible #features.

If you have any questions or comments please tell me and I will be happy to answer.

3 Likes

That would be a great idea.

But while we wait for this functionality, let me suggest an external software to solve your problem meanwhile. Thereā€™s this small peace of software like Godot Game Engine. Itā€™s super easy to set up since you donā€™t even have to install it. Setting up a tile-set and maybe even auto-tile has lot of tutorials about it. It doesnā€™t require you to know nor do any coding to set that up. Each tile can be separate file and when you edit any of them with Aseprite, the engine should reimport it on the fly. You can create mock-up level to see how your tiles are working together and see your changes real-time. When you add tiles then you only have to edit the tile-set again in the editor.

I would have suggested you Tiled, but it turns out that adding tiles can be quite a nuisance since they should be in a sprite-sheet and editing it can jumble up the entire tile-set. But you could look into it as well.

Hope it helps.

I think Pyxel Edit is worth mentioning as well, as it has a focus on tile editing and does it very well. Itā€™s by far my favourite tool for tileset creation, despite its limitations in other areas.

Edits to tiles take effect immediately across all instances, you can flip tiles when placing them, tools can be set to only work within tile boundaries, you can rearrange your tile palette freely, and probably a bunch of other things I take for granted :'D Iā€™ve been largely ignoring Asepriteā€™s tile tool news because I already have Pyxel Edit and it does the task so well.

(I should mention that due to how Pyxel Edit does animation, you canā€™t preview animated tiles within the program, as each document is either tiled or animated, not both. Each frame has to be treated as a separate tile and tested externally. I use Tiled for that task, since itā€™s what I use for my maps anyway.)

1 Like

Related to Create scenes/movies with several sprite instances Ā· Issue #593 Ā· aseprite/aseprite Ā· GitHub.

The idea of reusable assets gets discussed and requested a lot. Thereā€™s actually a network of dozens of similar requests, linked to each other. Itā€™s a very anticipated feature, but it probably will / is taking a lot of work, in terms of coding, new GUI, implementation etc.

Anyway, in addition to what others have suggested, this can be done quite well in Adobe Photoshop if you have access to it. If you convert a tile to a Smart Object and duplicate it around, you can go to Layer > Smart Objects > Edit Contents. Your tile opens in a separate tab. After you do some edits and press āŒ˜S / Ctrl+S, every instance of that Smart object gets updated.

Update: Good news if you donā€™t have Photoshop. Thereā€™s a free clone of Photoshop that runs in your browser ā€“ http://photopea.com ā€“ and it has this feature as well. You can doubleā€“click the icon of a Smart Object (which you have duplicated using ctrl+J) to open it in a separate tab. All instances should also update after you click ctrl+S.

1 Like

This feature is already a work in progress for v1.3, more info here:

And there are some previews:

3 Likes