Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

ShidoBox

10
Posts
9
Following
A member registered Mar 05, 2020

Recent community posts

Is there a chance of creating an animation for throwing seeds up? 

Do you plan on make trains and rails?

First, congrats.

You said that now we are on the last 100 updates, so since now, I'm start my petition for your next assets pack to be focused on farming.


4/100 - LimeZu, please make a farm assets pack.

Hi, currently I'm making a series of free tutorial of small games for children (that do not speak English), and I'm planning on using these assets.

My question is, for the sake of convenience, can I redistribute these assets with my code in a zip file? With due credits and a link to this page?

Lovely work as usually. After you finish with this collection, do you plan on creating one focused on the characters themselves? Like, with more animations?

Lovely!! Thanks for the ase files. Today I want to give my feedback about file structure, mainly about consistency. In the main folder you have for example:

  • 2_Characters
  • 3_Animated_objects
  • 4_RPG_MAKER_MV

Where you use the "_" as a space separator, but inside the "2_Characters" folder you space as a separator on the "Character Generator" folder. I personally prefer using the "_" because it avoids compatibility issues on cross development since Linux and Windows handles spaces on paths differently.

On:

  • Eyes
  • Hairstyles
  • Outfits

You group them by resolution but in "Bodies" and "Accessories" you don't.

Much love ❤️

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

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.

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.

Love it. The stairs are going up. Do you plan on making some stairs going down? <3