Resource icon

All Versions HTML/CSS Scoreboard

hadokenxgaming

New Member
hadokenxgaming submitted a new resource:

HTML/CSS Scoreboard CLR Plugin - scoreboard, CLR plugin, html, css

Hello All!

I have recently put together a new tutorial on how to implement a html/css scoreboard using CLR browser plugin for OBS. Below is the video tutorial as I have been getting a lot of requests for how to do this.


The source of this code belongs to: http://farpnut.net/streamcontrol/

Source files for video above: http://hadokenxgaming.com/projects/


A few items I did not include in the tutorial video after having...

Read more about this resource...
 

haganbmj

New Member
Month late to this, but rather than spinning up a web server you should be able to just run Chrome with the disable-web-security flag for testing.

Code:
chrome.exe --user-data-dir="c:/path/to/project" --disable-web-security

Or something I think is the current command? I do most of my stuff with firefox variants.

Also, I was just reading through your files and I have to imagine a 10ms poll rate would kill performance, especially when you have text replacement animations taking a second (though that file doesn't seem to be referenced anywhere and you do have a 250ms poll rate set in your html).
 

hadokenxgaming

New Member
Thank you for the tip! I just saw this comment so I will have to try the chrome option you gave. When adjusting the poll rate, I found 10ms worked for me and refreshed the text like I wanted it to. Of course this can be adjusted by those who are comfortable with the coding aspect of this plugin.
 
Top