Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Windoki

3
Posts
6
Followers
2
Following
A member registered Apr 29, 2021 · View creator page →

Recent community posts

On Desktop ur script. On Desktop my folder (script inside). I wrote the paths correctly. 

Running the script and it's freezes. I manually closing it. Inside of the new zip file two folders "." and "..", where first is empty and second with the whole my Desktop.

What's wrong?

I don't really know much about this (and I don't know Python either), but I ask Claude same thing and it said error on line 55, and also it rewrote whole zipper part.

Here the new code:

with zipfile.ZipFile(ZIPPATH, "w", zipfile.ZIP_DEFLATED) as zip:
    src = os.path.abspath(SOURCEPATH)
    for (root, dirs, files) in os.walk(src, topdown=True):
        for f in files:
            full_path = os.path.join(root, f)
            # Store path relative to SOURCEPATH, so the zip has clean internal structure
            arcname = os.path.relpath(full_path, src)
            zip.write(full_path, arcname)
zip.close()

I hope it helps, because It definitely helped me!

(1 edit)

Checkbox "export webm" isn't not working.  But thank you for teaching me how to add ffmpeg to system path <3

  • Gif export is working
  • Aseprite version v1.3.16.1-x64
  • ffmpeg version N-122740-g0a629df0a8-20260213

After 2 hours I just find out that I need to run Aseprite as Admin

It's amazing!

I finished the art and after that I remembered that I saw this script. I downloaded it, installed it. After recorded the whole process by holding CTRL+Z and CTRL+Y.

It is important to note that do not need to close Aseprite after installing the script. There is a function "Rescan Scripts Folder" on F5.