-
Notifications
You must be signed in to change notification settings - Fork 3
Obs Widget
Pavel Drankov edited this page Mar 4, 2024
·
9 revisions
Obs widget is a tool for streamers thats shows shuffle cr and rating for every shuffle spec the streamer plays. Example from Meepmonk stream:
The widget is free to use by everyone who want to.
- In OBS: Add source -> Browser
- URL
<URL TO YOUR CHAR ON PVPQ>/obs-widget?style=chips-ranks-rating&layout=vertical
+ options - CUSTOM CSS:
body { background-color: rgba(0,0,0,0.9); background-image:none; margin: 0px auto; overflow: hidden; }
Tip: if you need a transparect background you can use CUSTOM CSS: body { background-color: rgba(0,0,0,0); background-image:none; margin: 0px auto; overflow: hidden; }
-
style
- the style of the widget. Variants:simple-text
,chips-ranks
,chips-ranks-rating
. Default:simple-text
-
layout
- could be eithervertical
orhorizontal
. Default:vertical
-
role
- only show specs for a certain role. Variants:healer
,dps
,all
. Default:all
-
nologo
- to not show thepvpq.net
logo? . Variants:true
,false
. Default:false
-
limit
- show only certain amount of specs starting from highest. Example:limit=2
to showtop 2
specs of a certain player. Default:10
-
align
- towards what side to align the elements. Variants:left
,right
,center
. Default:center
-
customText
- put custom text on top of the elements. Examples:SHUFFLE RANKINGS
. Default: empty
Examples of the URL's:
- Meepmonk:
https://pvpq.net/us/Kilrogg/Meepmonk/obs-widget?style=chips-ranks-rating&layout=vertical&role=healer&nologo=true
- Lontar:
https://pvpq.net/eu/Tarren-mill/Ultrabull/obs-widget?style=chips-ranks-rating&layout=vertical&role=healer&nologo=true&align=left&customText=SHUFFLE%20RANKING