Skip to content

Latest commit

 

History

History
71 lines (62 loc) · 4.44 KB

File metadata and controls

71 lines (62 loc) · 4.44 KB

Aseductor

  • A simple batch script to compile Aseprite automatically with little effort. Process will occur in the background.
  • I am not a batch programmer, so I googled lots of commands (cited below).

Setup

Tutorial: https://youtu.be/gsPpLAgT-iI
(The video might not be up-to-date)

Remember to read https://github.com/Perndoe/Aseductor#notes

Important

  • I'll make a video for new updates (when I am free) if you can't find it here
  • Only extract the source code inside those zip files

Compilation

  • Install the latest version of the script: https://github.com/Perndoe/Aseductor/releases

  • Run the script as Administrator so that it'll copy the files to C:\

  • Here are 2 ways of compiling

    • With Internet: (The process will take a bit longer than manually setting up)

      • You don't need to install Aseprite source code yourself (Skia is still required)
      • After opening the script, a browser tab will pop up. Find the Aseprite version you wanted and copy its link address
      • Then paste into the script window. It will install "asepritesc.zip" in "Downloads\Compressed" folder so don't delete it by yourself
      • Only use this method if you don't want to download Aseprite source code and set it up yourself
        image
        (Currently copying "Aseprite-v1.3-rc4-Source.zip" link address)

    • Without Internet

  • The script automatically compiles Aseprite to C:/aseprite/build/bin so if the script didn't open File Explorer, you can find it yourself

  • Keep "data" folder and "aseprite.exe" in "bin" and you can remove the 3 other files

  • You must delete the "deps" and the "aseprite" folder in "C:/" after finish compiling if you have already moved the "bin" folder out

  • Keeping "Skia Windows" folder for future updates is recommended

Compilation & Deleting caches

  • Install "Aseductor.DelCache.bat" from https://github.com/Perndoe/Aseductor/releases
  • After Aseprite is compiled, the script will move the program to Desktop/Compiled Aseprite
  • It will delete these files after compiling:
    • C:\deps
    • C:\aseprite
  • Make sure there is no folder in Desktop named "Compiled Aseprite" if you use this script

Notes