Names of files when use Export

Hola, estoy en un uso intensivo de Aseprite en estos días debido a ello estoy haciendo todas estas últimas sugerencias.

Esto es otra sugerencia.
Tengo varias tags con sus nombres de animación.
A la hora de usar “Export” me gustaría que los archivos creados adopten el nombre de este tag, por ejemplo:

Tengo estos tags:

  • Nombre: “andar” con 3 cuadros
  • Nombre: “ataque” con 2 cuadros

Cuando exporto en png quiero que los archivos exportados adopten el nombre de cada tag al que pertenecen, entonces obtendría esto:

andar0.png
andar1.png
andar2.png
ataque0.png
ataque1.png

Creo que actualmente esto no se puede hacer, creo que ayuda mucho a la hora de identificar todo al usar “Export”.


Hello, I’m in an intensive use of Aseprite these days because of it I’m doing all these last suggestions.

This is another suggestion.
I have several tags with their animation names.
When using “Export” I would like the created files to adopt the name of this tag, for example:

I have these tags:

  • Name: “walk” with 3 frames
  • Name: “attack” with 2 frames

When I export in png I want the exported files to take the name of each tag they belong to, then I would get this:

walk0.png
walk1.png
walk2.png
attack0.png
attack1.png

I think this can not be done at the moment, I think it helps a lot to identify everything when using “Export”.

Actually this is not possible using the UI but you can do the export from the CLI, something like:

aseprite.exe -b file-with-tags.ase --save-as {tag}{tagframe0}.png

More info in –save-as and –filename-format