Extra Life Tracker is a collection of web pages that can be used as a web source in streaming software such as OBS to display your and your team's current Extra Life fund raising status and goal.
A widget that displays the fundraising amounts of specified of participants for when you have multiple people playing on one stream. It can also cycle through participants if you have more than you want to have displayed at a time.
To update the settings update their value in subteam-participants-settings.js
with any plain text editor. If you make settings changes while the scene is active you can refresh the widget by right clicking the source, selecting “Properties” and then clicking “Refresh cache of current page”.
Name | Description | Value Type | Default value |
---|---|---|---|
participantIds | Extra Life participant IDs | Array of Text | Empty array |
displayCount | How many participants to display at once. If the number of participants is larger than the display count it will cycle through them | Integer | 2 |
showHeader | If the header message should be shown | Boolean | true |
headerMessage | Header message to display at the top of the widget | Text | “Donation Goals” |
refreshTimeMS | How often the data should be refreshed in milliseconds | Integer | 10000 |
logWhenUpdating | Development setting: If the widget should log to the javascipt console when updating | Boolean | false |
subteam-participants.html