A simple to use Discord RPC application for Aseprite.
- Node v12.x.x - Download
- NPM - Included with Node.
- Windows Build Tools - check Setup.
- Pull the repository contents, or download the repository ZIP and extract the contents.
- In the console, type
npm install --global windows-build-tools, this is required. Windows only. - After that is done, type
npm install, this will install all of the needed packages. - Type
node index.jsand enter your Aseprite.exe path, to run the rich presence.
- Run
windows-build-tools-install.bat. - When the installation is done, run
npm-install.bat, this installs all needed packages. - Run
start.batand enter yourAseprite.exepath. - After everything is installed and configured, you don't need to install it anymore. Every time you need to run the rich presence, open
start.bat.
ASE/ASEPRITE,JPG/JPEG,PNG,GIF,- Other extensions will be shown as image.
- Please note that only the currently open file name and extension will be shown on the presence.
- If you see an
Error: RPC_CONNECTION_TIMEOUTerror, close the presence window, and open it again after 5 minutes. - To change your
Aseprite.exefile path, openconfig.jsonin your favorite file editor, and change thepathvalue to your new path.
- Right click on the Aseprite shortcut, and click
Open file location. - Copy the path in File Explorer, and add
\Aseprite.exeto it.
- This repository has been licensed by the MIT license: here.


