• We just upgraded the platform on which this website runs! Please inform @Jaxel of any issues.

Search results

  1. Gilmax

    Combining test from two fields into one

    So I have a need to try and combine two text fields from my Scoreboard into a single field in my overlay with a separator between them, and only if the second field has data (ie is not null) in it. Example: field1_1 = George field2_1 = Fred Displayed on Overlay as George & Fred field 1_2 =...
  2. Gilmax

    Timers integrated with Streamdeck plugin

    Can we get an update to the Stream deck plugin so that it works properly with the timers. Right now there is no way to stop, and restart a timer back at its default value using just the Stream deck.
  3. Gilmax

    Problems with Import

    I am trying to make a second copy of one of my Scoreboards so I can test out some changes to it, and after creating a new Scoreboard, I get the following when I try to import the json file. An error was encountered while importing page: 912E64E650 Please enter a value for the required field...
  4. Gilmax

    Video Tutorial - Timers, Countdowns and Stopwatches

    How can you integrate this with a Streamdeck? I tried to use the toggle on count_s, but when I turn the timer back on it seems as if the timer has been running the whole time (i.e. if I had the timer off for 10 seconds (at say 12:13), and start the timer again, instead of a new timer starting...
  5. Gilmax

    Planned Challonge Integration

    This would be a very helpful addition. Just putting in my +1 vote for this feature.
  6. Gilmax

    Implemented HTML/CSS/JS Version Control

    Adds more value to my license, and am very thankful for this feature. Thank you.
  7. Gilmax

    Count Down Timer???

    Sorry, have been offline for a while. Here is the script. var timer_int = null; if (docData['timer_1'] == true) { var timer_cnt = parseInt(docData['timelimit_1']) * 60; updateTimer(timer_cnt); $('body').queue(elemShow('.timer')); this.timer_int = setInterval(function...
  8. Gilmax

    Count Down Timer???

    Thank you for taking a look at this, and fixing it. It is working as expected.
  9. Gilmax

    Count Down Timer???

    I made you an editor of the package if that helps.
  10. Gilmax

    Count Down Timer???

    I'm not putting this in as a feature request, as I don't think this is something that should be supported, but I am asking for help anyways. In the desktop version of Scoreboard Assistant there was the option to create timers, which we used heavily in our streams. With the new online version...
  11. Gilmax

    Implemented Default value for a score in a Scoreboard Row after a reset

    Upon further testing/investigation, it works as expected on a new package, but on existing packages it is not working.
  12. Gilmax

    Implemented Default value for a score in a Scoreboard Row after a reset

    I see that the field to set a default value has been added, but when I add a reset score button to my streamdeck, they are still reset back to 0 instead of the default value.
  13. Gilmax

    Scoreboard Assistant Android App Now Available!

    Any chance of an Apple version?
  14. Gilmax

    Implemented Default value for a score in a Scoreboard Row after a reset

    It would be very helpful if it was possible to have the Players Score in a Scoreboard reset to a specific value when you reset the scores. I use them for a count down for a players life, and so having them reset to 0 isn't very helpful.