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.js
and 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.bat
and enter yourAseprite.exe
path. - 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_TIMEOUT
error, close the presence window, and open it again after 5 minutes. - To change your
Aseprite.exe
file path, openconfig.json
in your favorite file editor, and change thepath
value to your new path.
- Right click on the Aseprite shortcut, and click
Open file location
. - Copy the path in File Explorer, and add
\Aseprite.exe
to it.
- This repository has been licensed by the MIT license: here.