Skip to content

Adding Images

LX862 edited this page Nov 17, 2022 · 1 revision

Sometimes you will see RPC with an icons like these:
image

These are called Assets.
Other than the aesthetic looks you can also configure it to set a text on hover, which is a great way to represent more information out of the limited spaces.

Adding an assets

  1. Go to the Discord Developer Portal, and click on your project.
  2. Click the Rich Presence section on your sidebar. You should then see something like this:
    image
  3. Click the Add Image(s) button, select your images, then give it a key (Basically an ID, you later have to reference this in the config screen)

Showing the assets

  1. Launch OpenBVE, go to Options -> Next Page -> Click on Discord RPC -> Click Config
  2. You can then put the key in Large Image Key and it will display the image corresponding to that key
    A hover text is also possible by setting the textbox on the right.
    image
    The Large Image is the main icon displayed, while the Small Image is the icon on the bottom right of the Large Image, cropped as a circle.
Clone this wiki locally