export-aseprite-file
export-aseprite-file copied to clipboard
Problem with exportation.
When a try exporte my .aseprite file, this error appears:
all scripts are in my directory, and i can't understend why it appears. Can you help me?
Hi @LucasHauck, does the Maps.aseprite
file is in the C:\Program files (x86)\Steam\steamapps\common\Aseprite
folder? (same for export.lua
)
I'd highly recommend you to go to the folder where your MAps.aseprite
and export.lua
files are located and run in that specific folder Aseprite, e.g.:
C:\>cd C:\Users\YourUserName\Documents\Game
C:\Users\YourUserName\Documents\Game>"C:\Program Files (x86)\Steam\steamapps\common\Aseprite\Aseprite.exe" -b MAps.aseprite -script export.lua
Where C:\Users\YourUserName\Documents\Game
is the folder that contains MAps.aseprite
and export.lua
files.