- Functionality is now built into fragforce.org at https://fragforce.org/static/ffsite/overlays/scrolltext.html
- Code at https://github.com/fragforce/fragforce.org/blob/dev/ffsite/static/ffsite/overlays/scrolltext.html
Local web and go frontend to show neat Fragforce things on streams without having to deal with an outside service.
- download everything
- rename FSSConfig.yml.sample to FSSConfig.yml (or create your own yml config based on that file)
- double click the fragstats executable for your OS to start the service
to add any widget from this collection, simply create a new Browser Source widget, and set the url to point to the locally hosted HTML using port 8000 (by default).
Ex: for the scrolling text widget, set the url to "http://localhost:8000/scrollingtext.html"
For information on the individual overlays and what they are, check out index.htm once you've started the server.
Honestly there are lots. Check the individual html files for some info, or create issues here if you find a missing item you want to request!