Discord plugin overrides custom set images

I am setting a custom image for a bunch of soundboard buttons, but whenever OpenDeck restarts the images get reset with the default Discord image. Is there a way to override this behavior?
7 Replies
ninjadev64
ninjadev642w ago
Take it up with Elgato, unfortunately If and when I make my own Discord plugin I won't overwrite images But that's a big 'if'
EncryptedData
EncryptedDataOP2w ago
It doesn't override in the official Elgato app. Is there a guide on making an Open Source plugin? I have limited experience in JS/Typescript but I could figure it out if needed.
Terrorwolf
Terrorwolf2w ago
Essentially you could just use the elgato guides on how to make a plugin. But you can also make an Opendeck exclusive one.
ninjadev64
ninjadev642w ago
JS/TS is perfect actually because this is a great library for it https://github.com/xhayper/discord-rpc
GitHub
GitHub - xhayper/discord-rpc: a fork of discordjs/RPC
a fork of discordjs/RPC. Contribute to xhayper/discord-rpc development by creating an account on GitHub.
ninjadev64
ninjadev642w ago
And then you can use the Elgato guides for making a Node.js plugin but ignore using the CLI if I remember correctly because the Elgato CLI assumes Windows
Terrorwolf
Terrorwolf2w ago
Not windows but it needs the official elgato streamdeck software.
ninjadev64
ninjadev642w ago
Sure, you know what I mean.

Did you find this page helpful?