Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

About the recoloring process, I was trying to do something similar to my project using your assets, but was not successful due to a few things.

When I think about color customization in characters, it usually consists of a 3 color palette: the base color, the darker and the lighter. I think the correct approach would be using a transparency system.

In this system, the user would select a base color and the white and black/gray would be added by layers with a reduced transparency, but I'm afraid this solution would require you to redo the character sprites.

An alternative approach would be to just replace the color in aseprite to a predefined one, as is explained here. I would also love to have the aseprite files in the bundle.

Much success in your career and sorry about the long comment.

(+2)

Hi Shido! Thanks for your color advices and don't worry about long comments!

I'm actually using the indexed colors method and it's pretty efficient, allowing me to edit an hairstyle with 7 palettes within 10 minutes! Btw I had a bad time this morning figuring it out cause I was really close to drop the idea since manually is endless ahahah

Genuine question tho: Why would it be useful to provide the .ase files?

(+1)

In my project I have a pipeline to use a custom binary file that I generate based on other software files (aseprite, tiled, photoshop, etc...). This allows me to have a more dynamic workflow, specially when making constant small changes. 

If I use a png file, my workflow would be:

Aseprite --> Export to png --> Load the data into my project --> Use

The workflow solution above results in two files with the same purpose (if you don't forget to export every time you make a change). Using source files, it is:

Aseprite --> Load the data into my project --> Use

Resulting in only one file and without the mentioned export problem. This may seem very specific for my case, but considering that popular game engines such as Game Maker, Unity and Godot have plugins that allows this kind of usage, I think it's a valid point.

That is not a big problem when working with few files, since I can open the png file in Aseprite and save them again, but when doing it for every hairstyle, in every color it's starts to become a little boring. Not to mention that I presume that you already have and use the .ase files.

(+2)

Mmmm thanks for the Info Shido! I was not aware of that problem!

I'll try to supply some .ase files along with the pngs! For the hairstyles, their aseprite files have a frame for each color variation, so I can export them into single pngs in a snap. Would it be useful anyways to provide the aseprite files even that way, for your case?

Thanks again for your feedback

(+1)

Definitely, I would just have to specify the color as a frame, no problem.

(+1)

Great, I'm adding all those files tomorrow! :)

(+1)

Update: I just had the time to add the ase files of the today's hairstyles, I'm gonna add the missing ase files tomorrow!