Skip to content

ChestSpike/GW2-Realm-Avenger-OBS-Element

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Forked from GW2-Realm-Avenger-OBS-Element. Edited to better suit me :D

All credit goes to Evorss.

GW2 Realm Avenger OBS Element

Display the Realm Avenger achievement progress in OBS.

Step 1:

Download these files and put them in a folder (or don't, won't judge):

You need to provide an API Key with account and progression checked off.

const apiKey = "API_KEY HERE"

You can adjust these parameters however you want to or any other part of the code:

var  enableAnimation = true;
const  refreshInterval = 5000; //this is in ms;
const  text = "Realm Avenger Progress:"

Step 2:

In OBS add the element as a Browser source, set the size as you see fit. (600x70 recommended) image

If you see this, that means that the API Key is incorrect or not set. image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%