Hi there,
Thanks a lot for for your reply, to be honest I had lost hope of getting help from this forum.
To answer your question, the way I have my current system set up is I have both a customized donation goal and subgoal on Tipeeestream, as progression bars and added this to the CSS in OBS:
.gauge-fill {
background-color:transparent;
background:url(
https://i.imgur.com/e5fiCRa.png) right no-repeat;
I made the gauge fill image twice the size of the gauge itself, and with 2 different-colored sections, so what happens is the 1st half of the image gradually fills the bar as we get near the goal, and if we go over the goal the gauge starts being filled with the 2nd half of the image, indicating that we're basically filling a 2nd gauge over the 1st one. And if I wished I could repeat this process with a 3rd, 4th, etc... full "bar".
I'd like to keep something similar with this project, i.e
visually indicate that we went over the goal for a single session, but definitely restart at 0 when I clear/reset the file for the next session.This system visually works well, the problem is that I'm forced to have a separate progression bar for donations, subs and follows, while cheers for some reason simply can't be used as a goal variable on Tipeee (despite obviously being correctly recorded by the site).
What I want to do is COMBINE donation/subs/follows/cheers into a single custom daily gauge/goal using a "score" system that I previously outlined, for a more elegant, streamlined and less screen-cluttering solution.
So to be clear, while I realize turning the output current "score" + goal into a visual gauge/progression bar will require some html/CSS/JS work later down the line, my main issue right now is with the previous step, i.e finding how to combine donations/follows/subs of various tiers/cheers, assign a point value to each, output a result and have all of that be over a single, over a session length that'd be easy to customize and reset at will.